@charset "utf-8";

/* ================================================
	header
==============================================================================================================================================================*/

.pc{display:block;}
.tablet{display:none;}
.smp{display:none;}

header{

}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99999;
	width: 100%;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
}

header img{
	max-width: 100%;
	height: auto;
}

header .header-cover{
	background: #fff;
}

header .innar{
	margin: 0 auto;
	width: 94%;
	height: 70px;
	max-width: 1120px;
}

header .innar .block{
	width: 100%;
	height: 100%;
	display: table;
	border-collapse: collapse;
}

header .innar .block .logo{
	width: 26%;
	display: table-cell;
	vertical-align: middle;
}

header .innar .block .logo img{
	max-width: 299px;
}

header .innar .block .menu{
	display: table-cell;
	vertical-align: middle;
}
 header .head-contact {
    background: url(../img/tel.png) no-repeat left 1em;
    padding-top: 8px;
    padding-left: 50px;
    text-align: center;
	margin-left: 20px;
}
 header .head-contact span {
    display: inline-block;
    font-size: 30px;
    line-height: 120%;
}
header .head-contact .in {
      font-size: 12px;
      line-height: 140%;
}
@media screen and (max-width: 980px) {
header .head-contact{display:none;}
}


/* ================================================
	nav
==============================================================================================================================================================*/

nav ul{
	text-align: right;
}

nav li{
	list-style: none;
	display: inline-block;
	background: url(../img/bg_nav.png) no-repeat right center;
	padding-right: 20px;
	margin-left: 10px;
}

nav li:last-child{
	background: none;
	padding-right: 0;
}

nav li a{
	display: inline-block!important;
	color: #000!important;
	text-decoration: none!important;
	position: relative;
	transition: .3s;
}

nav li a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #e71111;
	transition: .3s;
}

nav li a:hover:after {
	width: 100%;
}


/* ================================================
	sp-na
==============================================================================================================================================================*/

.sp-nav{display: none;}

/* ================================================
	mainimage
==============================================================================================================================================================*/

.mainimage{
	background: url(../img/bg_main.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}

.mainimage .innar{
	margin: 0 auto;
	max-width: 1120px;
	width: 94%;
}

.mainimage .innar .in{
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.mainimage .innar .in .cell1{
	width: 37%;
	display: table-cell;
	vertical-align: bottom;
}

.mainimage .innar .in .cell2{
	width: 60%;
	padding-left: 3%;
	display: table-cell;
	vertical-align: top;
}

.mainimage .innar img{
	max-width: 100%;
	height: auto;
}

.mainimage .innar .parts{
	margin-bottom: 0;
}


.mainimage .innar a{
	position: relative;
}

/* ================================================
	intro
==============================================================================================================================================================*/

.intro-block{
	position: relative;

	background-image: -moz-linear-gradient(
		top,
		#fff 0%,
		#fff 50%,
		#FFC800 50%,
		#FFC800);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#fff),
		color-stop(0.50, #fff),
		color-stop(0.50, #FFC800),
		to(#FFC800));
}

.intro-block img{
	max-width: 100%;
	height: auto;
}

.intro-block .innar{
	margin: 0 auto;
	max-width: 1120px;
	width: 94%;
	padding: 50px 0;
}

.intro-block .innar h2{
	margin-bottom: 40px;
	color: #ff0000;
	text-align: center;
	font-size: 20px;
	line-height: 120%;
}

.intro-block .innar .block1{
	margin-bottom: 10px;
}

.intro-block .innar .block1 .right{
	width: 31%;
	float: right;
}

.intro-block .innar .block1 .left{
	width: 65%;
	float: left;
}

.intro-block .innar h3{
	margin-bottom: 10px;
}

.intro-block .innar .block1 .left ul{
	margin: 0 auto 15px;
}

.intro-block .innar .block1 .left li{
	width: 32%;
	float: left;
	list-style-type: none;
	box-sizing: border-box;
	border: 2px #9A9A9A solid;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 2%;
}

.intro-block .innar .block1 .left li:nth-child(3n) {
	margin-right: 0;
}

.intro-block .innar .block1 .leftli:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.intro-block .innar .block2 .right{
	width: 53%;
	float: right;
}

.intro-block .innar .block2 .right a{
	position: relative;
}

.intro-block .innar .block2 .left{
	width: 39%;
	float: left;
}


/* ================================================
	description-block
==============================================================================================================================================================*/

.description-block{
	background: url(../img/bg_description.gif) repeat left top;
	padding: 50px 0 0;
}

.description-block img{
	max-width: 100%;
	height: auto;
}

.description-block .innar{
	margin: 0 auto;
	padding-bottom: 0;
	max-width: 1120px;
	width: 94%;
}

.description-block h2{
	margin: 0 0 30px;
	width: 50%;
	text-align: center;
	background: #ED414A;
	color: #fff;
	font-size: 200%;
	line-height: 140%;
	padding: 10px 0;
}

.description-block h3{
	margin: 0 auto 40px;
	max-width: 562px;
}

.description-block .point{
	margin: 0 auto 30px;
	max-width: 980px;
}

.description-block .point li{
	list-style-type: none;
	width: 32%;
	margin-right: 2%;
	float: left;
}

.description-block .point li:last-child{
	margin-right: 0;
}

.description-block .point li span{
	margin-top: 10px;
	display: inline-block;
	background: #333;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	min-width: 100px;
}



.description-block .txt1{
	margin: 0 auto 30px;
	max-width: 604px;
}

.description-block .txt2{
	margin: 0 auto;
	max-width: 415px;
}


.description-block .end{

}

.description-block .end .bg {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.description-block .end .bg img{
	width: 100%;
	max-width: none;
	max-height: 32px;
}

.description-block .end .in{
	background: #6DB92C;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
}

.description-block .end .in .bl{
	margin: 0 auto;
	width: 94%;
	max-width: 839px;
	line-height: 0;
	vertical-align: bottom;
}

.description-block .end .in .bl img{
	line-height: 0;
	vertical-align: bottom;
}

.description-block .introduction1{
	margin-bottom: 30px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}


.description-block .introduction1 .image{
	width: 39%;
	display: table-cell;
	padding-right: 2%;
	vertical-align: middle;
}

.description-block .introduction1 .txt{
	width: 59%;
	vertical-align: middle;
	display: table-cell;
}

.description-block .introduction2{
	margin-bottom: 30px;
	background: #ED414A;
	text-align: center;
	color: #fff;
	font-size: 230%;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 10px;
}

.description-block .introduction3{
	margin-bottom: 50px;
}

.description-block .introduction3 .txt{
	width: 78%;
	float: left;
	color: #000;
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	line-height: 140%;
}

.description-block .introduction3 .image{
	width: 20%;
	float: right;
}

.description-block .introduction4{
	margin-bottom: 50px;
	border: 5px #000 solid;
	background: #fff;
	padding: 40px 30px 30px;
	position: relative;
}

.description-block .introduction4 .pc{
	margin: 0 auto;
	max-width: 1027px;
}

.description-block .introduction4 .tit{
	background: #000;
	display: inline-block;
	color: #fff;
	padding:10px 20px;
	position: absolute;
	top: -30px;
	font-size: 180%;
	line-height: 150%;
}


.description-block .introduction5{
	margin-bottom: 80px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}


.description-block .introduction5 .image{
	width: 39%;
	display: table-cell;
	padding-left: 2%;
	vertical-align: middle;
}

.description-block .introduction5 .txt{
	width: 59%;
	vertical-align: middle;
	display: table-cell;
}

.introduction6{
/*	background: url(../img/introduction6_arrow.png) no-repeat center bottom;
	padding-bottom: 80px;*/
	margin-bottom: 40px;
}

.introduction6 .parts1{
	margin: 0 auto 20px;
	max-width: 1120px;
}

.introduction6 .parts2{
	margin: 0 auto 10px;
	max-width: 1060px;
}




.en-parts1{
	margin: 0 auto 20px;
	width: 94%;
	max-width: 877px;
}

.en-parts2{
	margin: 0 auto;
	width: 94%;
	max-width: 877px;
	padding-bottom: 50px;
}


/* ================================================
	case-block
==============================================================================================================================================================*/

.case-block{
	background: url(../img/bg_case1.gif) repeat left top;
}

.case-block img{
	max-width: 100%;
	height: auto;
}


.case-block .tit{

}

.case-block .tit .bg {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.case-block .tit .bg img{
	width: 100%;
	max-width: none;
	max-height: 62px;
}

.case-block .tit .in{
	background: #F60C0D;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
}

.case-block .tit .in .bl{
	margin: 0 auto;
	width: 94%;
	max-width: 198px;
	line-height: 0;
	vertical-align: bottom;
}

.case-block .tit .in .bl img{
	line-height: 0;
	vertical-align: bottom;
}

.case-block .case02 .tit-bg2{
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.case-block .case02 .tit-bg2 img{
	width: 100%;
	max-width: none;
	max-height: 62px;
}

.case-block  .cover{
	position: relative;
}

.case-block  .innar1{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding-top: 50px;
	background: url(../img/bg_case1_1.png) no-repeat right bottom;
}

.case-block  .line {
	margin: 0;
	padding: 0;
	line-height: 0px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.case-block  .line img{
	width: 100%;
	max-width: none;
	max-height: 62px;
}

.case-block  .innar1 .cont{
	padding-bottom: 82px;
}

.case-block  .innar1 h2{
	margin-bottom: 40px;
	max-width: 782px;
}

.case-block  .innar1 h3{
	margin-bottom: 20px;
	max-width: 622px;
}

.case-block  .innar1 .arrow{
	max-width: 542px;
	margin-bottom: 20px;
}

.case-block  .innar1 .arrow img{
	margin: 0 auto;
	display: block;
	max-width: 187px;
}

.case-block  .innar1 .txt1{
	max-width: 546px;
}

.case-block .case02{
	background: url(../img/bg_case2.jpg) no-repeat center top;
	background-size: cover;
}

.case-block .case02 .inbox{
	margin: 0 auto;
	max-width: 1000px;
	width: 89%;
	padding: 180px 5% 50px 0;
}

.case-block  .case-cont{
	border: 3px #8B7C61 solid;
	box-sizing: border-box;
	background: url(../img/bg_casenote.gif) repeat;
	padding: 40px 30px 30px;
	width: 520px;
	position: relative;
	float: right;
}

.case-block .ab1{
	position: absolute;
	top: -12px;
	max-width: 434px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.case-block .ab2{
	position: absolute;
	top: -130px;
	right: -8%;
	max-width: 264;
}

.case-block ul{
	margin-bottom: 20px;
}

.case-block li{
	list-style-type: none;
	background: url(../img/chack_icon.png) no-repeat left 0.2em;
	padding: 0 0 0 30px;
	font-size: 120%;
	line-height: 150%;
}

.case-block li span{
	color: #2770c0;
}

.case-block  .arrow{
	max-width: 94px;
	margin: 0 auto 20px;
}

.case-block .resolution{
	max-width: 402px;
	margin: 0 auto;
}

.case-block .case03{
	background: url(../img/bg_case3.jpg) no-repeat center top;
	background-size: cover;
}

.case-block .case03 .inbox{
	margin: 0 auto;
	max-width: 1000px;
	width: 89%;
	padding: 180px 0 50px;
}

.case-block  .case-cont2{
	border: 3px #8B7C61 solid;
	box-sizing: border-box;
	background: url(../img/bg_casenote.gif) repeat;
	padding: 40px 30px 30px;
	width: 520px;
	position: relative;
}


.case-block .case04{
	background: url(../img/bg_case4.jpg) no-repeat center top;
	background-size: cover;
}

.case-block .case04 .inbox{
	margin: 0 auto;
	max-width: 1000px;
	width: 89%;
	padding: 180px 5% 50px 0;
}

/* ================================================
	item-block
==============================================================================================================================================================*/

.item-block{
	margin-bottom: 50px;
}

.item-block img{
	max-width: 100%;
	height: auto;
}

.item-block .innar1{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 80px 0 0;
	position: relative;
	z-index: 101;
}

.item-block .innar1 h2{
	margin: 0 auto 30px;
	max-width: 589px;
}

.item-block .innar1 h3{
	margin: 0 auto 50px;
	max-width: 790px;
}

.item-block .innar1 .txt1{
	margin: 0 auto;
	max-width: 152px;
}

.item-block .bl-cover{
	position: static;
	z-index: 100;
	margin-bottom: 10px;
}

.item-block .bl{
	background: #000;
	padding: 30px 0;
}

.item-block .smasel-tit{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	text-align: right;
}

.item-block .innar2{
	margin: 0 auto;
	width: 94%;
	max-width: 822px;
}

.item-block .bl-end{
	margin: 0 auto;
	max-width: 361px;
}

.item-block .smasel{
	background: url(../img/bgsmasel.jpg) no-repeat center center;
	background-size: 100% 472px;
	position: relative;
}

@media screen and (min-width: 769px) {
.footer_tel{
	display: none !important;
}
}

@media screen and (max-width: 1920px) {
	.item-block .smasel{
		background: url(../img/bgsmasel.jpg) no-repeat center center;
		background-size:contain;
		position: relative;
	}
}

.item-block .smasel .ab{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.item-block .smasel .ab2{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.item-block .smasel .ab3{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: none;
}


.item-block .smasel .in{
	max-width: 1120px;
	margin: 0 auto;
	width: 94%;
	position: relative;
	z-index: 100;
}

.item-block .smasel .in .inblock1{
	max-width: 676px;
	padding-top: 70px;
	box-sizing: border-box;
}

.item-block .smasel .in .inblock2{
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.item-block .smasel .in .txt2{
	margin: 0 auto 100px;
	max-width: 676px;
}

.item-block .smasel .in .txt3{
	margin: 0 auto 80px;
	max-width: 676px;
}

.item-block .smasel .in .txt4{
	margin: 0;
	max-width: 580px;
}

.item-block .smasel .in .txt5{
	margin: 0 auto;
	max-width: 394px;
	display: none;
}

.item-block .tit{
	margin: 0 auto 20px;
	max-width: 367px;
	display: none;
}

@media screen and (max-width: 1100px) {

	.item-block .smasel .ab{display: none;}
	.item-block .smasel .ab2{display: block;}

	.item-block .smasel .in .inblock1{
		max-width: 676px;
		margin: 0 auto;
		padding: 20px 20px 20px;
		background: rgba(0,0,0,0.3);
	}

	.item-block .smasel .in .txt4{
		margin: 0 auto 20px;
	}

	.item-block .smasel .in .txt2{
		margin: 0 auto 30px;
	}

	.item-block .smasel .in .txt3{
		margin: 0 auto 30px;
	}

	.item-block .smasel .in .txt5{display: block;}

	.item-block .tit{display: block;}

}

/* ================================================
	use-block
==============================================================================================================================================================*/

.a-line{
	margin-bottom: 50px;
	background:url(../img/bg_line.png) repeat-x center top;
	text-align: center;
}

.a-line img {
	max-width: 61px;
	height: auto;
}

.use-block {}

.use-block img {
	max-width: 100%;
	height: auto;
}

.use-block  .tit0{
	margin-bottom: 40px;
	background: url(../img/tit0_arrow.png) no-repeat center bottom;
	padding-bottom: 36px;
	position: relative;
}

.use-block  .tit0 .ab{
	position: absolute;
	width:15%;
	top: -70px;
	right: 5%;
}

.use-block  .tit0 .in{
	background: #000;
	text-align: center;
	padding: 20px 0;
}

.use-block .innar1{
	margin: -20px auto 0;
	width: 94%;
	padding-top: 20px;
	max-width: 1120px;
	position: relative;
	top: 20px;
}

.use-block .innar1 h2{
	margin: 0 auto 30px;
	max-width: 828px;
}

.use-block .innar1 h3{
	background: #7fb745;
	padding: 10px;
	text-align: center;
}

.use-block .innar1 h3 img{

}

.use-block .innar2{
	background: url(../img/bg_use1.png) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}

.use-block .innar2 .block{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}

.use-block .innar2 .block .txt1{
	max-width: 723px;
	margin-bottom: 40px;
}

.use-block .innar2 .block .txt2{
	max-width: 361px;
	margin-bottom: 40px;
	margin-left: 12%;
}

.use-block .innar2 .block .txt3{
	max-width: 843px;
}

.use-block .tit1{
	background: #7fb745;
	padding: 30px 20px ;
	text-align: center;
}

.use-block .tit1 h4{
	margin: 0 auto;
	max-width: 739px;
	width: 94%;
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	line-height: 110%;
}

/* ================================================
	point-block
==============================================================================================================================================================*/

.point-block {
	background: url(../img/bg_point.jpg) no-repeat left top;
	background-size: cover;
}

.point-block img{
	max-width: 100%;
	height: auto;
}

.point-block .innar{
	margin: 0 auto;
	max-width: 1120px;
	width: 94%;
	padding: 60px 0;
}

.point-block .innar h2{
	line-height: 0;
}

.point-block .innar h3{
	margin-bottom: 30px;
	background: #187F3A;
	padding: 15px 3%;
	text-align: center;
}

.point-block .innar .list{
	margin: 0 auto;
	max-width: 1080px;
}

.point-block .innar .list li{
	width: 30.4%;
	float: left;
	box-sizing: border-box;
	list-style-type: none;
	background: #fff;
	border: 2px #000 solid;
	border-radius: 10px;
	margin-right: 4.4%;
	margin-bottom: 4.4%;
}

.point-block .innar .list li:nth-child(3n) {
	margin-right: 0;
}

.point-block .innar .list li dl{
	padding: 20px;
}

.point-block .innar .list li dt{
	max-width: 252px;
	margin: 0 auto 20px;
}

.point-block .innar .list li dd{
	font-size: 120%;
	line-height: 140%;
}

.point-block .innar h4{
	margin-bottom: 30px;
	background: #187F3A;
	color: #fff;
	font-weight: normal;
	font-size: 260%;
	padding: 25px 3%;
	text-align: center;
	letter-spacing: 0.5em;
}


.point-block .function-cover{
	max-width: 1120px;
	margin: 0 auto 10px;
	position: relative;
}

.point-block .function-cover .inbox{
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	padding: 0;
	border: 2px #000 solid;
}

.point-block .function-cover .inbox .inblock{
	width: 100%;
	height: 100%;
	display: table;
	border-collapse: collapse;
	vertical-align: middle;
}

.point-block .function-cover .inbox .image1{
	width: 28%;
	position: absolute;
	top: -20px;
	left: 0;
}

.point-block .function-cover .inbox .image2{
	width: 28%;
	position: absolute;
	top: -20px;
	right: 0;
}

.point-block .function-cover .inbox .image3{
	width: 28%;
	position: absolute;
	top: 10px;
	left: 0;
}

.point-block .function-cover .inbox .image4{
	width: 28%;
	position: absolute;
	top: 20px;
	right: 0;
}

.point-block .function-cover .inbox .image-sp{
	width: 27%;
	padding-right: 1%;
	display: table-cell;
}

.point-block .function-cover .inbox .txt{
	width: 72%;
	display: table-cell;
	vertical-align: middle;
}

.point-block .function-cover .inbox .txt{

}

.point-block .function-cover .inbox .txt dl{
	padding: 20px;
}

.point-block .function-cover .inbox .txt dt{
	margin-bottom: 15px;
	background: url(../img/function_icon.png) no-repeat left top;
	padding: 0 0 0 40px;
	font-size: 200%;
	line-height: 140%;
	font-weight: bold;
	color: #E60010;
}

.point-block .function-cover .inbox .txt dd{
	font-size: 140%;
	line-height: 140%;
}


/* ================================================
	answer-block
==============================================================================================================================================================*/

.answer-block{
	padding: 60px 0;
}

.answer-block .innar{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}

.answer-block img{
	max-width: 100%;
	height: auto;
}

.answer-block h2{
	margin: 0 auto 40px;
	max-width: 623px;
}

.soudan-btn{
	border: 5px #ccc solid;
	background: url(../img/bg_soudan.jpg) no-repeat left top;
	background-size: cover;
	padding: 40px 40px;
}

.soudan-btn dl{
	width: 100%;
}

.soudan-btn dt{
	margin-bottom: 20px;
	max-width: 535px;
	width: 63%;
	text-align: left;
	float: right;
}

.soudan-btn dd{
	max-width: 611px;
	width: 63%;
	float: right;
}

.soudan-btn dd a{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

/* ================================================
	.nayami-block
==============================================================================================================================================================*/

.nayami-block{

}

.nayami-block img{
	max-width: 100%;
	height: auto;
}



.nayami-block  .tit0{
	margin-bottom: 40px;
	background: url(../img/tit0_arrow.png) no-repeat center bottom;
	padding-bottom: 36px;
	position: relative;
}

.nayami-block  .tit0 .in{
	background: #000;
	text-align: center;
	padding: 20px 0;
}

.nayami-block .innar1{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}

.nayami-block .innar1 .txt1{
	margin: 0 auto 30px;
	max-width: 949px;
}

.nayami-block .innar1 h2{
	margin: 0 auto 20px;
}

.nayami-block .tit-cover{
	background: url(../img/arrow3.png) no-repeat center bottom;
	background-size: 140px 68px;
	padding-bottom: 68px;
	position: relative;
	top: 30px;
	margin-bottom: 60px;
}

.nayami-block .tit-cover .ab{
	position: absolute;
	right: 5%;
	top: -30px;
	width: 30%;
	z-index: 100;
}

.nayami-block .tit{
	background: #2770c0;
	padding: 40px 0;
}

.nayami-block .tit .innar{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	position: relative;
	z-index: 101;
}

.nayami-block .tit .txt3{
	margin-bottom: 30px;
	max-width: 740px;
	width: 70%;
}

.nayami-block .tit .txt4{
	max-width: 738px;
	width: 70%;
}

/* ================================================
	.merit-block
==============================================================================================================================================================*/

.merit-block{
	margin:  0 auto;
	width: 94%;
	max-width: 1120px;
}

.merit-block img{
	max-width: 100%;
	height: auto;
}

.merit-block h2{
	margin: 0 auto 30px;
	max-width: 1034px;
}

.merit-block h3{
	margin: 0 auto 40px;
	max-width: 762px;
	width: 70%;
}

.merit-block li{
	list-style: none;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	float: left;
}

.merit-block li:nth-child(3n) {
	margin-right: 0;
}

.merit-block li .image{
	margin-bottom: 20px;
}

.merit-block li dt{
	margin-bottom: 20px;
}


.merit-block .end{

}

/* ================================================
	.user-tit
==============================================================================================================================================================*/

.user-tit{
	background: #6DB92B;
	padding: 20px 0;
}

.user-tit img{
	max-width: 100%;
	height: auto;
}

.user-tit h2{
	margin: 0 auto;
	width: 94%;
	max-width: 488px;
}

/* ================================================
	.voice-block
==============================================================================================================================================================*/

.voice-block{
	background: url(../img/voice_arrow.png) no-repeat center top #F0F8EB;
	background-size: 66px 33px;
	padding: 83px 0 50px;
}

.voice-block img{
	max-width: 100%;
	height: auto;
}

.slideCont{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.voice-cont{
	margin: 0 auto;
	max-width: 1120px;
	width: 94%;
	box-sizing: border-box;
	padding: 40px;
	background: url(../img/bg_description.gif) repeat left top;
	border: 4px #DADADA solid;
}

.voice-cont .head{
	margin-bottom: 30px;
}

.voice-cont .head .image{
	width: 37.5%;
	float: right;
}

.voice-cont .head .txt{
	width: 60.5%;
	float: left;
}

.voice-cont .head .txt .number{
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	background: #6DB92B;
	font-size: 160%;
	line-height: 150%;
	font-weight: bold;
	padding: 2px 20px;
	border-radius: 5px;
}

.voice-cont .head .txt h2{
	margin-bottom: 30px;
	font-size: 180%;
	line-height: 130%;
	font-weight: normal;
}

.voice-cont .head .txt .user-prof{
}

.voice-cont .head .txt .user-prof dl{
	margin-bottom: 5px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.voice-cont .head .txt .user-prof dt{
	display: table-cell;
	width: 100px;
	vertical-align: top;

}

.voice-cont .head .txt .user-prof dt span{
	background: #616060;
	text-align: center;
	padding: 5px;
	color: #fff;
	display: block;
}

.voice-cont .head .txt .user-prof dd{
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
}

.voice-cont .interview{

}

.voice-cont .interview .image{
	width: 29%;
	float: left;
}

.voice-cont .interview .txt{
	width: 69%;
	float: right;
}

.voice-cont .interview .txt dl{
	margin-bottom: 30px;
}

.voice-cont .interview .txt dt{
	margin-bottom: 20px;
	padding: 20px 0 20px 70px;
	background: url(../img/q2.png) no-repeat left center;
	font-size: 120%;
	line-height: 150%;

}

.voice-cont .interview .txt dd{

}

/* ================================================
	.faq-block
==============================================================================================================================================================*/

.faq-block{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 50px 0;
}

.faq-block img{
	max-width: 100%;
	height: auto;
}

.faq-block h2{
	margin: 0 auto 10px;
	max-width: 920px;
}

.faq-block .cont{
	border-top: 5px #000 solid;
	border-left: 5px #DADADA solid;
	border-right: 5px #DADADA solid;
	border-bottom: 5px #DADADA solid;
	background: url(../img/bg_description.gif) repeat left top;
	padding: 50px;
}

.faq-block .cont .block{
	margin-bottom: 30px;
	border-bottom: 1px #000 dotted;
}

.faq-block .cont .block dl{
	margin-bottom: 30px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.faq-block .cont .block dt{
	width: 53px;
	display: table-cell;
	vertical-align: top;
}

.faq-block .cont .block dd{
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
}

.faq-block .cont .block  .question dd{
	font-size: 180%;
	line-height: 140%;
}

.faq-block .cont .block  .answer dd{
	vertical-align: top;
	font-size: 110%;
	line-height: 140%;
}

.faq-block .cont .block  .answer dd p{
	margin-bottom: 15px;
}

.faq-block .cont .block  .answer dd p:last-child{
	margin-bottom: 0;
}

/* ================================================
	.solution-block
==============================================================================================================================================================*/

.solution-block{
	margin-top: 50px;
	background: url(../img/bg_solution.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}

.solution-block img{
	max-width: 100%;
	height: auto;
}

.solution-block .innar{
	padding: 80px 0;
	max-width: 1120px;
	width: 94%;
	margin: 0 auto;

}

.solution-block .ab{
	margin: 0 auto;
	position: absolute;
	max-width: 363px;
	width: 32%;
	top: -50px;
	left: 0;
	right: 0;
}

.solution-block .innar h2{
	margin: 0 0 20px;
	max-width: 394px;
}

.solution-block .innar .txt{
	margin: 0;
	max-width: 757px;
}

/* ================================================
	.end-block
==============================================================================================================================================================*/

.end-block{

}

.end-block img{
	max-width: 100%;
	height: auto;
}

.end-block .tit{
	background: #333;
	padding: 40px 0;
}

.end-block .tit h2{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	color: #FFB600;
	font-size: 76px;
	text-align: center;
	line-height: 100%;
}

.end-block .innar{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 50px 0 0;
}

.end-block .innar .txt1{
	margin: 0 auto 30px;
	max-width: 1018px;
}

.end-block .innar .txt2{
	margin: 0 auto 30px;
	max-width: 979px;
}

.end-block .innar .plus{
	margin: 0 auto 30px;
	max-width: 57px;
}

.end-block .innar .txt3{
	margin: 0 auto 30px;
	max-width: 1060px;
}

.end-block .txt4{
	position: relative;
	line-height: 0;
}

.end-block .txt4 .ab{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 101;
}



.end-block .txt4 .cover{
	margin: 0 auto;
	width: 94%;
	height: 100%;
	display: table;
	border-collapse: collapse;
	line-height: 0;
}
.end-block .txt4 .block{
	display: table-cell;
	vertical-align: bottom;
	line-height: 0;
}

.end-block .txt4 .image{
	margin: 0 auto ;
	max-width: 1200px;
	line-height: 0;
}


.end-block .obi{
	line-height: 0;
	background: #0B77C7;
	text-align: center;
}

.obi h3{
	margin: 0 auto;
	width: 94%;
	max-width: 1055px;
	line-height: 0;
}

.end-block .obi2{
	line-height: 0;
}

.end-block .obi2 img{
	width: 100%;
	height: 27px;
}

.end-block .txt4 .ab img{
	width: 100%;
	height: 27px;
}



/* ================================================
	.form-tit
==============================================================================================================================================================*/

.form-tit{
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding-bottom: 29px;
	background: url(../img/bg_arrow5.png) no-repeat center bottom;
	background-size: 80px 29px;
}

.form-tit img{
	width: 100%;
	height: auto;
}

.form-tit .innar{
	background: #000;
	padding: 40px 0;
}

.form-tit .innar h2{
	margin: 0 auto;
	width: 94%;
	max-width: 714px;
}

/* ================================================
	footer
==============================================================================================================================================================*/

footer{
	background: #3E3E3E;
	padding: 30px 0;
}

footer p{
	display: block;
	margin: 10px auto;
	width: 94%;
	max-width: 1120px;
	text-align: center;
	color: #fff;

}

footer a{
	color: #fff!important;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------

	contact.html（お問い合わせ）

-------------------------------------------------------------------------------------- */

.base{
	max-width:1000px;
	margin:0px auto;
	padding: 50px 30px;
}

.un-line{
	margin-bottom:30px;
	text-align: center;
}

.m-form{
	width:100%;
	margin:0px auto 20px;
	text-align:left;
}

.m-form td{
	padding:10px 10px 10px 30px;
	vertical-align:top;
}

.m-form th{
	width:26%;
	padding:10px;
	vertical-align:top;
}

.m-form th span{
	float:right;
	padding:7px 8%;
	background:#FA5B61;
	color:#fff;
	margin:0;
}

.m-form td input,
.m-form td textarea,
.m-form td select{
	border:none;
	padding:14px 10px;
	background:#eee;
	font-size: 16px;
	line-height: 140%;
}

.long input,
.long textarea{
	width:500px;}

.middle input{
	width:360px;}

.short input{
	width:200px;}




.submit{
	text-align:center;
	padding:30px 0 70px;
}

.submit .min{
	font-size:80%;
	margin:10px 0 30px;
}

.submit input{
	border:1px #007C70 solid;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	color:#fff;
	width: 360px;
	height: 95px;
    background: linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	background: -moz-linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	background: -webkit-gradient( linear, left top,left bottom, from(#00C6B8), color-stop(0.49, #00C6B8), color-stop(0.50, #00B7A6), to(#00B7A6));
    background: -ms-linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	padding: 0;
	cursor:pointer;
	box-shadow: 0px 3px 1px 0px rgba(0,124,112,1);
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0,124,112,1);
 	-moz-box-shadow: 0px 3px 1px 0px rgba(0,124,112,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
}

.submit input:hover{
    background: linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
	background: -moz-linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
	background: -webkit-gradient( linear, left top,left bottom, from(#60DFD7), color-stop(0.49, #60DFD7), color-stop(0.50, #1FD4C9), to(#1FD4C9));
    background: -ms-linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
}

.submit input#back{
	border:1px #404040 solid;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	color:#fff;
	width: 360px;
	height: 95px;
    background: linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	background: -moz-linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	background: -webkit-gradient( linear, left top,left bottom, from(#00C6B8), color-stop(0.49, #00C6B8), color-stop(0.50, #00B7A6), to(#00B7A6));
    background: -ms-linear-gradient( top, #00C6B8 0%, #00C6B8 49%, #00C6B8 50%, #00C6B8);
	padding: 0;
	cursor:pointer;
	box-shadow: 0px 3px 1px 0px rgba(64,64,64,1);
	-webkit-box-shadow: 0px 3px 1px 0px rgba(64,64,64,1);
 	-moz-box-shadow: 0px 3px 1px 0px rgba(64,64,64,1);
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
}

.submit input#back:hover{
    background: linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
	background: -moz-linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
	background: -webkit-gradient( linear, left top,left bottom, from(#60DFD7), color-stop(0.49, #60DFD7), color-stop(0.50, #1FD4C9), to(#1FD4C9));
    background: -ms-linear-gradient( top, #1FD4C9 0%, #1FD4C9 49%, #1FD4C9 50%, #1FD4C9);
}


.base dl{

}

.base dt{
	margin-bottom: 15px;
	background: #C2DDF7;
	font-weight: bold;
	padding: 10px 15px;
}

.base dd{
	margin-bottom: 30px;
}

.base dd .ck{
	width:30%;
	margin-right: 3%;
	margin-bottom: 1%;
	float: left;
}

.base dd label{
	display: inline-block;
	cursor: pointer;

}

.base dd label span{
	padding-left: 0;
	text-indent: 0;
}



/*CheckBoxとText */
.check label {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	margin-right : 20px;
	overflow     : hidden;
	position     : relative;
	padding-left : 25px;
	display      : inline-block;
	box-sizing   : border-box;
}
.check label:before {
	content  : '';
	position : absolute;
	width    : 15px;
	height   : 15px;
	left     : 0px;
	top      : 0;
	border   : 2px solid #C1C4C5;
	z-index  : 3;
}
.check label:after {
	content           : '';
	position          : absolute;
	top               : 10px;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 4px;
	height            : 8px;
	border-right      : 3px solid #A4CC3D;
	border-bottom     : 3px solid #A4CC3D;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
.check input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
.check input[type="checkbox"]:checked {
	box-shadow : none;
}
.check input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #fff;
	opacity    : 0.1;
}
.check input[type="checkbox"]:focus {
	box-shadow : 41px 0px #fff;
}




/* ----------------------------------------------

	お問い合わせ確認用テーブル

---------------------------------------------------- */

.cfm{
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
}

.cfm th,
.cfm td{
	border-bottom:1px solid #ccc !important;
	border-right:1px solid #ccc !important;
}

.cfm th{	background:#eee;}

.err{	color:#F00;}

#copyright{	display:none !important;}

input[type="submit"][disabled] {
	background-color: #ccc !important;
	cursor: default;
}



header.head-contact {
    background: url(../img/tel.png) no-repeat left 0.2em;
    padding-left: 80px;
    text-align: center;
