@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更
-----------*/

/* humberger area*/

.slicknav_menu .slicknav_menutxt {
  /* MENU文字色　*/
  color: #fff;
}

.slicknav_btn {
  background-color: #a61d39; /* MENU背景　*/
}

.slicknav_menu {
  background-color: #f2f2f2; /* 背景　*/
}

.slicknav_nav li {
  background-color: #a61d39; /* ナビ色　*/
}

.slicknav_nav a {
  border-bottom: 1px solid #fcfcfc; /* 下線　*/
}

.slicknav_nav li:first-child {
  border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}

.slicknav_nav .slicknav_row:hover {
  background: #a61d39;
  color: #fff;
}

.slicknav_nav a:hover {
  background: #a61d39; /* オーバー時背景色　*/
  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 #ebc97a;
  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: #f9f9f9;
  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: #a61d39;
}

ol.liFeature li::before {
  color: #fff;
  background: #a61d39;
}

/* buttons */

.txtBnr a {
  background-color: #ea8e1e;
}

.txtBnr2 a {
  color: #fff;
  background-color: #ea8e1e;
  margin: 0.4em 0;
}

.txtBnr3 a {
  color: #fff;
  background-color: #ea8e1e;
}

.txtBnrInline a {
  color: #fff;
  background-color: #ea8e1e;
}

/* contactBtn */

.txtContacBnr a {
  color: #fff;
  background-color: #ea8e1e;
}

.txtContacBnrPC {
  color: #fff;
  background-color: #ea8e1e;
}

/* catch */

h3.h3Catch1 {
  color: #eea011;
}

h3.h3Catch2 {
  color: #eea011;
}

/* catchiphrase */

.catch1 {
  color: #a61d39;
}

.catch2 {
  color: #a61d39;
}

.catchS {
  color: #a61d39;
}

/* 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: #ff773e !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #ff773e !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: #87d3aa;
  padding: 0.5em;
  color: #fff;
}
@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%;
  }
}

.fa-2x,.fa-lg {
    line-height: 1.5em!important;
}