@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  padding-bottom: 100px;
}

main strong {
  display: block;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

main strong::before {
  content: '◆';
  color: #0099CC;
  margin-right: 0.5em;
}

main p {
  margin: 0;
}

main p + p {
  margin-top: 1em;
}

main .att_text.att_indent {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

main .att_text.att_indent_4 {
  padding-left: 4em;
  text-indent: -4em;
}

main .text_red {
  color: #d46355;
  display: block;
  font-weight: bold;
}

main img + .att_text {
  margin-top: 1em;
}

main .feature_wrap .head_wrap h2 {
  margin-bottom: 20px;
}

main sup {
  font-size: 80%;
}

main sub {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  main strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.3em;
  }

  main .head_wrap h2 span {
    font-size: 1.4rem;
  }

  main .att_text {
    font-size: 1.2rem;
  }

  main .feature_wrap {
    margin-top: 50px;
  }

  main .head_wrap + .feature_wrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  main strong {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }

  main .head_wrap h2 span {
    font-size: 16px;
  }

  main .att_text {
    font-size: 14px;
  }
}

/* -----------------------------------------------
about_01
----------------------------------------------- */
.about_01 .text_img_fx .img img {
  width: 100%;
}

.about_01 .img_fx .img .att_text {
  font-size: 10px;
  text-align: center;
}

.about_01 > .att_text {
  margin-top: 1em;
}

.about_01 .con_wrap_02 .att_text {
  margin-top: 1em;
}

.about_01 .con_wrap_02 .img p {
  text-align: center;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .about_01 .img_fx {
    margin-top: 50px;
  }

  .about_01 .img_fx .img {
    width: 224px;
    margin: 0 auto;
  }

  .about_01 .img_fx .img:nth-child(2) {
    margin-top: 20px;
  }

  .about_01 .text_img_fx .img {
    width: 335px;
    margin: 20px auto 0;
  }

  .about_01 .con_wrap {
    margin-top: 50px;
  }

  .about_01 .con_wrap_01 .img {
    margin: 20px auto 0;
    max-width: 485px;
  }

  .about_01 .con_wrap_02 .img {
    margin: 20px 0 0;
  }

  .about_01 .con_wrap_02 .img img {
    width: 278px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .about_01 .text_img_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_01 .text_img_fx .text {
    width: 64%;
  }

  .about_01 .text_img_fx .img {
    width: 32%;
  }

  .about_01 .img_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .about_01 .img_fx .img {
    width: 224px;
  }

  .about_01 .img_fx .img:first-child {
    margin-right: 20px;
  }

  .about_01 .con_wrap {
    margin-top: 50px;
  }

  .about_01 .con_wrap_01 .img {
    margin: 20px auto 0;
    width: 485px;
  }

  .about_01 .con_wrap_02 .img {
    margin: 20px 0 0;
  }

  .about_01 .con_wrap_02 .img img {
    width: 278px;
    display: block;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
about_02
----------------------------------------------- */
.about_02 {
  margin-top: 50px;
}

.about_02 .head_wrap h2 {
  margin-bottom: 20px;
}

.about_02 > .img_wrap {
  max-width: 619px;
  overflow: auto;
}

.about_02 > .img_wrap img {
  width: 619px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .about_02 .con_fx .fx_item img {
    width: 100px;
    display: block;
    margin: 20px auto 0;
  }

  .about_02 .con_fx .fx_item:nth-child(2) {
    margin-top: 30px;
  }

  .about_02 .img_wrap {
    margin-top: 50px;
  }
}

@media screen and (min-width: 767px) {
  .about_02 .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_02 .con_fx .fx_item {
    width: 48%;
  }

  .about_02 .con_fx .fx_item img {
    display: block;
    width: 100px;
    margin: 20px auto 0;
  }

  .about_02 > .img_wrap {
    margin: 50px auto 0;
  }
}

/* -----------------------------------------------
att_wrap
----------------------------------------------- */
.att_wrap {
  border: 1px solid #0099CC;
  border-radius: 8px;
}

.att_wrap .att_heading {
  color: #0099CC;
  font-weight: bold;
}

.att_wrap .att_heading_img {
  width: 239px;
  margin: 10px auto 0;
}

.att_wrap .fx_heading {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .att_wrap {
    margin-top: 50px;
    padding: 20px;
  }

  .att_wrap .att_fx_item p,
  .att_wrap .att_fx_item li {
    font-size: 1.2rem;
  }

  .att_wrap .att_heading {
    font-size: 18px;
    text-align: center;
  }

  .att_fx .att_fx_item {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .att_wrap {
    margin-top: 50px;
    padding: 30px;
  }

  .att_wrap .att_heading {
    font-size: 22px;
  }

  .att_wrap .att_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-top: 20px;
  }

  .att_wrap .att_fx_item {
    width: 48%;
  }

  .att_wrap .att_fx_item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .att_wrap .att_fx_item p,
  .att_wrap .att_fx_item li {
    font-size: 14px;
  }
}