.font-size20px {
  font-size: 20px;
}

.lHeight_1_2 {
  line-height: 1.2em !important;
}

.text-green {
  color: #1c9a55;
}

.text-recommend-item {
  color: #91857f;
}

.text-lightgreen {
  color: #cbe097;
}

.text-orange {
  color: #ec6c00;
}

.text-gray {
  color: #666666;
}

.red {
  color: red;
}

.bg-green {
  background-color: #1c9a55;
}

.bg-lightgreen {
  background-color: #cbe097;
}

.border-top-inherit {
  border-top: inherit !important;
}

.m-top--5 {
  margin-top: -5px !important;
}

.m-top--7 {
  margin-top: -7px !important;
}

.m-top--10 {
  margin-top: -10px !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-top-4 {
  margin-top: 4px !important;
}

.m-top-6 {
  margin-top: 6px !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-55 {
  margin-top: 55px !important;
}

.m-top-60 {
  margin-top: 60px !important;
}

.m-top-70 {
  margin-top: 70px !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-12 {
  margin-bottom: 12px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-bottom-48 {
  margin-bottom: 48px !important;
}

@media screen and (min-width: 780px) {
  .m-top--10-PC {
    margin-top: -10px !important;
  }

  .m-top-48-pc {
    margin-top: 48px !important;
  }

  .m-bottom-30-pc {
    margin-bottom: 30px !important;
  }

  .m-bottom-48-pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 779px) {
  .m-top--40-sp {
    margin-top: -40px !important;
  }

  .m-top-15-sp {
    margin-top: 15px !important;
  }

  .m-bottom-0-sp {
    margin-bottom: 0 !important;
  }
}

.link::before {
  top: 0.6em;
  width: 7px;
  height: 7px;
}

/* inner-header */
@media only screen and (max-width: 767px) {
  .hdg-02 {
    margin-bottom: 20px;
    font-size: 25px;
    //line-height: 1.33333;
  }
}

.row-inner-header-link {
  margin-bottom: 50px;
}

.row-inner-header-link .row-inner-header-link-item {
  padding: 0 7px;
  font-size: 15px;
  overflow: hidden;
  color: #989898;
}

.row-inner-header-link a.active .row-inner-header-link-item {
  background-color: #1c9a55;
  border: 1px solid #1c9a55 !important;
  color: #ffffff;
}

.row-inner-header-link a:hover .row-inner-header-link-item {
  background-color: #1c9a55;
  border: 1px solid #1c9a55 !important;
  color: #ffffff;
}

.row-inner-header-link a.active .row-inner-header-link-item.special-page-color {
  background-color: #91857f;
  border: 1px solid #91857f !important;
  color: #ffffff;
}

.row-inner-header-link a:hover .row-inner-header-link-item.special-page-color {
  background-color: #91857f;
  border: 1px solid #91857f !important;
  color: #ffffff;
}
.row-inner-header-link a.active {
  pointer-events: none;
  cursor: default;
}

.row-inner-header-link .border {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070 !important;
}

.row-inner-header-link {
  padding: 0 10px;
}

.row-inner-header-link > .row-inner-header-link-col {
  padding: 0 0.4em;
}
.row-inner-header-link > .col-x {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
  /* 2カラム:50% 4カラム:25% 5カラム:20% 6カラム:16.666% 7カラム:14.28% */
}

@media print {
  .row-inner-header-link .border {
    height: 60px;
  }

  a:not(.btn) {
    text-decoration: none;
  }
}

/* inner-footer */
.row-inner-footer-link div {
  padding: 0 14px;
  margin-bottom: 10px;
}

.row-inner-footer-link {
  text-align: center;
  margin: 0 -14px;
}

.row-inner-footer-link a:hover {
  opacity: 0.5;
}

/* size */
.size-icon-dai {
  background-color: #6fb92c;
  color: white;
  display: inline-block;
  width: 30px; /* 26px */
  height: 30px; /* 26px */
  line-height: 30px; /* 26px */
  text-align: center;
  font-size: 20px;
}

.size-icon-chu {
  background-color: #ec6d45;
  color: white;
  display: inline-block;
  width: 30px; /* 26px */
  height: 30px; /* 26px */
  line-height: 30px; /* 26px */
  text-align: center;
  font-size: 20px;
}

.size-icon-syou {
  background-color: #72c6d0;
  color: white;
  display: inline-block;
  width: 30px; /* 26px */
  height: 30px; /* 26px */
  line-height: 30px; /* 26px */
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media print {
  .no-print {
    display: none;
  }

  a {
    text-decoration: none !important;
  }
}

/* 2019-06-03 */
.row-inner-header-link .border {
  height: 80px;
}
.row-inner-header-link .row-inner-header-link-item {
  line-height: 1.4;
}

.row-inner-header-link .row-inner-header-link-item span {
  display: inline-block;
}

.inner-footer-banner {
  max-width: 768px;
  margin: 120px auto 0;
}
.inner-footer-banner a {
  display: block;
}
.inner-footer-banner a:hover {
  opacity: 0.7;
}
.inner-footer-banner a + a {
  margin-top: 35px;
}

@media screen and (max-width: 1300px) {
  .row-inner-header-link .border {
    font-size: 14px;
  }
}

@media screen and (max-width: 1070px) {
  .row-inner-header-link {
    margin-bottom: 40px;
  }
  .row-inner-header-link .border {
    font-size: 13px;
    line-height: 19px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .row-inner-header-link {
    margin-bottom: 12px;
  }
  .row-inner-header-link-col.col-x {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 12px;
  }
  .row-inner-header-link .border {
    font-size: 12px;
    line-height: 14px;
    height: 50px;
  }
}

@media screen and (max-width: 335px) {
  .row-inner-header-link .border {
    height: 60px;
  }
}

@media screen and (max-width: 779px) {
  .inner-footer-banner {
    max-width: 335px;
    margin: 60px auto 0;
  }
  .inner-footer-banner a + a {
    margin-top: 20px;
  }
}

@media screen and (min-width: 640px) {
  /* 2019-06-03 */
  /*
  .guide-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .guide-box-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 475px;
  }
  */
  .img-pc {
    display: block;
  }
  .img-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  /* 2019-06-03 */
  /*
  .guide-box-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 12px;
  }
  */
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}

/* table-img-sp */
.table-img-sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .table-img-sp {
    margin: 0 auto 0;
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .table-img-sp .clm-01 {
    width: 119px;
    -ms-flex-preferred-size: 119px;
    flex-basis: 119px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .table-img-sp .clm-02 {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .table-img-sp .clm-02 .table-01 {
    width: 668px;
  }
}
/* table scroll */
@media screen and (max-width: 639px) {
  .scroll_table {
    overflow: auto;
    position: relative;
    z-index: 2;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
body .icon-swipe {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.simulation-banner {
  position: fixed;
  right: 0;
  bottom: 0;

  a {
    img {
      width: 100%;
    }
    position: relative;
    display: block;
    width: 489px;
    &:after {
      position: absolute;
      bottom: 0;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/simulation_banner_pc_ov.png) no-repeat center
        center;
      background-size: contain;
      opacity: 0;
      transition: all 0.3s ease;
    }
    &:hover&:after {
      opacity: 0.3;
    }
  }
  @media screen and (max-width: 750px) {
    a {
      width: 100vw;
      &:after {
        background-image: url(../images/simulation_banner_sp_ov.png);
      }
    }
  }
}
