/*! Main CSS */
html {
  font-size: 62.5%;
}
.menu-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #1EAD4C;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: transparent;
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 60%; /* 画面の右側60% */
    height: 100%;
    position: fixed;
    top: 0;
    right: -60%; /* 初期状態で画面外に配置 */
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
    display: flex;
    align-items: flex-start; /* 上端揃え */
    padding-top: 15%; /* 上から15%の位置 */
    justify-content: center; /* 水平方向の中央揃え */
}

#menu-btn-check:checked ~ .menu-content {
    right: 0; /* メニューを画面内へ */
}

.menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; /* 親の幅に合わせる */
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    text-align: center; /* テキストを中央揃え */
}
        

.menu-content ul li a {
    display: block;
    width: 100%; /* リンクの横幅を100%に設定 */
    font-size: 16px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px;
    position: relative;
}

.menu-content ul li a::before {
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.gnav_link_item {
   font-size:1.6rem;
}
.gnav_link_item a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.gnav_link_item a.is-blank::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.2rem;
    background: url(/his/inquiry/common/img/icon_link1.svg) center / contain no-repeat;
} 
        
 @media screen and (max-width:767px){
     
     .menu-content ul li:first-child {
         border-top: solid 1px #ffffff;
     }
     .gnav_link_item {
         padding: 9px 0px;
     }
     .gnav_link_item a {
        display: inline !important;
     }
     .gnav_link_item a.is-blank {
         padding: 9px 42px !important;
     }
     .gnav_link_item a.is-blank::after {
         display: inline-block;
         background: url(/his/inquiry/common/img/icon_link.svg) center / contain no-repeat;
     } 
}


#resendPassword #wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
}

#resendPassword #header .contentInner {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}

#resendPassword #mainContent .contentInner,
#resendPassword #footer .contentInner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #resendPassword #mainContent .contentInner,
  #resendPassword #footer .contentInner {
    margin: 0px 30px;
  }
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .contentInner {
    margin: 0px 20px;
  }
}

#resendPassword #footer {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #resendPassword #footer .contentInner {
    margin: 0 20px 20px 20px;
  }
}

#resendPassword {
  font-size: 1.6em;
  color: #222;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

#resendPassword #header {
  background: #fff;
  border-bottom: 2px solid #1ead4c;
  position: relative;
  z-index: 2;
}

#resendPassword #header .logo img {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #resendPassword #header .logo img {
    height: 20px;
    margin-left: 15px;
    margin-right: 0;
  }
}

#resendPassword #header .contentInner {
  position: relative;
  height: 90px;
}

@media screen and (max-width: 1300px) {
  #resendPassword #header .contentInner {
    margin: 0 10px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #resendPassword #header .contentInner {
    height: 55px;
    margin: 0px 0px;
  }
}

#resendPassword #header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#resendPassword #mainContent {
  padding: 50px 0px;
  min-height: -webkit-calc(100vh - 97px);
  min-height: calc(100vh - 97px);
}

#resendPassword #mainContent .titleStyle {
  font-weight: bold;
  text-align: center;
  color: #1f2f54;
  font-size: 2.9rem;
  line-height: 1.1959;
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .titleStyle {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

#resendPassword #mainContent .form_wrap {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .form_wrap {
    padding: 40px 15px;
  }
}

#resendPassword #mainContent .form_box {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#resendPassword #mainContent .form_box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#resendPassword #mainContent .form_box dd {
  width: 625px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .form_box dd {
    margin-right: 0;
    width: auto;
  }
}

#resendPassword #mainContent .form_box dt {
  width: 625px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .form_box dt {
    width: auto;
  }
}

#resendPassword #mainContent .title_txt {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .title_txt.tal {
    text-align: left;
  }
}

#resendPassword #mainContent .txt {
  margin: 0 auto;
}

#resendPassword #mainContent .txt_head {
  background-color: #f5f5f5;
  padding: 15px 60px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 5px 5px 0 0;
  color: #333333;
}

#resendPassword #mainContent .txt_body {
  padding: 20px 20px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

#resendPassword #mainContent .txt_body .ind {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

#resendPassword #mainContent p {
  margin-bottom: 25px;
}

#resendPassword #mainContent p:last-child {
  margin-bottom: 0px;
}

#resendPassword #mainContent .form {
  margin: auto;
}

#resendPassword .insurance_wrap {
  font-size: 1.6rem;
  color: rgb(31, 47, 84);
  font-weight: bold;
  display: block;
}

#resendPassword .insurance_wrap:first-child {
  margin-bottom: 10px;
}

#resendPassword .insurance_wrap input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  padding: 0;
}

#resendPassword .insurance_wrap input[type="radio"]:checked {
  border-color: #ccc;
}

#resendPassword .insurance_wrap input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00a728;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#resendPassword .insurance_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px 18px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #resendPassword .insurance_wrap {
    padding: 10px;
  }
}

#resendPassword #mainContent .name_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#resendPassword #mainContent .name {
  font-size: 1.6rem;
  color: rgb(31, 47, 84);
  font-weight: bold;
}

#resendPassword #mainContent .name_wrap span + input {
  margin-left: 10px;
}

#resendPassword #mainContent .required {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 6px;
  line-height: 1;
  background: #e9941e;
  color: #fff;
  margin-top: -1px;
  white-space: nowrap;
  min-height: 25px;
  font-size: 12px;
  font: inherit;
  border-radius: 5px;
}

#resendPassword #mainContent dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(31, 47, 84);
  display: flex;
  align-items: center;
}

#resendPassword #mainContent input[type="text"],
input[type="tel"],
input[type="email"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 15px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
}

#resendPassword #mainContent input[type="text"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="email"]:placeholder-shown,
select:placeholder-shown {
  color: #bbb;
}

#resendPassword #mainContent input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent input[type="text"],
  input[type="tel"],
  input[type="email"],
  select {
    padding: 10px 5px;
  }
}

#resendPassword #mainContent .btnStyle {
  text-align: center;
}

#resendPassword #mainContent .btnStyle {
  margin-top: 60px;
}

#resendPassword #mainContent .btnStyle a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  min-width: 240px;
  padding: 16px;
  background: #1f2f54;
  border: 1px solid #1f2f54;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .btnStyle a {
    min-width: 246px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 8px;
  }
}

#resendPassword #mainContent .btnStyle button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  min-width: 240px;
  padding: 16px;
  background: #1f2f54;
  color: #fff;
  font-size: 20px;
  position: relative;
  line-height: 1.4;
  border: 0;
  border-radius: 4px;
}

#resendPassword #mainContent .btnStyle .hidden {
  display: none;
}

#resendPassword #mainContent .btnStyle .btn-back {
  background: #fff;
  color: #1f2f54;
  border: 1.5px solid #1f2f54;
  width: 50%;
}

@media screen and (max-width: 767px) {
  #resendPassword #mainContent .btnStyle .btn-back {
    width: 100%;
  }
}

#resendPassword #footer p {
  color: #666666;
  margin-bottom: 15px;
  font-size: 14px;
}

#resendPassword dt span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#resendPassword .attention {
  font-size: 1.2rem;
}
