@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');


/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul, ol{ margin: 0; padding: 0; list-style: none; }
dl, dt, dd{ margin: 0; padding: 0;}
/*------------------------normalizeEnd*/

body {
	background:#fff;
	font-family:'Hiragino kaku Gothic ProN', 'ヒラギノ角ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
	color:#4d4d4d;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}

h1, h2, h3, h4, h5, h6{}
h2{
 text-align: center;
font-size: 35px;
border-bottom: 1px solid #000;
padding-bottom: 5px;
margin-bottom: 50px;
}
@media screen and (max-width:840px) {
h2{ font-size: 28px;}
}

h3{ text-align: center;}

.read{
text-align: center;
font-size: 40px;
font-weight: bold;
}

.read02{
text-align: center;
font-size: 30px;
color: #ed6c00;
}


section{ margin: 50px auto; }
@media screen and (max-width:840px) {
section{ margin: 30px auto; }
}
address{ font-style:normal;}

a{word-break: break-all;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }



/*------*/
.wrapBox{}

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

}


/*------------------------Style*/
main{ text-align:left; width: 100%; max-width: 1140px; margin: 0 auto; padding: 1em;}

header{ padding: 0 1em; display: flex; justify-content: space-between;}
header .logo img{ width: 100%; max-width: 160px;}
header .btnBox{ display: flex; align-items: center;}
header .btnBox a{
display: block;
background: #ed6c00;
color: #fff;
padding: 10px 1em;
}


/* mainBox */
.mainBox img{ width: 100%;}
.mainBox .PCImg{ display: block; }
.mainBox .SPImg{ display: none; }
@media screen and (max-width: 640px) {
.mainBox .PCImg{ display: none; }
.mainBox .SPImg{ display: block; }
}


/* 2wayBox */
.twowayBox .PCImg{ display: block;}
.twowayBox .SPImg{ display: none;}
.twoway{
width: 100%;
margin: 0 auto;
text-align: center;
}
.twoway img{
width: 100%; max-width: 839px;
margin: 0 auto;
}

@media screen and (max-width: 640px) {
.twowayBox .PCImg{ display: none;}
.twowayBox .SPImg{ display: block;}
}


/* pointBox */
.pointBox{}
.pointBox p{ text-align: center;}
@media screen and (max-width: 736px) {
.pointBox h3 img{ width: 100%;}
}

.dot{ text-align: center;}


.point3{

}
.point3 .flexBox{
justify-content: space-between;
width: 100%;
max-width: 560px;
margin: 1em auto;
}
@media screen and (max-width: 736px) {
.point3 .flexBox img{ width: 30%;}
}



/* faqBox */
.faqBox{
display: flex;
justify-content: space-between;
}
.faqBox section{width: 26%; margin: 0 auto 10px;}
.faqBox section p{ font-size: 15px;}
.faqBox section h3{ text-align: center;}
@media screen and (max-width:840px) {
.faqBox{ display: block;}
.faqBox section{ width: 100%;}
}




/* contactBox */
.contactBox{ width: 100%; max-width: 1020px; margin: 1em auto; text-align: center;}
.contactBox .btnBox{}
.contactBox .btnBox a{
display: block;
font-size: 28px;
font-weight: bold;
color: #fff;
background: #ed6c00;
padding: 1em;
}

.telBox{}
.telBox p{ font-size: 24px;}
.telBox p .B{ font-size: 36px;}


/* footer */
footer{ background: #f4f4f4;}
footer .flexBox{
justify-content: space-between;
width: 100%;
max-width: 640px;
margin: 0 auto;
padding: 2em 1em 1em;
}
@media screen and (max-width:840px) {
footer .flexBox{ display: block;}
}


footer .logo img{ width: 100%; max-width: 218px;}



/*table*/
.table01{ width: 100%; margin-bottom:2em; border-collapse: collapse;}
.table01 th{ border: 1px solid #cfcfcf; background: #efefef; padding: 1em;}
.table01 td{ border: 1px solid #cfcfcf; padding: 1em; color: #666;}


/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.flexBox{ display: flex; }


.blue{color: #008cd6;}
.orange{ color: #ed6c00;}

.B{ font-weight: bold; font-size: 1.2em; }
.fontS{ font-size: .8em;}
.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }
.tR{ text-align: right; }

.noEvent{ pointer-events: none; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}

/*pagetop*/
.pagetop{ position: fixed; z-index: 9000; bottom: 40px; right: 60px; display: none;}
.pagetop a{ box-sizing: border-box; font-size: 24px; text-align: center; display: block; background: #fff; width: 60px; height: 60px; border-radius: 120px; padding-top: 12px;box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);}
.pagetop a:link, .pagetop a:visited{ color: #147b99;}
.pagetop a:hover{ opacity: 0.6; transition: 0.2s;}

@media screen and (max-width:840px) {
.PC{ display: none; }
.SP{ display: block; }


}



