@charset "utf-8";
/*===========================
add
===========================*/
:root {
  --basic-color: rgb(38 65 100 / 91%);
}



.mainCatch .txt01{
  font-size: 0.5em;
  text-align: center;
  line-height: 130%;
}

.mainCatch .ban{
  margin: 30px auto 0;
  width: 70%;
}

@media screen and (max-width: 600px) {
  .mainCatch .txt01{
    font-size: 0.8em;
    text-align: center;
    line-height: 130%;
  }

  .mainCatch .ban{
    margin: 30px auto 0;
    width: 80%;
  }
}



/*===========================
txt02
===========================*/
.txt02{
  color: #fff;
  font-size: 1.5em;
  line-height: 180%;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .txt02{
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}





/*===========================
font
===========================*/
.fw-b{font-weight: bold;}



/*===========================
a
==========================
a:hover img{
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

=*/



/*===========================
wf
===========================*/
.wf-t-all ,ul.wf-t-all {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,
  ol.wf-t{
		width: fit-content;
		margin: auto;
	}
}

@media screen and (min-width: 601px) {
	p.wf-pcONspOFF,
  ul.wf-pcONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}

.wf-t-right ,ul.wf-t-right {
	width: fit-content;
	margin: auto 0 auto auto;
}



/*===========================
ol
===========================*/
.ol-c{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%;
}

.ol-c li{
  width: 33%;
  margin-bottom: 2%;
  text-align: center;
}

.ol-c li .box{
  position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
  background-color: var(--basic-color);
  color: #fff;
  box-shadow: 0 0 8px gray;
  margin: 0 auto;
}


.ol-c li .box p{
  text-align: center;
}

.ol-c li .box span.namb{
  text-align: center;
  position: absolute;
	left: 0;
	top: 20%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
  width: 100%;
  font-size: 3em;
}

.ol-c li .box p span.txt{
 position: absolute;
	left: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	text-align: center;
  width: 100%;
  line-height: 140%;
  font-size: 1.8em;
}

@media screen and (max-width: 768px) {
  .ol-c{
    width: 100%;
    box-sizing: border-box;
  }

  .ol-c li .box{
    width: 200px;
    height: 200px;
  }

  .ol-c li .box span.namb{
    top: 18%;
    font-size: 2em;
  }

  .ol-c li .box p span.txt{
    top: 56%;
    width: 100px;
    text-align: center;
    width: 100%;
    line-height: 140%;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 600px) {
  .ol-c li{
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }

  .ol-c li:last-child{
    margin-bottom: 0;
  }

  .ol-c li .box{
    width: 250px;
    height: 250px;
  }

  .ol-c li .box span.namb{
    top: 17%;
    font-size: 2.5em;
  }

  .ol-c li .box p span.txt{
    top: 54%;
    width: 100px;
    text-align: center;
    width: 100%;
    line-height: 140%;
    font-size: 1.5em;
  }
}







ol.nam li,
ol li.nam,
ol li.txtIconPoint{
	display: list-item !important;
	list-style-type: decimal;
  margin-left: 20px;
}


ol.nam ul li{
 display:list-item;
	list-style-type: disc !important;
	list-style-position: outside;
 margin-left: 3px;
}


.liw100 li{
	width: 100% !important;
	display: block;
}


/*1)片方格好リスト-----------------------*/
ol.sigle-parentheses {
  list-style-type: none !important;
}
ol.sigle-parentheses > li {
  counter-increment: cnt;
}
ol.sigle-parentheses > li:before {
  content: counter(cnt) "）";
}

/*〇1リスト-----------------------*/
ol.ol-counter {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-counter li {
  font-size: 0.8em;
  line-height: 1.5;
  padding-left: 42px;
  position: relative;
  margin-bottom: 10px;
}
.ol-counter li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--basic-color);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

ol.ol-counter-IN {
	box-sizing: border-box;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-counter-IN li {
	box-sizing: border-box;
	display:inline-block;
  font-size: 0.8em;
  line-height: 1.5;
  padding-left: 42px;
  position: relative;
  margin: 0 1em 1em 0;
}
.ol-counter-IN li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--basic-color);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}



/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}


















/*===========================
フローティングバナー
===========================*/


/* color:var(--contact-color); で利用 */
:root {
	--contact-color:#3a5272;
}

/* color:var(--contact-bg); で利用 */
:root {
	--contact-bg:#4b6280;
}

/* color:var(--contact-hover); で利用 */
:root {
	--contact-hover:#647790;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
    background-color: var(--contact-bg);
    border-bottom: 6px solid var(--contact-color);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .emergencyWrap {
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        /*background-color: #51baf1;*/
    }
}
/*@media screen and (max-width: 480px) {
  .emergencyWrap {
    bottom: 50px;
  }
}*/
.emergencyWrap > span {
    display: block;
    margin-bottom: 8px;
    margin-top: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.emergencyWrap .emergencyBtnWrap {
    display: block;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
    }
}

@media screen and (max-width: 600px) {
    .emergencyWrap {
        padding: 10px 0 !important;
    }

    .emergencyWrap a{
        line-height: 130%;
    }

/*
    .emergencyWrap a:nth-child(-n+2){
      padding-top: 15px !important;
    }
	*/
	
    .emergencyWrap a:nth-child(1),
	.emergencyWrap a:nth-child(3){
      padding-top: 15px !important;
    }
	
}




.emergencyWrap a {
    display: block;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #fff;
    background-color: var(--contact-color);
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a {
        margin: 3px 5px;
    }
}
.emergencyWrap a.tel {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.tel .fa-phone-volume {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.emergencyWrap a.tel span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.emergencyWrap a.tel:hover {
    background-color: var(--contact-hover);
    text-decoration: none;
}
.emergencyWrap a.contact {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact span {
    display: inline-block;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact:hover {
    background-color: #69d782;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a.contact {
        text-align: center;
        padding: 8px 0px 8px 8px;
    }
    .emergencyWrap a.tel span {
        font-size: 10px;
        font-weight: 900;
    }
    .emergencyWrap a.contact span {
        display: block;
        margin-left: 15px;
        text-align: center;
        margin: auto;
    }
    .emergencyWrap a.contact .fa-envelope {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 340px) {
    .emergencyWrap a.tel span {
        font-size: 13px;
        font-weight: 900;
    }
} /*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        width: 30%;
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
    footer {
        padding-bottom: 150px;
    }
}
.catch04 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.tx-center {
	text-align: center;
}
.tx-flex {
	text-align: center;
}
 @media screen and (max-width: 768px) {
.tx-flex {
 text-align: left;/*PCで中央、スマホタブレット左寄せ*/
}
}
.mb20 {
	margin-bottom: 20px!important;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
    background-position: top -100px left !important;
    background-size: contain !important;
}
@media only screen and (max-width: 768px) {
    .catch01 {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 1em;
    }
    .wrap-bg {
        background-position: top 0px left !important;
        background-size: initial !important;
    }
}
.wd40 {
    width: 40% !important;
    margin: auto;
}
.wd50 {
    width: 50% !important;
    margin: 0 auto;
}
.wd60 {
    width: 60% !important;
    margin: 0 auto;
}
.wd70 {
    width: 70% !important;
    margin: 0 auto;
}
.wd80 {
    width: 80% !important;
    margin: 0 auto;
}
.wd85 {
    width: 85% !important;
    margin: 0 auto;
}
.wd90 {
    width: 90% !important;
    margin: 0 auto;
}
.wd95 {
    width: 95% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95 {
        width: 100% !important;
        margin: auto;
    }
}
.box-sd {
	padding: 2em 4em;
	/*background-color: #fff;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 140px;
        right: 10px;
        z-index: 20;
    }
}
.txWhite {
	color: #FFFFFF;
}

a.color1 {
	color: #2F8FC1!important;
}
a.color2 {
	color: #f4ada3!important;
}
a.color3 {
	color: #90ce9c!important;
}
