@charset "UTF-8";

.hform-tab a {
  color: #177f18;
  text-decoration: none;
  transition: all .3s ease 0s;
}

.hform-tab a:hover {
  opacity: .7;
}

.hkm-lead {
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto 80px;
}

.hkm-lead .hkm-container {
  background: #fff8ec;
  padding: 30px 0 0;
}

.hkm-1pack {
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.hkm-response-area, .hkm-response-area2 {
  background: #fff;
  padding: 30px;
}

.hkm-response-area img {
  width: 100%;
}

.hkm-response-area > p:nth-child(1) {
  text-align: center;
  margin: 0 auto 20px;
}

.hkm-response-area > p:nth-child(1) img {
  max-width: 742px;
}

.hkm-response-area > p:nth-child(2) {
  margin: 0 auto 20px;
}

.hkm-response-area > p:nth-child(3) {
  margin: 0 auto;
  padding: 15px;
  background: #177f18;
  border-radius: 8px;
}

ul.hkm-response-advice {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.hkm-response-advice li {
  width: 32%;
}

ul.hkm-response-advice li img {
  /* max-height: 210px; */
  /* margin-bottom: 2px; */
}

ul.hkm-response-advice li p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .8em
}

.hkm-response-button {
  padding: 0 10px;
}

.hkm-response-button a {
  background: #32864f;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  padding: 30px;
  font-size: 1.3em;
  border-radius: 10px;
  display: block;
  color: #fff;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat; 
  background-position: 96% center;
  background-size: 15px;
}

.hkm-1pack-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
  margin: 0 auto 40px;
}

.hkm-1pack-lead > p:first-child {
  max-width: 400px;
  margin-right: 40px;
}

.hkm-1pack-lead > p:first-child img {
  width: 100%;
}

.hkm-1pack-lead div p {
  text-align: justify;
  margin-bottom: 1em;
  max-width: 550px;
  font-size: 1.05em;
  line-height: 1.7em;
}

.hkm-1pack-lead div p span {
  color: red;
}

.hkm-1pack-title {
  line-height: 70px;
  background: #32864f;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
  font-size: 1.7em;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.hkm-1pack-body {
  background: #fff8ec;
  margin: 0 auto;
  padding: 30px;
}

.hkm-1pack-body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
}

.hkm-1pack-body ul li {
  width: 31.5%;
}

.hkm-1pack-body ul li:nth-child(n + 3) {
  margin-bottom: 20px;
}

.hkm-1pack-body ul li img {
  width: 100%;
  margin-bottom: 2px;
}

.hkm-1pack-body ul li p {
  color: #32864f;
  text-align: center;
  font-size: 1.05em;
}

.hkm-1pack-price {
  margin: 0 auto;
  width: 100%;
  background: #fff8ec;
  text-align: center;
  padding: 10px 30px 30px;
}

.hkm-1pack-price p:nth-child(1) {
  max-width: 526px;
  margin: 0 auto 20px;
}

.hkm-1pack-price p:nth-child(2) {
  max-width: 960px;
  margin: 0 auto;
}

.hkm-1pack-price img {
  width: 100%;
}

.hkm-response-area p:nth-child(1) img.sn {
  display: none;
}

.hkm-1pack-price img.sn {
  display: none;
}

@media screen and (max-width:667px) {
  .hkm-lead {
    padding: 0;
    margin: 0 auto 40px;
  }
  .hkm-response-area > p:nth-child(1) img.dn {
    display: none;
  }
  .hkm-response-area > p:nth-child(1) img.sn {
    display: block;
  }
  .hkm-1pack-price img.dn {
    display: none;
  }
  .hkm-1pack-price img.sn {
    display: block;
  }
  .hkm-lead .hkm-container {
    background: #fff8ec;
    padding: 10px 10px 0;
  }
  .hkm-response-area > p:nth-child(1) {
    text-align: center;
  }
  .hkm-response-area > p:nth-child(1) img {
    max-width: 90%;
    margin: 0 auto;
  }
  .hkm-response-area > p:nth-child(2) {
    margin: 0 auto 0;
  }
  .hkm-1pack-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 auto 20px;
  }
  .hkm-1pack-lead > p:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .hkm-1pack-lead > p:first-child img {
    width: 90%;
  }
  .hkm-1pack-lead div p {
    text-align: justify;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .hkm-1pack-body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 960px;
  }
  .hkm-1pack-body ul li {
    width: 47.5%;
  }
  .hkm-1pack-body ul li:nth-child(n + 2) {
    margin-bottom: 20px;
  }
  .hkm-1pack-body ul li img {
    width: 100%;
    margin-bottom: 2px;
  }
  .hkm-1pack-price {
    margin: 0 auto;
    width: 100%;
    background: #fff8ec;
    text-align: center;
    padding: 10px 15px 30px;
  }
  .hkm-1pack-price > p:nth-child(1) {
    max-width: 90%;
    margin: 0 auto 20px;
  }
  .hkm-1pack-price > p:nth-child(2) {
    max-width: 960px;
    margin: 0 auto;
  }
  .hkm-1pack-price img {
    width: 100%;
  }
  .hkm-response-area a {
    text-decoration: underline;
  }
}

@media screen and (max-width:568px) {
  ul.hkm-response-advice {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  ul.hkm-response-advice li {
    width: 100%;
  }
  ul.hkm-response-advice li:not(:last-child) {
    margin-bottom: 10px;
  }
  ul.hkm-response-advice li img {
    max-height: 100%;
    object-fit: cover;
  }
  ul.hkm-response-advice li p {
    text-indent: -1em;
    padding-left: 1em;
  }
  .hkm-response-area {
    background: #fff;
    padding: 15px;
  }
}

@media screen and (max-width:414px) {
  .hkm-1pack {
    padding: 0 20px;
  }
  .hkm-1pack-body {
    /* background: #fff8ec; */
    margin: 0 auto;
    padding: 20px 15px 10px;
  }
  .hkm-1pack-title {
    line-height: 50px;
    font-size: 1.5em;
  }
}

@media screen and (max-width:320px) {
  .hkm-response-area > p:nth-child(1) img {
    max-width: 95%;
  }
  .hkm-response-area {
    background: #fff;
    padding: 15px;
  }
  .hkm-lead .hkm-container {
    padding: 10px;
  }
  .hkm-1pack {
    padding: 0 10px;
  }
  .hkm-1pack-body {
    padding: 15px 10px 0;
  }
  .hkm-1pack-price {
    padding: 5px 10px 20px
  }
}

.hkm-response-caution {
  text-align: center
}

.hkm .hkm-lead, .hkm .form-contents, .hkm form {
  background-color: #fff8ec!important;
}

.hkm .hkm-response-area {
  /*margin-bottom: 30px;*/
}

.hkm .hkm-response-area > p:nth-child(2) {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.hkm-response-area2 > p {
  line-height: 1.5em;
}

.hkm .hkm-response-button a {
  max-width: 520px;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.hkm .hkm-response-caution {
  font-size: .9em;
}

.hkm .hkm-response-caution b, .hkm .hkm-response-area p b {
  text-decoration: underline;
}

.hkm .hkm-lead {
  margin-bottom: 0;
  /* padding-bottom: 30px; */
}

.hkm p.form-caution {
  font-size: .9em;
}

.hkm form#mail_form {
  padding-top: 0;
}

span.balloon {
  color: #32864f;
  font-weight: bold;
}

#tippy-1 {
  padding: 0 10px!important;
}

#tippy-1 div {
  background: #32864f!important;
  border-radius: 10px!important;
  padding: 5px!important;
}

#tippy-1 img{
  width: 100%!important;
}

@media screen and (max-width:667px) {
  span.balloon {
    display: none
  }
}

.hform-tab {
  /* max-width: 1080px; */
  margin: 0 auto;
}

.hform-tab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hform-tab-inner li {
  width: 50%;
  border-radius: 15px 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 0.785rem + 0.86vw, 1.563rem);
  font-weight: bold;
  color: #177f18;
}

.hform-tab-inner li.select {
  background-color: #fff8ec;
  height: 70px;
}

.hform-tab-inner li br {
  display: none;
}

.hform-tab-inner li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  background-color: #177f18;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 60px;
}

.hform-tab-inner li a:hover {
  height: 70px;
}

.attachmentlimit {
  display: block!important;
  /*font-size: .8em!important;*/
  color: #000!important;
}

@media screen and (max-width:568px) {
  .hform-tab-inner li {
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
  }
  
  .hform-tab-inner li br {
    display: block;
  }

  .hkm-response-area, .hkm-response-area2 {
    padding: 15px;
  }
}