@charset "utf-8";
/* CSS Document */
section {
	text-align: center;
}
#MvWrapper {
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 546px;
}
#Mv {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
}
#Mv h1 {
	font-size: 50px;
	color: #00b9ad;
	margin-bottom: 30px;
	padding-left: 0;
	height: auto;
	font-weight: bold
}
#Mv h1 span {
	font-size: 18px;
	color: #333;
	display: block;
}
#Mv p {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
#Tokutyou {
	background: #00b9ad;
	padding-top: 48px;
	padding-bottom: 48px;
}
#Tokutyou h2 {
	font-size: 35px;
	color: #FFF;
}
#SuggestTokutyouWrapper {
	overflow: hidden;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#SuggestTokutyouWrapper ul li {
	float: left;
}
.suggest_tokutyou_box {
	width: 310px;
	position: relative;
	height: 240px;
	margin-right: 14px;
	margin-left: 14px;
}
.bg_white {
	background-color: #FFF;
	position: absolute;
	width: 310px;
	height: 224px;
	top: 16px;
	right: 0px;
}
.suggest_tokutyou {
	position: relative;
	z-index: 999;
}
.suggest_tokutyou h3 {
	font-size: 22px;
	background-image: url(../img/tokutyou_h3_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 24px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 12px;
	margin-top: 8px;
}
.suggest_tokutyou p {
	text-align: left;
	padding-right: 32px;
	padding-left: 32px;
	font-size: 15px;
}
.suggest_tokutyou .adjust {
	text-align: left;
	padding-bottom: 12px;
	line-height: 28px;
	margin-top: 0px;
}
#Toutatsu {
	padding-top: 92px;
	padding-bottom: 60px;
}
#Toutatsu h2 {
	font-size: 35px;
	margin-bottom: 56px;
}
#Toutatsu p {
	font-weight: bold;
	margin-bottom: 30px;
}
#Point {
	margin: 50px auto 0;
	width: 1000px;
	position: relative;
	padding-top: 25px;
}
#Fukidashi {
	background: #e21c03;
	display: inline;
	color: #FFF;
	font-size: 13px;
	padding: 17px 20px;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -500px
}
#Fukidashi:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 85px;
	width: 23px;
	height: 29px;
	background: url(../img/fukidashi.png) no-repeat;
}
#Point #Fukidashi + p {
	margin: 0 auto;
	width: 954px;
	font-size: 20px;
	color: #e21c03;
	border: dashed 3px #00b9ad;
	padding: 30px;
	box-sizing: border-box
}
#Kekkahyouji {
	background: #e5f8f7;
	padding-top: 88px;
	padding-bottom: 108px;
}
#Kekkahyouji h2 {
	font-size: 35px;
}
#Kekkahyouji h2 strong {
	color: #00b9ad;
}
#KekkaPattern {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 80px;
}
.Kekka_pattern_box {
	float: left;
	height: 440px;
	width: 490px;
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #acebd9;
	background-color: #FFF;
	border-radius: 6px;
	padding-top: 32px;
}
.Kekka_pattern_box h3 {
	font-size: 24px;
	color: #00b9ad;
}
.Kekka_pattern_box p {
	text-align: left;
	margin-right: 28px;
	margin-left: 28px;
	font-size: 15px;
}
.Kekka_pattern_box img {
	margin-top: 28px;
	margin-bottom: 20px;
}
#KinouSyousai {
	padding-top: 100px;
	padding-bottom: 150px;
}
#KinouSyousai h2 {
	font-size: 35px;
}
#KinouSyousai dl {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 120px;
}
#KinouSyousai dl dt, #KinouSyousai dl dd {
	text-align: left;
}
#KinouSyousai dl dt {
	clear: both;
	font-size: 24px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #72D7D1;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 28px;
}
#KinouSyousai dl .txt {
	float: left;
	width: 680px;
}
#KinouSyousai dl dd {
	font-size: 16px;
}
#KinouSyousai dl dd img {
	float: right;
}
#KinouSyousai dl .line {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 44px;
	margin-bottom: 24px;
}
#KinouSyousai dl .adjust {
	float: none;
	margin-top: 72px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#KinouSyousai dl .txt.adjust {
	float: left;
	width: 470px;
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
#MvWrapper {
	background: none;
	height: auto;
	padding-top: 0;
	overflow: hidden
}
#Mv {
	background-image: url(../img/mv_mb.jpg);
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	width: 100%;
	padding: 10px 10px 80%;
}
#Mv h1 {
	font-size: 27px;
	margin-bottom: 20px;
}
#Mv h1 span {
	font-size: 14px;
}
#Mv p {
	font-size: 15px;
	padding-left: 0
}
#Tokutyou, #Toutatsu, #Kekkahyouji, #KinouSyousai {
	padding-top: 60px;
	padding-bottom: 80px;
	padding-right: 10px;
	padding-left: 10px;
}
#Tokutyou h2, #Toutatsu h2, #Kekkahyouji h2, #KinouSyousai h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#SuggestTokutyouWrapper {
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#SuggestTokutyouWrapper ul li {
	float: none;
}
.suggest_tokutyou_box {
	width: 310px;
	position: relative;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.suggest_tokutyou h3 {
	font-size: 16px;
	background-image: url(../img/tokutyou_h3_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#Toutatsu p {
	font-weight: bold;
	margin-bottom: 40px;
	text-align: left;
}
#Toutatsu img {
	height: auto;
	width: 100%;
}
#Point {
	margin: 40px auto 0;
	width: 100%;
	position: relative;
	padding-top: 10px;
}
#Fukidashi {
	padding: 5px 8px;
	top: -10px;
	left: 10px;
	margin-left: 0px
}
#Fukidashi:before {
	bottom: -15px;
	left: 85px;
	width: 15px;
	height: 20px;
	background: url(../img/fukidashi.png) no-repeat;
}
#Point #Fukidashi + p {
	width: 90%;
	font-size: 16px;
	padding: 20px;
}
#KekkaPattern {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.Kekka_pattern_box {
	float: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #acebd9;
	background-color: #FFF;
	border-radius: 6px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 16px;
	padding-left: 16px;
}
.Kekka_pattern_box h3 {
	font-size: 20px;
	color: #00b9ad;
}
.Kekka_pattern_box p {
	text-align: left;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 15px;
}
.Kekka_pattern_box img {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
}
#KinouSyousai dl {
	width: 100%;
	margin-top: 40px;
}
#KinouSyousai dl .txt {
	float: none;
	width: 100%;
}
#KinouSyousai dl dt {
	clear: both;
	font-size: 16px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #72D7D1;
	padding-left: 8px;
	font-weight: bold;
	margin-bottom: 20px;
}
#KinouSyousai dl dd img {
	float: none;
	height: auto;
	width: 100%;
	margin-top: 12px;
}
#KinouSyousai dl dd strong {
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
}
#KinouSyousai dl .adjust {
	margin-top: 20px;
}
#KinouSyousai dl .txt.adjust {
	float: none;
	width: 100%;
	margin-top: 0px;
}
}
