@charset "UTF-8";
/*====================================
  変数
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  どんなところ？
=====================================*/
.grecaptcha-badge {
  display: none;
}

@media only screen and (max-width: 768px) {
  #pagetitle {
    background: url("../images/medical-hair-removal/entry/pagetitle-bg.png") center top 12px no-repeat #eaf4e1 !important;
    background-size: 46px 32px !important;
  }
}
@media print, screen and (min-width: 769px) {
  #pagetitle {
    background: url("../images/medical-hair-removal/entry/pagetitle-bg.png") center top 43px no-repeat #eaf4e1 !important;
  }
}

#medical-hair-removal-entry .container {
  /*-----------------------------------
    form-ttl
  -----------------------------------*/
  /*-----------------------------------
    guide-txt
  -----------------------------------*/
  /*-----------------------------------
    main__flow
  -----------------------------------*/
  /*-----------------------------------
    after-txt
  -----------------------------------*/
  /*-----------------------------------
    #mailform
  -----------------------------------*/
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container {
    width: 870px;
    margin-bottom: 80px;
  }
}
#medical-hair-removal-entry .container .form-ttl {
  width: 100%;
  color: #59493f;
  background-color: #e7f2cf;
  border-left: 6px solid #78a91f;
  font-family: "Noto Serif JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .form-ttl {
    font-size: 1.8rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .form-ttl {
    font-size: 2rem;
    height: 46px;
    line-height: 46px;
    padding-left: 26px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .guide-txt {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .guide-txt {
    margin-bottom: 40px;
  }
}
#medical-hair-removal-entry .container .guide-txt li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
#medical-hair-removal-entry .container .guide-txt li span {
  text-decoration: underline;
}
#medical-hair-removal-entry .container .main__flow {
  display: block;
  overflow: hidden;
  background: url(../images/contact/flow.gif) no-repeat;
  background-size: contain;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .main__flow {
    width: 100%;
    height: 0;
    padding-top: 8%;
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .main__flow {
    width: 870px;
    height: 0;
    padding-top: 70px;
    margin: 0 auto 30px auto;
  }
}
#medical-hair-removal-entry .container .main__flow--check {
  display: block;
  overflow: hidden;
  background: url(../images/contact/flow_check.gif) no-repeat;
  background-size: contain;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .main__flow--check {
    width: 100%;
    height: 0;
    padding-top: 8%;
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .main__flow--check {
    width: 870px;
    height: 0;
    padding-top: 70px;
    margin: 0 auto 30px auto;
  }
}
#medical-hair-removal-entry .container .main__flow--end {
  display: block;
  overflow: hidden;
  background: url(../images/contact/flow_end.gif) no-repeat;
  background-size: contain;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .main__flow--end {
    width: 100%;
    height: 0;
    padding-top: 8%;
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .main__flow--end {
    width: 870px;
    height: 0;
    padding-top: 70px;
    margin: 0 auto 30px auto;
  }
}
#medical-hair-removal-entry .container .after-txt {
  border: 1px solid #d2d2d2;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container .after-txt {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container .after-txt {
    padding: 30px;
    margin-bottom: 40px;
  }
}
#medical-hair-removal-entry .container .after-txt h4 {
  margin-bottom: 15px;
}
#medical-hair-removal-entry .container .after-txt p {
  margin-bottom: 15px;
}
#medical-hair-removal-entry .container .after-txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#medical-hair-removal-entry .container .after-txt ul li span {
  text-decoration: underline;
}
#medical-hair-removal-entry .container .after-txt ul li:nth-child(n+2) {
  margin-top: 15px;
}
#medical-hair-removal-entry .container #mailform {
  /* 送信完了後の文章 */
  /* トップページに戻るリンク */
}
#medical-hair-removal-entry .container #mailform table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table {
    margin: 0 auto 15px auto;
    font-size: 0.95em;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table {
    margin: 0 auto 40px auto;
  }
}
#medical-hair-removal-entry .container #mailform table tr th {
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th,
  #medical-hair-removal-entry .container #mailform table tr td {
    width: 100%;
    display: block;
    padding: 1em;
    border-bottom: 1px dotted #d2d2d2;
    color: #666464;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th,
  #medical-hair-removal-entry .container #mailform table tr td {
    width: 100%;
    display: block;
    padding: 1em;
    border-bottom: 1px dotted #d2d2d2;
    color: #666464;
  }
}
#medical-hair-removal-entry .container #mailform table tr th [type=text],
#medical-hair-removal-entry .container #mailform table tr th [type=email],
#medical-hair-removal-entry .container #mailform table tr th [type=address],
#medical-hair-removal-entry .container #mailform table tr th textarea,
#medical-hair-removal-entry .container #mailform table tr th select,
#medical-hair-removal-entry .container #mailform table tr td [type=text],
#medical-hair-removal-entry .container #mailform table tr td [type=email],
#medical-hair-removal-entry .container #mailform table tr td [type=address],
#medical-hair-removal-entry .container #mailform table tr td textarea,
#medical-hair-removal-entry .container #mailform table tr td select {
  border: 1px solid #d2d2d2;
  border-radius: 3px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 12px;
  line-height: 1.5;
}
#medical-hair-removal-entry .container #mailform table tr th select,
#medical-hair-removal-entry .container #mailform table tr td select {
  margin-bottom: 10px;
}
#medical-hair-removal-entry .container #mailform table tr th textarea,
#medical-hair-removal-entry .container #mailform table tr td textarea {
  width: 98%;
}
#medical-hair-removal-entry .container #mailform table tr th [type=text]:focus,
#medical-hair-removal-entry .container #mailform table tr th [type=email]:focus,
#medical-hair-removal-entry .container #mailform table tr th [type=address]:focus,
#medical-hair-removal-entry .container #mailform table tr th textarea:focus,
#medical-hair-removal-entry .container #mailform table tr th select:focus,
#medical-hair-removal-entry .container #mailform table tr td [type=text]:focus,
#medical-hair-removal-entry .container #mailform table tr td [type=email]:focus,
#medical-hair-removal-entry .container #mailform table tr td [type=address]:focus,
#medical-hair-removal-entry .container #mailform table tr td textarea:focus,
#medical-hair-removal-entry .container #mailform table tr td select:focus {
  background-color: #f2f8e4;
  border-color: #a0cb3f;
}
#medical-hair-removal-entry .container #mailform table tr th .required,
#medical-hair-removal-entry .container #mailform table tr td .required {
  line-height: 1;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #f25359;
  padding: 5px 10px;
  margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th .required,
  #medical-hair-removal-entry .container #mailform table tr td .required {
    float: right;
  }
}
#medical-hair-removal-entry .container #mailform table tr th .norequired,
#medical-hair-removal-entry .container #mailform table tr td .norequired {
  line-height: 1;
  color: #999;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #dcdcdc;
  padding: 5px 10px;
  margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th .norequired,
  #medical-hair-removal-entry .container #mailform table tr td .norequired {
    float: right;
  }
}
#medical-hair-removal-entry .container #mailform table tr th #contact_contents,
#medical-hair-removal-entry .container #mailform table tr td #contact_contents {
  width: 98%;
  height: 6em;
}
#medical-hair-removal-entry .container #mailform table tr th #name,
#medical-hair-removal-entry .container #mailform table tr th #kana,
#medical-hair-removal-entry .container #mailform table tr th #tel,
#medical-hair-removal-entry .container #mailform table tr th #address,
#medical-hair-removal-entry .container #mailform table tr th #email,
#medical-hair-removal-entry .container #mailform table tr th #timezone,
#medical-hair-removal-entry .container #mailform table tr th #graduation,
#medical-hair-removal-entry .container #mailform table tr th #university,
#medical-hair-removal-entry .container #mailform table tr th #school,
#medical-hair-removal-entry .container #mailform table tr th #start,
#medical-hair-removal-entry .container #mailform table tr td #name,
#medical-hair-removal-entry .container #mailform table tr td #kana,
#medical-hair-removal-entry .container #mailform table tr td #tel,
#medical-hair-removal-entry .container #mailform table tr td #address,
#medical-hair-removal-entry .container #mailform table tr td #email,
#medical-hair-removal-entry .container #mailform table tr td #timezone,
#medical-hair-removal-entry .container #mailform table tr td #graduation,
#medical-hair-removal-entry .container #mailform table tr td #university,
#medical-hair-removal-entry .container #mailform table tr td #school,
#medical-hair-removal-entry .container #mailform table tr td #start {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 98%;
}
#medical-hair-removal-entry .container #mailform table tr th #mesagge,
#medical-hair-removal-entry .container #mailform table tr td #mesagge {
  width: 98%;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th #zip01,
  #medical-hair-removal-entry .container #mailform table tr td #zip01 {
    width: 40%;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th #zip01,
  #medical-hair-removal-entry .container #mailform table tr td #zip01 {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th #zip02,
  #medical-hair-removal-entry .container #mailform table tr td #zip02 {
    width: 40%;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th #zip02,
  #medical-hair-removal-entry .container #mailform table tr td #zip02 {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th #date01,
  #medical-hair-removal-entry .container #mailform table tr td #date01 {
    width: 26%;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th #date01,
  #medical-hair-removal-entry .container #mailform table tr td #date01 {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th #date02,
  #medical-hair-removal-entry .container #mailform table tr th #date03,
  #medical-hair-removal-entry .container #mailform table tr td #date02,
  #medical-hair-removal-entry .container #mailform table tr td #date03 {
    width: 26%;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th #date02,
  #medical-hair-removal-entry .container #mailform table tr th #date03,
  #medical-hair-removal-entry .container #mailform table tr td #date02,
  #medical-hair-removal-entry .container #mailform table tr td #date03 {
    width: 120px;
  }
}
#medical-hair-removal-entry .container #mailform table tr th input[type=radio], #medical-hair-removal-entry .container #mailform table tr th input[type=checkbox],
#medical-hair-removal-entry .container #mailform table tr td input[type=radio],
#medical-hair-removal-entry .container #mailform table tr td input[type=checkbox] {
  display: none;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field input[type=radio],
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field input[type=checkbox],
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field input[type=radio],
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field input[type=checkbox] {
  display: none;
  margin: 0 !important;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field label,
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field label,
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field label,
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5rem;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 40px;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field label::before,
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field label::before,
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field label::before,
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #FFF;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field label::before,
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field label::before {
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field label::before,
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field label::before {
  border: 1px solid #a0a0a0;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field label.checked::after,
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field label.checked::after,
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field label.checked::after,
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field label.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-radio-field label.checked::after,
#medical-hair-removal-entry .container #mailform table tr td .mwform-radio-field label.checked::after {
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #53b300;
  border-radius: 10px;
}
#medical-hair-removal-entry .container #mailform table tr th .mwform-checkbox-field label.checked::after,
#medical-hair-removal-entry .container #mailform table tr td .mwform-checkbox-field label.checked::after {
  left: 3px;
  width: 23px;
  height: 10px;
  margin-top: -8px;
  border-left: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#medical-hair-removal-entry .container #mailform table tr th input[type=checkbox]:checked + .checkbox:before,
#medical-hair-removal-entry .container #mailform table tr td input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
#medical-hair-removal-entry .container #mailform table tr th [type=text]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-webkit-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=text]::-webkit-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=email]::-webkit-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td textarea::-webkit-input-placeholder {
  color: #8e8e8e;
  font-weight: normal;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-webkit-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]::-webkit-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
}
#medical-hair-removal-entry .container #mailform table tr th [type=text]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea:-ms-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=text]:-ms-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=email]:-ms-input-placeholder,
#medical-hair-removal-entry .container #mailform table tr td textarea:-ms-input-placeholder {
  color: #8e8e8e;
  font-weight: normal;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]:-ms-input-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]:-ms-input-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }
}
#medical-hair-removal-entry .container #mailform table tr th [type=text]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-moz-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=text]::-moz-placeholder,
#medical-hair-removal-entry .container #mailform table tr td [type=email]::-moz-placeholder,
#medical-hair-removal-entry .container #mailform table tr td textarea::-moz-placeholder {
  color: #8e8e8e;
  font-weight: normal;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr th [type=text]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th [type=email]::-moz-placeholder, #medical-hair-removal-entry .container #mailform table tr th textarea::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=text]::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td [type=email]::-moz-placeholder,
  #medical-hair-removal-entry .container #mailform table tr td textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
}
#medical-hair-removal-entry .container #mailform table tr th .other-wrap,
#medical-hair-removal-entry .container #mailform table tr td .other-wrap {
  display: block;
  margin-top: 15px;
}
#medical-hair-removal-entry .container #mailform table tr th .other-wrap .other,
#medical-hair-removal-entry .container #mailform table tr td .other-wrap .other {
  width: 100%;
}
#medical-hair-removal-entry .container #mailform table tr th .horizontal-item,
#medical-hair-removal-entry .container #mailform table tr td .horizontal-item {
  margin-left: 0;
  display: block;
}
#medical-hair-removal-entry .container #mailform table tr th .horizontal-item:nth-child(n+2),
#medical-hair-removal-entry .container #mailform table tr td .horizontal-item:nth-child(n+2) {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr:nth-child(6) th {
    vertical-align: top;
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform table tr:nth-child(13) th {
    vertical-align: top;
    padding-top: 25px;
  }
}
#medical-hair-removal-entry .container #mailform .notes {
  color: #f25359;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .notes {
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .notes {
    text-align: center;
    margin: 0 auto 40px auto;
  }
}
#medical-hair-removal-entry .container #mailform .submit {
  position: relative;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .submit {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .submit {
    width: 530px;
  }
}
#medical-hair-removal-entry .container #mailform .submit input[name=submitConfirm] {
  width: 250px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.5rem;
  background: url(../images/common/link-arrow.png) right 18px center no-repeat #59493f;
  border: none;
  margin: 0 auto;
  display: block;
}
#medical-hair-removal-entry .container #mailform .submit input[name=submitConfirm]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
#medical-hair-removal-entry .container #mailform .submit input[name=submitBack] {
  color: #fff;
  font-size: 1.5rem;
  background: #59493f;
  border: none;
  text-align: center;
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .submit input[name=submitBack] {
    width: 48%;
    height: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .submit input[name=submitBack] {
    width: 250px;
    height: 40px;
    line-height: 40px;
  }
}
#medical-hair-removal-entry .container #mailform .submit input[name=submitBack]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#medical-hair-removal-entry .container #mailform .submit input[value=送信する] {
  color: #fff;
  font-size: 1.5rem;
  background: url(../images/common/link-arrow.png) right 18px center no-repeat #78a91f;
  border: none;
  text-align: center;
  cursor: pointer;
  float: right;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .submit input[value=送信する] {
    width: 48%;
    height: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .submit input[value=送信する] {
    width: 250px;
    height: 40px;
    line-height: 40px;
  }
}
#medical-hair-removal-entry .container #mailform .submit input[value=送信する]:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#medical-hair-removal-entry .container #mailform .submit__ttl {
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
  color: #78a91f;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .submit__ttl {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .submit__ttl {
    font-size: 2.8rem;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#medical-hair-removal-entry .container #mailform .contact__info {
  text-align: center;
  color: #59493f;
}
@media only screen and (max-width: 768px) {
  #medical-hair-removal-entry .container #mailform .contact__info {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #medical-hair-removal-entry .container #mailform .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
#medical-hair-removal-entry .container #mailform .back__btn a {
  width: 250px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #59493f;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
#medical-hair-removal-entry .container #mailform .back__btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}