@charset "utf-8";

/* /outreach/index.html
   updated --- 2018/8/1 
---------------------------------------------------------- */
#mainIn{
	background: #052d5d !important;
}
.section{
	margin-bottom: 20px;
}

.spSection01{
	background: #fff;
}

.indexSearchSec01{
	padding: 0px;
}

.indexSearch01{
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0px 10px 0px !important;
	padding: 0px !important;
	background: #fff;
}
	.indexSearch01:nth-child(1):after,
	.englishPage .indexSearch01:nth-child(2):after{
		content:'';
		display:inline-block;
		width:100%;
		border-bottom:1px dotted #ccc;
		margin-top: 20px;
	}

h1 img,
p.flL img,
.pc_view
{display: none;}


h1{
	border-bottom: 1px solid #052d5d;
}

.img img{
	width: 80%;
	height: auto;
	margin: 0px 0px 10px 0px;
}


ul.btn_type02{margin: 20px 0 10px;}


div.flL,
div.flR{
	padding: 10px;
	margin: 10px 0;
}

p.flL{
	position: relative;
}


.rssLink01{
	position: absolute;
	top: 35%;
	right: 10px;
}


.indexTit01{
	background: #0d4f78;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}

	.indexTit01 p{
		width: 100%;
		margin: 0px auto;
	}

p.flL span{
	display: block;
	margin: 10px auto;
	font-size: 120%;
	font-weight: bold;
}


.indexList01,
.indexList02{
	/*overflow: hidden;*/
	background: #fff;
}

	.indexList01 li{
		clear :both;
		margin: 0px !important;
		padding: 0px 0px 0px 5px !important;
		background-image: none;
	}
	.indexList01 .title:before{
		content:url(/common/img/ico-arrow04-2.png);
		width: 4px;
		height: 5px;
		padding-right: 5px
	}

.ftBox{margin: 0px;}

.category{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

	.category li{
		display: inline-block;
		background: #eee;
		padding: 2px 10px !important;
		border-radius: 20px;
		font-size: 90%;
	}

	.category li a,.title a{
		color: #333;
	}

	.category li:before{
		content: url('/common/img/ico-category01.gif');
		width: 13px;
		height: 9px;
		margin-right: 7px;
		position: relative;
		top: 2px;
	}

.category:after{
	content:'';
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.allListIcon{
	background: #000;
	text-align: center;
	display: flex;
}

	.allListIcon a{
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.allListIcon p{
		width: 50%;
		text-align: center;
	}

.indexSearchSecIn01 .indexSearch01 .text {
		margin-bottom: 10px;
}

/*------- englishiPage ------------*/


.englishPage .indexList01 li{
	padding-bottom:0px;
}

.englishPage .tit:before{
	content:url(/common/img/ico-arrow01.png);
	width:11px;
	height:11px;
	position:relative;
	top:2px;
	left:-5px;
}

.englishPage p.tit a{
	font-weight:bold;
	font-size:120%;
	color:#000;

}

.englishPage .box{
	display: flex;
	margin-top: 10px;
}
	.englishPage .box p{width: 50%;}

		.englishPage .box p img{
			width: 100%;
			height: auto;
		}
		.englishPage .box .txt{
			padding-left: 10px;
		}
/*------- 2020.08.31追加 ------------*/
div.flL, div.flR{
	padding: 0px;
}
.ul_type02 .tit{
	font-weight: bold;
	margin-bottom: 5px;
}
.ul_type02 .img{
	float: left;
	margin-right: 10px;
}