/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
aaa
===========================*/

.pctop60 {
	margin-top:60px;
}
@media screen and (max-width: 768px) {
 .pctop60 {
 margin-top: auto;
}
}
.tx140 {
	font-size:140%;
	font-weight:bold;
}
/*===========================
box
===========================*/
.box1 {
	border:5px double #DDE6F4;
	padding:2em 3em;
	background: #FBFCFF;
	border-radius:15px;
}
.box2 {
	background:#F2F7FD;
	padding:2em 1.5em;
	box-sizing: border-box;
	border-radius:10px;
}
.box3{
	background:#F2F7FD;
	padding:3em;
		border-radius:10px;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

/*******************************
btn
*******************************/
.btn1 {
	text-align:center;
}
.btn1 a {
	background:rgba(0, 0, 0, 1);
	color:#FFF;
	text-decoration:none;
	padding:0.5em 3em;
	font-size:1.2em;
	border-radius:5px;
}
.btn1 a:hover {
	background:rgba(0, 0, 0, 0.4);
}
/*******************************
list
*******************************/
.list_car {
	position:relative;
}
.list_car li {
	margin-bottom:15px;
	border-bottom:1px dashed #CCC;
	padding-bottom:0.5em;
}
.list_car li:before {
	font-family:"Font Awesome 5 Free";
	content:"\f5e4";
	font-weight: 900;
	padding-right:5px;
}
.list2 li {
	float:left;
	width:45%;
	margin:0 1% 20px;
	padding-bottom:0.5em;
	border-bottom:#CCC 1px dashed;
	list-style:disc;
	list-style-position:inside;
}
.list4 li {
	float:left;
	width:23%;
	margin:0 1% 20px;
	padding-bottom:0.5em;
	border-bottom:#CCC 1px dashed;
	list-style:disc;
	list-style-position:inside;
}
 @media only screen and (max-width: 420px) {
.list2 li , .list4 li {
	float: none;
	width: auto;
}

 }
/*******************************
table
*******************************/
.tb1 th {
	text-align:center;
	vertical-align:middle;
	background: #F0F5FD;
}
.tb1 td {
}
/*******************************
width
*******************************/

.w80 {
	width:80%;
	margin:auto;
}
.w70 {
	width:70%;
	margin:auto;
}
.w60 {
	width:60%;
	margin:auto;
}

.news_mb3em{
	margin-bottom:3em;
}
.news_mb4em{
	margin-bottom:4em;
}

.news_mb5em{
	margin-bottom:5em;
}

 @media only screen and (max-width: 768px) {
 .w80, .w70, .w60 {
 width: auto;
 margin:auto;
}
.news_mb3em,.news_mb4em,.news_mb5em{
	margin-bottom: auto;
}
.vis1 .catch {

}

}

.no_link {
	text-decoration: none ;
	color:#000 !important;
}
.no_link:hover {
	text-decoration: none ;
	color:#000 !important;
}

/*レスポtel*/
@media only screen and (min-width: 768px) {


}
/*add*/
.subcatch{
	font-size:0.6em;
}


 @media only screen and (max-width: 768px) {
 .subcatch {
   font-size: 0.8em;
 }
 }
 
 /*===========================
spacer
===========================*/


.res-mt10 {
	margin-top:10px !important;
}
.res-mt20 {
	margin-top:20px !important;
}
.res-mt30 {
	margin-top:30px !important;
}
.res-mt40 {
	margin-top:40px !important;
}
.res-mt50 {
	margin-top:50px !important;
}
.res-mt60 {
	margin-top:60px !important;
}
.res-mt70 {
	margin-top:70px !important;
}
.res-mt80 {
	margin-top:80px !important;
}
.res-mt0{
	margin-top:0px !important;}
	
.res-mb10 {
	margin-bottom:10px !important;
}
.res-mb20 {
	margin-bottom:20px !important;
}
.res-mb30 {
	margin-bottom:30px !important;
}
.res-mb40 {
	margin-bottom:40px !important;
}
.res-mb50 {
	margin-bottom:50px !important;
}
.res-mb60 {
	margin-bottom:60px !important;
}
.res-mb70 {
	margin-bottom:70px !important;
}
.res-mb80 {
	margin-bottom:80px !important;
}
.res-mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.res-mt10,.res-mt20,.res-mt30 {
     margin-top:5% !important;
}
.res-mb10,.res-mb20,.res-mb30 {
     margin-bottom:5% !important;
}
.res-mt40,.res-mt50,.res-mt60 {
     margin-top:6% !important;
}
.res-mb40,.res-mb50,.res-mb60 {
     margin-bottom:6% !important;
}
.res-mt70,.res-mt80 {
     margin-top:8% !important;
}
.res-mb70,.res-mb80 {
     margin-bottom:8% !important;
}
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:47%;
  margin:2% 0 0 2%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:47%;
  margin:2% 0 0 2%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1%; 
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-3col > li:nth-of-type(1) {
    width: 100%;
    margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
img {
  max-width:100%;
  height:auto;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.3em;
    border-bottom: 1px dashed #CCC;
    width:42%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.check-2 {
    position: relative;
}
ul.check-2 li {
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	padding: 0 0 0.5em 2em !important;
}
ul.check-2 li::before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
@media only screen and (max-width: 768px) {
ul.circle-2col li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.3em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}

}
.wrap-h2 {
  width:96%;
  margin:5% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:5% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:2% auto 3%;
} 
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.t-link {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.tb1 {
   margin-bottom:0px;
}
.line-h2 {
   line-height:2;
}
.small-img90 {
    width:90% !important;
	height:auto !important;
}
.small-img80 {
    width:80% !important;
	height:auto !important;
}
.small-img70 {
    width:70% !important;
	height:auto !important;
}
.small-img60 {
    width:60% !important;
	height:auto !important;
}
.small-img50 {
    width:50% !important;
	height:auto !important;
}
.small-img40 {
    width:40% !important;
	height:auto !important;
}
.small-img30 {
    width:30% !important;
	height:auto !important;
}
.small-img20 {
    width:20% !important;
	height:auto !important;
}

@media screen and (max-width: 768px) {
.content h2 {
    line-height:1.4em;
	
}
.content h3::after {
    bottom: -4px;
}
}
.tel a:hover {
    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.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel a {
    text-decoration: none;
}

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


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

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

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

.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;
    }
}
.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 8px;
    }
}
.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: 14px;
        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: 120px;
        right: 10px;
        z-index: 20;
    }
}
