@charset "UTF-8";


/*main
---------------------------------------------------------- */

#pc_top_main {
	width:100%;
	height:650px;
	min-width:1027px;
	margin:-20px auto 0;
	background:url(../img/top/pc_main_bg.jpg) top center no-repeat;
	z-index:0;
}

#pc_top_main .pc_top_main_block {
	width:980px;
	margin: 0 auto;
	height:420px;
	padding:230px 0 0 0;
	position:relative;
}

#pc_top_main .pc_top_main_block p {
	position:absolute;
	bottom:40px;
	right:0;
	font-size:77%;
	line-height:1.3;
}

#pc_top_main .pc_top_main_block p strong{
	margin-right:5px;
	font-size: 138.5%;
	line-height:1.5;
	color: #d0111b;
}

#sp_top_main {
	display: none;
}

@media screen and (max-width: 738px) {
	#pc_top_main {
		display:none;
	}

	#sp_top_main {
		display:block;
		margin-top:-10px;
		position:relative;
	}

	#sp_top_main h1 {
		line-height:0;
	}

	#sp_top_main p {
		width:94%;
		position:absolute;
		bottom:15px;
		right:3%;
		font-size:77%;
		line-height:1.3;
		text-align: right;
	}

	#sp_top_main p strong{
		display:block;
		font-size: 138.5%;
		line-height:1.5;
		color: #d0111b;
	}
}

/*.top_main_img {
	margin-top:-10px;
	text-align:center;
	line-height:0;
}

@media screen and (max-width: 738px) {
	.top_main_img img{
		width:100%;
		height: auto;
	}
}*/

/*copy
---------------------------------------------------------- */

#top_copy {
	width:100%;
	min-width:1027px;
	background-color: #ffece8;
	color: #d80c18;
	text-align: center;
}

#top_copy p{
	width:980px;
	margin: 0 auto;
	padding:15px 0;
	font-weight: bold;
}

@media screen and (max-width: 738px) {
	#top_copy {
		min-width:100%;
	}

	#top_copy p{
		width:94%;
		margin: 0 auto;
		font-weight: bold;
	}
}


/*contents
---------------------------------------------------------- */

#top_contents {
	clear: both;
	width:980px;
	margin: 0 auto;
	padding-bottom:50px;
}

#top_contents .info_block{
	float: left;
	width:420px;
}

#top_contents .info_block li{
	list-style: none;
}

#top_contents .info_block .bnr_box{
	margin-bottom:30px;
}

#top_contents .info_block .topics_box h2{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e0cca7;
}

#top_contents .info_block .topics_box li{
	margin-bottom:15px;
}

#top_contents .sns_block {
	float: right;
	width:520px;
}

#top_contents .sns_block h2 {
	padding: 15px 30px 10px;
	background-color: #d80c18;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#top_contents .sns_block .sns_box {
	padding: 30px;
	background-color: #fff;
}


#top_contents .sns_btn {
	display: none;
}

@media screen and (max-width: 738px) {
	#top_contents {
		width:90%;
		padding-bottom:40px;
	}

	#top_contents .info_block{
		float: none;
		width:100%;
	}

	#top_contents .info_block .bnr_box{
		margin-bottom:25px;
		text-align: center;
	}

	#top_contents .info_block .bnr_box img{
		width:100%;
		height: auto;
	}

	#top_contents .info_block .topics_box {
		margin-bottom:25px;
	}

	#top_contents .info_block .topics_box h2{
		margin-bottom:15px;
		padding-bottom:10px;
	}

	#top_contents .info_block .topics_box h2 img,
	#top_contents .info_block .topics_box li img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}

	#top_contents .info_block .topics_box li{
		margin-bottom:10px;
		text-align: center;
	}

	#top_contents .info_block .topics_box li img{
		width:100%;
		height: auto;
	}

	#top_contents .sns_block {
		display: none;
	}


	#top_contents .sns_btn {
		display: block;
		width:100%;
		margin: 0 auto 25px;
	}
}


.cp15th_block {
	clear: both;
	width:980px;
	margin: 0 auto 50px;
	text-align: center;
}

.cp15th_block .youtube{
	width:980px;
	margin:0 auto 35px;
	padding:7px;
	background-color:#fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-sizing:border-box;
}

.cp15th_block .youtube div{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.cp15th_block .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.cp15th_block h2 {
	background-color:#fff;
}


.cp15th_block .cp15th_box{
	padding:9px 0 70px;
	background:#fff url(../img/top/15cp_bg.png) bottom center no-repeat;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.cp15th_block .cp15th_box p{
	margin-bottom:30px;
}

.cp15th_block .cp15th_box p:last-child{
	margin-bottom:0;
}


@media screen and (max-width: 738px) {
	.cp15th_block {
		width:90%;
		margin: 0 auto 25px;
	}

	.cp15th_block img{
		width:100%;
		height: auto;
	}

	.cp15th_block .youtube{
		width:100%;
		margin:0 auto 25px;
		padding:5px;
	}

	.cp15th_block .cp15th_box{
		padding:25px 10px 35px;
	}

	.cp15th_block .cp15th_box p{
		margin-bottom:20px;
	}

	.cp15th_block .cp15th_box p.raguri{
		margin: 0 10px 20px;
	}

	.cp15th_block .cp15th_box p.btn{
		width:80%;
		margin: 0 auto;
	}

}
