.area-reason .subttl,
.ttl{
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
	font-size: 34px;
	padding:40px 0 0 0;
	position: relative;
	margin-bottom: 60px;
	font-weight: bold;
}
.area-reason .subttl:after,
.ttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #003F99;
    top: 110%;
    left: 46%;
    width: 7%;
}
.area-evidence img{
	width: 100%;
}
.area-evidence h2{
	text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 70px 0;
    color: #CC1461;
}
.area-evidence h2 b{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 130%;
}
.area-evidence .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin:0 0 70px;
}
.area-evidence .block.rev{
	flex-direction: row-reverse;
}
.area-evidence .evidence_left{
	width: 45%;
	margin-right: 5%;
}
.area-evidence .block.rev .evidence_left{
	margin-right: 0;
	margin-left: 5%;	
}
.area-evidence .evidence_right{
	width: 50%;
	line-height: 2.3;
}
.area-reason img{
	width: 100%;
}
.area-reason .subttl b{
	display: block;
	color: #003F99;
	font-size: 120%;
}
.area-voice .ttl,
.area-faq .ttl{
	text-align: center;
	font-size: 34px;
	background: #f6f7fb;
	padding:40px 0;
	position: relative;
	margin-bottom: 50px;
}
.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
display: inline-block;
}
.subttl{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	padding-bottom: 20px;
}
.area-reason .subttl{
	padding-bottom: 0;
	font-weight: normal;
}
.area-reason .subttl b{
	font-weight: bold;
	display: block;
	color: #003F99;
	font-size: 130%;
}
.area-reason .num{
	background: #003F99;
	color:#fff;
}	
.area-reason .point{
	color: #003F99;
}
body{
	min-width:1040px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}
header{
	position: relative;
	top: 28px;
	padding: 10px 0;
	background: #cfe1f5;
	overflow: hidden;
}
h1{
	font-weight: normal;
	font-size: 22px;
	float: left;
}
header .tel{
	float: right;
	font-size: 21px;
}
ul,li{
	list-style:none;
}
.arrow-ttl{
    border-color: #f6f7fb transparent transparent transparent;	
    content: "";
    width: 900px;
    height: 0;
    border-style: solid;
    border-width: 70px 450px 0 450px;
    margin:0 auto;
    position: relative;
    bottom: -30px;
    display: block;

}
.arrow-gray{
border-color: #ccc transparent transparent transparent;
    content: "";
    width: 80px;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    margin: 0 auto;
    display: block;
}
.mv{
	background: #4c7eaf;

}
.mv img{

}
.inner{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.demo{
	background: #ff0000;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	position:fixed;
	width: 100%;
	z-index:9999;
}
.demo a{
	color: #fff;	
}
.mv{
	font-size: 0;
	text-align: center;
}

.cv{	
	text-align: center;
	margin: 60px auto;
}
.cv dt{
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
}
.cv dd{
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	text-align: left;
	padding-top: 20px;
}
.cv dd h2{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cv .btn{
	margin:20px auto 0;
	text-align: center;
}

.cv ul{
	margin: 10px 0;
	font-size: 13px;
}
.cv li{
	display: inline-block;
	margin-right: 10px;
}
.cv .spec{
	
}
.cv .price{
	font-weight: bold;
}
.cv .btn a{
	margin: auto;
	text-decoration: none;
	display: block;
	color:#fff;
	text-align: center;
	padding: 19px 0;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #CC1461;
	font-weight: bold;	
	width: 500px;
	font-size: 20px;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
}

.cv .btn a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.cv .btn a:after {
    content: "\03e";
    font-size: 20px;
    position: relative;
    left: 15px;
    top: -3px;
}
.divide{
	margin:80px auto 40px auto;
}
.divide p{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
	color: #CC1461;
}

.area-induction .inner{
	width: 950px;
	border:1px solid #ccc;
	background: #eee;
	padding: 40px;
	position: relative;
}
.area-induction li{
	margin-top: 25px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   
	font-weight: bold;
	font-size: 26px;

}
.area-induction li:first-child{
	margin-top: 0;
}
.area-induction li:before{
	content:"";
	background: url(../img/check.png) no-repeat;
	width: 35px;
    height: 35px;
    background-size: 100% auto;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 15px;

}
.area-induction li b{
		background: linear-gradient(transparent 60%, #ffff66 60%);

}
.area-induction .thumb{
position: absolute;
    right: 5%;
    width: 200px;
    top: 10%;
}
.area-induction .thumb img{
	width: 100%;
}
.area-reason h3{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	
}
.area-reason .point{
	margin-right: 13px;	
}
.area-reason .num{
font-size: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;	
  width: 40px;
  height: 40px;
  margin:0 auto;
}
.area-reason dl{
	margin-bottom: 50px;
	text-align: center;
}
.area-reason dt{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 4%;
	width: 50%;
}
.area-reason dd{
	display: inline-block;
	vertical-align: top;
}
.area-reason dd{
	width: 45%;
}
.area-reason dd img{
	width: 100%;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(201,201,201,.8);
-moz-box-shadow: 2px 2px 10px 0px rgba(201,201,201,.8);
box-shadow: 2px 2px 10px 0px rgba(201,201,201,.8);
}

.area-reason .pic{
	text-align: center;
	padding: 50px 0 0 0;
}
.area-reason .pic .subttl b{
	c#
}
.area-reason .pic img{
	width: 100%;
}
.area-voice dl{
	margin-bottom: 50px;
	text-align: center;	
}
.area-voice dt{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 40px;
	width: 20%;
}
.area-voice dt img{
	width: 100%;

}
.area-voice dd{
	display: inline-block;
	vertical-align: top;
	width: 73%;
	text-align: left;
	line-height: 30px;
}
.area-voice span{
	display: block;
	font-weight: bold;
	margin-top: 15px;
}
.area-faq{
	margin-bottom: 90px;
}
.area-faq dl{
	margin-bottom: 50px;
	text-align: center;		
}
.area-faq dt{
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.area-faq dd{
text-align: left;
}
.area-faq span{
	position: relative;
    top: 8px;
    display: inline-block;
    width: 90%;
    padding-left: 15px;
}
.area-faq dd span{
	line-height: 2;
}
.area-faq i{
	font-style:normal;

}
.area-faq dt i{
	font-size: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border:1px solid #003F99;
    color: #003F99;
}
.area-faq dd i{
	font-size: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #003F99;
    color: #fff;	
}
.area-summary table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 70%;
	margin:0 auto;
}
.area-summary th{
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	width: 30%;
}
.area-summary td{
	padding: 10px;
	border: 1px solid #ccc;
	width: 70%;
}
footer{
	background: #003F99;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 60px;
}
footer .logo{
	float: left;
	font-weight: bold;
}
footer .tel{
	float: right;
}
footer .copy{
	font-size: 13px;
	display: block;
	clear: both;
	padding-top: 10px;
}
@media screen and (max-width:770px){
body {
    min-width: 0;
}	
img{
	width: 100%;
}	
.inner{
	width: 92%;
}
.area-induction .inner {
    width: 92%;

}
.arrow-ttl {
    content: "";
    width: 300px;

    border-width: 70px 150px 0 150px;

}
}
@media screen and (max-width:500px){
	
	header .tel{
		display: none;
	}

h1 {
    font-size: 16px;
}
.cv dd h2 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
.cv dt {
    display: block;
    vertical-align: top;
    width: auto;
}
.cv dd {

    width: auto;

    padding-top: 10px;
}
.cv {
    margin: 30px auto;
}
.cv .btn a{
	width: auto;
}
.ttl {
    font-size: 24px;
margin-bottom: 30px;
    padding: 20px 0;
}
.arrow-ttl{
	display: none;
}
.area-voice .ttl, .area-faq .ttl {
    font-size: 24px;
    padding: 20px 0;
margin-bottom: 30px;
}
.area-induction .thumb{
	display: none;
}
.divide {
    margin: 40px auto 30px auto;
}
.divide p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.area-reason .point {
    vertical-align: -5px;
}
.area-reason .subttl, .ttl {

    font-size: 26px;
    padding: 30px 0 0 0;
    margin-bottom: 40px;
}
.area-reason dt {

    margin-right: 5%;
    width: 62%;
}
.area-reason dd {
    width: 31%;
}
.area-voice dt {
float: left;
    margin-right: 5%;
    width: 30%;
}
.area-voice dd {
display: block;
    width: 100%;

}
.area-voice span{
	margin-top: 0;
}
.area-faq span {

    width: 85%;
}
.area-summary table {

    width: 100%;
}
.area-induction li{
	font-size: 18px;
}
.area-reason .pic {
    padding: 0;
}
.area-evidence .block{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.area-evidence h2 {

    font-size: 20px;
    margin: 40px 0;
}
.area-evidence .block.rev .evidence_left,
.area-evidence .evidence_left,
.area-evidence .evidence_right{
	width: 100%;
	margin:0 0 10px;
}
.area-reason .num{
	font-size: 18px;
}
.area-reason h3{
	font-size: 22px;
}

.area-induction .inner{
	padding: 20px;
}
.area-induction li:before{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.area-faq dl {
    margin-bottom: 30px;
}
.area-faq dt i,
.area-faq dd i {
    font-size: 18px;
    width: 30px;
    height: 30px;

}
.area-faq,
.area-summary table{
	font-size: 14px;
}

}