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

/* 基本カラー  */

.fcBasic {
  color: #d1141d;
}

.fcBasic2 {
  color: #ff0000;
}

.fcBasic3 {
  color: #af0e22;
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-size: 2rem !important;
  line-height: 1.5;
}
/*強調文字（色）*/
.font_2 {
  color: #ff6600 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #ff6600 !important;
  font-weight: bold;
  font-size: 1.5rem !important;
  line-height: 1.5;
}
.font_color {
  color: #ff6600 !important;
}
/*画像枠*/
.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;
}
.footLink {
  text-decoration: underline !important;
}
.text-list {
  text-shadow: unset;
  box-sizing: border-box;
  background-color: #af0e22;
  width: fit-content;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0.1em 0.5em;
  font-size: 1.125rem;
}
.text-shadow {
  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-white {
  color: #fff !important;
}
.font-bg {
  font-size: 1.2rem;
}
.add-bg {
  background-image: url(../img/content/back.jpg);
  background-size: cover;
}
.sns-flex {
  display: flex;
  max-width: 140px;
  justify-content: space-between;
  margin: 0 auto;
}
.sns-img {
  max-width: 60px;
  width: 100%;
  transition: all 0.3s ease;
}
.sns-img:hover {
  opacity: 0.6;
}
@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;
  }
  .font_1 {
    font-size: 1.2rem !important;
  }
}
