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

/* 基本カラー  */

.fcBasic {
  color: #ff6200;
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.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: #e9f1fb;
  padding: 0.5em;
  margin-bottom: 1rem;
}
h4.bg-color:after {
  display: none;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
.insta-link {
  max-width: 28px;
  display: block;
  margin: 0 auto;
}
.insta-link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bgFirst1 {
  padding: 10vw 2vw;
  background-image: url(../img/content/back1.jpg);
  background-size: cover;
  background-position: center;
  font-size: 120%;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000, 0 0 10px #000, 0 0 12px #000,
    0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
  color: #fff;
  margin-bottom: unset;
}
@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;
  }
}
