/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../font/ZenOldMincho-Regular.woff2") format("woff");
  display: swap;
}

.l-header{
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,.4);
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,.4);
}
.--sub-title.--form {
  font-size: clamp(10px,7vw,18px);
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
  color: #b22222;
}
@media screen and (max-width: 768px) {
  .--sub-title.--form {
    font-size: 4vw;
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.l-main-form{
  background-color: #EBF1F8;
}
.p-main-form{
  width: 100%
}
.p-main-form__tbody{
  width: 100%;
}
.p-main-form__tr{
  
}
.p-main-form__th{
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  width: 100%;
  padding-bottom: 10px;
  font-size: clamp(10px,7vw,16px);
  letter-spacing: .3em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-main-form__th{
    font-size: 4vw;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-main-form__th.--sp-block{
    display: block;
  }
}
.p-main-form__th.--adjust{
  letter-spacing: .05em;
}
.p-main-form__th .--blue{
	background-color: #004EA2;
	color: #fff;
	display: block;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: center;
	font-size: 80%;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-main-form__th .--blue{
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 5px;
  }
}
.p-main-form__th .--blue.--adjust{
  letter-spacing: .3em;
}
.p-main-form__th .--white{
  background-color: #fff;
  color: #004EA2;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 80%;
}
.p-main-form__th .--note{
  font-weight: normal;
  font-size: clamp(10px,7vw,16px);
  letter-spacing: .1em;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-main-form__th .--note{
    font-size: 4vw;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}
.p-main-form__th .--note .--note-red{
  color: red;
  font-size: 80%;
  margin-right: 4px;
}
.p-main-form__td{
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: normal;
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #004EA2;
}
.p-main-form__td.--last{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-main-form__td{
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.p-main-form__td .--input{
  width: 100%;
  padding: 16px;
  font-size: clamp(10px,7vw,18px);
}
@media screen and (max-width: 768px) {
  .p-main-form__td .--input{
    padding: 10px;
    font-size: 4vw;
  }
}
.p-main-form__td .--content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
.p-main-form__td .--content:first-child{
  padding-top: 8px;
}
.p-headline__h2 .--sub-title {
    font-size: clamp(20px,7vw,24px);
}
/* プライバシーポリシー */
.privacy-box__parent{
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .privacy-box__parent{
    margin-top: 30px;
  }
}
.privacy-box__wrapper {
  width: 100%;
  height: 100px;
  margin: 4% auto 4% auto;
  padding: 5px  10px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  text-align: left;
  scrollbar-width: thin;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.privacy-box__wrapper--text{
  font-size: 14px;
}
.privacy-box__wrapper .privacy-box h3 {
  /* position: relative; */
  padding: 0 0 5px 0;
  color: #1c357c;
  font-size: .8rem;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.pp_check{
  font-size: 0.8em;
  text-align: center;
}
.c-consent-button{
  
}
label[for="consent-button"]{
  font-size: clamp(10px,7vw,16px);
}
@media screen and (max-width: 768px) {
  label[for="consent-button"]{
    font-size: 4vw;
  }
}
/* //プライバシーポリシー */
.submit_box{
  background: rgb(5,35,98);
  background: -o-linear-gradient(right, rgba(5,35,98,1) 0%, rgba(0,78,162,1) 50%, rgba(5,35,98,1) 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(5,35,98,1)), color-stop(50%, rgba(0,78,162,1)), to(rgba(5,35,98,1)));
  background: linear-gradient(270deg, rgba(5,35,98,1) 0%, rgba(0,78,162,1) 50%, rgba(5,35,98,1) 100%);
  padding: 10px 64px;
  margin: 60px auto 0 auto;
  border-radius: 6px;
  max-width:-webkit-fit-content;
  max-width:-moz-fit-content;
  max-width:fit-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .submit_box{
    margin: 30px auto 0 auto;
  }
}
.submit_box.--button{
  color: #fff;
  font-size: clamp(10px,7vw,16px);
  display: block;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
}
.submit_box .--submit{
  background-color: transparent;
  color: #fff;
  font-size: clamp(10px,7vw,16px);
  letter-spacing: .3em;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  padding: 0;
}
.submit_box .--submit[disabled]{
  opacity: .6;
}
/* プライバシーポリシーモーダル */
#js-modal{
  display: none;
}
#js-modal.active{
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 25px;
}

.l-modal-wrap{
  position: relative;
  height: 100%;
  z-index: 1001;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.l-modal{ 
  position: relative;
  z-index: 1002;
  height: 100%;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,1);
  overflow-y: scroll;  
 
}
.l-modal--close{
  position: absolute;
  z-index: 1003;
  right: -20px;
    top: -20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center; 
}
label[for="consent-button"]{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* //プライバシーポリシーモーダル */
label[for="consent-button"] .--link {
  color: #004EA2;
  border-bottom: solid 1px #004EA2;
}
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}
.c-main-radio{
  cursor: pointer;
}
.c-main-label{
  margin-left: 8px;
  cursor: pointer;
  font-size: clamp(10px,7vw,16px);
}