@charset "utf-8";
/* CSS Document */



/*特集各ページレイアウト
---------------------------------------------*/
#p010 #header-img{
	background: url(../images/01-pickup/p-010-anke01/p-010-anke01.png) no-repeat;
	height: 0px;
	width: 1000px;
	padding-top: 200px;
	overflow: hidden;
	position: relative;
}
.pickup-a p{
	font-size: 1.1em;
}

.pickup-a p.midashi03{

		border-bottom: 2px solid #C66;
	margin-bottom: 20px;
	
	border-left: 8px solid #C66;
	font-size: 1.4rem;
}

.youtube01{
	margin-bottom: 2em;
	margin-top:15px;
}



.midashi01{
		/*border-top: 2px dashed #C66;
		border-bottom: 2px dashed #C66;*/
		margin-bottom: 10px;
		margin-top:5px;
}
.midashi01 dt img{
	margin-top:3px;
	width:23px;
	height:auto;
}
.midashi01 dt{
	clear: both;
	float: left;
	width: 1em;	

}

.midashi01 dd{
	margin-left: 1em;
	width: auto;
	font-size: 1.4em;
	color: #936;
	line-height: 1.5em;
	
	
	
}


.mainbox01-01 img.gazo01{
width: 350px;
	height: auto;
	/*margin-left:20px;
	margin-right:auto;*/
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
}
.mainbox01-01 img.gazo02{
width: 400px;
	height: auto;
	/*margin-left:20px;
	margin-right:auto;*/
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
}



p.lead01{
	font-size: 1.2em;	
	color: #a84d25;
	}
p.lead02{
	font-size: 1.1em;	
	color: #a84d25;
	}


figure.f-right{
	float: right;
	width:50%;
	margin-left:10px;
}
figure.f-right2{
	float: right;
	width:30%;
	margin-left:10px;
}


.p-img01{
	width:100%;
	height:auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

figcaption {
	color: #8a8a8a;
	margin: 0 0 0 0;
	font-size: 0.9em;
}


.p-img02-div{
	float: none;
	width: 50%;
	margin: 3em auto 20px;
	clear: both;
}

.p-img02{
	width:100%;
	height:auto;	
	clear: both;
}
.p-q01{
	font-weight: bold;
}

.q-mark{
	font-size: 1.3em;
	font-weight: bold;
	color: #39F;
	text-shadow: 2px 2px 4px #ababab;
}

.a-mark{
	font-size: 1.3em;
	font-weight: bold;
	color: #F33;
	text-shadow: 2px 2px 4px #ababab;
}

.oshirase01{
	padding-left:15px;
	padding-right:15px;
	border-radius: 12px;
	color: #FFF;
	background: #F66;
}
.mainbox01-00{
	background: #FFF;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	border-radius: 6px;
	margin-bottom:8px;
}
.button02{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}


/* グラフのレイアウト
------------------------------------------------------------*/
.graph01{
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
}
.graph01 img{
	width:100%;
	height:auto;
}
p.anke-midashi01{
	font-size: 1.5em;
	background: #ABE2C7;
	padding: 0.6em 1.2em;
	border-radius: 8px;
	margin-bottom:1em;
}
.anke-kaisetu01{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background: #FFF1EA;
	padding: 0.6em 1.2em;
	border-radius: 8px;
}
.anke-kaisetu01 p{
	font-size: 0.9em;
	color: #F63;
}
.anke-lead01{
	margin-bottom:2em;
}



/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: /*1024*/1149px) {

}


@media screen and (max-width: /*768*/999px) {
#p010 #header-img{
	background: url(../images/01-pickup/p-010-anke01/p-010-anke01.png) no-repeat center center;
	height: 0px;
	width: 100%;
	padding-top:20%;
	overflow: hidden;
	position: relative;
	background-size:cover;
}

.youtube01 iframe{
	height: 315px;
	width: 100%;
}



}