/* ------------------------------------------------------------ form */
input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
  width: 100%;
  display: block;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #f1f3f6;
  line-height: 40px;
  outline: none;
  border: none;
  padding: 10px;
  line-height: 160%;
}

textarea {
  height: 213px;
}

.i-list {
  border-radius: 5px;
  background: #f1f3f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 49px 0 0 36px;
  flex-wrap: wrap;
  gap: 40.5px;
  height: 340px;
}

.radiomark {
  cursor: pointer;
  display: inline-block;
  position: relative;
  display: block;
  font-family: 'Noto-Sans-JP-Medium';
  padding-left: 26px;
}
.radiomark input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
}
.radiomark input:checked + span:after {
  opacity: 1;
}
.radiomark span:before,
.radiomark span:after {
  content: '';
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.radiomark span:before {
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  box-sizing: border-box;
  background: #fff;
}
.radiomark span:after {
  width: 9px;
  background: #11408a;
  height: 9px;
  left: 3px;
  opacity: 0;
}

/* ------------------------------------------------------------ PC */
#sec1 {
  margin-top: 110px;
  padding-bottom: 77px;
}
#sec1 .row {
  justify-content: space-between;
}
#sec1 .row .left {
  width: 516px;
}
#sec1 .row .left .photo {
  margin-bottom: 36px;
}
#sec1 .row .left ul li {
  line-height: 32px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 18px;
}
#sec1 .row .left ul li:first-child {
  line-height: 27px;
  margin-bottom: 26px;
}
#sec1 .row .left ul li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #013583;
}
#sec1 .row .form {
  width: 508px;
}
#sec1 .row .form .note {
  font-size: 15px;
  margin-bottom: 46px;
}
#sec1 .row .form-row {
  margin-bottom: 20px;
}
#sec1 .row .form-row dt {
  line-height: 21px;
  margin-bottom: 7px;
}
#sec1 .row .form-row dt span {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background: #11408a;
  border-radius: 15px;
  color: #fff;
  width: 37px;
  height: 19px;
  margin-left: 9px;
  transform: translateY(-2px);
  line-height: 19px;
}
#sec1 .row .form .btn-cus {
  margin: 53px auto 0;
  padding-right: 34px;
  box-sizing: content-box;
}
#sec1 .row .form .btn-cus button {
  border-radius: 30px;
}


#confirm .inner { width: 800px; margin: 0 auto; }
#confirm p { padding: 0 0 50px; text-align: center;}
#confirm table { width: 100%; }
#confirm table th { text-align: left; padding: 20px 0; border-bottom: 1px solid #ededed; width: 252px;}
#confirm table td { padding: 20px 0 20px 20px;border-bottom: 1px solid #ededed; line-height: 160%;}
#confirm h2 { padding: 0 0 40px; text-align: center;}

#error { text-align: center; }
#error p.caution { padding: 0 0 50px; line-height: 160%;}
#error h2 { padding: 0 0 40px; }
#error .alert {  }
#error .alert span { display: block; line-height: 160%; }
#error .btns { padding: 40px 0 0; text-align: center; }
#error .btns div { margin: 0 auto; }

#confirm .btn-cus a { border-radius: 30px; background: #acacac; }

#confirm .btn-cus input[type="submit"] {
  border-radius: 30px;}
#error .btn-cus input[type="submit"] {
  border-radius: 30px;
}

#confirm .btns { text-align: center; padding: 50px 0; }
#confirm .btn-cus { display: inline-block; }

@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------------ mobile */
    #security-policy #key { padding: 15px 20px 20px;  }
  
  
  #sec1 {
    margin-top: 15px;
  }
  #sec1 .row .left {
    width: 100%;
  }
  #sec1 .row .left .photo {
    height: 138px;
    position: relative;
    z-index: 1;
    margin: 0 -30px 43px 13px;
  }
  #sec1 .row .left .photo:before {
    content: '';
    position: absolute;
    top: 14px;
    left: -13px;
    height: 100%;
    right: -50px;
    background: linear-gradient(135deg, #003ea0, #08244a);
    z-index: -1;
  }
  #sec1 .row .left .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec1 .row .left ul li {
    line-height: 24px;
    padding-left: 16px;
    margin-bottom: 16px !important;
  }
  #sec1 .row .left ul li:first-child {
    padding-left: 24px;
    line-height: 24px;
  }
  #sec1 .row .left ul li span {
    font-size: 12px;
    margin-left: -8px;
    letter-spacing: -0.01em;
  }
  #sec1 .row .form {
    width: 100%;
    margin-top: 53px;
  }
  #sec1 .row .form .note {
    text-align: center;
  }
  #sec1 .row .form-row {
    margin-bottom: 21px;
  }
  #sec1 .row .form-row dt {
    font-size: 15px;
  }
  #sec1 .row .form-row dt span {
    margin-left: 12px;
  }
  #sec1 .row .form .btn-cus {
    margin-top: 28px;
    padding-right: 10px;
  }

  .i-list {
    padding: 37px 0 0 15px;
    flex-wrap: wrap;
    gap: 32.5px;
    height: 277px;
  }
  
  
  
  #confirm .inner { width: 90%; margin: 0 auto; }
#confirm p { padding: 0 0 50px; text-align: center;}
#confirm table { width: 100%; }
#confirm table th { text-align: left; padding: 20px 0 0; border-bottom: none; width: inherit; display: block; font-weight: bold;}
#confirm table td { padding: 20px 0 20px 0;border-bottom: 1px solid #ededed; line-height: 160%; display: block;}
#confirm h2 { padding: 0 0 40px; text-align: center;}
 #confirm .btn-cus { margin-bottom: 10px; }
}

/*# sourceMappingURL=contact.css.map */
