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

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

/* humberger area*/

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

.slicknav_btn {
  background-color: #9091c3; /* MENU背景　*/
}

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

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

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

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

.slicknav_nav .slicknav_row:hover {
  background: #9091c3;
  color: #fff;
}

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

/* column  */

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

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

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

.column2_80p {
  border: 3px double #9091c3;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

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

/* table  */

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

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

.tdColorBeige {
  background: #fef8e9 !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: #f59338;
}

ol.liFeature li::before {
  color: #fff;
  background: #eeb853;
}

/* buttons */

.txtBnr a {
  background-color: #9091c3;
}

.txtBnr2 a {
  color: #fff;
  background-color: #9091c3;
  margin: 0.4em 0;
}

.txtBnr3 a {
  color: #fff;
  background-color: #9091c3;
}

.txtBnrInline a {
  color: #fff;
  background-color: #9091c3;
}

/* contactBtn */

.txtContacBnr a {
  color: #fff;
  background-color: #9091c3;
}

.txtContacBnrPC {
  color: #fff;
  background-color: #9091c3;
}

/* catch */

h3.h3Catch1 {
  color: #eea011;
}

h3.h3Catch2 {
  color: #eea011;
}

/* catchiphrase */

.catch1 {
  color: #eea011;
}

.catch2 {
  color: #9091c3;
}

.catchS {
  color: #eea011;
}

/* list */

ul.liCircle li::before {
  background: #f3ac56;
}

/* flow */

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

.area_flowC .inner_flow .largeTxt {
  color: #e8840b;
  border-bottom: 1px dotted #ccc;
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #9091c3 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #9091c3 !important;
  font-weight: bold;
  font-size: 1.5rem !important;
  line-height: 1.5;
}
/*画像枠*/
.bd {
  border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80 {
  width: 80% !important;
}
.wd60 {
  width: 60% !important;
}
.sp-br {
  display: none;
}
.text-wrap {
  width: 60%;
  margin: 0 auto;
}
/*インデント */
.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*背景色タイトル */
.bg-color {
  background: #9091c3;
  padding: 0.5em;
  color: #fff;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
.-flex {
  display: flex;
  flex-wrap: wrap;
}
ul.liCircle.-flex li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .wd80 {
    width: 100% !important;
  }
  .wd60 {
    width: 100% !important;
  }
  .font_3 {
    font-size: 1.1rem !important;
  }
  .text-wrap {
    width: 100%;
  }
  .tx-flex {
    text-align: left !important;
  }
  ul.liCircle.-flex li {
    width: 100%;
  }
  .contents-catch span {
    display: none;
  }
  .contents-catch {
    text-align: center;
    line-height: 1.5 !important;
  }
}

.contents-wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify; /*Android4.3*/
  -moz-box-pack: justify; /*Firefox21*/
  -ms-flex-pack: justify; /*IE10*/
  -webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  /* background-color: #f5f5f5; */
}
.contents-wrap:nth-child(odd) {
  -ms-flex-direction: row-reverse; /*IE10*/
  -webkit-flex-direction: row-reverse; /*old webkit browser*/
  flex-direction: row-reverse;
}
.contents-text {
  width: 50%; /*flex: 2;*/
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents-img {
  width: 50%; /*flex: 1;*/
}
.contents-text h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.1em;
  border: none;
  padding: 0;
  padding: 0;
}
.contents-catch {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.1em;
  border: none;
  padding: 0 0 4px;
  display: inline-block;
  color: #afc0d1;
}
.contents-img img {
  display: block;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contents-wrap,
  .contents-wrap:nth-child(odd) {
    -ms-flex-direction: row-reverse; /*IE10*/
    -webkit-flex-direction: row-reverse; /*old webkit browser*/
    flex-direction: column-reverse;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contents-text,
  .contents-img {
    width: 100%; /*flex: 1;*/
    margin-bottom: 20px;
    padding: 0;
  }
  div.contents-wrap:nth-of-type(2) {
    padding-top: 20px;
  }
  .contents-img {
  }
  .contents-text h3 {
    text-align: center;
  }
}


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


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

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

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


.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;
    }
}
.catch01 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.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;
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 140px;
        right: 10px;
        z-index: 20;
    }
}
