@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;
  }
}

/* -----------------------------------------------
feature_01
----------------------------------------------- */
.feature_01 .con_wrap img {
  display: block;
}

@media screen and (max-width: 767px) {
  .feature_01 .con_wrap img {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .feature_01 .con_wrap img {
    width: 750px;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
feature_02
----------------------------------------------- */
.feature_02 .img_fx img {
  display: block;
}

.feature_02 .img_fx + p a {
  color: #0099CC;
  text-decoration: underline;
  background: none;
}

.feature_02 .con_wrap > img {
  display: block;
}

.feature_02 .con_fx .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .feature_02 .img_fx img {
    width: 100%;
  }

  .feature_02 .img_fx img:not(:first-child) {
    margin-top: 20px
  }

  .feature_02 .img_fx + p {
    margin-top: 10px;
  }

  .feature_02 .con_wrap > img {
    width: 100%;
    margin: 30px 0 0;
  }

  .feature_02 .con_wrap + .con_wrap {
    margin-top: 30px;
  }

  .feature_02 .con_fx .img {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature_02 .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;
  }

  .feature_02 .img_fx img {
    width: 32%;
  }

  .feature_02 .con_wrap > img {
    width: 750px;
    margin: 30px auto 0;
  }

  .feature_02 .con_wrap + .con_wrap {
    margin-top: 30px;
  }

  .feature_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;
  }

  .feature_02 .con_fx .text {
    width: 64%;
  }

  .feature_02 .con_fx .img {
    width: 32%;
  }
}

/* -----------------------------------------------
feature_03
----------------------------------------------- */
.feature_03 .text_fx {
  display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid gray;
}

.feature_03 .text_fx span {
  background-color: #F60;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature_03 .text_fx p {
  padding: 10px;
  line-height: 1.2;
  border-left: 1px solid gray;
  flex: 1;
}

.feature_03 .con_wrap img {
  display: block;
}

@media screen and (max-width: 767px) {
  .feature_03 .con_wrap + .con_wrap {
    margin-top: 30px;
  }

  .feature_03 .text_fx {
    margin-top: 20px;
  }

  .feature_03 .text_fx span {
    font-size: 1.2rem;
  }
  
  .feature_03 .text_fx p {
    font-size: 1.2rem;
  }

  .feature_03 .con_wrap img {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .feature_03 .con_wrap + .con_wrap {
    margin-top: 30px;
  }

  .feature_03 .text_fx {
    margin-top: 20px;
  }

  .feature_03 .text_fx span {
    font-size: 14px;
  }
  
  .feature_03 .text_fx p {
    font-size: 14px;
  }

  .feature_03 .con_wrap img {
    width: 750px;
    margin: 10px auto 0;
  }
}

/* -----------------------------------------------
feature_04
----------------------------------------------- */
.feature_04 .con_wrap img {
  display: block;
}

@media screen and (max-width: 767px) {
  .feature_04 .con_wrap img {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .feature_04 .con_wrap img {
    width: 750px;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
feature_05
----------------------------------------------- */
.feature_05 .text_wrap p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.feature_05 .text_wrap p span {
  display: block;
  font-weight: bold;
  color: #F60;
}

.feature_05 .text_wrap + p {
  color: #F60;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .feature_05 .con_wrap .text_wrap {
    margin-top: 30px;
  }

  .feature_05 .text_wrap + p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .feature_05 .con_wrap .text_wrap {
    margin-top: 30px;
  }

  .feature_05 .text_wrap + p {
    margin-top: 30px;
  }
}

/* -----------------------------------------------
feature_06
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .feature_06 .img_fx {
    margin-top: 20px;
  }

  .feature_06 .img_fx img {
    width: 100%;
    display: block;
  }

  .feature_06 .img_fx img:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature_06 .img_fx {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature_06 .img_fx img {
    width: 32%;
  }
}