@charset "utf-8";

body {
  font-family: 'Inter', sans-serif;
}

.head-line ul:nth-of-type(2) li:first-child a{
  border-right: solid 1px #fff;
  padding-right: 7px;
  margin-right: 7px;
}

.head-line ul:nth-of-type(2) li:first-child a > i.fa-user{
  font-size: 20px;
  margin-right: 5px;
}

@media screen and (max-width:640px){
  .head-line ul:nth-of-type(2) li:first-child a > i.fa-user{
    font-size: 19px;
  }
}

.head-line ul:nth-of-type(2) li a{
  color: #fff;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 24.2px;
}

#global-nav ul li a {
  color:#C23025;
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 600;
  padding: 0 20px 5px 0;
}

#global-nav ul li:last-child a{
  border: 1.5px solid #C23025;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  letter-spacing: -0.08em;
}

#global-nav.member ul li:last-child a{
  border: none;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width:1280px){
  #global-nav ul li a {
    font-size: 18px;
    padding: 0 15px 5px 0;
  }

  #global-nav ul li:last-child a{
    font-size: 15px;
  }

  #global-nav.member ul li:last-child a{
    font-size: 18px;
  }
}

@media screen and (max-width:896px){
  #global-nav ul li:last-child a{
     width: 80% !important;
     margin: 0 auto;
  }
}
.member_select{
  display: none;
}

input[type=radio] {
  display: none;
}
.radiolabel {
  box-sizing: border-box;
  color: #252525;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
  padding: 5px 0 5px 70px;
  position: relative;
  width: auto;
}
.radiolabel::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  left: 20px;
  position: absolute;
  top: 9%;
  width: 30px;
  height: 30px;
}

.radiolabel::after {
  background: #c23025;
  border-radius: 50%;
  content: '';
  display: block;
  left: 26px;
  opacity: 0;
  position: absolute;
  top: 25%;
  width: 20px;
  height: 20px;
}
input[type=radio]:checked + .radiolabel::after {
    opacity: 1;
}

@media screen and (max-width:640px){
  .radiolabel {
     font-size: 14px;
     line-height: 20px;
     padding: 5px 0 5px 50px;
  }

  .radiolabel::before {
    top: 15%;
    width: 18px;
    height: 18px;
  }

  .radiolabel::after {
    left: 24px;
    top: 28%;
    width: 12px;
    height: 12px;
  }
}

.ce_mrn{
  margin: 0 auto;
}

.ce_txt{
  text-align: center;
}

.info_btn{
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color:#252525;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
  padding: 15px 10px;
  position: relative;
  width: 160px;
}

.info_btn::after{
  content: "";
  background: url('/img/arrow-right.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  right: 5%;
  width: 16px;
  height: 16px;
}

.info_btn2{
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color:#c23025;
  font-size: 13px;
  font-weight: 700;
  display: block;
  padding: 15px 10px;
  position: relative;
  width: 160px;
}

.info_btn2::after{
  content: "";
  background: url('/img/arrow-right2.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  right: 5%;
  width: 16px;
  height: 16px;
}

@media screen and (max-width:320px){
  .info_btn,
  .info_btn2{
    font-size: 11px;
    width: 130px;

  }
}

section#info form input[type="text"],section#info form input[type="email"]{
  border:none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 10px 0;
  margin-bottom: 10px;
  max-width: 80%;
}



section#info form input[type="text"].search_word{
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  outline: none;
  padding: 6px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width:640px){
  section#info form input[type="text"].search_word{
    width: 60%;
  }
}

input[type="date"]{
  cursor: pointer;
}


