@charset "UTF-8";

/* mailform */

.form{


}
.mailform {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}



#consultation{
    width:100%;
    margin: 20px auto 0;
    padding-bottom: 50px;
    font-size: 1.6rem;
}

.form_ttl_wrapper {
    padding-top: 150px;
}

h2.form_ttl {
    font-size: 6.4rem;
    font-weight: bold;
    color: #004471;
    text-align: center;
    position: relative;
    padding-bottom: 5.0rem;
    margin-bottom: 80px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
h2.form_ttl::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:16px; height:16px;           /* 偶数pxでシャープに */
  transform:translateX(-50%);         /* 中央基準 */
  border-radius:50%;
  background:#2E5D9E;                 /* 中央の色 */
  box-shadow:
    -60px 0 0 #224371,                /* 左2個 */
    -30px 0 0 #284F86,
     30px 0 0 #356CB6,                /* 右2個 */
     60px 0 0 #3B79CC;
}
.form_subttl {
    width: 480px;
    display: block;
    margin: auto;
    font-size: 20px;
    text-decoration-line: underline;
    text-decoration-color: rgb(255, 240, 0);
    text-decoration-thickness: 8px;
    text-underline-offset: -4px;
}

.required_explain {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #e20000;
}

.form_table{
    width:800px;
    margin: 0 auto 70px;
    border-collapse: separate; /* デフォルトで separate だが明示しておく */
    border-spacing: 0 20px; /* 横方向0px・縦方向20pxの間隔 */
}
.form_table th{
    /*width: 25%;*/
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    vertical-align: middle;
    background-color: #356CB6;
    color: #fff;
    padding: 0 10px;
}
.form_table th span{
    color: #ffffff;
    font-size: 1.4rem;
    text-align: right;
}

.form_table td span{
    color: #e20000;
    font-size: 1.4rem;  
}

.form_table td{
    width: 75%;
    text-align: left;
    vertical-align: middle;
}
.form_table td input[type="text"],
.form_table td input[type="email"]{
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 100%;
    border: 1px solid #dad8d8;
    box-sizing: border-box;
}
.form_table td label{
    padding-right: 30px;
    padding-left: 5px;
    margin-bottom: 20px;
}
.form_table td ul.formSelectList li{
    float: left;
    padding-right: 3%;
    width: 30.3%;
}
.cp_ipselect {
	width: 70%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
    border: 1px solid #dad8d8;
    background: #ffffff;
    display: inline-flex;
    margin-right: 10px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.7em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #dad8d8
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 11px;
    font-size: 1.6rem;
	color: #000;
}
.formSelectList > li:first-child .cp_ipselect.cp_sl01 {
  border: none;
}
.form_table td textarea{
    border: 1px solid #dad8d8;
    font-size: 100%;
    padding: 10px;
    resize: vertical;
    width: 100%;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form .rule{
    border: 1px solid #dad8d8;
    width: 100％;
    height: 250px;
    overflow: auto;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7em;
    box-sizing: border-box;
}
.rule .ruleTtl{
    font-size: 1.6rem;
}
.rule p{
    margin-bottom: 1%;
}
.rule li{
    /* text-indent: -2em; */
    /* margin-left: 2em; */
}
.policy_agree {
    margin-bottom: 20px;
}
.policy_intro {
    display: flex;
    margin-bottom: 15px;
}
.policy_txt_ttl {
    margin-right: 15px;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;   
}
.required_mark {
    display: block;
    width: 35px;
    padding: 3px;
    background-color: #356CB6;
    color: #fff;
    text-align: center;
}
.policy_attention {
    color: #e20000;
}

/* privacypolicy Box */
.contentsLayout{
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.6rem;
}

.contentsBlock{
	margin: 0 auto 25px;
}

.contentsBlock.fin{
	margin: 0 auto 300px;
}

.innerContentsTitle{
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.innerContentsTxt{
	margin-bottom: 20px;
}

.contentsItemList dt,
.numberList li{
	display: flex;
}

.numberList li{
	margin-bottom: 20px;
	/* flex-wrap: wrap; */
}
.child_numberList li{

}
.child_content {
    display: flex;
}
.child_content span {
    padding-right: 8px;
}
.grandchild_numberList {
    margin-left: 28px;
}
.grandchild_numberList li{
    display: flex;
    flex-wrap: nowrap;
}
.grandchild_numberList span {
    padding-right: 8px;
}

.grandchild_numberList li.procedure_li {
  display: block;
}
.procedure_exp {
    display: flex;
}
.grandchild_numberList li.procedure_li .document_li {
    display: block;

}
.document_exp {
    display: flex;
}

.contentsBlock > .numberList > .qookie_li {
  display: block;
}
.qookie_exp {
    display: flex;
}
.contentsItemList dt span,
.numberList li span{
	padding-right: 8px;
}

.contentsItemList dd{
	padding-left: 20px;
	margin-bottom: 10px;
}

.numberList li span{
	/* width: 4%; */
}

.numberList li p{
	width: 96%;
}

.contentsItemList .numberList li{
	/* margin-bottom: 10px; */
}

.numberList .numberList{
	padding-left: 30px;

}
/* privacypolicy_end */


#chk_apply .admitList{
    display: flex;
    align-items: flex-start;
    margin: 0 auto 30px;
    padding: 10px;
    border: solid 1px #e20000;
}
#chk_apply .admitList input{
    margin-right: 15px;
}


input[type="checkbox"] {
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #e20000;
}

input[type="checkbox"]:checked{
  background-color:#e20000;
  border-color:#e20000;
  background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
  color: #fff;
  line-height: 1;
}


.last-intro {
    margin-bottom: 30px;
}

#submit_confirm{
    display: block;
    margin: 0 auto;
    border: solid 1px #ccc;
    background-color: #1068B0;
    color: #fff;
    padding: 10px 100px;
    font-size: 2.0rem;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.off{
    background-color: #ccc!important;
    pointer-events: none!important;
}

#submit_confirm.confirm:hover {
    background-color: #ffffff;
    border: solid 1px #1068B0;
    border-radius:50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #1068B0;
}
#submit_confirm.confirm:hover a {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.buttonBox{
    text-align: center;
    padding: 3% 0 0;
}


/* .btn{
    border: none;
    background-color: #0c6d13;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 250px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
} */

/* .back{
    background-color: #999;
} */

/* mailform end */

/* mailform placeholder */
input::placeholder,
textarea::placeholder {
  color: #c3c3c3;
}
/* mailform placeholder end */


/* confirm */
.txtCenter {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
}

.confirm_table{
    width:800px;
    margin: 0 auto 0px;
    border-collapse: separate; /* デフォルトで separate だが明示しておく */
    border-spacing: 0 20px; /* 横方向0px・縦方向20pxの間隔 */
}
.confirm_table th{
    width: 25%;
    height: 40px;
    text-align: left;
    vertical-align: middle;
    background-color: #356CB6;
    color: #fff;
    padding: 0 10px;
}
.confirm_table th span{
    color: #ffffff;
    font-size: 1.4rem;
    text-align: right;
}

.confirm_table td span{
    color: #e20000;
    font-size: 1.4rem;  
}

.confirm_table td{
    width: 75%;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}
.confirm_table td input[type="text"],
.confirm_table td input[type="email"]{
    width: 100%;
    padding: 10px 0 10px 5px;
    font-size: 100%;
    border: 1px solid #dad8d8;
    box-sizing: border-box;
}
.confirm_table td label{
    padding-right: 30px;
    padding-left: 5px;
    margin-bottom: 20px;
}
.confirm_table td ul.formSelectList li{
    float: left;
    padding-right: 3%;
    width: 30.3%;
}

.confirm_buttonBox {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0 0;
}

.confirm_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:52px;
  padding:0 100px;
  box-sizing:border-box;
  appearance:none; -webkit-appearance:none;

  /* 枠は box-shadow で常時表示（消えない） */
  border:0;
  box-shadow: inset 0 0 0 1px #1068B0;

  border-radius:12px;
  background:#1068B0;
  color:#fff;
  font-size:2rem;
  line-height:1;

  transition:
    border-radius .3s ease,
    background-color .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.confirm_btn:hover{
  border-radius:50px;       /* アニメーション継続 */
  background:#fff;          /* 反転 */
  color:#1068B0;
  box-shadow: inset 0 0 0 1px #1068B0; /* 枠はそのまま */
}
/* confirm end */


/* complete */
.applyForm {
    max-width: 800px;
    margin: 0 auto 150px;
}


.compelete_Txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.complete_attention {
    font-size: 2.4rem;
    color: #e20000;
    margin-bottom: 20px;
}

.complete_explain {
    background: #F3F3F3;
    padding: 10px;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.complete_explain li::before {
  content: "･";
  margin-right: 0.5em;
  color: #333; 
}

.complete_explain ul {
  list-style: none;
  padding-left: 0;
}

 .return_top_btn {
    display: block;
    margin: 50px auto 0;
    width: 25rem;
    height: 6rem;
    background-color: #1068B0;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
 }
  .return_top_btn:hover {
    opacity: 0.7;
}
 
.return_top_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 1rem;
    height: 100%;
}

.return_top_txt {
    width: 13.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
   
.return_top-divider {
    width: 0.1rem;
    height: 70%;
    background: rgba(255, 255, 255, .8);
}

.return_top img {
    width: 3rem;
    height: auto;
}

/* complete end */