@charset "UTF-8";
html {
  font-size: 62.5%;
  /*16pxx62.5%=10px*/
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  color: #40281E;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 1.64em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #40281E;
  display: block; }

.mbp {
  margin-bottom: 28px; }

.sp {
  display: none; }

.inner {
  width: 88%;
  max-width: 1000px;
  margin: 0 auto; }

.red {
  color: #C14410; }

.bg_yellow {
  background-color: #F8F1DD; }

.maru500 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500; }

.maru700 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700; }

.maru900 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 900; }

.reverse {
  flex-direction: row-reverse; }

.section1 {
  padding-top: 80px;
  padding-bottom: 80px; }

.more_btn {
  text-align: center;
  margin-top: 40px; }
  .more_btn a {
    color: #C14410;
    border: 3px solid #C14410;
    border-radius: 30px;
    display: inline-block;
    padding: 0.3em 2em;
    background-color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 700; }
    .more_btn a:hover {
      background-color: #C14410;
      color: #fff; }

/*nav*/
header {
  position: fixed;
  z-index: 10;
  height: 80px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.hamburger {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 99; }

.logo {
  width: 164px;
  padding-left: 20px; }

.hamburger .bar {
  width: 40px;
  height: 3px;
  background: #40281e;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s; }

.hamburger .bar-top {
  transform: translate(0, -12px); }

.hamburger .bar-bottom {
  transform: translate(0, 12px); }

.checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0; }

.checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg); }

.checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg); }

.checkbox {
  display: none; }

.nav-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  top: 0;
  left: -100%;
  transition: all 0.5s; }

.nav-menu ul {
  margin-top: 100px; }

.nav-menu li {
  margin-bottom: 30px; }

.nav-menu a {
  text-align: center;
  font-size: 1.7rem; }
  .nav-menu a:hover {
    opacity: 0.7; }

.checkbox:checked ~ .nav-menu {
  left: 0; }

/*TOP*/
main {
  padding-top: 76px; }

#nayami h2 {
  background-color: #E5E0E0;
  position: relative;
  text-align: center;
  padding: 22px;
  font-size: 2.9rem; }
  #nayami h2::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -30px;
    border: 30px solid transparent;
    border-top-color: #E5E0E0;
    content: ''; }
  #nayami h2 .red2 {
    color: #C14410;
    font-size: 3.8rem; }
#nayami .nayami_wrap {
  background-image: url("../img/bg_nayami.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
#nayami .nayami_col {
  width: 88%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  align-items: flex-end; }
  #nayami .nayami_col .col1 {
    width: 39%; }
  #nayami .nayami_col .col2 {
    width: 57%; }
    #nayami .nayami_col .col2 li {
      background-color: #fff;
      margin-bottom: 16px;
      font-size: 2rem;
      padding: 10px 20px 10px 10px;
      text-indent: -1em;
      padding-left: 1.8em;
      line-height: 1.6; }
      #nayami .nayami_col .col2 li::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background: url(../img/check1.png) no-repeat;
        background-size: contain;
        margin-right: 4px;
        transform: translate(0, 10%); }
#nayami .nayami_btm {
  background-color: #E5E0E0;
  text-align: center;
  font-size: 1.9rem;
  padding-top: 36px;
  padding-bottom: 34px; }
  #nayami .nayami_btm span {
    font-size: 2.4rem; }
  #nayami .nayami_btm p {
    position: relative; }
    #nayami .nayami_btm p::after {
      position: absolute;
      content: "";
      display: inline-block;
      background: url("../img/storm.png") no-repeat;
      background-size: contain;
      width: 23px;
      height: 25px;
      top: -12px; }

#solution {
  background-image: url("../img/bg_solution.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 58px;
  padding-bottom: 68px; }
  #solution .arrow1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px; }
  #solution .whitebox1 {
    width: 88%;
    max-width: 638px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
    text-align: center; }
    #solution .whitebox1 .p1 {
      font-size: 2rem;
      line-height: 1.7; }
    #solution .whitebox1 .p2 {
      font-size: 2.4rem;
      padding-bottom: 48px;
      margin-top: 6px; }

#message .whitebox2 {
  background-color: #fff;
  padding: 50px 30px; }
  #message .whitebox2 .h2_message {
    text-align: center;
    font-size: 2.9rem;
    margin-bottom: 42px; }
    #message .whitebox2 .h2_message span {
      border-bottom: 1px solid #C14410; }
  #message .whitebox2 .col_mes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px; }
    #message .whitebox2 .col_mes .col1 {
      width: 31%; }
    #message .whitebox2 .col_mes .col2 {
      width: 66%; }

.h3_1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 8px; }

.h2_2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 60px; }
  .h2_2 span {
    font-size: 4rem;
    font-weight: 900; }

#point {
  background-image: url("../img/bg_point.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  #point .point_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-bottom: -20px; }
    #point .point_wrap .point_box {
      width: 30%;
      margin-left: 3%;
      position: relative;
      background-color: #fff;
      text-align: center;
      margin-bottom: 50px;
      -moz-box-shadow: -2px -1px 21px -12px rgba(0, 0, 0, 0.28);
      -webkit-box-shadow: -2px -1px 21px -12px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: -2px -1px 21px -12px rgba(0, 0, 0, 0.28);
      box-shadow: -2px -1px 21px -12px rgba(0, 0, 0, 0.28); }
      #point .point_wrap .point_box .no {
        left: 50%;
        transform: translateX(-50%);
        top: -16px;
        color: #A8937B;
        font-size: 3.4rem;
        position: absolute; }
      #point .point_wrap .point_box .point_img {
        padding-top: 27px; }
      #point .point_wrap .point_box h3 {
        font-size: 2rem;
        line-height: 1.7;
        padding-top: 20px;
        padding-bottom: 20px; }

#medical .col_medi {
  display: flex;
  justify-content: space-between; }
  #medical .col_medi .col1 {
    width: 40%; }
  #medical .col_medi .col2 {
    width: 57%; }
    #medical .col_medi .col2 .medi_list li {
      background-color: #fff;
      margin-bottom: 16px;
      padding: 0.8em 1.2em; }
      #medical .col_medi .col2 .medi_list li .medi_title {
        font-size: 2.1rem;
        border-bottom: 1px solid #40281E;
        margin-bottom: 6px; }

#difference .h2_3_box {
  text-align: center;
  margin-bottom: 64px; }
  #difference .h2_3_box .h2_3 {
    font-size: 3rem;
    display: inline-block;
    border-top: 1px solid #40281E;
    border-bottom: 1px solid #40281E;
    padding: 16px 20px;
    position: relative; }
    #difference .h2_3_box .h2_3::before {
      position: absolute;
      content: "";
      display: inline-block;
      background: url("../img/circle1.png") no-repeat;
      background-size: contain;
      width: 11px;
      height: 11px;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    #difference .h2_3_box .h2_3::after {
      position: absolute;
      content: "";
      display: inline-block;
      background: url("../img/circle1.png") no-repeat;
      background-size: contain;
      width: 11px;
      height: 11px;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }

.table__container {
  position: relative; }

.table2 {
  max-width: 710px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }
  .table2 tr th {
    font-size: 1.8rem;
    text-align: center;
    border: 2px solid #E0E0E0;
    padding: 1em;
    font-size: 1.8rem;
    vertical-align: middle; }
  .table2 tr th.w30 {
    width: 30%;
    padding: 0.5em; }
  .table2 tr th.w20 {
    width: 20%;
    padding: 0.5em; }
  .table2 tr th.large {
    position: relative; }
    .table2 tr th.large .large_img {
      position: absolute;
      top: -24px;
      width: 100%;
      left: 0; }
  .table2 tr td {
    border: 2px solid #E0E0E0;
    padding: 1em;
    text-align: center;
    font-size: 1.8rem;
    vertical-align: middle; }
  .table2 tr .bg_w {
    background: #fff; }
  .table2 tr .bg_gray {
    background: rgba(227, 227, 227, 0.34); }
  .table2 tr .bg_gray2 {
    background: #F4F4F4; }
  .table2 tr .bg_red {
    background: #C3594B;
    color: #fff; }
  .table2 tr .bg_red2 {
    background: rgba(206, 121, 147, 0.08); }
  .table2 tr .sign {
    font-size: 2.4rem; }

.arrow2 {
  margin: 0 auto;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px; }

.p4 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7; }

.p5 {
  font-size: 2.4rem; }

/*footer*/
.foot1 {
  background: repeating-linear-gradient(90deg, #A8937B, #A8937B 20px, #B29F8A 20px, #B29F8A 40px);
  padding-top: 75px;
  padding-bottom: 75px; }

.contact_box {
  background-color: #fff;
  padding-top: 58px; }
  .contact_box .contact_top {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 12px; }
  .contact_box .h2_4_box {
    text-align: center; }
    .contact_box .h2_4_box .h2_4 {
      display: inline-block;
      font-size: 3.4rem;
      align-items: center;
      /* 横線を上下中央 */
      display: flex;
      /* 文字と横線を横並び */
      justify-content: center;
      /* 文字を中央寄せ */ }
      .contact_box .h2_4_box .h2_4::before {
        background-color: #40281E;
        /* 横線の色 */
        content: "";
        height: 1px;
        /* 横線の高さ */
        width: 40px;
        /* 横線の長さ */
        margin-right: 15px; }
      .contact_box .h2_4_box .h2_4::after {
        background-color: #40281E;
        /* 横線の色 */
        content: "";
        height: 1px;
        /* 横線の高さ */
        width: 40px;
        /* 横線の長さ */
        margin-left: 15px; }

.contact_wrap {
  padding-right: 28px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding-bottom: 52px; }
  .contact_wrap .col1 {
    width: 49%; }
    .contact_wrap .col1 .tel_p {
      font-size: 1.7rem;
      margin-bottom: 10px; }
    .contact_wrap .col1 .tel {
      font-size: 4rem;
      letter-spacing: 0.08em; }
      .contact_wrap .col1 .tel a::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(../img/tel1.png) no-repeat;
        background-size: contain;
        margin-right: 4px;
        transform: translate(0, 10%); }
    .contact_wrap .col1 .logo_foot {
      width: 340px;
      padding-top: 40px;
      margin-bottom: 16px; }
  .contact_wrap .col2 {
    width: 49%; }
    .contact_wrap .col2 .mail_btn a {
      color: #fff;
      font-size: 2.7rem;
      background-color: #C14410;
      border-radius: 30px;
      display: inline-block;
      padding: 0.4em 1em; }
      .contact_wrap .col2 .mail_btn a::before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 27px;
        background: url("../img/web1.png") no-repeat;
        background-size: contain;
        margin-right: 4px;
        transform: translate(0, 10%); }
      .contact_wrap .col2 .mail_btn a:hover {
        color: #C14410;
        background-color: #fff;
        border: 3px solid #C14410; }
        .contact_wrap .col2 .mail_btn a:hover::before {
          content: "";
          display: inline-block;
          width: 33px;
          height: 27px;
          background: url("../img/web2.png") no-repeat;
          background-size: contain;
          margin-right: 4px;
          transform: translate(0, 10%); }
    .contact_wrap .col2 .timetable {
      margin-top: 30px; }

.small {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 30px;
  padding-bottom: 30px; }

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease; }

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%); }
  50% {
    transform: translate(-40%, -50%); }
  100% {
    transform: translate(-50%, -50%); } }
.table__container .scroll-hint--show {
  display: block; }

/*LOW*/
.low_header .logo_low {
  width: 140px;
  padding-left: 16px;
  padding-top: 16px; }
.low_header .low_h1_box {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px; }
  .low_header .low_h1_box .low_h2_top {
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0.4em 1em; }
  .low_header .low_h1_box .low_h1 {
    font-size: 2.9rem;
    line-height: 1.6; }
    .low_header .low_h1_box .low_h1 .big1 {
      font-size: 4.2rem; }

.gray_box {
  background-color: #E5E0E0;
  padding: 20px;
  margin-bottom: 28px; }

.list_dot {
  margin-bottom: -10px; }
  .list_dot li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px; }
    .list_dot li::before {
      display: inline-block;
      content: "・";
      position: absolute;
      left: 0px; }

.col_low1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px; }
  .col_low1 .col1 {
    width: 38%; }
  .col_low1 .col2 {
    width: 60%; }

.inner3 {
  max-width: 460px; }

.dif_box {
  background-color: #F8F1DD;
  padding: 26px 20px;
  margin-top: 28px; }
  .dif_box .dif_title {
    font-size: 2rem;
    margin-bottom: 18px;
    border-bottom: 2px dashed #A8937B;
    padding-bottom: 6px; }
    .dif_box .dif_title .dif_no {
      font-size: 1.8rem;
      color: #fff;
      background-color: #A8937B;
      padding: 0.1em 0.7em 0.2em 0.7em;
      border-radius: 20px;
      margin-right: 8px; }
  .dif_box .dif_col {
    display: flex;
    justify-content: space-between; }
    .dif_box .dif_col .col1 {
      width: 15%; }
    .dif_box .dif_col .col2 {
      width: 82%; }

.h2_low2_box {
  text-align: center;
  margin-bottom: 50px; }
  .h2_low2_box .h2_low2 {
    display: inline-block;
    font-size: 3rem;
    line-height: 1.6;
    border-bottom: 1px solid #40281E; }

.lost_box {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 30px; }
  .lost_box:last-child {
    margin-bottom: 0; }
  .lost_box .lost_title {
    font-size: 2rem;
    border-bottom: 1px solid #40281E;
    margin-bottom: 10px;
    line-height: 1.6; }
    .lost_box .lost_title .lost_no {
      color: #fff;
      background-color: #A8937B;
      border-radius: 10px;
      padding: 0em 0.4em 0.06em;
      font-size: 1.7rem;
      margin-right: 8px; }

.col_lost {
  display: flex;
  justify-content: space-between; }
  .col_lost .col1 {
    width: 38%; }
  .col_lost .col2 {
    width: 60%; }
    .col_lost .col2 .merit {
      color: #fff;
      background-color: #C14410;
      border-radius: 6px;
      display: inline-block;
      padding-left: 0.4em;
      padding-right: 0.4em;
      margin-bottom: 8px; }
    .col_lost .col2 .demerit {
      color: #fff;
      background-color: #A0A0A0;
      border-radius: 6px;
      display: inline-block;
      padding-left: 0.4em;
      padding-right: 0.4em;
      margin-bottom: 8px;
      margin-top: 20px; }

.col_mes_low {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .col_mes_low .col1 {
    width: 24%; }
  .col_mes_low .col2 {
    width: 73%; }

.mbt {
  margin-top: 28px; }

.lost_box.bg_yellow {
  background-color: #F8F1DD; }

.adj1 {
  margin-bottom: 10px; }

.medi_low_box {
  padding: 40px 30px; }
  .medi_low_box .medi_low_title {
    font-size: 2.2rem;
    border-bottom: 1px solid #40281E;
    padding-bottom: 4px;
    margin-bottom: 18px; }

.section_medi {
  padding-bottom: 80px; }

.adj3 {
  padding-top: 40px; }

.adj2 {
  margin-bottom: 40px; }

@media screen and (max-width: 1030px) {
  #point .point_wrap {
    margin-left: -2%; }
    #point .point_wrap .point_box {
      width: 31%;
      margin-left: 2%; }
      #point .point_wrap .point_box h3 {
        font-size: 1.8rem; }

  .adj1 {
    margin-bottom: 0px; } }
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem; }

  .section1 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .section_medi {
    padding-bottom: 60px; }

  .mbp {
    margin-bottom: 22px; }

  #nayami h2 {
    padding: 22px;
    font-size: 2.3rem; }
    #nayami h2::after {
      margin: 0 0 0 -30px; }
    #nayami h2 .red2 {
      color: #C14410;
      font-size: 3.1rem; }
  #nayami .nayami_col {
    padding-top: 40px;
    align-items: flex-end; }
    #nayami .nayami_col .col1 {
      width: 39%; }
    #nayami .nayami_col .col2 {
      width: 60%; }
      #nayami .nayami_col .col2 li {
        font-size: 1.8rem;
        padding: 6px 16px 7px 16px;
        padding-left: 1.8em; }
        #nayami .nayami_col .col2 li::before {
          width: 15px;
          height: 14px;
          margin-right: 4px;
          transform: translate(0, 5%); }
  #nayami .nayami_btm {
    font-size: 1.9rem;
    padding-top: 30px;
    padding-bottom: 32px; }
    #nayami .nayami_btm span {
      font-size: 2.2rem; }
    #nayami .nayami_btm p::after {
      width: 19px;
      height: 21px;
      top: -10px; }

  #solution {
    padding-top: 54px;
    padding-bottom: 60px; }
    #solution .whitebox1 .p1 {
      font-size: 1.9rem; }
    #solution .whitebox1 .p2 {
      font-size: 2.2rem;
      padding-bottom: 36px; }

  #message .whitebox2 {
    padding: 40px 20px; }
    #message .whitebox2 .h2_message {
      font-size: 2.6rem; }

  .h3_1 {
    font-size: 1.5rem; }

  .h2_2 {
    font-size: 2.6rem;
    margin-bottom: 50px; }
    .h2_2 span {
      font-size: 3.2rem; }

  #point .point_wrap {
    margin-left: -6%;
    margin-bottom: -20px; }
    #point .point_wrap .point_box {
      width: 44%;
      margin-left: 6%; }
      #point .point_wrap .point_box .no {
        font-size: 3rem; }
      #point .point_wrap .point_box h3 {
        font-size: 1.9rem; }

  #medical .col_medi .col2 .medi_list li {
    padding: 0.8em 1em; }
    #medical .col_medi .col2 .medi_list li .medi_title {
      font-size: 1.9rem; }

  #difference .h2_3_box .h2_3 {
    font-size: 2.6rem; }

  .table2 tr th {
    font-size: 1.7rem; }
  .table2 tr td {
    font-size: 1.7rem; }

  .p4 {
    font-size: 1.9rem; }

  .p5 {
    font-size: 2.2rem; }

  /*footer*/
  .foot1 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .contact_box {
    padding-top: 50px; }
    .contact_box .contact_top {
      font-size: 1.6rem; }
    .contact_box .h2_4_box .h2_4 {
      font-size: 3rem; }

  .contact_wrap {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 46px;
    padding-bottom: 46px; }
    .contact_wrap .col1 .tel {
      font-size: 3.6rem; }
      .contact_wrap .col1 .tel a::before {
        width: 28px;
        height: 28px; }
    .contact_wrap .col1 .logo_foot {
      width: 260px; }
    .contact_wrap .col2 .mail_btn a {
      font-size: 1.9rem;
      padding: 0.4em 1em; }
      .contact_wrap .col2 .mail_btn a::before {
        width: 22px;
        height: 16px;
        transform: translate(0, 10%); }
      .contact_wrap .col2 .mail_btn a:hover::before {
        width: 22px;
        height: 16px;
        transform: translate(0, 10%); }
    .contact_wrap .col2 .timetable {
      margin-top: 30px; }

  .low_header .low_h1_box .low_h2_top {
    font-size: 1.8rem; }
  .low_header .low_h1_box .low_h1 {
    font-size: 2.4rem; }
    .low_header .low_h1_box .low_h1 .big1 {
      font-size: 3.8rem; }

  .h2_low2_box .h2_low2 {
    font-size: 2.4rem; }

  .medi_low_box {
    padding: 30px 20px; }
    .medi_low_box .medi_low_title {
      font-size: 2rem; } }
@media screen and (max-width: 500px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .logo {
    width: 146px;
    top: 8px; }

  .more_btn a {
    padding: 0.5em 1em; }

  header {
    height: 70px; }

  main {
    padding-top: 68px; }

  .nav-menu a {
    font-size: 1.6rem; }

  #nayami h2 {
    font-size: 2rem;
    line-height: 1.6; }
    #nayami h2 .red2 {
      font-size: 2.6rem; }
  #nayami .nayami_col {
    display: block; }
    #nayami .nayami_col .col1 {
      width: 70%;
      margin: 0 auto; }
    #nayami .nayami_col .col2 {
      width: 100%;
      margin-bottom: 0;
      padding-bottom: 24px; }
      #nayami .nayami_col .col2 li {
        font-size: 1.7rem;
        padding: 6px 16px 7px 16px;
        padding-left: 1.8em; }
        #nayami .nayami_col .col2 li::before {
          width: 14px;
          height: 13px;
          transform: translate(0, 0%); }
  #nayami .nayami_btm {
    font-size: 1.8rem;
    line-height: 1.7; }
    #nayami .nayami_btm p::after {
      width: 19px;
      height: 21px;
      top: 26px; }

  #solution .whitebox1 {
    padding: 40px 16px; }
    #solution .whitebox1 .p1 {
      font-size: 1.7rem; }
    #solution .whitebox1 .p2 {
      font-size: 2rem;
      line-height: 1.6;
      padding-bottom: 26px; }

  #message .whitebox2 {
    padding: 40px 18px; }
    #message .whitebox2 .h2_message {
      font-size: 2rem;
      line-height: 1.6; }
    #message .whitebox2 .col_mes {
      display: block; }
      #message .whitebox2 .col_mes .col1 {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px; }
      #message .whitebox2 .col_mes .col2 {
        width: 100%; }

  .h3_1 {
    font-size: 1.3rem; }

  .h2_2 {
    font-size: 2.2rem;
    margin-bottom: 50px; }
    .h2_2 span {
      font-size: 3rem; }

  #point .point_wrap {
    margin-left: -0%;
    margin-bottom: 0px;
    display: block; }
    #point .point_wrap .point_box {
      width: 100%;
      margin-left: 0%; }
      #point .point_wrap .point_box .no {
        font-size: 3rem; }
      #point .point_wrap .point_box h3 {
        font-size: 1.8rem; }

  #medical .col_medi {
    display: block; }
    #medical .col_medi .col1 {
      width: 100%;
      margin-bottom: 16px; }
    #medical .col_medi .col2 {
      width: 100%; }
      #medical .col_medi .col2 .medi_list li .medi_title {
        font-size: 1.8rem; }

  #difference .h2_3_box .h2_3 {
    font-size: 2.1rem;
    line-height: 1.6; }

  .p4 {
    font-size: 1.7rem; }

  .p5 {
    font-size: 2rem; }

  .table2 {
    width: 540px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto; }
    .table2 tr th {
      font-size: 1.5rem; }
    .table2 tr th.jihi {
      color: #fff; }
    .table2 tr th.w30 {
      width: 39%; }
    .table2 tr th.w20 {
      width: 23.5%; }
    .table2 tr td {
      font-size: 1.5rem; }
    .table2 tr .sign {
      font-size: 2.1rem; }

  .sp_scroll {
    overflow-x: scroll; }
    .sp_scroll table {
      min-width: 500px; }

  .sp_foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; }
    .sp_foot .btn_wrap {
      display: flex;
      text-align: center; }
      .sp_foot .btn_wrap .foot_btn_tel {
        width: 50%; }
        .sp_foot .btn_wrap .foot_btn_tel a {
          height: 46px;
          padding-top: 20px;
          color: #fff;
          background-color: #40281F; }
          .sp_foot .btn_wrap .foot_btn_tel a::before {
            content: "";
            display: inline-block;
            width: 14px;
            height: 16px;
            background: url(../img/tel2.png) no-repeat;
            background-size: contain;
            margin-right: 3px;
            transform: translate(0, 20%); }
      .sp_foot .btn_wrap .foot_btn_web {
        width: 50%; }
        .sp_foot .btn_wrap .foot_btn_web a {
          height: 46px;
          padding-top: 20px;
          color: #fff;
          background-color: #C14410; }
          .sp_foot .btn_wrap .foot_btn_web a::before {
            content: "";
            display: inline-block;
            width: 14px;
            height: 16px;
            background: url("../img/web1.png") no-repeat;
            background-size: contain;
            margin-right: 3px;
            transform: translate(0, 30%); }

  /*footer*/
  .contact_box {
    padding-top: 40px; }
    .contact_box .contact_top {
      font-size: 1.5rem; }
    .contact_box .h2_4_box .h2_4 {
      font-size: 2.6rem; }
      .contact_box .h2_4_box .h2_4::before {
        width: 20px;
        /* 横線の長さ */ }
      .contact_box .h2_4_box .h2_4::after {
        width: 20px;
        /* 横線の長さ */ }

  .contact_wrap {
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 40px;
    padding-bottom: 40px;
    display: block; }
    .contact_wrap .col1 {
      width: 100%; }
      .contact_wrap .col1 .tel_p {
        text-align: center; }
      .contact_wrap .col1 .tel {
        margin-bottom: 30px;
        text-align: center; }
      .contact_wrap .col1 .logo_foot {
        width: 230px; }
      .contact_wrap .col1 .mail_btn {
        text-align: center; }
        .contact_wrap .col1 .mail_btn a {
          color: #fff;
          font-size: 1.9rem;
          background-color: #C14410;
          border-radius: 30px;
          display: inline-block;
          padding: 0.4em 1em; }
          .contact_wrap .col1 .mail_btn a::before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 18px;
            background: url("../img/web1.png") no-repeat;
            background-size: contain;
            margin-right: 8px;
            transform: translate(0, 10%); }
    .contact_wrap .col2 {
      width: 100%; }

  .small {
    padding-bottom: 80px; }

  .low_header .low_h1_box {
    padding-top: 40px; }
    .low_header .low_h1_box .low_h2_top {
      font-size: 1.6rem; }
    .low_header .low_h1_box .low_h1 {
      font-size: 2.1rem; }
      .low_header .low_h1_box .low_h1 .big1 {
        font-size: 3.2rem; }

  .gray_box {
    padding: 20px 16px; }

  .col_low1 {
    display: block; }
    .col_low1 .col1 {
      width: 100%;
      margin-bottom: 20px; }
    .col_low1 .col2 {
      width: 100%; }

  .dif_box {
    padding: 20px 16px; }
    .dif_box .dif_title {
      font-size: 1.8rem; }
      .dif_box .dif_title .dif_no {
        font-size: 1.5rem; }
    .dif_box .dif_col {
      display: block; }
      .dif_box .dif_col .col1 {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px; }
      .dif_box .dif_col .col2 {
        width: 100%; }

  .h2_low2_box {
    margin-bottom: 40px; }
    .h2_low2_box .h2_low2 {
      font-size: 2rem; }

  .lost_box {
    padding: 20px 18px; }
    .lost_box .lost_title {
      font-size: 1.9rem; }
      .lost_box .lost_title .lost_no {
        font-size: 1.5rem;
        margin-right: 6px; }

  .col_lost {
    display: block; }
    .col_lost .col1 {
      width: 100%;
      margin-bottom: 20px; }
    .col_lost .col2 {
      width: 100%; }

  .col_mes_low {
    display: block;
    margin-bottom: 20px; }
    .col_mes_low .col1 {
      width: 60%;
      margin: 0 auto;
      margin-bottom: 20px; }
    .col_mes_low .col2 {
      width: 100%; }

  .medi_low_box {
    padding: 30px 18px; }
    .medi_low_box .medi_low_title {
      font-size: 1.9rem; } }
