@charset "UTF-8";
/* CSS Document */

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
.pc{
    display: none;
}
.sp{
    display: block;
}
    
    
h2{
	padding-bottom: 15px;	
}
	
	

.font_m{
	font-size: 120%;	
}
.text_mincho{
	font-size: 140%;	
}


/*
セクション間余白
----------------------------------------------------------- */
section {padding: 40px 0;}
.cta {padding: 40px 0;}
footer {padding: 15px 0;}

/*
はみ出し画像中央
----------------------------------------------------------- */
.wic1 img {width: 100%;}
.wic1 {margin-left: -15px; margin-right: -15px;}

.wic2 img {width: 100%;}
.wic2 {margin-left: -15px; margin-right: -15px;}

.wic3 img {width: 100%;}
.wic3 {margin-left: -15px; margin-right: -15px;}
.spmhplus {margin-left: -15px; margin-right: -15px;}
.spmhplus02 {margin-left: 0; margin-right: -15px;}


/*
Header
----------------------------------------------------------- */
header{
	padding-top: 15px;
	padding-bottom: 15px;
}
header .gnav{
	display: none;	
}
header .contact{
	display: none;
}

/*
Nav
----------------------------------------------------------- */
#nav_toggle{
	position: absolute;
	top: 8px; /**/
	right: 8px; /**/
	width: 40px; /**/
	height: 30px;
}
#nav_toggle div{
	position: relative;
	width: 30px; /**/
	margin: 0 auto;
}
#nav_toggle span {
	display: block;
	height: 4px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 3px;
}
#nav_toggle span:nth-child(1){
	top: 5px; /**/
}
#nav_toggle span:nth-child(2) {
	top: 15px; /**/
}
#nav_toggle span:nth-child(3) {
	top: 25px; /**/
}
.open #nav_toggle span:nth-child(1) {
	top: 12px; /**/
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px; /**/
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
div#nav_toggle:after {
	content: "MENU";
	color: #fff;
	display: block;
	padding-top: 80%; /**/
	font-family: "Roboto Condensed",sans-serif;
	font-style: italic;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-align: center;
}
.open div#nav_toggle:after {
	content: "CLOSE";
}
nav ul.container {
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}
nav li {
	width: 100%;
	border-left: 0;
	border-right: 0;
}
nav li {
	border-bottom: 1px solid #ccc;
	background: #fff;
}
nav li a {
    flex-direction: row;
	padding: 15px;
	display: block;
	background: #efefef;
}
nav li a:link{
	color: #000;
}
nav li a:hover{
	background: #eee;
}
nav li a:focus{
	color: #000;
	text-decoration: none;
}
nav li a:visited{
	color: #000;
}
nav li .lastnav{
	background: #17880b;
	color: #fff;
}
nav li .lastnav:link{
	color: #fff	;
}
nav li .lastnav:hover{
	background: #26b916;
}
nav li .lastnav:focus{
	color: #fff;
	text-decoration: none;
}
nav li .lastnav:visited{
	color: #fff;
}
.nav_jp {
	padding-bottom: 0;
	padding-right: 10px;
}
nav li {
	position: relative;
}
nav li:before {
	position: absolute;
	content: "";
	right: 10px;
	width: 8px;
	height: 12px;
	background-image: url(../img/sp_menu_arrow.png);
}

/*
MV
----------------------------------------------------------- */
.mv_1{
	padding: 15px 0;	
}
.mv_2{
	padding: 15px 15px;	
}
.mv_4 p{
	padding: 15px 0 40px;	
}
.wic1{
	margin: 0;
}

/*
CTA
----------------------------------------------------------- */
.cta h3 {
    margin-top: -30px;
}
.cta_mail{
	font-size: 14px;
}
.form-control {
    min-height: 40px;
    font-size: 16px;
    border: 3px solid #0045a4;
}
.prof_big {
    font-size: 20px;
    font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
.cta_form input {
    padding: 15px 5px;
}

.sec03 .checkarea li {
	font-size: 1.8rem;
}
.sec04 .fx > li img:hover {
	transform: scale(1.15);
}
.sec08 h3 {
	font-size: 24px;
	padding: 5px;
}
.sec08 .point_txt {
	font-size: 18px;
}
.sec08 .point_txt .span01 {
	font-size: 21px;
}
.sec10 dt {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	display: flex;
	align-items: top;
	padding-left: 50px;
	background-size: 30px;
	background-position: top 15px left 15px;
}
.sec10 dd {
	padding: 15px 15px 15px 50px;
	background-size: 30px;
	background-position: top 15px left 15px;
}
.qa_q {
	max-width: calc(100% - 30px);
	font-size: 18px;
	padding-right: 10px;
}
.qa_btn .qa_arrow {
	position: unset;
	width: 30px;
}
.slidearea.swiper-container {
	padding: 15px 0;
	border-bottom: 0;
}
.cta_mail{
	font-size: 13px;	
}
.require{
	font-size: 10px;	
}
	
/*
sec01
----------------------------------------------------------- */
.checkarea {
    font-size: 18px;
    font-weight: bold;
}
.sec01_h2{
	margin-top: -60px;
}
	
	
/*
sec02
----------------------------------------------------------- */
.sec02 .fx > li img:hover {
	transform: scale(1.15);
}
	
/*
sec04
----------------------------------------------------------- */
.h2_blue{
	padding-top: 30px;
	padding-bottom: 30px;
}

/*
sec012
----------------------------------------------------------- */
.checkarea .num01{
	background: url("../img/sp_sec12_img01.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num02{
	background: url("../img/sp_sec12_img02.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num03{
	background: url("../img/sp_sec12_img03.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num04{
	background: url("../img/sp_sec12_img04.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num05{
	background: url("../img/sp_sec12_img05.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num06{
	background: url("../img/sp_sec12_img06.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num07{
	background: url("../img/sp_sec12_img07.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num08{
	background: url("../img/sp_sec12_img08.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num09{
	background: url("../img/sp_sec12_img09.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}
.checkarea .num10{
	background: url("../img/sp_sec12_img10.png") no-repeat left top;
	padding: 0;
	text-indent: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	min-height: 55px;
}

/*
sec18
----------------------------------------------------------- */	
.sec18 .white_box_in {
    padding: 15px;
}
.merits dt{
	font-size: 12px;
	width: 30%;
	float: none;
}
.merits dd{
	width: 100%;
	font-size: 16px;
}
.merits_txt{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.bdr_h4{
	font-size: 16px;	
	line-height: 1.2;
	margin-bottom: 15px;
}
.bdr_h4 span {
    font-size: 14px;
}
.sec18 .font_m{
	font-size: 16px;	
}
.sec18  .text_mincho{
	font-size: 16px;	
}
	
/*
sec20
----------------------------------------------------------- */	
.sec20 .white_box_in {
    padding: 15px;
    background: #eaf1fa;
}
	

/*
sec21
----------------------------------------------------------- */	
.sec21 .white_box_in {
    padding: 15px;
    background: #eaf1fa;
}
.sec21 .checkarea {
    padding: 15px;
}
.white_box_in02 {
    padding: 15px;
    background: #f9edee;
}
	
/*
sec22
----------------------------------------------------------- */	
.sec22_arrow{
	margin-bottom: -60px;
}
	
/*
sec24
----------------------------------------------------------- */
.sec24 dt {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	display: flex;
	align-items: top;
	padding-left: 50px;
	background-size: 30px;
	background-position: top 15px left 15px;
}
.sec24 dd {
	padding: 15px 15px 15px 50px;
	background-size: 30px;
	background-position: top 15px left 15px;
}
.qa_q {
	max-width: calc(100% - 30px);
	font-size: 18px;
	padding-right: 10px;
}
.qa_btn .qa_arrow {
	position: unset;
}

/*
cta
----------------------------------------------------------- */	
.cta_h301 {
    background: #052e66;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.cta_h302 {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.cautionarea{
	padding: 15px;
}

/*
Footer
----------------------------------------------------------- */
footer{
	font-size: 12px;	
}
.footer_nav1 ul {
	width: 100%;
}
.footer_nav1 ul li:first-child{
	border-top: 1px solid #fff;
}
.footer_nav1 ul li {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.footer_nav1 ul a {
 	display: block;
 }

.footer_nav1 > * {
    padding-top: 0;
}
	
.btm_fix a img {
    width: 70%;
}

}/*スマホ用スタイルend*/
