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

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

/* 基本　#1a54a5; */

.fcBasic {
  color: #1a54a5 !important;
}

.bgBasic {
  background-color: #1a54a5 !important;
}

/* column  */

.column1_100p {
  border: 3px double #1a54a5;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

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

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

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

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

/* table  */

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

table.table2 th {
  background-color: #e1e1e1;
  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;
}

.tdColGreen {
  background: #ecf5d1 !important;
  text-align: center;
  vertical-align: middle;
}

.tdColBlue {
  background: #f3f7fc !important;
  text-align: center;
  vertical-align: middle;
}

.tdColPink {
  background: #fee7e0 !important;
  text-align: center;
  vertical-align: middle;
}

/* addon-circle */

.circle-big::before {
  color: #fff;
  background: #f59338;
}

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

/* buttons */

.txtBnr a {
  background-color: #00aa9f;
}

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

.txtBnr3 a {
  color: #fff;
  background-color: #00aa9f;
}

.txtBnrInline a {
  color: #fff;
  background-color: #00aa9f;
}

/* contactBtn */

.txtContacBnr a {
  color: #fff;
  background-color: #1a54a5;
}

.txtContacBnrPC {
  color: #fff;
  background-color: #1a54a5;
}

/* catch */

h3.h3Catch1 {
  color: #00aa9f;
}

h3.h3Catch2 {
  color: #00aa9f;
}

/* catchiphrase */

.catch1 {
  color: #00aa9f;
}

.catch2 {
  color: #00aa9f;
}

.catchS {
  color: #00aa9f;
}

/* list */

ul.liCircle li::before {
  background: #1a54a5;
}

/* flow */

.area_flowC .inner_flow {
  background: rgba(253, 253, 253, 0.9);
}

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

.txtIcon3 {
  background-color: #00aa9f;
}

/* 枠  */

.boxSimple {
  border: solid 1px #ccc;
  padding: 1.5em;
  background: #fff;
}

.boxSimple2 {
  border: solid 1px #ccc;
  padding: 1.5em;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.boxFrame {
  padding: 2em;
  border: 3px solid #f1c03f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
}

.boxFrameDouble {
  padding: 2em;
  border: 3px double #f1c03f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
}

.boxDot {
  padding: 2em;
  border: dotted 2px #e3aa24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
  background: #fefde9;
}

.boxFablic {
  padding: 2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 40px;
  background: #fefde9;
  box-shadow: 0px 0px 0px 10px #fefde9;
  border: dotted 2px #e3aa24;
}

@media only screen and (max-width: 600px) {
  .boxFrame {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }

  .boxFrameDouble {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }

  .boxDot {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }

  .boxFablic {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }
}

* 囲み */ .boxSimple {
  border: solid 1px #ccc;
  padding: 1em;
}

.boxSimple2 {
  border: solid 1px #ccc;
  padding: 1em;
  background: rgba(250, 250, 250, 0.85);
}

.boxFrame {
  padding: 2em;
  border: 3px solid #f1c03f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
}

.boxFrameDouble {
  padding: 2em;
  border: 3px double #f1c03f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 600px) {
  .boxFrame {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }

  .boxFrameDouble {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em;
  }
}
/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.2rem !important;
  line-height: 1.5;
}
/*強調文字（色）*/
.font_2 {
  color: #1a54a5 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #1a54a5 !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;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .wd80 {
    width: 100% !important;
  }
  .wd60 {
    width: 100% !important;
  }
  .font_3 {
    font-size: 1rem !important;
  }
  .text-wrap {
    width: 100%;
  }
  .tx-flex {
    text-align: left !important;
  }
  ul.liCircle {
    width: 60%;
    margin: 0 auto;
  }
  .liInline2Div {
    width: 60%;
    margin: 0 auto;
  }
}
