@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
#insurance_wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}
html #insurance_wrap {
  font-size: 62.5%;
}
body #insurance_wrap {
  width: auto;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
}
#insurance_wrap img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
#insurance_wrap .flexbox {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
figure {
  margin: 0;
}
/* ------------------------------------------------------
Reset
------------------------------------------------------- */
body {
  margin: 0;
  counter-reset: number 0;
}
.is-mian a {
  text-decoration: underline;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.is-main a:hover,
.is-main a:hover img {
  text-decoration: none;
  opacity: 0.8;
}
.is-main a:before,
.is-main a:after,
.is-main a img {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
h1,
h2,
h3,
p,
a,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* -------------------------
        	  sns
----------------------------- */
#main .u-inner {
  width: 967px;
  margin: 0 auto;
}
#main .is-item_fb {
  display: inline-block;
}
#main .is-item_twitter {
  display: inline-block;
}
#main .l-mainSns_items {
  width: 967px;
}
#main {
  position: relative;
}
#wrapper .l-mainSns_items .is-item_fb {
  position: absolute;
  top: 0;
  right: 200px;
}
#wrapper .l-mainSns_items .is-item_tw {
  position: absolute;
  top: 0;
  right: 117px;
}
DIV#pankuzu_r {
  width: 967px;
  margin: 0 auto;
}
#main .l-mainSns_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main .l-mainSns_items .is-item_fb {
  position: static;
}
#main .l-mainSns_items .is-item_tw {
  position: static;
  margin-top: 2px;
  margin-left: 14px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #main .u-inner {
    width: 98.673vw;
    margin: 0 auto;
  }
  #main .l-mainSns_items {
    width: 98.673vw;
  }
  #wrapper .l-mainSns_items .is-item_fb {
    top: 0;
    right: 20.408vw;
  }
  #wrapper .l-mainSns_items .is-item_tw {
    top: 0;
    right: 11.939vw;
  }
  DIV#pankuzu_r {
    width: 98.673vw;
  }
  #main .l-mainSns_items .is-item_tw {
    margin-top: 0.204vw;
    margin-left: 1.429vw;
  }
}
@media screen and (max-width: 767px) {
  #main .u-inner {
    width: 100%;
  }
  #main .l-mainSns_items {
    width: 100%;
    padding-right: 5px;
  }
  #main .l-mainSns_items .is-item_tw {
    margin-top: 1px;
    margin-left: 6px;
  }
}

/* -------------------------
          visible
----------------------------- */
#insurance_wrap .visible-pc {
  display: block;
}
#insurance_wrap .visible-sp {
  display: none;
}
/* -------------------------
          pageTop 
----------------------------- */
#float-btn-backtotop {
  position: fixed;
  height: 0;
  width: 100%;
  bottom: 20px;
  right: 0;
  z-index: 1005;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#float-btn-backtotop .container {
  max-width: 1200px;
  min-width: 967px;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
}
#float-btn-backtotop > .wrapper {
  max-width: 1200px;
  min-width: 967px;
  margin: 0 auto;
}
#float-btn-backtotop .bttbtn {
  position: absolute;
  bottom: 0;
  right: 20px;
}
#float-btn-backtotop .bttbtn a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #9fa1a0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
#float-btn-backtotop .bttbtn a:hover,
#float-btn-backtotop .bttbtn a:focus {
  opacity: 0.7;
}
#float-btn-backtotop .bttbtn a img {
  vertical-align: baseline;
  width: auto !important;
}
#float-btn-backtotop a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* ------------------------------------------------------
Content
------------------------------------------------------- */
/* -----------------------------
          common
----------------------------- */
#page {
  min-width: initial !important;
}
main * {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
}
#hairdryer {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  word-break: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: justify;
  text-justify: inter-ideograph;
}
#hairdryer p {
  font-size: 16px;
}
.bold {
  font-weight: normal;
}
.sec_inner {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.col2 {
  display: flex;
  justify-content: space-between;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.ls {
  letter-spacing: -0.05em;
}
.super {
  font-size: 12px;
  vertical-align: super;
}
.big_title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  padding: 7px 0 7px 20px;
  border-left: 6px solid #666;
  margin-bottom: 37px;
}
.big_title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 100%;
  width: calc(100% + 7px);
  height: 1px;
  background-color: #999;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #hairdryer {
    font-size: 1.633vw;
  }
  #hairdryer p {
    font-size: 1.633vw;
  }
  .sec_inner {
    max-width: 100vw;
    padding: 0 1.5vw;
  }
  .super {
    font-size: 1.224vw;
    vertical-align: super;
  }
  .big_title {
    font-size: 3.265vw;
    font-weight: bold;
    padding: 0.714vw 0 0.714vw 2.041vw;
    margin-bottom: 3.776vw;
  }
  .big_title::after {
    content: "";
    position: absolute;
    bottom: -0.714vw;
    left: -0.714vw;
    width: 100%;
    width: calc(100% + 0.714vw);
    height: 0.102vw;
    background-color: #999;
  }
}
@media screen and (max-width: 767px) {
  #hairdryer {
    font-size: 14px;
  }
  #hairdryer p {
    font-size: 14px;
  }
  .sec_inner {
    max-width: initial;
    width: 100%;
  }
  .col2 {
    display: block;
  }
  .sp_margin {
    margin-left: 2.6666%;
    margin-right: 2.6666%;
    box-sizing: border-box;
  }
  .sp_padding {
    padding-left: 2.6666%;
    padding-right: 2.6666%;
    box-sizing: border-box;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .super {
    font-size: 9px;
  }
  .big_title {
    font-size: 20px;
    padding: 4px 0 4px 13px;
    border-left: 3.5px solid #666;
    margin-bottom: 21px;
  }
  .big_title::after {
    bottom: -6px;
    left: -3.5px;
    width: 100%;
    width: calc(100% + 3.5px);
  }
}

/* -----------------------------
          btn
----------------------------- */
.btn_wrap {
  justify-content: center;
  margin: 80px auto;
}
.more_btn {
  margin: 0 10px;
}
.more_btn.single {
  margin: 0;
}
.more_btn a {
  display: inline-block;
  min-width: 350px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #364563;
  border: 1px solid #364563;
  border-radius: 5px;
  transition: .2s;
}
.more_btn.white a {
  color: #364563;
  background-color: #fff;
}
.more_btn a:hover {
  color: #364563;
  background-color: #fff;
}
.more_btn.white a:hover {
  color: #fff;
  background-color: #364563;
}
.btn_wrap .more_btn a {
  box-shadow: 0px 4px 14px rgba(17,17,17,0.25);
}
.btn_wrap .more_btn a:hover {
  box-shadow: 0px 4px 14px rgba(17,17,17,0);
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .btn_wrap {
    justify-content: center;
    margin: 8.163vw auto;
  }
  .more_btn {
    margin: 0 1.02vw;
  }
  .more_btn.single {
    margin: 0;
  }
  .more_btn a {
    display: inline-block;
    min-width: 35.714vw;
    height: 5.612vw;
    line-height: 5.612vw;
    text-align: center;
    font-size: 1.531vw;
    color: #fff;
    text-decoration: none;
    background-color: #364563;
    border: 1px solid #364563;
    border-radius: 0.51vw;
    transition: .2s;
  }
  .more_btn.white a {
    color: #364563;
    background-color: #fff;
  }
  .more_btn a:hover {
    color: #364563;
    background-color: #fff;
  }
  .more_btn.white a:hover {
    color: #fff;
    background-color: #364563;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 40px auto;
  }
  .more_btn {
    text-align: center;
    margin: 0 auto;
  }
  .more_btn:last-child {
    margin-top: 10px;
  }
  .more_btn a {
    width: 100%;
    min-width: initial;
    max-width: 350px;
    height: 50px;
    line-height: 50px;
  }
}

/* -----------------------------
          content_main
----------------------------- */
#content_main {
  margin-bottom: 90px;
}
#content_main .kv {
  margin-bottom: 65px;
}
#content_main .page_title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 35px;
}
#content_main .read {
  font-size: 18px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_main {
    margin-bottom: 9.184vw;
  }
  #content_main .kv {
    margin-bottom: 6.633vw;
  }
  #content_main .page_title {
    text-align: center;
    font-size: 4.286vw;
    font-weight: bold;
    margin-bottom: 3.571vw;
  }
  #content_main .read {
    font-size: 1.837vw;
  }
}
@media screen and (max-width: 767px) {
  #content_main {
    margin-bottom: 40px;
  }
  #content_main .kv {
    margin-bottom: 35px;
  }
  #content_main .page_title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #content_main .read {
    font-size: 15px;
  }
}

/* -----------------------------
          content_index
----------------------------- */
#content_index {
  margin-bottom: 80px;
}
#content_index .sec_inner {
  max-width: 980px;
}
#content_index .h2_title {
  font-size: 22px;
  font-weight: bold;
  color: #475c85;
  line-height: 1;
  margin-bottom: 30px;
}
#content_index nav li {
  color: #475c85;
  margin-bottom: 25px;
}
#content_index nav li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #475c85;
  text-decoration: none;
  transition: .2s;
  padding-right: 25px;
}
#content_index nav li a span {
  position: relative;
  padding-right: 30px;
  background-color: #fff;
  z-index: 2;
}
#content_index nav li a:hover {
  color: #999;
}
#content_index nav li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: solid 1px #475c85;
}
#content_index nav li a::after {
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 2;
  background-image: url(../img/icon_arrow.svg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_index {
    margin-bottom: 8.163vw;
  }
  #content_index .sec_inner {
    max-width: 100vw;
  }
  #content_index .h2_title {
    font-size: 2.245vw;
    font-weight: bold;
    color: #475c85;
    line-height: 1;
    margin-bottom: 3.061vw;
  }
  #content_index nav li {
    color: #475c85;
    margin-bottom: 2.551vw;
  }
  #content_index nav li a {
    position: relative;
    display: block;
    font-size: 1.633vw;
    color: #475c85;
    text-decoration: none;
    transition: .2s;
    padding-right: 2.551vw;
  }
  #content_index nav li a span {
    position: relative;
    padding-right: 3.061vw;
    background-color: #fff;
    z-index: 2;
  }
  #content_index nav li a:hover {
    color: #999;
  }
  #content_index nav li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    border-bottom: solid 1px #475c85;
  }
  #content_index nav li a::after {
    content: "";
    position: absolute;
    height: 2.857vw;
    width: 2.857vw;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 2;
    background-image: url(../img/icon_arrow.svg);
    background-size: 2.857vw 2.857vw;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #content_index {
    margin-bottom: 40px;
  }
  #content_index .sec_inner {
    max-width: initial;
  }
  #content_index .h2_title {
    font-size: 18px;
  }
  #content_index nav li {
    margin-bottom: 15px;
  }
  #content_index nav li a {
    font-size: 14px;
    padding-right: 22px;
  }
  #content_index nav li a::after {
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
  #content_index nav li.line2 a::before {
    top: 75%;
  }
  #content_index nav li.line2 a::after {
    top: 45%;
    bottom: auto;
  }
}

/* -----------------------------
          content_cause
----------------------------- */
#content_cause {
  margin-bottom: 80px;
}
#content_cause .img_title {
  margin-bottom: 40px;
}
#content_cause .h2_title {
  margin-bottom: 27px;
}
#content_cause .cause_wrap .col2_left {
  order: 2;
}
#content_cause .cause_wrap .col2_right {
  order: 1;
}
#content_cause .cause_block {
  width: 463px;
}
#content_cause .cuticle_block {
  width: 220px;
}
#content_cause .cuticle_block .title {
  font-weight: 500;
  margin-bottom: 5px;
}
#content_cause .cuticle_block .img {
  margin-bottom: 5px;
}
#content_cause .cuticle_block .cap {
  font-size: 12px;
  letter-spacing: -0.05em;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_cause {
    margin-bottom: 8.163vw;
  }
  #content_cause .img_title {
    margin-bottom: 4.082vw;
  }
  #content_cause .h2_title {
    margin-bottom: 2.755vw;
  }
  #content_cause .cause_wrap .col2_left {
    order: 2;
  }
  #content_cause .cause_wrap .col2_right {
    order: 1;
  }
  #content_cause .cause_block {
    width: 47.245vw;
  }
  #content_cause .cuticle_block {
    width: 22.449vw;
  }
  #content_cause .cuticle_block .title {
    font-weight: 500;
    margin-bottom: 0.51vw;
  }
  #content_cause .cuticle_block .img {
    margin-bottom: 0.51vw;
  }
  #content_cause .cuticle_block .cap {
    font-size: 1.224vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  #content_cause {
    margin-bottom: 40px;
  }
  #content_cause .img_title {
    margin-bottom: 15px;
  }
  #content_cause .h2_title {
    margin-bottom: 16px;
  }
  #content_cause .cause_wrap .col2_left {
    order: 1;
    margin-bottom: 25px;
  }
  #content_cause .cause_wrap .col2_right {
    order: 2;
  }
  #content_cause .cause_block {
    display: flex;
    width: 100%;
  }
  #content_cause .cuticle_block {
    width: 47.183%;
  }
  #content_cause .cuticle_block .title {
    margin-bottom: 4px;
  }
  #content_cause .cuticle_block .img {
    margin-bottom: 4px;
  }
  #content_cause .cuticle_block .cap {
    font-size: 13px;
  }
}

/* -----------------------------
          content_caution
----------------------------- */
#content_caution {
  margin-bottom: 80px;
}
#content_caution .img_title {
  margin-bottom: 40px;
}
#content_caution .caution_block {
  display: flex;
  flex-direction: column;
  width: 465px;
}
#content_caution .caution_block .h3_title {
  font-size: 22px;
  color: #475b85;
  margin-bottom: 15px;
}
#content_caution .caution_block .img {
  margin-top: auto;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_caution {
    margin-bottom: 8.163vw;
  }
  #content_caution .img_title {
    margin-bottom: 4.082vw;
  }
  #content_caution .caution_block {
    display: flex;
    flex-direction: column;
    width: 47.449vw;
  }
  #content_caution .caution_block .h3_title {
    font-size: 2.245vw;
    color: #475b85;
    margin-bottom: 1.531vw;
  }
  #content_caution .caution_block .img {
    margin-top: auto;
    margin-bottom: 2.551vw;
  }
}
@media screen and (max-width: 767px) {
  #content_caution {
    margin-bottom: 40px;
  }
  #content_caution .img_title {
    margin-bottom: 15px;
  }
  #content_caution .caution_block {
    display: block;
    width: 100%;
    margin-bottom: 37px;
  }
  #content_caution .caution_block:last-child {
    margin-bottom: 0;
  }
  #content_caution .caution_block .h3_title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #content_caution .caution_block .txt {
    margin-bottom: 15px;
  }
  #content_caution .caution_block .img {
    width: 72.1126%;
    max-width: 512px;
    margin: 0 auto;
  }
}

/* -----------------------------
          content_reco
----------------------------- */
#content_reco {
  padding-bottom: 80px;
}
#content_reco .sec_inner {
  border-bottom: 1px solid #aaaaaa;
}
#content_reco .reco_head {
  max-width: 980px;
  border-bottom: 1px solid #aaaaaa;
  margin: 0 auto 130px;
}
#content_reco .reco_head .img {
  margin-bottom: 50px;
}
#content_reco .reco_head .txt {
  margin: 0 auto;
}
#content_reco .reco_feature {
  margin-bottom: 140px;
}
#content_reco .reco_feature.feature3 {
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}
#content_reco .reco_feature .h3_title_wrap {
  position: relative;
  padding: 40px 15px 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  background-color: #f2f2f2;
}
#content_reco .reco_feature .h3_title_wrap::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #f2f2f2 transparent transparent transparent;
  margin: 0 auto;
}
#content_reco .reco_feature .num {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
}
#content_reco .reco_feature .num span {
  display: block;
  font-size: 60px;
  font-weight: normal;
}
#content_reco .reco_feature .h3_title {
  text-align: center;
  font-size: 22px;
}
#content_reco .reco_feature .txt {
  margin-bottom: 30px;
}
#content_reco .reco_feature .atten {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}
#content_reco .reco_feature .feature_block {
  width: 465px;
}
#content_reco .reco_feature.feature2 .feature_block .txt {
  margin-bottom: 100px;
}
#content_reco .reco_feature .feature_block .img {
  margin-bottom: 30px;
}
#content_reco .reco_feature .feature_block .desc {
  font-size: 14px;
}
#content_reco .reco_feature .feature_block .desc .large {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
#content_reco .reco_feature .feature_block .desc .small {
  font-size: 12px;
}
#content_reco .reco_feature .more_btn {
  text-align: center;
  margin-top: 40px;
}
#content_reco .item_wrap {
  width: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#content_reco .item_wrap .item_title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_reco {
    padding-bottom: 8.163vw;
  }
  #content_reco .sec_inner {
    border-bottom: 1px solid #aaaaaa;
  }
  #content_reco .reco_head {
    max-width: 100vw;
    border-bottom: 1px solid #aaaaaa;
    margin: 0 auto 130px;
  }
  #content_reco .reco_head .img {
    margin-bottom: 5.102vw;
  }
  #content_reco .reco_head .txt {
    margin: 0 auto;
  }
  #content_reco .reco_feature {
    margin-bottom: 14.286vw;
  }
  #content_reco .reco_feature.feature3 {
    padding-bottom: 4.082vw;
    border-bottom: 1px solid #aaa;
    margin-bottom: 4.082vw;
  }
  #content_reco .reco_feature .h3_title_wrap {
    position: relative;
    padding: 4.082vw 1.531vw 2.551vw;
    border-radius: 0.816vw;
    margin-bottom: 4.082vw;
    background-color: #f2f2f2;
  }
  #content_reco .reco_feature .h3_title_wrap::after {
    content: "";
    position: absolute;
    bottom: -2.041vw;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.041vw 1.633vw 0 1.633vw;
    border-color: #f2f2f2 transparent transparent transparent;
    margin: 0 auto;
  }
  #content_reco .reco_feature .num {
    position: absolute;
    top: -5.612vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.245vw;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
  }
  #content_reco .reco_feature .num span {
    display: block;
    font-size: 6.122vw;
    font-weight: normal;
  }
  #content_reco .reco_feature .h3_title {
    text-align: center;
    font-size: 2.245vw;
  }
  #content_reco .reco_feature .txt {
    margin-bottom: 3.061vw;
  }
  #content_reco .reco_feature .atten {
    display: block;
    text-align: center;
    font-size: 1.224vw;
    margin-bottom: 5.102vw;
  }
  #content_reco .reco_feature .feature_block {
    width: 47.449vw;
  }
  #content_reco .reco_feature.feature2 .feature_block .txt {
    margin-bottom: 10.204vw;
  }
  #content_reco .reco_feature .feature_block .img {
    margin-bottom: 3.061vw;
  }
  #content_reco .reco_feature .feature_block .desc {
    font-size: 1.429vw;
  }
  #content_reco .reco_feature .feature_block .desc .large {
    display: block;
    font-size: 1.633vw;
    margin-bottom: 1.531vw;
  }
  #content_reco .reco_feature .feature_block .desc .small {
    font-size: 1.224vw;
  }
  #content_reco .reco_feature .more_btn {
    text-align: center;
    margin-top: 4.082vw;
  }
  #content_reco .item_wrap {
    width: 44.898vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  #content_reco .item_wrap .item_title {
    font-size: 2.245vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #content_reco {
    padding-bottom: 35px;
  }
  #content_reco .sp_padding {
    padding: 0;
    width: 94%;
    margin-left: 2.6666%;
    margin-right: 2.6666%;
  }
  #content_reco .reco_head {
    margin-bottom: 80px;
  }
  #content_reco .reco_head .img {
    margin-bottom: 22px;
  }
  #content_reco .reco_head .txt {
    max-width: initial;
  }
  #content_reco .reco_feature {
    margin-bottom: 120px;
  }
  #content_reco .reco_feature.feature3 {
    margin-bottom: 40px;
    padding-bottom: 28px;
  }
  #content_reco .reco_feature .h3_title_wrap {
    padding: 28px 10px 18px;
    border-radius: 6px;
    margin-bottom: 25px;
  }
  #content_reco .reco_feature .h3_title_wrap::after {
    bottom: -15px;
    border-width: 15px 11.5px 0 11.5px;
  }
  #content_reco .reco_feature .num {
    top: -40px;
    font-size: 16.5px;
  }
  #content_reco .reco_feature .num span {
    font-size: 45px;
  }
  #content_reco .reco_feature .h3_title {
    font-size: 16.5px;
  }
  #content_reco .reco_feature .txt {
    margin-bottom: 25px;
  }
  #content_reco .reco_feature .atten {
    margin-bottom: 25px;
  }
  #content_reco .reco_feature .feature_block {
    width: 100%;
  }
  #content_reco .reco_feature .feature_block:nth-child(2) {
    margin-top: 35px;
  }
  #content_reco .reco_feature.feature2 .feature_block .txt {
    margin-bottom: 25px;
  }
  #content_reco .reco_feature .feature_block .img {
    margin-bottom: 15px;
  }
  #content_reco .reco_feature .feature_block .desc {
    font-size: 12px;
  }
  #content_reco .reco_feature .feature_block .desc .large {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #content_reco .reco_feature .more_btn {
    margin-top: 40px;
  }
  #content_reco .item_wrap {
    width: 100%;
    max-width: 350px;
  }
  #content_reco .item_wrap .item_title {
    font-size: 15px;
    margin-bottom: 40px;
  }
  #content_reco .item_wrap .img {
    width: 133px;
    height: auto;
  }
}

/* -----------------------------
          content_mode
----------------------------- */
#content_mode {
  padding: 0 0 110px;
}
#content_mode .mode_sec1 {
  margin-bottom: 60px;
}
#content_mode .mode_sec1 .img {
  width: 612px;
}
#content_mode .mode_sec1 .desc {
  width: 310px;
}
#content_mode .mode_sec2 {
  margin-bottom: 60px;
}
#content_mode .mode_sec2 .mode_sec2_block {
  width: 465px;
}
#content_mode .mode_sec2 .mode_sec2_block .img {
  margin-bottom: 30px;
}
#content_mode .mode_sec2 .mode_sec2_block .desc {
  font-size: 14px;
}
#content_mode .mode_sec2 .mode_sec2_block .desc .large {
  font-size: 16px;
}
#content_mode .more_btn {
  text-align: center;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_mode {
    padding: 0 0 11.224vw;
  }
  #content_mode .mode_sec1 {
    margin-bottom: 6.122vw;
  }
  #content_mode .mode_sec1 .img {
    width: 62.449vw;
  }
  #content_mode .mode_sec1 .desc {
    width: 31.633vw;
  }
  #content_mode .mode_sec2 {
    margin-bottom: 6.122vw;
  }
  #content_mode .mode_sec2 .mode_sec2_block {
    width: 47.449vw;
  }
  #content_mode .mode_sec2 .mode_sec2_block .img {
    margin-bottom: 3.061vw;
  }
  #content_mode .mode_sec2 .mode_sec2_block .desc {
    font-size: 1.429vw;
  }
  #content_mode .mode_sec2 .mode_sec2_block .desc .large {
    font-size: 1.633vw;
  }
  #content_mode .more_btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #content_mode {
    padding: 0 0 75px;
  }
  #content_mode .mode_sec1 {
    margin-bottom: 30px;
  }
  #content_mode .mode_sec1 .img {
    width: 86.197%;
    max-width: 612px;
    margin: 0 auto 25px;
  }
  #content_mode .mode_sec1 .desc {
    width: 100%;
  }
  #content_mode .mode_sec2 {
    margin-bottom: 45px;
  }
  #content_mode .mode_sec2 .mode_sec2_block {
    width: 100%;
    margin-bottom: 35px;
  }
  #content_mode .mode_sec2 .mode_sec2_block .img {
    margin-bottom: 12px;
  }
  #content_mode .mode_sec2 .mode_sec2_block .desc {
    font-size: 12px;
  }
  #content_mode .mode_sec2 .mode_sec2_block .desc .large {
    font-size: 14px;
  }
}

/* -----------------------------
          content_tech
----------------------------- */
#content_tech {
  padding: 0 0 115px;
}
#content_tech .h2_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#content_tech .content_tech_inner {
  padding: 60px 50px 60px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7.5px;
}
#content_tech .h3_title {
  font-size: 22px;
  font-weight: normal;
  color: #475b85;
  margin-bottom: 15px;
}
#content_tech .h4_title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
}
#content_tech .step_wrap {
  margin-bottom: 50px;
}
#content_tech .step_wrap .desc {
  width: 450px;
}
#content_tech .step_wrap .img {
  width: 358px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_tech {
    padding: 0 0 11.735vw;
  }
  #content_tech .h2_title {
    font-size: 2.245vw;
    font-weight: bold;
    margin-bottom: 3.061vw;
  }
  #content_tech .content_tech_inner {
    padding: 6.122vw 5.102vw 6.122vw;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.765vw;
  }
  #content_tech .h3_title {
    font-size: 2.245vw;
    font-weight: normal;
    color: #475b85;
    margin-bottom: 1.531vw;
  }
  #content_tech .h4_title {
    font-size: 2.245vw;
    font-weight: 500;
    margin: 0 0 2.041vw;
  }
  #content_tech .step_wrap {
    margin-bottom: 5.102vw;
  }
  #content_tech .step_wrap .desc {
    width: 45.918vw;
  }
  #content_tech .step_wrap .img {
    width: 36.531vw;
  }
}
@media screen and (max-width: 767px) {
  #content_tech {
    padding: 0 2.6666% 70px;
  }
  #content_tech .h2_title {
    font-size: 16.5px;
    margin-bottom: 20px;
  }
  #content_tech .content_tech_inner {
    padding: 40px 7% 50px;
    border-radius: 5px;
  }
  #content_tech .h3_title {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
  }
  #content_tech .h4_title {
    font-size: 17px;
    margin: 0 0 10px;
  }
  #content_tech .step_wrap {
    margin-bottom: 30px;
  }
  #content_tech .step_wrap .desc {
    width: 100%;
  }
  #content_tech .step_wrap .img {
    width: 100%;
    margin-bottom: 12px;
  }
}
#content_tech .mode {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto 60px;
}
#content_tech .mode:last-child {
  padding: 20px 0 0;
  border-bottom: none;
  margin: 0 auto;
}
#content_tech .mode .desc {
  flex: 1;
  margin-top: 10px;
}
#content_tech .mode .img {
  width: 211px;
}
#content_tech .mode .h3_title {
  font-size: 20px;
  margin-bottom: 20px;
}
#content_tech .mode .txt {
  margin-bottom: 15px;
}
#content_tech .mode .caution {
  font-size: 14px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_tech .mode {
    padding: 2.041vw 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto 6.122vw;
  }
  #content_tech .mode:last-child {
    padding: 2.041vw 0 0;
    border-bottom: none;
    margin: 0 auto;
  }
  #content_tech .mode .desc {
    flex: 1;
    margin-top: 1.02vw;
  }
  #content_tech .mode .img {
    width: 21.531vw;
  }
  #content_tech .mode .h3_title {
    font-size: 2.041vw;
    margin-bottom: 2.041vw;
  }
  #content_tech .mode .txt {
    margin-bottom: 1.531vw;
  }
  #content_tech .mode .caution {
    font-size: 1.429vw;
  }
}
@media screen and (max-width: 767px) {
  #content_tech .mode {
    width: 100%;
    padding: 30px 0 20px;
    margin: 0 auto 30px;
  }
  #content_tech .mode:last-child {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 auto;
  }
  #content_tech .mode .desc {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #content_tech .mode .img {
    text-align: center;
    width: 100%;
  }
  #content_tech .mode .img img {
    max-width: 189.5px;
  }
  #content_tech .mode .h3_title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #content_tech .mode .txt {
    margin-bottom: 10px;
  }
  #content_tech .mode .caution {
    font-size: 12px;
  }
}

/* -----------------------------
          content_item
----------------------------- */
#content_item {
  padding-bottom: 60px;
}
#content_item .h3_title {
  font-size: 18px;
  font-weight: bold;
  color: #475c85;
  margin-bottom: 15px;
}
#content_item .atten {
  font-size: 14px;
  margin-bottom: 40px;
}
#content_item .item_main {
  text-align: center;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_item {
    padding-bottom: 6.122vw;
  }
  #content_item .h3_title {
    font-size: 1.837vw;
    font-weight: bold;
    color: #475c85;
    margin-bottom: 1.531vw;
  }
  #content_item .atten {
    font-size: 1.429vw;
    margin-bottom: 4.082vw;
  }
  #content_item .item_main {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #content_item {
    padding-bottom: 20px;
  }
  #content_item .h3_title {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 10px;
  }
  #content_item .atten {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #content_item .item_main {
    width: 100%;
    max-width: 687px;
    margin: 0 auto;
  }
}

/* -----------------------------
          content_action
----------------------------- */
#content_action {
  margin-bottom: 100px;
}
#content_action .img {
  margin-bottom: 45px;
}
#content_action .txt {
  font-size: 18px;
}
.atten_wrap {
  margin-top: 60px;
}
.atten_list {
  padding-left: 20px;
	text-indent: -20px;
}
.atten_list li {
  font-size: 12px;
  margin-bottom: 2px;
}
.atten_list li:before {
  counter-increment: number 1;
  content: "※" counter(number);
}
@media screen and (min-width:768px) and ( max-width:980px) {
  #content_action {
    margin-bottom: 10.204vw;
  }
  #content_action .img {
    margin-bottom: 4.592vw;
  }
  #content_action .txt {
    font-size: 1.837vw;
  }
  .atten_wrap {
    margin-top: 6.122vw;
  }
  .atten_list {
    padding-left: 2.041vw;
    text-indent: -2.041vw;
  }
  .atten_list li {
    font-size: 1.224vw;
    margin-bottom: 0.204vw;
  }
}
@media screen and (max-width: 767px) {
  #content_action {
    margin-bottom: 60px;
  }
  #content_action .img {
    width: 100%;
    margin-bottom: 15px;
  }
  #content_action .txt {
    font-size: 15px;
  }
  .atten_wrap {
    margin-top: 50px;
  }
  .atten_list {
    padding-left: 15px;
    text-indent: -15px;
  }
  .atten_list li {
    margin-bottom: 1px;
  }
}