@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #0098b9;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #0098b9;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #0098b9;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #0b728a; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #cce4e9;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #cce4e9;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #cce4e9;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #cce4e9;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #cce4e9;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #cce4e9;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #cce4e9;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #cce4e9;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#cce4e9;
	color:#333;
}

table.table2 th {
	background-color:#cce4e9;
	color:#333;
}

.tdColorBeige {
	background:#cce4e9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#0098b9;
}


ol.liFeature li::before {
	color: #FFF;
	background:#0098b9;
}

/* buttons */

.txtBnr a {
	background-color:#0098b9;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#0098b9;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#0098b9;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#0098b9;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#0098b9;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#0098b9;
}

/* catch */

h3.h3Catch1 {
	color:#0098b9;
}

h3.h3Catch2 {
	color:#0098b9;
}

/* catchiphrase */

.catch1 {
	color:#0098b9;
}

.catch2 {
	color:#0098b9;
}

.catchS {
	color:#0098b9;
}

/* list */

ul.liCircle li::before {
	background:#0098b9;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#0098b9;
	border-bottom:1px dotted #CCC;
}






.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.dib{
        display: inline-block !important;
        vertical-align: middle;
}
.tar{text-align: right;}

.fsz1{
	font-size: 135%;
	font-weight: bold;
}
.fsz2{
	font-size: 110% !important;
	font-weight: bold;
}
.fsz3{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 20px;
}
.fsz7{
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 20px;
}
.fsz8{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #387280;
}
.fsz4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	background-color: #387280;
	padding: 3px 10px;
	border-radius: 6px;
}
.fsz5{
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	background-color: #285b68;
	padding: 3px 10px;
	border-radius: 6px;
}
.fsz5 span{
	font-weight: bold;
	margin-left: 5px;
}
.fsz6{
	font-size: 14px;
}
.inner_flow .leftCnt{
	display: inline-block;
	width: 84%;
	vertical-align: top;
}
.inner_flow .rightCnt{
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.inner_flow .rightCnt img{
	max-width: 150px;
	width: 100%;
}
@media only screen and (max-width: 768px){
	.inner_flow .leftCnt{
			display: block;
			width: 100%;
	}
	.inner_flow .rightCnt{
			text-align: center;
			display: block;
			width: 100%;
	}
	.inner_flow .rightCnt img{
			max-width: 160px;
			width: 100%;
	}
}


ul.check li::before {
	color:#387280;
}

ul.check {
	position: relative;
}
ul.check li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
   }


.Img240{
	max-width: 240px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.grayBg{
	background-color: #f3f3f3;
}



.column-layout03 {
    background: #f6f6f6;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.column-layout03-item {
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}
.column-layout03-title {
	font-size: 26px;
	font-weight: bold;
	color: #387280;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 426px;
    width: 96%;
    margin-top: 0.5em;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 426px;
    width: 96%;
}

.column-layout03-text {
    line-height: 1.6em;
}
.column-layout03-text p {
    font-size: 14px;
    line-height: 2.1;
}
.column-layout03-image {
    height: auto;
    width: 100%;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


@media only screen and (max-width: 768px){
	.column-layout03-wrapper {
		background: #f6f6f6;
		padding: 6.89655% 6.11111% 0;
	}
	.column-layout03:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.column-layout03 {
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.column-layout03-wrapper .column-layout03-content {
		padding-left: 0;
		padding-right: 0;
	}
	.column-layout03-item:first-child {
		margin-right: 0;
	}
	.column-layout03-item{
		width: 100%;
	}
	.column-layout03-content {
		background: #f6f6f6;
		padding: 30px 6.11111%;
	}
	.column-layout03-title {
		font-size: 17px;
		margin-bottom: 0.77778em;
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text{
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text p {
		font-size: 13px;
		line-height: 2;
	}
	.w80{
		width: 100%;
		margin: 0 auto;
	}
	.vis3 .catch {
		margin-left: 0% !important;
	}
	.halfsz{
		width: 100%;
		display: block;
	}
	.scroll{
		overflow: auto;
    white-space: nowrap;
    width: 100% !important;
	box-sizing: border-box;
	overflow-x: scroll;
	}
	ul.circle3 li{
		width: 100%;
	}

}

p.celled {
    background-color: #387280;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 1rem;
    padding: 3px;
}

dl.name dt{
	display: inline-block;
	vertical-align: top;
	width: 6em;
	text-align: left;
}
dl.name dd{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.w100p{width: 100%;}

.pt6{
	padding-top: 1px !important;
}

.noDeco{
	text-decoration: none;
}

.sign{
	text-align: right;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	font-weight: bold;
}


.snsWrap a + a{
	padding-left: 10px;

}

.snsWrap a:hover{
	opacity: 0.7;

}

.snsWrap {
	margin-top: 20px;
}

.snsWrap > div{
	display: inline-block;
	vertical-align: middle;

}
.snsWrap > div + div{
	margin-left: 10px;
}
.snsWrap > div a.txtlink{
	padding: 7px 12px;
	background-color: #387280;
	display: block;
	border-radius: 8px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}

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


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

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

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


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

