@charset "UTF-8";
@media screen and (min-width: 785px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 784px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
.secBox {
  background-color: #fff !important;
}

.displayBox .cm_box {
  display: none;
}
.displayBox .cm_box.active {
  display: block;
}

#displayBox-sm07 .btn {
  margin-top: 32px;
}

.radioBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px 20px;
}
@media screen and (max-width: 784px) {
  .radioBtn {
    flex-direction: column;
    padding: 16px 0;
  }
}
.radioBtn .btn a,
.radioBtn label {
  cursor: pointer;
  border: 1px solid #00AFD5;
  height: 77px;
  border-radius: 39px;
  width: 450px;
  text-align: center;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a,
  .radioBtn label {
    width: 100%;
    height: 60px;
    font-size: 13px;
  }
}
@media screen and (min-width: 785px) {
  .radioBtn .btn a:hover,
  .radioBtn label:hover {
    background-color: #E0F0FF;
  }
}
.radioBtn .btn a input,
.radioBtn label input {
  display: none;
  position: absolute;
}
.radioBtn .btn a input:checked + span,
.radioBtn label input:checked + span {
  background-color: #E0F0FF;
}
.radioBtn .btn a input:checked + span:after,
.radioBtn label input:checked + span:after {
  display: block;
}
.radioBtn .btn a span,
.radioBtn label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a span,
  .radioBtn label span {
    padding: 0 50px;
  }
}
.radioBtn .btn a span:before, .radioBtn .btn a span:after,
.radioBtn label span:before,
.radioBtn label span:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a span:before, .radioBtn .btn a span:after,
  .radioBtn label span:before,
  .radioBtn label span:after {
    width: 16px;
    height: 16px;
    left: 1.4rem;
  }
}
.radioBtn .btn a span:before,
.radioBtn label span:before {
  background: url("/wp-content/themes/hismobile/images/common/common_ic_41.svg") no-repeat;
  background-size: contain;
}
.radioBtn .btn a span:after,
.radioBtn label span:after {
  display: none;
  background: url("/wp-content/themes/hismobile/images/common/common_ic_41_on.svg") no-repeat;
  background-size: contain;
}
.radioBtn .btn a.labelradio01,
.radioBtn label.labelradio01 {
  border: none;
  position: relative;
}
.radioBtn .btn a.labelradio01:before,
.radioBtn label.labelradio01:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/hismobile/images/support/icon-1.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio01:before,
  .radioBtn label.labelradio01:before {
    width: 20px;
    height: 20px;
    left: 40px;
  }
}
.radioBtn .btn a.labelradio01 span,
.radioBtn label.labelradio01 span {
  background: #FFD68A url("/wp-content/themes/hismobile/images/support/bg-img01.svg") no-repeat right center;
  background-size: 75px auto;
  color: #fff;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio01 span,
  .radioBtn label.labelradio01 span {
    background-size: 58px auto;
  }
}
.radioBtn .btn a.labelradio01 input:checked + span,
.radioBtn label.labelradio01 input:checked + span {
  background: #cfad6f url("/wp-content/themes/hismobile/images/support/bg-img01.svg") no-repeat right center;
  background-size: 75px auto;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio01 input:checked + span,
  .radioBtn label.labelradio01 input:checked + span {
    background-size: 58px auto;
  }
}
.radioBtn .btn a.labelradio02,
.radioBtn label.labelradio02 {
  border: none;
  position: relative;
}
.radioBtn .btn a.labelradio02:before,
.radioBtn label.labelradio02:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/hismobile/images/support/icon-2.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio02:before,
  .radioBtn label.labelradio02:before {
    width: 20px;
    height: 20px;
    left: 40px;
  }
}
.radioBtn .btn a.labelradio02 span,
.radioBtn label.labelradio02 span {
  background: #FFC55C url("/wp-content/themes/hismobile/images/support/bg-img02.svg") no-repeat right center;
  background-size: 77px auto;
  border-color: #FFC55C;
  color: #fff;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio02 span,
  .radioBtn label.labelradio02 span {
    background-size: 60px auto;
  }
}
.radioBtn .btn a.labelradio02 input:checked + span,
.radioBtn label.labelradio02 input:checked + span {
  background: #d4a44c url("/wp-content/themes/hismobile/images/support/bg-img02.svg") no-repeat right center;
  background-size: 77px auto;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio02 input:checked + span,
  .radioBtn label.labelradio02 input:checked + span {
    background-size: 60px auto;
  }
}
.radioBtn .btn a.labelradio03,
.radioBtn label.labelradio03 {
  border: none;
  position: relative;
}
.radioBtn .btn a.labelradio03:before,
.radioBtn label.labelradio03:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/hismobile/images/support/icon-3.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio03:before,
  .radioBtn label.labelradio03:before {
    width: 20px;
    height: 20px;
    left: 40px;
  }
}
.radioBtn .btn a.labelradio03 span,
.radioBtn label.labelradio03 span {
  background: #FFB52E url("/wp-content/themes/hismobile/images/support/bg-img03.svg") no-repeat right center;
  background-size: 80px auto;
  border-color: #FFB52E;
  color: #fff;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio03 span,
  .radioBtn label.labelradio03 span {
    background-size: 54px auto;
  }
}
.radioBtn .btn a.labelradio03 input:checked + span,
.radioBtn label.labelradio03 input:checked + span {
  background: #da9b28 url("/wp-content/themes/hismobile/images/support/bg-img03.svg") no-repeat right center;
  background-size: 80px auto;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio03 input:checked + span,
  .radioBtn label.labelradio03 input:checked + span {
    background-size: 54px auto;
  }
}
.radioBtn .btn a.labelradio04,
.radioBtn label.labelradio04 {
  border: none;
  position: relative;
}
.radioBtn .btn a.labelradio04:before,
.radioBtn label.labelradio04:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/hismobile/images/support/icon-4.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio04:before,
  .radioBtn label.labelradio04:before {
    width: 20px;
    height: 20px;
    left: 40px;
  }
}
.radioBtn .btn a.labelradio04 span,
.radioBtn label.labelradio04 span {
  background: #FFA500 url("/wp-content/themes/hismobile/images/support/bg-img04.svg") no-repeat right center;
  background-size: 78px auto;
  border-color: #FFA500;
  color: #fff;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio04 span,
  .radioBtn label.labelradio04 span {
    background-size: 64px auto;
  }
}
.radioBtn .btn a.labelradio04 input:checked + span,
.radioBtn label.labelradio04 input:checked + span {
  background: #cc8400 url("/wp-content/themes/hismobile/images/support/bg-img04.svg") no-repeat right center;
  background-size: 78px auto;
}
@media screen and (max-width: 784px) {
  .radioBtn .btn a.labelradio04 input:checked + span,
  .radioBtn label.labelradio04 input:checked + span {
    background-size: 64px auto;
  }
}

.btn a {
  cursor: pointer;
  border: 1px solid #00AFD5;
  background-color: #fff;
  height: 77px;
  border-radius: 39px;
  width: 450px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-weight: normal !important;
  color: #333 !important;
  overflow: hidden;
}
@media screen and (max-width: 784px) {
  .btn a {
    width: 100%;
    height: 60px;
  }
}
@media screen and (min-width: 785px) {
  .btn a:hover {
    background-color: #E0F0FF;
    color: #333 !important;
  }
}

.howAboutThis {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 32px 20px;
}
@media screen and (max-width: 784px) {
  .howAboutThis {
    padding: 16px 10px;
  }
}
.howAboutThis.bg-white ul li a {
  cursor: pointer;
  border: 1px solid #00AFD5;
  background-color: #fff;
  height: 77px;
  border-radius: 39px;
  width: 450px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-weight: normal !important;
  color: #333 !important;
  overflow: hidden;
}
@media screen and (max-width: 784px) {
  .howAboutThis.bg-white ul li a {
    width: 100%;
    height: 60px;
  }
}
@media screen and (min-width: 785px) {
  .howAboutThis.bg-white ul li a:hover {
    background-color: #E0F0FF;
    color: #333 !important;
  }
}
.howAboutThis .ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 60px;
  margin: 0 0 40px;
  padding: 0 0 0 80px;
  background: url("/wp-content/themes/hismobile/images/support/icon-q.svg") no-repeat left center;
}
@media screen and (max-width: 784px) {
  .howAboutThis .ttl {
    background-size: 30px auto;
    font-size: 20px;
    margin: 0 0 24px;
    line-height: 1.4;
    padding: 4px 0 0 40px;
    background-position: left top;
  }
}
.howAboutThis ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.howAboutThis ul.txtList {
  flex-direction: column;
  margin-top: -16px;
}
.howAboutThis ul.txtList li a.notTarget {
  background: none !important;
}
@media screen and (max-width: 784px) {
  .howAboutThis ul {
    flex-direction: column;
  }
  .howAboutThis ul li {
    width: 100%;
  }
}
.howAboutThis ul a {
  font-size: 16px;
  background: unset;
  color: #00afd5;
  font-weight: normal !important;
  text-decoration: underline;
}
@media screen and (max-width: 784px) {
  .howAboutThis ul a {
    font-size: 14px;
  }
}
.howAboutThis + .txt-center {
  margin: 32px 0 0;
}
@media screen and (max-width: 784px) {
  .howAboutThis + .txt-center {
    margin: 3.75rem 0 0;
  }
}
.howAboutThis + .required-text {
  margin: 32px 0 0;
}
@media screen and (max-width: 784px) {
  .howAboutThis + .required-text {
    margin: 3.75rem 0 0;
  }
}
.howAboutThis.bg-white {
  background-color: #fff !important;
  padding: 0 !important;
}

#deleteID .radioBtn,
#deleteID2 .radioBtn,
#deleteID3 .radioBtn,
#deleteID4 .radioBtn,
#deleteID5 .radioBtn,
#deleteID6 .radioBtn,
#deleteID7 .radioBtn,
#deleteID8 .radioBtn,
#deleteID9 .radioBtn,
#deleteID10 .radioBtn {
  padding: 0;
}

.required-text span {
  color: #E5007E;
}

.box-annotation {
  border: 1px solid #E5007E;
  border-radius: 10px;
  color: #E5007E;
  padding: 24px 24px 24px 72px;
  background: url("/wp-content/themes/hismobile/images/support/icon_annotation.svg") no-repeat left 18px top 18px;
  margin: 24px 0;
}
@media screen and (max-width: 784px) {
  .box-annotation {
    padding: 16px 16px 16px 40px;
    background-size: 24px auto;
    background-position: left 10px top 14px;
  }
}
.box-annotation .ttl {
  font-weight: bold;
}

.box-personalInfo {
  border: 1px solid #00AFD5;
  border-radius: 10px;
  padding: 24px;
  margin: 48px 0;
}
@media screen and (max-width: 784px) {
  .box-personalInfo {
    margin: 32px 0;
  }
}
.box-personalInfo p {
  text-align: center;
}
.box-personalInfo p.ttl {
  font-weight: bold;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 48px 24px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 24px;
  border-radius: 10px;
}
.modal-content strong {
  color: #E5007E;
}

dl div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 784px) {
  dl div {
    flex-direction: column;
    justify-content: unset;
  }
}
dl div:not(:last-of-type) {
  margin: 0 0 16px;
}
dl div dt {
  font-weight: bold;
  width: 250px;
}
@media screen and (max-width: 784px) {
  dl div dt {
    width: 100%;
    margin: 0 0 8px;
  }
}
dl div dt.required-item span.gtext {
  display: block;
  font-weight: normal;
  color: #777;
}
dl div dt.required-item span.icon {
  color: #E5007E;
  margin: 0 0 0 4px;
}
dl div dd {
  width: calc(100% - 280px);
}
@media screen and (max-width: 784px) {
  dl div dd {
    width: 100%;
  }
}
dl div dd input, dl div dd textarea {
  border: 1px solid #00AFD5;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 784px) {
  dl div dd input, dl div dd textarea {
    font-size: 16px;
    padding: 10px;
  }
}
dl div dd textarea {
  resize: none;
}

.txt-center {
  font-weight: bold;
  text-align: center;
}

#nothelped-box,
#nothelped-box2,
#nothelped-box3,
#nothelped-box4,
#nothelped-box5,
#nothelped-box6,
#nothelped-box7,
#nothelped-box8,
#nothelped-box9,
#nothelped-box10 {
  display: none;
}

hr {
  margin: 16px 0 !important;
}

.ttl-width-icon {
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 784px) {
  .ttl-width-icon {
    font-size: 20px;
  }
}
.ttl-width-icon01 img {
  width: 45px;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 784px) {
  .ttl-width-icon01 img {
    width: 34px;
  }
}
.ttl-width-icon02 {
  margin: -20px 0 0;
}
@media screen and (max-width: 784px) {
  .ttl-width-icon02 {
    margin: -10px 0 0;
  }
}
.ttl-width-icon02 img {
  width: 36px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 784px) {
  .ttl-width-icon02 img {
    width: 30px;
  }
}

.annotation-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
}
.annotation-txt img {
  width: 40px;
}

.sec {
  margin: 24px 0 0;
  border: 1px solid #00AFD5;
  border-radius: 10px;
  overflow: hidden;
}
.sec-header {
  background-color: #E0F0FF;
  padding: 24px;
}
@media screen and (max-width: 784px) {
  .sec-header {
    padding: 16px;
  }
}
.sec-header img {
  width: 60px;
}
@media screen and (max-width: 784px) {
  .sec-header img {
    width: 40px;
  }
}
.sec-ttl {
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 784px) {
  .sec-ttl {
    font-size: 20px;
  }
}
.sec-ttl span {
  color: #E5007E;
  font-weight: normal;
}
.sec .inner {
  padding: 30px 20px;
  margin: unset;
  width: 100%;
}
@media screen and (max-width: 784px) {
  .sec .inner {
    padding: 16px 10px;
  }
}
.sec .inner figure {
  margin: 0 0 24px;
}
@media screen and (max-width: 784px) {
  .sec .inner figure {
    margin: 0 0 16px;
  }
}
.sec .inner label {
  width: 48.5%;
}
.sec .inner .radioBtn {
  padding: 0;
}
.sec .inner dl {
  margin: 24px 0 0;
}

.howtocheck {
  background-color: #F7F7F7;
  padding: 24px;
  border-radius: 10px;
  margin: 0 0 24px;
}
@media screen and (max-width: 784px) {
  .howtocheck {
    padding: 16px;
  }
}
.howtocheck-ttl {
  font-weight: bold;
  font-size: 24px;
  color: #034298;
  border-bottom: 1px solid #034298;
  margin: 0 0 16px;
}
@media screen and (max-width: 784px) {
  .howtocheck-ttl {
    font-size: 18px;
  }
}

.btn-blue {
  display: block;
  cursor: pointer;
  margin: 48px auto 0;
  width: 430px;
  height: 77px;
  background: #00AFD5 url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_06.png") no-repeat right 20px center;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #00AFD5;
  background-size: 13px auto;
}
@media screen and (max-width: 784px) {
  .btn-blue {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-size: 10px auto;
  }
}
@media screen and (min-width: 785px) {
  .btn-blue:hover {
    background: #fff url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_05.png") no-repeat right 20px center;
    color: #00AFD5;
    background-size: 13px auto;
  }
}
.btn-blue + input[type=submit] {
  cursor: pointer;
  width: 430px;
  height: 40px;
  margin: 40px auto 0;
  border: none;
  background-color: #ddd;
  display: block;
  border-radius: 20px;
}

.title.title04 {
  color: #034298 !important;
  font-weight: bold;
  border-bottom: 2px solid #034298;
  margin: 32px 0;
  font-size: 26px;
}
.title.title04:before {
  display: none !important;
}
@media screen and (max-width: 784px) {
  .title.title04 {
    font-size: 20px;
  }
}

.searchBoxCheckWrap {
  text-align: center;
}
.searchBoxCheckWrap label {
  cursor: pointer;
}
@media screen and (max-width: 784px) {
  .searchBoxCheckWrap label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 784px) {
  .searchBoxCheckWrap {
    text-align: left;
  }
  .searchBoxCheckWrap label {
    width: 100%;
  }
}

.pholder {
  margin: 4px 0 0;
  color: #777;
}

.notTarget {
  background: #fff url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_05.png") no-repeat right 30px center !important;
  background-size: 10px auto !important;
}
.notTarget:hover {
  background: #e0f0ff url("https://his-mobile.com/wp-content/themes/hismobile/css/../images/common/common_ic_05.png") no-repeat right 30px center !important;
  background-size: 10px auto !important;
}

#deleteID4 {
  margin: 0 0 20px;
}

.selectwrap {
  position: relative;
  width: 100%;
}
.selectwrap:after {
  position: absolute;
  top: 30%; /* 矢印の位置 */
  right: 15px; /* 矢印の位置 */
  width: 10px; /* 矢印の大きさ */
  height: 10px; /* 矢印の大きさ */
  border-top: 3px solid #58504A; /* 矢印の線 */
  border-right: 3px solid #58504A; /* 矢印の線 */ /* 矢印の傾き */
  transform: rotate(135deg); /* 矢印の傾き */
  pointer-events: none; /* 矢印部分もクリック可能にする */
  content: "";
}
.selectwrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  border: 1px solid #00AFD5;
  background-color: #E0F0FF;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.selectwrap select:focus {
  outline: none;
}

.radioBtn span.mwform-radio-field.horizontal-item {
  display: block;
  width: 48.5%;
  margin: 0 !important;
}

.radioBtn span.mwform-radio-field.horizontal-item label {
  width: 100% !important;
}/*# sourceMappingURL=style-sim.css.map */