@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;
line-height: 1.8;
}
p{ margin: 0; padding: 0;}

h2{
margin: 0;
padding: 0;

}
h2 span{

}
@media screen and (max-width:840px) {
body{
font-size: 16px;
}
}

h3{ text-align: center;}




section{ margin: 80px auto; }
@media screen and (max-width:840px) {

}
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{
width: 100%;
max-width: 860px;
margin: 0 auto;
}

@media screen and (max-width:860px) {
.wrapBox{ padding: 1em;}
}


/*------------------------Style*/
main{ text-align:left; width: 100%; margin: 0 auto;}
@media screen and (max-width:1140px) {

}

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; }
}







/* contactBox */
.contactBox{ width: 100%; max-width: 860px; 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;}



.title01{
font-size: 24px;
color: #2396c8;
text-align: left;
margin: 0 0 10px;
padding: 0;
}



/*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;}


/* list */
.list_circle_num {
    padding: 0px;
    margin: 0px;
    list-style: none;
    counter-reset: list_circle_num_counter;
}

.list_circle_num > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    counter-increment: list_circle_num_counter;
}
.list_circle_num > li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: calc(1.5em);
    height: calc(1.5em);
    background-color: #2396c8;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
}

.list_circle_num > li + li {
    margin: 1em 0px 0px;
}


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

.flexBox{ display: flex; }

.fitImg img{ width: 100%;}


.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; }
}



