@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, input, textarea, p, table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	 *font-size: small;
	 *font: x-small;
	letter-spacing: 0;
	-webkit-text-size-adjust:100%;
	font-size:14px;
	line-height:1.5;
}
a, a img {
	border: none;
	outline: 0;
	text-decoration: none;
}
a { 
	color: #496CA4;
/*	text-decoration: underline;*/
	}

address {
	font-style: normal;
	font-weight: normal;
}
img, li img, dt img, dd img {
	border: 0;
}
ul, ol {
	list-style: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
th, td {
	text-align: left;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font: 99% arial, helvetica, clean, sans-serif;
 *font-size: 99%;
	font-weight: inherit;
}
section p{
	margin-bottom:1em;
	font-size:14px;
}
/*------------------------------------------------
   margin
------------------------------------------------*/

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pb10{padding-bottom:10px;}
.pd10{padding:10px;}
.pd15{padding:15px;}

.m10 {margin:10px;} 
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}



/*------------------------------------------------
   float & clear
------------------------------------------------*/
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.clearfix {
	width: 100%;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*------------------------------------------------------*/

#container {
	margin:0 auto 0;
	width:100%;
}

#container .BxS {
	-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #000000;
box-shadow: 0px 0px 3px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
margin:10px 0 1.5em;

	padding:15px 10px 5px;

}

.Bx {
	margin-bottom:1.5em;
}

.Bx h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:0.5em;
}


.Bx h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0.5em;
}


.btn_inq {

display: block;
width:90%;
margin: 1em auto;
color:#fff;
text-align:center;
font-size:1.2em;
}

.btn_inq a{
background-color: #379632;
	display: block;
	color:#fff;
	font-weight:bold;
padding: 8px;
}

.btn_inq a:hover{
	background-color:#73B56F;

}

.f_s {
	font-size:0.8em;
}

.txB {
	margin-bottom:0.5em;
}

.txC {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	margin-bottom:0.5em;
}

footer #info {
	width:90%;
	margin:0 auto 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-0.03em;
}

footer #info a{
	color:#333;
	font-weight:bold;
}

#about{
	margin-top:20px;
	margin-bottom:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#about dt {
	float:left;
}

#about dd {
	margin-left:5em;
}

/*ページトップへ戻る*/
#page-top a {
	background-image:url(../img/btn_pagetop_off.gif);
	background-size:contain;
	text-indent: -999em;
	height:30px;
	width: 30px;
	position:fixed;
	bottom:10px;
	right:10px;
	color:#FFF;
	-moz-opacity:0.80;
	opacity: 0.80;
	/* IE */
	filter: alpha(opacity=80);
}
#page-top a:hover{
	-moz-opacity:0.40;
	opacity: 0.40;
	/* IE */
	filter: alpha(opacity=40);
}


/*---------------------------*/
/*

header{
	padding:10px 10px;
	height:64px;
}

header .logo{
	float:left;
	width: 80px;
}

header .logo img{
	width: 100%;
}

header #hdR{
	float:right;
	text-align:right;
	margin-right: 40px;
}

header #tel{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:130%;
	line-height:1.3;
	font-weight:bold;
}

header #tel a{
	color:#000;
	background-image:url(../img/mk_free.gif);
		background-position:center left;
	background-repeat:no-repeat;
	background-size:25px;
	padding-left:30px;
}

header #acc{
	font-size:60%;
	letter-spacing:-0.05em;
	line-height:1.3;
	padding-bottom:5px;
}
*/


header #button-menu {
position:fixed;
top:23px;
right:10px;
margin: 0 0;
z-index:9999;
/*width: 10vw;*/
height: 13vw;
/*margin-right: 0.5em;
margin-left: 0.5em;*/
	padding: 0.5em 0.75em;
	background-color: rgba(255,255,255,0.85);
}

header #button-menu:before{
content: '\e956';
font-family: 'marurino';
display: block;
font-size: 8.5vw;
margin: 0;
box-sizing: border-box;	
	line-height: 1;
}


header #button-menu p {
padding: 0 0 0.2em;
font-size: 0.75em;
}

/*----header new---------*/

#m-hd {
width: 100%;
padding-top: 3px;
padding-left: 0.4em;
padding-right: 3px;
/*position: fixed;*/
position: absolute;
top: 0;
left: 0;
z-index: 999;
box-sizing: border-box;
}

#m-hd h1,
#m-hd p {
font-size: 0.71em;
font-weight: normal;
letter-spacing: -0.04em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;	
}

    header {
        width: 100%;
        height: 78px;
        background-color: rgba(255, 255, 255, 0.95);
/*        position: fixed;
        top: 0;
        left: 0;*/
        padding: 18px 0 0;
        box-sizing: border-box;
        z-index: 998;
    }

.flex {
    display: flex;
    justify-content: space-between;
}

header ul {
align-items: center;
}

header a{
vertical-align: middle;
line-height: 1;
}

header span.sekisui{
padding: 0 10px 0;
}

header span.logo{
padding: 0 0;
}

header span.logo img{
width: 86px;
height: auto;
}

header li {
text-align: center;
}

header li:nth-child(2) {
padding: 0 22px 0 0;
}

header li:nth-child(2) a{
display: inline-block;
}

#telBtn {
width: 100px;
}

#telBtn img {
width: 100%;
height: auto;
vertical-align: bottom;
}

#menuBtn {
font-size: 12px;
width: 14vw;
height: 13vw;
margin-right: 0.5em;
margin-left: 0.5em;
padding: 0 0.6em;
	line-height: 1.1;
}


/*----menu-------------------------------------------------------------------*/
#dblock {
    width: 100%;
}
#dblock {
    box-sizing: border-box;
    padding-top: 2em;
    top: 44px;
	float: right;
	height:29vh !important
	}
#dblock {
    background: #eee none repeat scroll 0 0;
    display: none;
    left: 0;
    opacity: 0.97;
    overflow: auto;
    padding-top: 20px;
	padding-bottom: 20px;
    position: fixed;
    top:72px;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}
.menu {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	width: 90%;
	margin: 0 5%;
}
.menu li {
    border-bottom: 1px solid rgba(34,16,2,0.3);
	box-shadow: rgba(225,225,225,0.1) 0 1px 0;
}
.menu li.out {
	background: url(../img/to_pc_w.png) 11em center no-repeat;
	background-size: 12px;
}
.menu li img {
}
.menu li li {
	padding-left: 50px;
	border-top: 1px dotted rgba(255,255,255,0.3);
    border-bottom: none;
}
.menu li a,
.menu li li a {

}
.menu li a:link, .menu li a:visited, .menu li a:active {
    background: rgba(0, 0, 0, 0);
    color: #333;
    display: block;
    line-height: 140%;
    padding: 0.5em;
    text-decoration: none;
}
#dblock .close {
	text-decoration: none;
	text-align: center;
	margin: 20px auto 0;
}

#mainImg{
width: 100%;
background: url(../img/mainimg.jpg) left top no-repeat;
background-size:cover;
padding-top:8vw;
height: 80vw;
position: relative;
}

#mainImg .tlHwIn{
	width: 78%;
	margin: 0;
	padding: 0.8rem 1rem 0.7rem 1.4rem;
	background-color: rgba(255,255,255,0.8);	
/*	display: flex;
	justify-content: space-between;
	align-items: center;*/
}

#mainImg .tlHwIn h1,
#mainImg .tlHwIn h2{
line-height: 1.5;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 154%;
}

#mainImg h1 .blue{

}

#mainImg .mk{
position: absolute;
bottom:3%;
right:3%;
width: 24%;	
}

#mainImg img{
	vertical-align: bottom;
	width: 100%;	
}

#mainImg .app{
position: absolute;
bottom:3%;
left:5%;
width: 60%;	
display: flex;
justify-content: space-between;
align-items: center;	
}

#mainImg .app div{
background-color: #fff;
border: #ea711f solid 2px;
border-radius: 50%;
width: 48%;
padding-top:48%;
position: relative;
display: table-cell;
vertical-align: middle;
}
#mainImg .app div p{
text-align: center;
font-size: 96%;
color: #ea711f;	
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
line-height: 1.3;
letter-spacing: -0.02em;
	font-weight: 600;
}




.wpY {
	background-color:#f6fadf;
	padding:15px 0.65rem;
}

.wpY h2 {
	font-size:122%;
	text-align:center;
	letter-spacing:-0.02em;
}

.wpY p {
	margin-bottom:0;

}

.blue {color:#2b84d2;}


.wpG {
	background-color:#c4f6d9;
/*	background-image:url(../img/bb_gr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:75%;	*/
	padding:30px 4% 20px;
}


.wpBk {
	background-color:#202020;
	padding:10px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:136%;
	letter-spacing:-0.02em;
}

.wpBk p{
	font-size:129%;
	margin-bottom:0;
}

.wpBl {
	background-color:#BAD6E7;
	padding:10px;
	color:#000;
	text-align:center;
	font-weight:bold;
}

.wpBl span{
	color:#224A8D;
}

.wpBl p{
		font-size:129%;
	margin-bottom:0;
}

.bl_arr{
	background-image:url(../img/bl_arrow.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:35%;
	padding-top:20px;
	width:100%;

}


.beSem div {
	clear:both;
	margin-bottom:1em;
}

.beSem div:after {
	content: ""; 
	display: block; 
	clear: both;
}


.beSem div img{
	float:left;
	width:26%;
	margin-right:0.5%;
}

.beSem div dl{
	margin-left:26.5%;
}

.beSem div dt{
	font-weight:bold;
	font-size:108%;
    margin-left: 0.5em; 
    text-indent: -0.5em;
	letter-spacing:-0.03em;
	line-height:1.3;
}

.beSem div dt span{
	font-size:90%;
}

.beSem div dd{
	font-size:85%;
	letter-spacing:-0.03em;

}

.wpW_arr {
	background-image:url(../img/w_arrow.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:40px 10px 10px;
	background-size:50%;
	text-align:center;

	font-weight:bold;
}

.wpW_arr p{
	font-size:122%;
}

.ma_q {
	background-image:url(../img/mk_q.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:38px;
	padding-left:45px;
	height:38px;
	font-size:108%;
	font-weight:bold;
	line-height:1.3;
	display:table-cell;
	vertical-align:middle;
}

.center{
	text-align:center;
}
	
	
.ph_q {
	position:relative;

}

.ph_q img{
	width:100%;
vertical-align: bottom;
}

.ph_q p{
	background-color:rgba(255,255,255,0.8);
	padding:5px;
	position:absolute;
}


#txq1{
	top:50%;
	right:10%;
}

#txq2{
	top:75%;
	left:10%;
}

#txq3{
	top:50%;
	left:10%;
}

#txq4{
	top:75%;
	right:10%;
}

#txq5{
	background-color:rgba(0,0,0,0.5);
	padding:30px 5px;
	width:90%;
	position:absolute;
	top:50%;
    left:50%;
	margin-left:-45%;
	margin-top:-15%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:165%;
}

#txq5 span{
	font-size:80%;
}

.no1 {
	background-image:url(../img/no1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:38px;
	padding-left:45px;
	height:38px;
	font-size:108%;
	font-weight:bold;
	line-height:1.3;
	display:table-cell;
	vertical-align:middle;
}

.no2 {
	background-image:url(../img/no2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:38px;
	padding-left:45px;
	height:38px;
	font-size:108%;
	font-weight:bold;
	line-height:1.3;
	display:table-cell;
	vertical-align:middle;
}

.ph_w01{
	position:relative;
	margin-bottom:1em;
}

.ph_w01 img{
	width:100%;
	vertical-align:bottom;
}

.ph_w01 p{
	position:absolute;
	bottom:-1em;
	left:0;
	background-color:rgba(255,255,255,0.7);
	padding:5px 10px;
	font-size:85%;
	letter-spacing:-0.02em;
}

.listA li{
	clear:both;
	margin-bottom:1em;
	font-weight:bold;
}

.listA li span {color:#2b84d2;}

.listA li img{
	float:left;
	width:41px;
	margin-right:5px;
}


.ex{
	padding:15px;
	margin-bottom: 2em;
}

.ex p{
	font-size:93%;
}

.ex h4{
	border-bottom:#000 solid 1px;
	margin-top: 1em;
	margin-bottom:1em;
	font-size:120%;
}

.ex img{
	width:100%;
}

.ex dl{
	font-size:93%;
}

.ex dt{float:left;}

.ex dd{margin-left:10em;}

    .ex .bf {
        position: relative;
		margin-bottom: 30px;
    }

    .ex .af {
        position: relative;
    }

.ex .bf > div,
.ex .af > div{
color: #fff;
display: inline-block;
position: absolute;
top:0;
left: 0;
padding: 0.3em 1.2em;
	text-align: center;
	min-width: 7em;
}

.ex .bf > div{
	background-color: #5e5d5b;	
}

.ex .af > div{
	background-color: #ea7b29;
}

.ex .bfM{
	position: relative;
		margin-bottom:20px;	
}

.ex .bf:after,
.ex .bfM:after{
border-style: solid;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
left:calc(50% - 16px);
top: 102%;
border-width: 16px 16px 16px 16px;
border-color:#ccc transparent transparent transparent;
}


#qaWp{
	background-image:url(../img/ga_bg.jpg);
		background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
}

#qaWp dl{
	background-color:rgba(255,255,255,0.8);
	padding:10px;
	margin-bottom:1em;
}

#qaWp dt{
	background-image:url(../img/ic_qa.gif);
		background-position:top left;
	background-repeat:no-repeat;
	background-size:32px;
	padding-left:35px;
	color:#2b84d2;
	font-weight:bold;
	line-height:1.3;
	height:32px;
	display:table-cell;
	vertical-align:middle;
	font-size:108%;
}

#qaWp dd{
	padding-top:0.5em;
}

footer{
	background-color:#f6fadf;
	padding-top:10px;
	margin:0 0 -20px;
}

footer dl{

	font-size:72%;
	margin:10px;
	letter-spacing:-0.05em;
}

footer dt{float:left;}

footer  dd{margin-left:8em;}

footer #copy{
	clear:both;
	text-align:center;
	padding:5px;
	font-size:80%;
}

@media screen and (min-width: 768px) {
	
.wpY .ma_q,	
.no1,
.no2{
	font-size:129%;
}
}

/*------------*/

.inqBx {
background-color: #c4f6d9;
}

.inqBx .sqr1{
	color: #2b84d2;	
}

.inqBx .sqr2{
	color: #342486;	
}

.inqBx .sqr1,
.inqBx .sqr2{
font-size: 1.1em;
margin-right: 0.2em;	
}


.inqBx .wpG{
	position: relative;
}

.wpG:before{
position: absolute;
top: 0;
left: calc(50% - 25px);
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 25px 0 25px;
border-color: #f6fadf transparent transparent transparent;
margin:0 auto 10px;
}

.themeBx {
	line-height:1.5;
}

.themeBx h2 {
	font-size:114%;
}

.themeBx p{
	font-size:100%;
	text-indent:0.5em;
}

.wpG .shiryo {
	width:100%;
}

.inqBx .tx01{
	font-size: 1.1em;
font-weight: 600;
	margin-bottom: 0.8em;
}

.inqBx .boxL{
	text-align: center;
}

.inqBx .tx01 .free{
	background-color: #c00;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	padding: 0 0.3em;
	margin-right: 0.3em;
}

.listChar{
	margin: 0 auto 1em;
display: inline-block;
}

.listChar li{
margin: 0.5em 0;
	text-align: left;
}

.listChar li:before{
font-family: 'marurino';
    content: '\e900';
	color: #2b84d2;
	margin-right: 0.2em;
}

.btn01{
	margin:1em auto 2em;
}

.btn01 a{
background-color:#2b84d2;
display:block;
width:100%;
line-height:3em;
text-align: center;
font-size:112%;
color:#fff;
position:relative;
font-weight:bold;
border-radius: 30px;
box-shadow: 0px 3px 0px #195A93;
max-width: 450px;
margin: 0 auto;
border: #93C2EC solid 1px;
background: linear-gradient(to bottom,  #5CA4DC 1%,#5CA4DC 45%,#5CA4DC 45%,#2b84d2 46%,#2b84d2 100%); 
}


.btn01 a:after {
    font-family: 'marurino';
    content: '\e92b';
    font-size: 1.4em;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    position: absolute;
    right: 3.6%;
    top: 50%;
    margin-top: -0.5em;
}

.btn01 a:hover{
	background-color:#77B2E5;
}

.btn01 a span{
	width:4em;
}




.anc{
	margin: 3em 8% 1.5em;
	display: block;
}

.anc li{
	margin-bottom: 1rem;
	text-align: center;
}

.anc li a{
	position: relative;
	display: block;
	border: #2b84d2 solid 1px;
	border-radius: 20px;
	padding: 0.5em 0.5em;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff;
}

.anc li a:after{
	font-family: 'marurino';
    content: '\e942';
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
    color: #2b84d2;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -0.5em;
}


.wpG:after {
	content: ""; 
	display: block; 
	clear: both;
}

.inqBx .flexBx .boxL img,
.inqBx .flexBx .boxR img{
width: 100%;
	vertical-align: bottom;
}	

.inqBx .tx02{
	text-align: center;
	margin-left: -1em;
	margin-right: -1em;
}

.inqBx .tx02 p{
	font-weight: 500;
	font-size: 1.15em;
	display: inline-block;
	text-align: center;
	padding: 0 0.1em;
}

.inqBx .tx02:before,
.inqBx .tx02:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 2px;
    height: 2.5em;
    margin: 0.5em 0.64em;
    vertical-align: -1.5em;
    bottom: 0;
}

.inqBx .tx02:before {
    transform: rotate(-30deg);
}

.inqBx .tx02:after {
    transform: rotate(30deg);
}

.inqBx .bxCons{
	margin: 1em 0;
	}
	
.inqBx .bxCons dt{
background-color: #fff;
	padding:0.5em 1em;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}
.inqBx .bxCons dt span{
	color: #2b84d2;
}

.inqBx .bxCons dd{
	position: relative;
}

.inqBx .bxCons dd p{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.75);	
	padding: 7px 10px;
	width: 100%;
	text-align: left;
    margin: 0;		
}

@media screen and (min-width:768px) {
	
.inqBx .wpY {
background-color: #f6fadf;
padding: 20px;
display: inline-block;
width: 100%;
margin: -40px 0 0;	
position: relative;
	z-index: 10;
}	
	
.inqBx .themeBx h2 {
	font-size:170%;
}	
	

.inqBx .flexBx{
display: flex;
justify-content: space-between;
}	

.inqBx .flexBx .boxL,
.inqBx .flexBx .boxR{
width: 47%;
}
	

	
.inqBx .flexBx .boxL{
text-align: left;
}
	
.inqBx .tx01 {
font-size: 1.2em;	
margin-left: 1rem;
margin-top: 1rem;
}	
	
.inqBx .listChar {
margin-left: 3rem;
}	
	
.inqBx .tx02 p{
	font-size: 1.3em;
}	
	
.inqBx .bxCons dd p{
	padding:10px 15px;
}
	
.anc{
margin: 3.5em 0 1.5em;
display: flex;
justify-content: space-between;
}	
	
.anc li{
width: 30%;
}		
	
}


/*-----contactBx ------*/

.contactBx{
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}

.contactBx:after {
	content: ""; 
	display: block; 
	clear: both;
}


.contactBx ul{
width: 90%;
margin: 0 auto;
padding: 0;
}

.contactBx li img{
	width:100%;

}

.contactBx li{
	margin-bottom:10px;
}

.contactBx li a:hover img{
	opacity:0.8;
}


.tC {
    text-align: center;
}

.inlineBlk{
	display: inline-block;
}

/*-----footer-------------------------*/
footer {
	background-color:#efefef;
	padding:10px;

}



.about {
	font-size:72%;
	margin-bottom:10px;

}

.about dt {
	float:left;
}


.about dd {
	margin-left:9em;
}

footer .abR {
    font-size: 72%;
    margin-left: 10em;
    margin-top: 2em;
}

footer #copy_right {
    text-align: center;
    font-size: 72%;
}

.contactBx {
    width: 100%;
    margin-bottom: 10px;
}

.contactBx ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.contactBx li {
    margin-bottom: 10px;
}

.contactBx li img{
	width:100%;
    
}

.contactBx li a:hover img {
    opacity: 0.8;
}

/* telBox ------------------------------------------*/

.telPopBox{
	width:80%;
	height:14em;
	padding:1.5em 0 0;
	position: fixed;
	left:10%;
	top:50%;
	margin-top:-5em;
	background:rgba(255,255,255,0.95);
	border:solid 1px #614336;
	text-align: center;
	box-sizing: border-box;
	font-size:1.2em;
	display: none;
}
.telPopBox p{
	margin-bottom:2em;
	color:#614336;
	font-weight: bold;
}
.telPopBox li{
	margin:1em auto;
	width:12em;
}
.telPopBox li span,
.telPopBox li a{
	display: block;
	padding:0.5em 0;
	border-radius: 2em;
	position: relative;
}
.telPopBox .notCall span{
	background-color: #fff;
	color:#614336;
	border:solid 1px #614336;
}
.telPopBox .call a{
	padding-left:1em;
	background-color: #2b84d2;
	font-weight: bold;
	color:#fff;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	background-image:url(../img/ic_tel.png);
	background-position:10% center;
	background-repeat:no-repeat;
	background-size:15%;
}
.telPopBox .call a::before{
/*	font-family: 'marurino';
	content:'\e915';
	font-size:1.6em;*/

	position: absolute;
	left:0.5em;
	top:50%;
	margin-top:-0.5em;
}


/****/
.contactNav{
	text-align:center;
	margin-top:20px;
		margin-bottom:20px;
}

.contactNav li a{
    width: 9em;
    display: inline-block;
    line-height: 1;
    font-size: 1.1em;
    padding: 0.7em 2.5em 0.7em 1em;
    border-radius: 2.5em;
    color: #2b84d2;
    background-color: #fff;
    border: solid 2px #2b84d2;
    position: relative;
    font-weight: bold;
	margin:0 auto 10px;
}

.contactNav li a::after {
    font-family: 'marurino';
    content: '\e92f';
    font-size: 1.4em;
    line-height: 1;
    font-weight: normal;
    color: #2b84d2;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5em;
}

/* ------------- */


@media screen and (min-width:768px) {
	
	
	body{
		font-size: 16px;
	 overflow-x: hidden;	
	}
	
	#container{
		margin-top: 0;
	}
	
	header{
		height: 145px;
		padding: 0;
		margin: 0 0 50px;
	}
	
section{
max-width: 960px;
margin: 0 auto;
}

#mainImg{
height: 640px;
padding-top: 60px;
max-width:1080px;	
margin: 0 auto 40px;	
}
	
#mainImg .tlHwIn {
    width: 70%;
    padding: 1.5rem 2.5rem;
}	
	
	
#mainImg .tlHwIn h1,
#mainImg .tlHwIn h2	{
    font-size: 48px;
	font-weight: 500;
}	
	
#mainImg .mk {
    bottom:6%;
    right: 6%;
    width: 18%;
}

	.infoArea {
		display: none;
	}
	
#mainImg .app {
    width:36%;
	bottom: 6%;
}	
	
	
#mainImg .app div{
border: #ea711f solid 2px;

}
	
#mainImg .app div p{
font-size: 130%;
	line-height: 1.5;
}
	
/*------navi-------*/
	
#marurino-lp .navi ul,
#marurino-lp .navi li{
	list-style: none;
	margin:0;
	padding:0;
}
#marurino-lp .navi a {
	color:#d8910e;
	text-decoration: none;
}
	
#marurino-lp .navi .flex{
	display: flex;
	justify-content: space-between;
/*	flex-wrap: wrap;*/
}
#marurino-lp .navi{
	width:100%;
	position: fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.97);
	border-bottom:1px solid #ddd;
	z-index:99;
}
#marurino-lp .navi .hd{
	border-bottom: 1px solid #ccc;
	font-family: sans-serif;
}
#marurino-lp .navi .hd .hd-sekisui {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding:1.4em 0.5em;
}
#marurino-lp .navi .hd .hd-sekisui img{
	display: block;
	width:86px;
	height: auto;
	margin-right:15px;
}
#marurino-lp .navi .hd .hd-sekisui h1,	
#marurino-lp .navi .hd .hd-sekisui p{
	font-size:0.7em;
	font-weight: bold;
}
#marurino-lp .navi .hd .contact {
	text-align: right;
/*	padding:5px 10px;*/
	padding: 10px;
	margin-left:auto;
}
#marurino-lp .navi .hd .contact a{
	font-size:1.4em;
	font-weight: 600;
	font-family: 'Barlow';
}
#marurino-lp .navi .hd .contact a span:before{
	display: inline-block;
	margin-right:5px;
	font-size:0.94em;
	vertical-align: middle;
}
#marurino-lp .navi .hd .contact .open{
	font-size:0.64em;
}
#marurino-lp .navi .hd .btn{
	display: block;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 150px;
	margin:0;
	color:#fff;
	font-size:0.9em;
	padding: 0.3em 0;
}

#marurino-lp .navi ul{
	width:100%;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width:1200px;
	margin:0 auto;
	font-size:0.8em;
	padding:10px;
}
#marurino-lp .navi ul li{
	padding:0.5em 0;
	border-right:1px solid #ccc;
	text-align: center;
	width:18%;
	transform: rotate(0.001deg);
}
#marurino-lp .navi ul li.nvLogo{
	padding:0 40px;
	border:none;
}
#marurino-lp .navi ul li.nvLogo img{
	width:86%;
	height: auto;
}
#marurino-lp .navi ul li:last-child{
	border:none;
}
#marurino-lp .navi ul a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	height: 100%;
	color:#000;
	text-align: center;
	line-height: 1.5em;
	
	    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
#marurino-lp .navi ul a:hover{
	color:#d8910e;
}
	
#marurino-lp .navi .hd .btns{
	width: 310px;
	display: flex;
	background-color: #2985d2;
	padding: 5px 0;
}

#marurino-lp .navi .hd .btn:before {
    line-height: 1em;
    vertical-align: middle;
    display: block;
    font-size: 1.8em;
    padding-bottom: 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#marurino-lp .navi .hd .btn.eventbtn:before {
    font-family: 'marurino';
/*    content: "\e91c";*/
	    content: '\e90b';
}

#marurino-lp .navi .hd .btn.eventbtn{
    border-right: 1px solid #fff;	
}

#marurino-lp .navi .hd .btn.requestbtn:before {
    font-family: 'marurino';
    content: "\e908";
}

#marurino-lp .navi .hd .btn.requestbtn{
    border-right: 1px solid #fff;	
}

#marurino-lp .navi .hd .btn.contactbtn:before {
    font-family: 'marurino';
    content: "\e91e";
}

#marurino-lp .navi .hd a.btn:hover {
    color:#000 !important;
}
	
	
/*-------------*/
	
.inqBx{
position: relative;
margin: 80px auto;	
}	
	
.inqBx:before{
position: absolute;
background-color: #c4f6d9;
width: 100%;
height: 100%;
top: 0;
right: 100%;
content: "";
z-index: 0;	
}
	
.inqBx:after{
        position: absolute;
        background-color: #c4f6d9;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        content: "";
        z-index: 0;	
}	
	
.wpY {
    background-color: #f6fadf;
    padding: 30px;
}

.wpG {
    padding: 40px 0 60px;
	background-color: #c4f6d9;
}
	

	
.wpW_arr,
.bl_arr{
	background-size: 100px;
}
	
	.wpW_arr p{
		font-size: 150%;
	}
	
	
	/*------footer-------*/
	

	
#howto .ph_q {
	width: 80%;
	margin: 0 10% 30px;

}	
	

	
	#reason,
	#example,
	#qa{
		margin-top: 40px;
	}
	
	
#reason .wpBk,
#example .wpBk,
#qa .wpBk{

    padding: 20px;
	margin-bottom: 20px;

}
	
#r1 .ph_w01 {
	width: 55%;
	display:inline-block;
	vertical-align: top;

}
	
#marurino-lp #r1 .listA{
	width: 40%;
	display:inline-block;
	vertical-align: top;
		margin-top:90px;
		margin-left: 30px;
	}
	
#marurino-lp #r1 .listA li{
		margin-bottom: 1.5em;
	}

	#r2{
		width: 74%;
		margin: 0 13% 40px;

	}	
	
.wpBl {

    padding: 20px;

}
	
	#r3 {
		padding: 0!important;
	}
	
	#r3 .ph_w01	{
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		
	}
	
	#r3 .ph_w01:first-child{
		margin-right: 3%;
	}
	
	#r3 .ph_w01 p {
		    padding: 5px 9px;
	}
	
	.ex{
		padding: 30px 0 10px;
	}
	

.ex .bf{
width: 760px;
display: inline-block;
vertical-align: top;
margin: 20px 100px 40px;
position: relative;

}
	
.ex .bf:after{
    top: 104%;
}	

.ex .af{
width: 872px;
display: inline-block;
vertical-align: top;
margin: 20px 44px 40px;
}
	
.ex .bf > div, .ex .af > div {
font-size: 1.2em;
}	
	
	.ex h4 + p{
		margin-bottom: 40px;
	}
	
	.ex dl {
    margin-bottom: 40px;
}
	
.ex .bfM{
        width: 40%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3%;
        margin-top: 20px;
        position: relative;
}

.ex .afM{
        width: 56%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
}	
	
	.ex .bfM:after{
    top: calc(50% - 16px);
    left: 104%;
    border-color: transparent transparent transparent #ccc;
	}	
	
	#qaWp{
		margin-bottom: 30px;
	}	
	
#qaWp dl {
    padding: 20px;

}	
	
/*---------footer--------*/	
	
	footer{

		padding: 0;
	}
	
	footer .inner{
	width: 954px;
	max-width: 954px;
    margin: 0 auto;

	padding-top: 60px;
	}
	
	footer #ftLogo,
	footer #ftLogo+p{
		text-align: left;

	}
	
	footer #ftLogo+p{
		font-size: 110%;
		font-weight: bold;
	}
	
		footer #ftLogo span,
	footer #ftLogo+p span{
		display: inline-block;

		font-weight: normal;

	}
	
	footer #ftLogo span{	
	 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 30px;
			margin-left: 20px;
	}
	
		footer #ftLogo+p span{
			font-size:80%;
		margin-left: 15px;
	}
	
	footer .about {
	font-size:13px;

		padding: 20px;

		display: inline-block;
		width: 49.5%;
		vertical-align: top;
		margin: 0;
}

	
footer .about dt {
	font-weight: bold;
	float: left;
}
	
	footer .about dd{
		margin-left: 9em;
	}
	
footer .abR {
        width: 44.5%;
        font-size: 13px;
        margin: 0;
        display: inline-block;
        padding: 20px;
    }	
	
	
footer .contactBx {
    margin-bottom: 30px;
    margin-top: 0;
    border-top: #ccc solid 1px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
	    padding-left: 80px;
	padding-bottom: 80px;
	font-size: 90%;
}
	
footer .contactBx p {
    float: left;
    vertical-align: middle;
    margin-right: 20px;
}
	
footer #copy_right{
    margin: 30px auto 0;
    text-align: center;
    background: #2b84d2;
    padding-top: 80px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ffffff;
}


#page-top a {
    background-image: url(../img/btn_pagetop_off.gif);
    background-size: contain;
    text-indent: -999em;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    -moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
}	
	
	
}

@media screen and (max-width: 320px) {
#mainImg .app div p{
font-size: 84%;
}

.inqBx .sqr1,
.inqBx .sqr2{
display: block;
}

.btn01 a{font-size: 100%;}

.inqBx .tx02 p{	font-size: 0.96em;}
}

footer .contactNav.forSP .flex{
	display: block;
}


/* ------ sp ------- */
.forPC{
	display: none;
}

.forSP{
	display: block;
}

/* ------ pc  ------- */

@media screen and (min-width:768px) {

	.forSP{
		display: none;
	}
	.forPC{
		display: block;
	}

}
