html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
.border-ttl_top {
  border-top: solid 2px #13b107;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  /* max-width: 100%; */
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
figure {
  text-align: center;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb50 {
  margin-bottom: 50px;
}
.pb0{
    padding-bottom: 0!important;
}
.al_center {
  text-align: center !important;
}
.ttl_sm {
  color: #13b107;
  text-align: center;
  font-size: 23px;
  /* letter-spacing: -0.02em; */
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 1em;
}
.contents {
    max-width: 840px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 88px;
    position: relative;
}
.contents_inner {
  margin-bottom: 5em;
}
.modal_link05 {
  max-width: 100%;
  height: 165px;
  background: url(/library/anshin/kenko/nawatore/modal/img/modal_link05.png) center no-repeat;
  position: relative;
}
.modal_link06 {
  max-width: 100%;
  height: 210px;
  background: url(/library/anshin/kenko/nawatore/modal/img/modal_link06.png) center no-repeat;
  margin: 0 auto 4em auto;
  position: relative;
}
.modal_link07 {
    max-width: 100%;
    height: 210px;
    background: url(/library/anshin/kenko/nawatore/modal/img/modal_link07.png) center no-repeat;
    margin: 0 auto 4em auto;
    position: relative;
  }
.modal__content_2col {
  display: flex;
  margin-bottom: 3em;
  justify-content: center;
}
.modal__content_2col_box:first-child {
  margin-right: 20px;
}
.modal__content_2col_box > figure > iframe {
  /* width: 340px; */
  /* height: 190px; */
  width: 28.3vw;
  height: 15.85vw;
  max-width: 100%;
  max-height: 100%;
}
.modal__content_2col_box > figure > img {
  max-width: 100%;
  width: 340px;
  height: auto;
}
figcaption {
  font-size: 14px;
  margin-top: 10px;
}
.modal_open01 {
  position: absolute;
  bottom: 22px;
  right: 180px;
}
.modal_open02 {
  position: absolute;
  bottom: 35px;
  right: 235px;
}
.modal_open01, .modal_open02 img {
  max-width: 100%;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
  cursor: pointer;
  /* 差し込み */
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.modal__container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.modal__content {
  max-width: 100%;
  width: 840px;
  margin: 0 auto 5em auto;
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  padding: 0.5em;
  background: #fff;
  border-radius: 1em;
  z-index: 99999;
  cursor: default;
}
/* 差込み */
@media screen and (min-width:769px){
  /* .modal__content_2col_box > figure > iframe {
    width: 300px;
    height: 168px;
  } */
  .op14 {
    font-size: 14px !important;
    line-height: 1.7em !important;
  }
  .modal__content_2col_box > figure > img {
    max-width: 100%;
    width: 300px;
    height: auto;
  }
}
.modal__content::-webkit-scrollbar {
  display: none;
}
.modal__content .modal__content_inner {
  width: 100%;
  height: 100%;
  padding: 3em 0.5em 0em 1em;
  position: relative;
  border: solid 2px #13b107;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__content .modal__content_txt {
  max-width: 700px;
  margin: 0 auto;
}
.modal__content .ttl {
  color: #13b107;
  text-align: center;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.modal__content .txt {
  text-align: left;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 1.5em;
  /* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}
.mod-media-image img {
  margin-top: 12px;
  text-align: center;
  max-width: 100%;
}
.modal__content .modal_close_btn {
  position: absolute;
  top: -2em;
  right: -2em;
  width: 93px;
  height: auto;
  background-size: contain;
}
.bottom-leaf {
  width: 68px;
  height: 52px;
}

@media screen and (max-width:769px){
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }
  img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
  }
  .contents {
      max-width: 840px;
      height: auto;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 5em;
      position: relative;
  }
  .contents_inner {
    margin-bottom: 5em;
  }
  .modal_link05 {
    max-width: 95%;
    height: auto;
    padding-bottom: 40%;
    margin: 0 auto 2em auto;
    background: url(/library/anshin/kenko/nawatore/modal/img/modal_link05_sp.png) center no-repeat;
    position: relative;
    background-size: contain;
  }
  .modal_link06 {
    max-width: 95%;
    height: auto;
    padding-bottom: 55%;
    margin: 0 auto 2em auto;
    background: url(/library/anshin/kenko/nawatore/modal/img/modal_link06_sp.png) center no-repeat;
    position: relative;
    background-size: contain;
  }

  .modal_link07{
    max-width: 95%;
    height: auto;
    padding-bottom: 55%;
    margin: 0 auto 2em auto;
    background: url(/library/anshin/kenko/nawatore/modal/img/modal_link07_sp.png) center no-repeat;
    position: relative;
    background-size: contain;
  }

  .modal_open01 {
    position: absolute;
    bottom: 35px;
    right: 55px;
  }
  .modal_open02 {
    position: absolute;
    width: 35%;
    /* bottom: 45px;
    right: 70px; */
    bottom: 25%;
    right: 20%;
  }
  .container p, .container a {
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: 1px;
    word-break: normal;
    color: #333333;
    font-weight: 400;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    cursor: pointer;
  }
  .modal__container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .modal__content {
    max-width: 90%;
    width: 840px;
    margin: 0 auto 5em auto;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    padding: 0.5em;
    background: #fff;
    border-radius: 10px;
    z-index: 99999;
    cursor: default;
  }
  .modal__content .modal__content_inner {
    width: 100%;
    height: 100%;
    padding: 3em 0.5em 0em 1em;
    position: relative;
    border: solid 2px #13b107;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modal__content .modal__content_txt {
    padding: 0 0.5rem;
  }
  .modal__content .ttl {
    color: #13b107;
    text-align: center;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .modal__content .txt {
    text-align: left;
    margin-bottom: 1.5em;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .modal__content .modal_close_btn {
    position: absolute;
    top: -2em;
    right: -2em;
    width: 93px;
    height: auto;
    background-size: contain;
  }
  .modal__content .modal_close_btn img {
    width: 90%;
  }
}

@media screen and (max-width:640px){
  /* .modal__content_2col_box > figure > iframe {
    width: 245px;
    height: 137px;
  } */
  .modal__content_2col_box > figure > img {
    width: 245px;
    height: auto;
  }
  .modal__content {
    width: 85%;
    top: 5%;
    padding: 0.3em;
  }
  .modal__content .modal__content_inner {
    padding: 1em 0.5em 0 0.5em;
  }
  .modal__content .ttl {
    font-size: 1.2rem;
  }
  .container p, .container a {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: .1px;
}
  /* .modal__content img {
    margin-bottom: 1em;
  } */
  .modal__content .modal_close_btn img {
    width: 90%;
  }
  .modal_open02 {
    position: absolute;
    width: 35%;
    bottom: 25%;
    right: 20%;
  }
}
@media screen and (max-width:428px){
  .op14 {
    font-size: 13px !important;
    line-height: 1.7em !important;
  }
}
@media screen and (max-width:414px){
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .ttl span {
    font-size: 1.0rem;
  }
  .ttl_sm span {
    font-size: 1.2rem;
  }
  .modal__content_2col {
    margin-bottom: 1.5em;
  }
  .sp-col {
    flex-direction: column;
  }
  .sp-col > .modal__content_2col_box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal__content_2col_box > figure > iframe {
    width: 340px;
    height: 190px;
    max-width: 100%;
    max-height: 100%;
  }
  .modal__content_2col_box > figure > img {
    width: 150px;
    height: auto;
  }
  .modal_open01 {
    position: absolute;
    bottom: 16px;
    width: 50%;
    right: 10px;
  }
  .modal__container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  .modal__content_txt {
    overflow-y: scroll;
  }
  .modal__content .modal_close_btn img {
    width: 80%;
  }
  /* .modal__contener {
    overflow-y: auto;
  } */
}