@charset "utf-8";

/* 共通
========================================================*/
p{ margin: 0; }
ul, ol{ margin: 0; padding: 0;}
li{ list-style: none; }
.sp { display: none;}
.cont-wrap img { vertical-align: top;}
.cont-wrap a { color: #326fa9; text-decoration: underline; font-weight:bold;}
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.align-c { text-align: center;}
.bold { font-weight: bold; }

/* コンテンツ（PC/TB：768px以上）
========================================================*/
@media (min-width: 768px) {
    .mv-wrap {
			background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2007/img/2007_mv_bg_pc.png) repeat-x top;
    }
    .bg-pc {
       background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2007/img/2007_bg_right.png) no-repeat top 23% right ,url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2007/img/2007_bg_left.png) no-repeat top 22% left;
    }
}


/* 共通
=============================*/
#contents {
	padding: 0 0;
	color: #5b2822;
	font-family: "メイリオ", "Meiryo", sans-serif;

}

#research-2007 {
	background: #daf3ff;
}

.bg-pc {
	max-width: 1200px;
	margin: auto;
}

.cont-inn {
	max-width: 980px;
	width: 94%;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

/* MV
=============================*/
.mv-wrap {
	margin: 0 auto;
	text-align: center;
}

/* エントリーボタン
=============================*/
.btn-wrap {
	margin: 20px auto 10px;
	text-align: center;
	font-size: 13px;
	color: #5b2822;
}
.btn-wrap img {
	max-width: 740px;
	width: 100%;
}
.btn-wrap a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transform: translateY(4px);
}
/*終了テキスト*/
.end_txt {
	font-weight: bold;
	color: #D40003;
	font-size: 180%;
}

/* about
=============================*/
.about {
	max-width: 980px;
	margin: 40px auto 0;
	background: #fff;
	font-size: 18px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.about-ttl {
	padding: 6px 0 4px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	border-top: solid 10px #f4b32a;
	background: #11a2f0;
}
.about-ttl i {
	display: inline-block;
	width: 45px;
	height:35px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2007/img/i_pon.png) no-repeat;
	background-size: 32px auto;
	vertical-align: middle;
}
.about-box {
	max-width: 840px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.about-box .box-l {
	display: inline-block;
	width: 54%;
	margin-right: 2%;
	vertical-align: top;
}
.about-box .box-l .about-cap {
	text-decoration: underline;
	color: #ff6305;
	font-size: 24px;
	font-weight: 700;
	line-height: 3;
}
.about-box .box-r {
	display: inline-block;
	width: 44%;
}

/* att
=============================*/
.att {
	max-width: 980px;
	margin: 40px auto 50px;
	border: 10px double #0068cf;
	background: #ffffff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.att-area {
	padding: 30px;
	font-size: 14px;
}
.att-area h3 {
	padding: 0 5px;
	margin: 30px 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #5b2822;
	border-bottom: solid 4px #f4b32a;
}

.att-area .top_txt {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #cf0700;
}
.att-area ul {

	margin-left: 15px;
}


.att-area ul li {
	text-indent: -1em;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
/* 共通
=============================*/
	.pc {display: none;}
	.sp {display: block;}

	.cont-wrap {
		max-width: 767px;
		width: 100%;
		margin: 0 auto;
	}
	.cont-inn {
		padding-bottom: 0;
		width: 96%;
	}


/* エントリーボタン
=============================*/
	.btn-wrap img {
		width: 100%;
	}
		/*終了テキスト*/
.end_txt {
	font-size: 150%;
}

/* about
=============================*/
	.about {
		font-size: 14px;
		margin-top: 30px;
	}
	.about-ttl {
		font-size: 20px;
	}
	.about-box {
		padding: 10px 0 20px;
	}
	.about-box .box-l {
		display: block;
		width: 100%;
		text-align: center;
	}
	.about-box .box-l .about-cap {
		font-size: 20px;
	}
	.about-box .box-r {
		display: block;
		width: 90%;
		margin: 10px auto 0;
	}

/* att
=============================*/
	.att {
		margin: 30px auto;
		padding: 20px 10px 40px;
	}

	.att-area {
		padding: 5px;
		font-size: 13px;
	}
	.att-area h3 {
		font-size: 18px;
		margin: 25px 0 15px;
	}
	.att-area .top_txt {
		font-size: 21px;
	}


}