@charset "utf-8";
/* CSS Document */
.contents_detail {
	line-height: 1.4;
}

.contents_detail h3 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.6;
	text-align: center
}


.contents_detail h3  span{
	color:#bf0008;
	font-size: 45px;
}

#Check dl{
	background: #265283;
	margin: 0 auto 30px;
}

#Check dl dt{
	background: #265283;
font-size: 35px;
	color:#fff;
	padding: 30px;
	text-align: center;
}

#Check dl dd{
	background: #edf2f9;
	padding: 30px 30px 30px 170px;
	font-weight: bold;
	position: relative
}
#Check dl dd:after{
	content: "";
	position: absolute;
	width: 0;
height: 0;
	bottom:-50px;
	left: 50%;
	margin-left: -100px;
border-style: solid;
border-width: 100px 100px 0 100px;
border-color: #edf2f9 transparent transparent transparent;
}


#Check dl dd li{
	background:  url(../img/check.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 25px;
}
#SeoTaisaku p#Taisetsu{
	margin: 0 auto;
	box-sizing: border-box;
	font-size:25px;
	font-weight: normal;
	line-height: 1.8;
	padding: 40px 100px 70px 40px; 
	text-decoration: underline;
	background: url(../img/seo_bg.jpg) no-repeat right bottom
}

#SeoTaisaku p#Taisetsu span{
	font-weight: bold;
}

#Manzoku{
background: #265283;
font-size: 35px;
	color:#fff;
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	position: relative
	
}
#Manzoku:after{
	content: "";
	position: absolute;
	width: 0;
height: 0;
	top:-50px;
	left: 50%;
	margin-left: -50px;
border-style: solid;
border-width: 0 50px 50px 50px;
border-color: transparent transparent #265283 transparent;

}
#Sairyou{
	font-size:45px;
	padding: 70px 0px;
	text-align: center	
}

#Flow {
    width: 100%;
	height: auto;
    overflow: hidden;
    padding: 30px 10px 30px;
    background: #edf2f9;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#Flow  h4{
	font-size: 40px;
	text-align: center;
	color: #265283;
	padding: 30px 0px;
	margin-bottom: 70px;
	position: relative
}
#Flow  h4:after{
	content:"";
	position: absolute;
	width:100px;
	height: 3px;
	background:#265283;
	top:100px;
	left:50%;
	margin-left: -50px;
}


#Flow dl{
    margin-left: 5px;
	padding-top:0px; 
	text-align: center
}
#Flow dt {
    float: none;
    width:90%;
	background-image: url(../img/flow_arrow.gif);
	background-repeat:  no-repeat;
	background-position:center 0px;
	margin: 0 auto 10px;
	font-size: 20px;
	font-weight: bold;
	color: #265283;
	padding-left: 24px;
	padding-top: 50px;
}

#Flow dt:first-child{
	background-image: none;
	padding-top: 0px;
}
#Flow dt span{
	background:none; 
	padding-right: 0px;
}

#Flow dd {
    background: #ffffff;
    border-radius: 4px;
    border: #265283 1px solid;
    padding: 50px 15px 15px;
	margin: -50px auto 20px;
	width: 90%;
	box-sizing: border-box;
}
#Housyu{
	text-align:center;
	font-weight: bold
	
}
@media screen and (max-width: 767px) {

.contents_detail h3 {
	font-size: 18px;
}
.contents_detail h3  span{
	font-size: 20px;
}

#Check dl{
	margin: 0 auto 30px;
}

#Check dl dt{
font-size: 18px;
	padding: 20px 10px;
}

#Check dl dd{
	padding: 20px 10px;
}
#Check dl dd:after{
	bottom:-40px;
	margin-left: -50px;
border-width: 50px 50px 0 50px;
}


#Check dl dd li{
	background:  url(../img/check_mb.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
}
#SeoTaisaku p#Taisetsu{
	font-size:17px;
	padding: 10px 10px 25% 10px; 
	background: url(../img/seo_bg.jpg) no-repeat right bottom;
	background-size: 100% auto
}

#Manzoku{
background: #265283;
font-size: 18px;
	padding: 20px 10px;
	
}
#Manzoku:after{
	top:-35px;
}
#Sairyou{
	font-size:20px;
	padding: 30px 0px;
}

#Flow  h4{
	font-size: 20px;
	padding: 0px;
	margin-bottom: 70px;

}
#Flow  h4:after{
	display: none
}

#Flow dl{
	margin-top: -20px !important;
	text-align: left
}

#Flow dt {
	margin: 0 auto;
	font-size: 17px;
	font-weight: normal;
}
#Flow dd {
	margin: -30px auto 20px;
}

}
