﻿/* =============================
 Media queries 
============================= */


@media (max-width: 767px) {
	
img {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	height: auto;
}

body.lp_top {
	padding-top: 45px;
	min-width: inherit;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.54;
}
body.lp_top_nohead {
	padding-top: 0;
	min-width: inherit;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.54;
}
body.lp_top_head {
	padding-top: 45px;
	min-width: inherit;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.54;
}
.container {
	width: 100%;
	padding: 0;
}

/* header
------------------------- */
#header {
	position: absolute;
	z-index: 9999;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 7px 0px rgba(131,112,79,0.5);
}
.lp_top_head #header{
	border-bottom: none;	
}
#header.menu_open {
	height: 100%;
	overflow:auto;
}
#header .container {
	height: 45px;
	border-top: solid 2px #00349a;
}
    
#header .header_logo_pc{
 display: none;
    }
    
.header_logo_sp{
    left: 0;
	top: 0;
	width: 100%;
}

 .header_logo_sp   a {
	display: block;
	height: 43px;
	background: #FFF url(../img/sp/common/hd_title.png) no-repeat 0 0;
	background-size: 276px 43px;
	text-indent: -9999px;
}  
    
.hd_logo {
	left: 0;
	top: 0;
	width: 100%;
}
.hd_logo a {
	display: block;
	height: 43px;
	background: #FFF url(../img/sp/common/hd_title.png) no-repeat 0 0;
	background-size: 276px 43px;
	text-indent: -9999px;
}
.hd_summary, .hd_contact, .hd_navi {
	display: none;
}

/* gnavi
------------------------- */
#btn_menu {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../img/sp/common/hd_btn.png) no-repeat 0 0;
	background-size: 43px 43px;
	position: absolute;
	right: 0px;
	top: 2px;
	z-index:2000;
}

.menu_open#btn_menu {
	background: url(../img/sp/common/ico_menu_close.png) no-repeat 0 0;
	background-size: 47px 47px;
}

#gnavi,indextop #gnavi {
	display: none;
	padding: 10px;
	width: 100%;
	height: auto;
	background: #c1e2fa;
}
#header #gnavi .container {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	border: solid 1px #c5cee0;
	border-bottom: none;
	background: #fff;
}
#gnavi .container > li,
#gnavi .container > li > ul {
	display: block;
}
#gnavi ul {
	text-align: left;
}
#gnavi ul li  {
	width: 100%;
	float: left;
}
#gnavi ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 1.25;
	border-bottom: solid 1px #c5cee0;
	color: #000;
}
#gnavi .container > li > a {
	width: 100% !important;
	height: auto !important;
	float: none !important;
	padding: 11px 10px 11px 27px;
	font-size: 12px;
	text-indent: 0 !important;
	font-weight: bold;
	background: -webkit-linear-gradient(
		#fff 0%,
		#cde5f6 100%
	); !important;
	background: linear-gradient(
		#fff 0%,
		#cde5f6 100%
	); !important;
}

#gnavi .container > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	width: 23px;
	height: 100%;
	background-image: url(../img/sp/common/ico_menu_01.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 23px 23px;
}
#gnavi .container > li.gn_01 > a:before {	background-image: url(../img/sp/common/ico_menu_01.png);}
#gnavi .container > li.gn_02 > a:before {	background-image: url(../img/sp/common/ico_menu_02.png);}
#gnavi .container > li.gn_03 > a:before {	background-image: url(../img/sp/common/ico_menu_03.png);}
#gnavi .container > li.gn_04 > a:before {	background-image: url(../img/sp/common/ico_menu_04.png);}
#gnavi .container > li.gn_05 > a:before {	background-image: url(../img/sp/common/ico_menu_05.png);}
#gnavi .container > li.gn_06 > a:before {	background-image: url(../img/sp/common/ico_menu_06.png);}

#gnavi ul li li {
	width: 50%;
}

#gnavi ul li li a {
	padding: 11px 10px 11px 21px;
	font-size: 10px;
	border-right: solid 1px #c5cee0;
}
#gnavi ul li li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 10px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #1f8bde;
	border-right: 1px solid #1f8bde;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gnavi ul li li:nth-child(odd):last-child {
	width: 100%;
}
#gnavi ul li li:nth-child(even) a,
#gnavi ul li li:last-child a {
	border-right: none;
}

#menu_close {
	color: #fff;
	font-size: 10px;
}
#menu_close span {
	display: inline-block;
	padding: 10px 0;
	background: url(../img/sp/common/ico_menu_close.png) no-repeat 35% center #00349a;
	background-size: 14px 14px;
	width:100%;
}

/* column
------------------------- */
.column_main {
	width: auto;
	float: none;
	padding: 0 12px;
}
.column_side {
	display: none;
}


/* footer
------------------------- */
#footer {
	padding: 0;
}
#footer .ft_navi {
	display: none;
}
#footer .ft_navi_sp {
	display: block;
}
#footer .ft_navi_sp ul li {
	float: left;
    width: 42%;
    height: 40px;
    display: grid;
    place-items: center;
    background-color: #fff;
    margin: 4%;
    border-radius: 10px;
}
#ft_copyright {
	padding: 15px 0 18px;
	font-size: 10px;
}


/* pagetop
------------------------- */
#pagetop {
	margin-left: inherit;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
#pagetop img {
	width: 40px;
	height: 40px;
}


/* =================================================================
		Common Parts
================================================================= */

/* kv
------------------------- */
#kv {
	margin: 0;
	background: none;
}


/* breadcrumb
------------------------- */
.breadcrumb {
	display: none;
}


/* heading 
------------------------------*/
.heading_01 {
	margin: 0 -12px 10px;
	padding: 8px 10px 8px 12px;
	font-size: 20px;
	font-weight: bold;
}

/* thumb_index
------------------------- */
.thumb_index {
	margin: 0 -12px;
	padding: 5px;
}
.thumb_index .item {
	margin: 0 0 5px;
	padding: 10px 13px;
}
.thumb_index .item .thumb {
	position: relative;
	top: inherit;
	left: inherit;
	width: auto;
	margin: 0 21px 10px;
	padding: 2px;
}
.thumb_index .item h3 {
	font-size: 16px;
	padding-top: 0;
	font-weight: bold;
}
.thumb_index .item p {
	font-size: 11px;
	margin-bottom: 7px;
	line-height: 1.54;
}

/* btn
------------------------- */
.btn {
	position: relative;
	width: auto;
	height: auto;
}
.btn a {
	position: relative;
	padding: 9px 15px 8px 25px;
	background: -webkit-linear-gradient(top, #FFF 0%,#1f8bde 40%);
	background: linear-gradient(to bottom, #FFF 0%,#1f8bde 40%);
	border: 1px solid #1f8bde;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,15,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,15,0.3);
	font-size: 16px;
	text-decoration: none;
}
.btn a:before {
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	z-index: 999;
	background: url(/assets/img/sp/common/btn_arrow.png) no-repeat 0 center;
	background-size: 13px 13px;
}


/* workflow_list 
------------------------------*/
.workflow_list {
	margin: 0 -12px;
	padding: 2px;
	background: #f9fcff;
	display: block !important;
}
.workflow_list h2 {
	color: #00349a !important;
	font-size: 20px !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 15px 0 10px !important;
	background: none !important;
	font-weight: bold;
}
.workflow_list li {
	width: 50%;
	margin: 0 0 6px;
	min-height: inherit;
}
.workflow_list li .inner {
	margin: 0 3px;
	padding: 4px 5px;
	background: #fff;
	border-radius: 7px;
	box-shadow:0px 0px 3px 1px #b9dcee;
}
.workflow_list li p {
	font-size: 11px;
	line-height: 1.375;
	text-align: left;
	margin: 0;
	padding: 3px;
	min-height: 60px;
}
.workflow_list li p span {
	color: #df1640;
}

/* offerbox_sp
------------------------- */
.offerbox_sp {
	position: relative;
	margin: 0 -12px;
	text-align: left;
	background: #1f8bde;
}
.offerbox_sp h2 {
	position: absolute;
	z-index: 100;
	left: 3%;
	top: 8%;
	font-size: 17px;
	font-size: 5.3vw;
	color: #FFF;
	line-height: 1.33;
}
.offerbox_sp .offer_copy {
	position: absolute;
	left: 4.5%;
	top: 49%;
	font-size: 12.5px;
	font-size: 3.9vw;
	font-weight: bold;
	line-height: 1.2;
}

.offerbox_sp .offer_copy span {
	font-size: 140%;
}
.offerbox_sp .offer_notes {
	margin: 0 5px;
	padding: 0 0 7px;
	text-align: left;
	font-size: 9px;
	color: #FFF;
	line-height: 1.2;
}
/*追従バナー*/
.fixed-offer {
    background-color:rgba(255,255,255,0.9);
	bottom: 0;
	left: 0;
    right: 0;
	opacity: 0;
	position: fixed;
	transition: opacity .3s linear 0s;
    margin: auto;
    padding: 20px 2.66% 10px;
	z-index:1000;
}
.fixed-offer__inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.fixed-offer-is-invisible {
	opacity: 0;
}

.fixed-offer-is-invisible.fixed-offer-is-ended {
	left: 100%;
}
.fixed-offer-is-visible {
	opacity: 1 !important;
}
.fixed-offer .cv__counter {
    width: 90%;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed-offer .counter__item {
    font-size: 3.2vw;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed-offer__tel{
    flex-basis: 76%;
    pointer-events: auto;
}
.fixed-offer__btn{
    flex-basis: 21.5%;
}

}

