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

/* 基本カラー  */

.fcBasic {
  color: #ff6200;
}

.p-ttl {
  text-align: left;
  font-size: 1.2em;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .p-ttl {
    text-align: left;
    font-size: 1em;
    font-weight: 800;
  }
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #f19104 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #f19104 !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;
}
.liCheck.-bold {
  font-weight: 600;
}
.add-color {
  font-style: normal;
  color: #014099;
}
.add-color2 {
  font-style: normal;
  color: #eb6100;
}
.contactTel span {
  font-size: 0.8em;
  color: #555;
}
.f-item1-4 img {
  width: 100%;
}
.bgFirst {
  background-image: url(../img/top/back.jpg);
  background-size: cover;
  background-position: center;
  /* font-size: 120%; */
  /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff,
    0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff; */
  /* text-shadow: 2px 2px 4px #fff; */
  /* 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%;
  }
  .tx-flex {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .bnrGrid03 {
    background-position: top;
  }
}
