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

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

/* 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 #6c9ac5;
  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: #ecf2f7;
  color: #333;
}
table.table2 th {
  background-color: #ecf2f7;
  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: #6c9ac5;
}
.txtBnr2 a {
  color: #fff;
  background-color: #6c9ac5;
  margin: 0.4em 0;
}
.txtBnr3 a {
  color: #fff;
  background-color: #6c9ac5;
}
.txtBnrInline a {
  color: #fff;
  background-color: #6c9ac5;
}
/* contactBtn */

.txtContacBnr a {
  color: #fff;
  background-color: #6c9ac5;
}
.txtContacBnrPC {
  color: #fff;
  background-color: #6c9ac5;
}
.txtBA {
  color: #fff;
  background-color: #6c9ac5;
}
/* catch */

h3.h3Catch1 {
  color: #eea011;
}
h3.h3Catch2 {
  color: #eea011;
}
h3.h3Catch22 {
  color: #eea011;
}
/* catchiphrase */

.catch1 {
  color: #6c9ac5;
}
.catch2 {
  color: #6c9ac5;
}
.catch22 {
  color: #fff;
}
.catchS {
  color: #6c9ac5;
}

/* list */

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

.area_flowC .inner_flow {
  background: rgba(254, 254, 254, 0.95);
}
.area_flowC .inner_flow .largeTxt {
  color: #6c9ac5;
  border-bottom: 1px dotted #ccc;
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #6c9ac5 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #6c9ac5 !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: #ecf2f7;
  padding: 0.5em;
}
.bg-color2 {
  background: #ecf2f7;
  padding: 0.5em;
  font-size: 1rem;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
.catch3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.8em;
  color: #6c9ac5;
}
@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;
  }
  .catch3 {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
.contactBtnWrap.-add {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactBtnWrap.-add .contactBtn {
  margin: 0px 0px 0px 20px;
}
a {
  color: #6c9ac5;
}
.add-caption {
  display: flex;
justify-content: space-between;
}
.add-caption span {
  display: block;
  width: 40%;
}
