/* =========================================================
	common
========================================================= */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.mt50{margin-top: 50px;}

.cp_top_btn a {
    display: block;
    width: 302px;
    padding: 16px 0 16px 14px;
    margin: 20px auto 0;
    border: 2px solid #00124a;
    color: #00124a;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: all .3s;
}
	
.cp_top_btn a:hover{
color: #fff;
background:#00124a;
}


.cp_top_btn a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    left: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
        border-bottom: 1px solid #00124a;
    border-left: 1px solid #00124a;
}
.cp_top_btn a:hover::before{

     border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.contents{
	width: 1000px;
	margin: 50px auto 120px;
	
	
	
}

/* =========================================================
	2 header
========================================================= */

.header_fv{background: #00124a; padding: 25px 0;}
.header_fv h2{
text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	line-height: 0.95;
	
}



/* =========================================================
		modal
========================================================= */






.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:500px;
    max-height:100%;
    margin:3% 0 3%;
    padding: 40px;
	
	
	background:#fff;
    overflow:auto;
	top: 0 !important;
	
}













.modal-overlay {
    z-index:777;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0, 18, 74,0.5);
}

.modal-wrap {
    z-index:888;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
   text-decoration: underline;
    position: absolute;
    right: 10px;
    top: 12px;
	width:27px;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}


.modal-content .copytitle{
	
	padding: 10px 0 10px;
width: 180px;
	
	
	
	
}
.modal-content .info_title{
	
	padding: 10px 0 14px;
width: 170px;
	
	
	
	
}
.modal-content .info_title2{
	
	padding: 10px 0 24px;
width: 110px;
	
	
	
	
}
.modal-content .info_copy{
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 1.45;
	
	
	
	
}


/* =========================================================
		kiyaku
========================================================= */
.kiyakuarea{
	
	width: 860px;
	margin: 0 auto 40px;
	text-align: left;
	
	
}


.kiyakuarea .kiyaku_title{
	font-weight: bold;
	font-size: 19px;
	margin: 26px 0 5px;
	
}

.kiyakuarea .kiyaku_title span {
    font-size: 63%;
    vertical-align: middle;
}
.kiyakuarea .kiyaku_copy{
	
	font-size: 15px;
	text-align: left;
	padding-bottom: 6px;
}
.kiyakuarea .kiyaku_copy2{
	padding-top: 10px;
	font-size: 15px;
	text-align: left;
}
.kiyakuarea .kiyaku_att1 {
    font-size: 13px;
    padding-top: 5px;
    line-height: 1.8;
    letter-spacing: 0.5px;
	text-align: left;
}


.kiyakuarea .kiyaku_title_sub{
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}


.kiyaku_copy_list li{
	font-size: 14px;
	text-indent: -1em;
  padding-left: 1em;
}
.kiyaku_copy_list2 li {
    text-indent: -2.7em;
    padding-left: 2.7em;
}
.kiyaku_list_ttl{font-size: 15px; padding-top: 5px;}



.kiyakuarea .mt1 {
    margin-top: 20px;
}

.kiyakuarea .topmargin{
    margin-top: 35px;
}



.errorcon h2{
	
	font-size: 36px;
    padding:30px 0 30px;
    text-align: center;
    font-weight: bold;
	
	
}

.errorcon .errorcopy{
	font-size: 16px;
	 padding:0 0 30px;
    text-align: center;
	
	
}



/* =========================================================
		2　mail
========================================================= */


.email_copy1{
	
	font-size: 24px;
    padding:0 0 15px;
    text-align: center;
    font-weight: bold;
	
	
}







.email_entry1{
	padding: 65px 0 50px;
    background: #def1f7;
  
    margin: 0 auto 35px;
    border-radius: 5px;
    display: table;
    width: 800px;
	
	
	
	
}
#mail h3{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
	display: table;
	margin:0 auto 30px;

}

#mail .item, #line .item{
margin: 0 auto 12px;
	width: 512px;
	
	padding: 10px 15px;
	
}

#mail .item .heading{
padding-bottom: 4px;
	font-size: 15px;
	
	
	
}
#mail .lostpass{
	text-align: center;
	padding: 10px 0 25px;
}
#mail .lostpass a{
	
	
	color: #38b3bc;
	text-decoration: underline;
	font-size: 16px;
	
}

#mail .lostpass a:hover{
	
	text-decoration: none;
	
	
}

.checkpass{
	text-align: center;
	padding: 0 0 7px;
	font-size: 15px;
}

#line .checkpass{
	text-align: center;
	padding: 20px 0 7px;
	font-size: 15px;
	color: #6aca3d;
}
.checkpass span, #line .checkpass span{
	
	font-size: 13px;
}
.wide-m{
	width: 480px;
	
	
}
.input-txt, .input-select, .input-textarea {
    padding: 15px 15px;
    border: 1px solid #00124a;
    font-size: 18px;
    border-radius: 5px;
    line-height: 1.2;
    background: rgba(255,255,255,0.75);
}
#autologin{

}
.checkinput{
	
text-align: center;	
	
}
.operate, #formarea .operate{
	margin: 35px auto 20px;
	
	
}


.operate .tac input, #formarea .operate .tac input{
display: block;
    width: 400px;
    padding: 22px 0;
    margin: 0 auto;
    background-color: #c32219;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.2vw 0 0 #880c05;
    transition: 0.2s;
    position: relative;
    line-height: 1;
	border-radius: 5px;
	
	
}

.operate .tac, #formarea .operate .tac{

    width: 380px;
margin: 0 auto 0;
    position: relative;
	
}


.operate .tac::after, #formarea .operate .tac::after{
content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 1%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}

.operate .tac input:hover{opacity: 0.7;}

#line{
	padding: 55px 0 55px;
    background: #e6f3df;
	margin: 0 auto 50px;
    border-radius: 5px;
    display: table;
    width: 800px;
	
	
	
	
}

#line h3{
	
		font-size: 30px;
	font-weight: bold;
	text-align: center;
		border-bottom: 1px dotted;
	padding-bottom: 1px;
	display: table;
	margin: 0 auto 8px;
	color: #6aca3d;
}


#line .line_copy{
	
	text-align: center;
	padding-bottom: 0;
	color: #6aca3d;
	font-size: 16px;
}
#line .line_copy2{
	
	text-align: center;
	padding-top: 16px;
	color: #6aca3d;
	font-size: 16px;
	font-weight: bold;
}

#line .tac{
	width: 300px;
	margin:0 auto 5px;
}

#line .tac input{
	width: 100%;
	
}
#line .operate .tac::after{
    display: none;
}
.entry_btn2{
	text-align: center;
	
	
}

.entry_btn2 a{
	text-decoration: none;
    color: #fff;
    font-size: 18px;
	background: #00124a;
    padding: 18px 0;
    display: inline-block;
    font-weight: 600;
    line-height: 1.1;
    width: 320px;

	
	
}
.entry_btn2 a span{
	
	font-size: 13px;
	
	
	
}
.entry_btn2 a:hover{
	text-decoration: none;
	
	
	
}

.e_email1{
	text-align: center;
	
	font-size: 16px;
	letter-spacing: 0.4px;
	
}
.e_email1 span, .e_email2 span, .att_red{
	color: #c32219;
	
}
.e_email2{
	text-align: center;
	font-size: 16px;
	padding:20px 0 45px;
	letter-spacing: 0.4px;
	
}
.e_email2 .kiyaku_btn{
	margin-top: 20px;
}

#mail .item_copy1{
    margin: 0 auto 24px;
    width: 512px;
}

#mail .item_copy1 span{
   font-weight: bold;
	font-size: 16px;
}



.input-txt2b{
    padding: 6px 0;
    border:none;
    font-size: 18px;
    border-radius: 5px;
    line-height: 1.2;
    color: #003373;
	font-weight: bold;
}





input::placeholder {
  color: rgba(162,175,191,1) ;
	 font-weight: 300;
	font-size: 18px;
	 text-align: left;
}

/* IE */
input:-ms-input-placeholder {
   color: rgba(162,175,191,1) ;
	 font-weight: 300;
	font-size: 18px;
	 text-align: left;
	
}

/* Edge */
input::-ms-input-placeholder {
  color: rgba(162,175,191,0.7) ;
	 font-weight: 300;
	font-size: 18px;
	 text-align: left;
	
}

#mail .item .heading2 {
    padding-top: 8px;
    font-size: 15px;
}
.error-top{
	text-align: center;
	padding: 10px 0;
	border: 2px solid #961912;
	font-weight: bold;
	font-size: 16px;
	margin:0 auto 42px;
	color: #961912;
	width: 100%;
	
}


.email_entry1 .error-top{font-size: 18px; width: 90%;}
.error-message{
	padding-top: 4px;
	
	color: #961912;
	font-size: 14px !important;
	clear: both;
}
#mail .mailadress{
	font-weight: bold;
	font-size: 18px;
	
	
	
}


#mail .pass_copy1{
	padding-bottom: 25px;
	
	
	
}

#mail .pass_margin{
	margin-bottom: 25px;
	
	
	
}


#mail .lostpass_mail {
    text-align: left;
    font-size: 15px;
    padding: 5px 0 15px;
    width: 512px;
    margin: 0 auto;
    line-height: 1.75;
}
#mail .lostpass_mail span{
	font-weight: bold;
    font-size: 15px;
	
	
}

.e_email2b {
    text-align: center;
    font-size: 16px;
    padding: 5px 0 45px;
    letter-spacing: 0.4px;
}
/* =========================================================
		2　mail done
========================================================= */

.done_title{
	
	    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom:30px;
    letter-spacing: 2px;
	padding-top: 20px;
	
}

.done_copy1{
	
	font-size: 16px;
	
	text-align: center;
	padding-bottom: 15px;
	
}
.done_copy1 span{
	 font-weight: bold;
	font-size: 22px;
	
}
.done_copy2{
	
	font-size: 15px;
	
	text-align: center;
	padding-bottom: 65px;
	
}
.done_copy2b{
	
	font-size: 16px;
    text-align: center;
    padding-bottom: 55px;
    line-height: 1.9;
	
}

.done_con2{
	width: 800px;
	margin:0 auto 45px;
	
}
.done_con2 h3{
	font-size: 18px;
	
	padding: 0 0 10px;
	color: #003373;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}


.done_con2 ul{
	    padding-left: 15px;
    text-indent: -15px;
}

.done_con2 ul li{
	padding-bottom: 7px;
}
.done_con2 ul li span{
	font-weight: bold;
}

/* =========================================================
		2　entry
========================================================= */


.f_kiyakucon{
	background: #eee;
	padding: 45px 0 35px;margin-bottom: 55px;}
.f_kiyakucon .kiyakucopy1{
	font-size: 16px;
	padding-bottom: 20px; text-align: center;}

.kiyaku_att1{font-size: 13px; padding-top: 7px; text-align: center;}


.entry_form{
	width: 900px;
	margin: 0 auto;
	
	
	
}

.entry_form h3{font-size: 24px; font-weight: bold; text-align: center; padding-bottom:35px;}





.entry_form .item{
	
	display: -webkit-flex;
    display: flex;
	padding: 25px 25px 7px;
	
	
	
	
}


.entry_form .heading{
	

    width: 40%;
   padding: 5px 0 0;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.5px;
	
	
	
}


.entry_form .main{
	
    padding: 0px 0 3px;
    width: 60%;
	
	
	
	
}

.entry_form .pass_copy1b{
	
	
	    font-size: 15px;

    text-align: left;
    padding:35px 0 15px;
	font-weight: bold;
	
	
}

.entry_form .input-select{
	
	padding: 15px 14px;
	font-size: 18px;
    border-radius: 5px;
    line-height: 1.2;
	
	
}
.entry_form .selectWrap{
	
	position: relative;
	
}

.entry_form .selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #00124a;
    border-right: solid 2px #00124a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -4px;
}

.entry_form .wide-ss {
    width: 165px;
}

.entry_form .wide-ss2 {
    width: 70px;
}
.entry_form .wide-m {
    width: 470px;
}
.entry_form .birth1{
	font-weight: bold;
	padding: 0 2px;
	
	line-height: 2;
}

.entry_form .input_radio input[type=radio] {
    display: none;
}
.entry_form .input_radio label{
    display: block;
    float: left;
    margin-right: 10px;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    color: #00124a;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    border: 1px solid #000046;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
	background: rgba(255,255,255,0.75);
}

.entry_form .input_radio input[type="radio"]:checked + label {
background: #00124a;
color: #ffffff;
}
.entry_form .input_radio label:hover {
background-color: #00124a;
	color: #fff;
}
.entry_form .item2 {
   
    padding: 20px 0 5px;
}

#autologin{
	
	padding: 0;
	
	
}

.checkbox{
	
	margin: 0 auto;
	display: table;
}

#line .checkbox{
	
	margin: 8px auto 0;
	color: #6aca3d;
}



.checkbox input[type=checkbox]{
  display: none;
}
.checkbox label{
 padding-left: 37px;
    position: relative;

    font-size: 14px;
    padding-top: 3px;
	font-weight: bold;
	
}
.checkbox label::before{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #a2afbf;
  border-radius: 4px;
  background: #fff;
}
.checkbox input[type=checkbox]:checked + label{

}
.checkbox input[type=checkbox]:checked + label::after{
  content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 10px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #c32219;
    border-right: 4px solid #c32219;
    border-radius: 2px;
}


.entry_done_t{
	font-size: 33px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 25px;
	
	
	
}
.entry_done_c1{
	font-size: 16px;
	text-align: center;
	
	padding-bottom: 40px;
	line-height: 1.8;
	
	
	
}


.info_copy a{
	text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: #00124a;
    padding: 16px 0;
   
    font-weight: 600;
    text-align: center;
    width: 320px;
    margin: 5px auto 30px;
    display: block;
    position: relative;
}
.info_copy a::before{
    content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    left: 22px;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
}



.log_done_copy2{
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	padding:30px 0 65px;
	
	
	
}


/* =========================================================
		2　pass
========================================================= */

.lost_copy1{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	
padding:5px 0 55px;
	
	
	
	
}

.pass_copy1b{
	font-size: 15px;
	
	
	
}

.lostmail .heading{
	
	padding-bottom: 6px;
    font-size: 14px;
	font-weight: bold;
	
	
}

.lostmail .main{
	
	
    font-size: 20px;
	font-weight: bold;
	
	
}

.lost_pw_btn{
	margin-top: 50px;
	
	
	
}
/* =========================================================
		mypage
========================================================= */

.userarea{
	
	background-color: #c2f3fc;
    padding:70px 0 75px;
	position: relative;
	
	
	
}
.userarea .logout_btn a{
	
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 0;
	background: #c32219;
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 35px;
	letter-spacing: 0;
	    font-size: 14px;
    line-height: 1.6;
	
	
	
	
	
	
}

.h_logout a{
	
position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 0;
    background: #c32219;
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.6;

	
	
	
}

.userarea .logout_btn2 a{
	
letter-spacing: 0;
	
	
	
	
	
	
	
}






.userarea .maypage_t{
	margin: 0 auto;
	width: 220px;
	padding-bottom: 45px;
	
	
	
	
	
}
.userarea .inner{
	
	background: rgba(255,255,255,1);
    padding: 70px 50px 60px 50px;
	width: 820px;
	margin: 0 auto
	
}

.userarea .user_name{
	font-size: 26px;
	padding-bottom: 50px;
	text-align: center;
	font-weight: bold;
	
	
	
}
.userarea .user_name img{
	width: 33px;
	
	
	
}


.userarea .user_point{
	width: 650px;
	margin: 0 auto 30px;
	border: 1px solid #00124a;
	
	
	
	
	
	
}
.userarea .user_point dl{

	vertical-align: middle;
	
	
	
	
	
}


.userarea .user_point dt{
	width: 50%;
	background: #00124a;
	text-align: center;
	color: #fff;
		font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	height: 110px;
	float: left;
	line-height: 110px;
	
	
	
}
.autologin_btn a button{
	
	color: #00a5e4;
	margin: 0 auto;
	font-size: 16px;
	
}

.oubo_r_btn{
	padding: 0 0 40px;

	text-align: center;

	
}

.oubo_r_btn a i{
	
padding: 5px;
	
}

.oubo_r_btn a{
	
	color: #c32219;
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	
}


.oubo_r_btn a:hover{
	
text-decoration: none;
}
.autologin_btn a{
	
	color: #00a5e4;
	text-align: center;
	padding: 0 0 25px;
	text-decoration: underline;
	font-size: 16px;
}

.autologin_btn a:hover{
	
	text-decoration: none;

	
	
}
.userarea .user_point dd{
	width: 50%;
	background: #fff;
	text-align: center;
	color: #00124a;
		font-size: 56px;
	font-weight: bold;
	vertical-align: middle;
	
	height: 110px;
	float: left;
	line-height: 110px;
}





.userarea .user_point dd span{

		font-size: 38px;
line-height: 100px;
	
	
	
}




.userarea .user_cha1{
	    width: 720px;
    padding: 40px 0 55px;
    position: relative;
    background-color: #d9eff7;
    margin: 0 auto 45px;
	
	
	
}

.userarea .user_cha2{
	width: 720px;
	padding: 40px 0 55px;
	position: relative;
	background-color:#e0e5f3;
	margin: 0 auto 45px;
	
	
	
}
.userarea .u_chance{
	width: 150px;
    position: absolute;
    left: -20px;
    top: -30px;
	
	
	
}


.userarea .user_copy2, .userarea .user_copy1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding:5px 0 0;
	
	line-height: 1.4;
}
.userarea .user_copy1 span{
	
	font-size: 20px;
line-height: 2;
	
	
}
.userarea .u_pre_btn a{
	display: block;
    width: 400px;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #c32219;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.2vw 0 0 #880c05;
    transition: 0.2s;
    position: relative;
    line-height: 1;
	border-radius: 5px;
	
	margin: 30px auto 0;
}

.userarea .u_pre_btn a button{
	text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
      margin: 0 auto;
	
}
.userarea .u_pre_btn a::after{
content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 7%;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}

.userarea .u_prepic1 {
 	width: 400px;
    margin: 20px auto 0;
    background: #fff;
    padding: 22px 30px;
}

.userarea .u_prepic2{
	width: 400px;
    margin: 20px auto 0;
    background: #fff;
    padding: 12px 30px;
	
}

.userarea .u_pre_btn2 a {
   
        background-color: #c8a05e;
    box-shadow: 0 0.2vw 0 0 #b38538;
  
}
/* =========================================================
		serial
========================================================= */


.serialcon{
	margin: 25px auto 75px;
	
	
	
	
}


.serialcon h3{
	font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 3px;
    border-bottom: 1px dotted;
    margin-bottom: 4%;
    display: table;
    margin: 0 auto 25px;
	
	
	
	
}

.serialcon .entry_copy1{
	
	 text-align: center;
	font-size: 16px;
	 padding-bottom: 25px;
}


.serialcon .item{
	
	margin: 0 auto 30px;
    width: 512px;
	padding: 20px 20px 8px;
	
}

.btn_area{
	width: 512px;
    margin: 0 auto 30px;
    position: relative;
	
	
}
.btn_area .conf_btn{
    display: block;
    width: 512px;
    padding: 22px 0;
    margin: 0 auto;
    background-color: #c32219;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.2vw 0 0 #880c05;
    transition: 0.2s;
    position: relative;
    line-height: 1;
	border-radius: 4px;
}

.btn_area .conf_btn:hover{opacity: 0.7;}
.btn_area::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 20px;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}
.s_kiyaku{
margin: 0 auto;	
	
	text-align: center;
}
.s_kiyaku a{
	text-align: center;
	font-size: 16px;
    font-weight: bold;
	color: #00124a;
	text-decoration: none;
	
	
}

.s_kiyaku a i{
padding: 5px 8px;
	font-size: 13px;
	
}
/* =========================================================
	result
========================================================= */


.result_fv{
	background: url("/img/bg_about.png?id=123") center no-repeat;
	
position: relative;

	height: 650px;
	background-size: cover;
	
	
}





.result_area .r_hit{
	    width: 535px;
	margin: 0 auto;
	padding-top: 70px;
	
	
}

.result_con{
	
	padding: 5px 0 0;
	
	
	
	
	
	
}


.result_con .re_copy1{
	text-align: center;
	font-size: 16px;
	
	padding: 40px 0 25px;
	
	
	
	
	
	
}
.result_con .btn_area{
   
    width: 440px;
 
}
.result_con .btn_area .conf_btn {
   
    width: 437px;
 
}
.result_con .btn_area .conf_btn button {
   
  color: #fff;
	margin: 0 auto;
 font-size: 18px;
	font-weight: bold;
}
.result_con .re_copy2{
	text-align: center;
	font-size: 16px;
	
	padding: 30px 0 25px;
	
	
	
	
	
	
}


.serial_n{
    -webkit-appearance: none;
    padding: 5px 0;
    line-height: 2.3;
    background: #fff;
    border: 2px solid #00124a;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    color: #00124a;
    font-weight: bold;
    letter-spacing: 1px;
	width: 433px;
    margin: 0 auto;
}
.r_losecon{
	width: 810px;
	margin: 10px auto 40px;
	padding: 40px 0 25px;
		background-color: #e0e5f3;
	position: relative;
}
		
.r_losecon .r_chance{
	width: 140px;
    position: absolute;
    top: -25px;
    left: -30px;

}
			
.r_losecon .losecopy1{
	text-align: center;
font-size: 26px;
	font-weight: bold;

}		
		
.r_losecon .losecopy1 span{
	color: #c32219;
	

}			

.result_con .info_copy{
	margin-top: 55px;
	
	
	
	
}
.chance2_pre{
	width: 400px;
    margin: 20px auto 10px;
    background: #fff;
    padding: 12px 35px;
}
	
	

/* =========================================================
		form
========================================================= */

.Stepnav ol {
  
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-left: solid 1px #00124a;
  border-right: solid 1px #00124a;
	margin-bottom: 50px;
	
}
 
.Stepnav ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: center;
  vertical-align: middle;
  color: #a2afbf;
  font-size: 16px;
  background-color: #fff;
  font-weight: bold;
  border-top: solid 1px #00124a;
  border-bottom: solid 1px #00124a;
}
 
.Stepnav ol li:first-child {
  padding-left: 0;
}
 

 
.Stepnav ol li.current {
  background-color: #00124a;
  color: #FFF;
}
 

 
.Stepnav ol li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #00124a;
  z-index: 99;
}
 
.Stepnav ol li:nth-child(4):before {
  display: none;
}
 
.Stepnav ol li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #fff;
  z-index: 99;
}
 
.Stepnav ol li:last-child:after {
  display: none;
}
 
 
 
.Stepnav ol li.current {
  border-top: solid 1px #00124a;
  border-bottom: solid 1px #00124a;
}
 
.Stepnav ol li.current:after {
  border-left: 24px solid #00124a;
}










.inquiry2{
	margin: 50px auto 80px;
	width: 960px;

	
	
   
   
	
	
	
}



.inquiry2 .view{
	
	
	padding: 33px 0 0;
	
	
	
	
}




.inquiry2 .view .item{
	
	display: -webkit-flex;
    display: flex;
	padding: 0 0;
	
	
	
	
}


.inquiry2 .view .heading{
	

    width: 40%;
  padding: 25px 0px 3px 25px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
	
	
	
}


.inquiry2 .view .main{
	
    padding: 18px 20px 6px 0;
    width: 60%;
	
	
	
	
}




.form_step ol {
    margin: 40px auto 0;
	opacity: 1;
}


.form_area{
	padding: 0 20px;
	
	
	
}
.form_area .req {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.3em .5em 0.3em;
    color: #fff;
    font-size: 70%;
    line-height: 1.3;
    background: #b82326;
    margin-bottom: 0.3em;
    font-weight: 600;
}

.form_area .attention {
    margin-top: 12px;
}


.form_area .attention a {
    color: #b82326;
    text-decoration: underline;
}

.form_area .attention a:hover {
    color: #b82326;
    text-decoration: none;
}


.subt1 {
    font-size: 76%;
    vertical-align: baseline;
}


.view .item .heading .req1 {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.3em .5em 0.3em;
    color: #fff;
    font-size: 70%;
    line-height: 1.3;
    background: #b82326;
    margin-bottom: 0.3em;
}


.subtxt2 {
    font-size: 14px;
    padding-top: 6px;
   
}


.inquiry2 input[type="text"], .inquiry2 input[type="search"] , .inquiry2 input[type="tel"]{
    font-size: 18px;
   background: rgba(255,255,255,0.7);
   border: 1px solid #000046;
    line-height: 1.68;
    margin: 0 0;
	padding: 10px 14px;
	border-radius: 5px;
	position: relative;
}

.input-m {
    margin-right: 8px !important;
}

.inquiry2 .wide-s {
    width: 235px;
}
.inquiry2 .wide-s2 {
    width: 280px;
}
.inquiry2 .wide-m {
    width: 400px;
}


.adfont{
	font-size: 18px;
    vertical-align: baseline;
    padding: 0 3px 0 0;
	
	
	
}
.inquiry2 .selectWrap{
	
	position: relative;
	
	
}
.inquiry2 .input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    border: 1px solid #000046;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 18px;
   line-height: 1.68;
	width: 235px;
}


.inquiry2 .selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #000046;
    border-right: solid 2px #000046;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -4px;
    z-index: 99;
}


.inquiry2 .btn_area{
	margin-top: 20px;
	
	
	
	
}


.inquiry2 .btn_area .conf_btn:disabled {
    opacity: 0.5;
    cursor: default;
}








.conf-top{
	padding-left:10px;
	font-weight: bold;
	font-size: 16px;
	
	
	
	
}

.inquiry2_conf .view .item{

   
    padding: 0 0 25px;
    border-bottom: 1px solid #a2afbf;

	
	
}
.inquiry2_conf .view .heading {
    
    padding: 25px 0px 3px 15px;
 
}


.inquiry2_conf .view .main {
    padding: 25px 20px 6px 0;
   
    font-size: 16px;
}


.conf_btn_area{
	display:table;
	margin:55px auto 20px;
	
	
	}
.conf_btn_area .btn_area, .conf_btn_area .btn_area2{
	float:left;
	margin:0 8px;
	padding: 0;
	width: auto;
	position: relative;
	}
.conf_btn_area .btn_area2 .conf_btn_r{
  display: block;
    padding: 15px 0 15px 0;
    color: #fff;
    text-decoration: none;
    background-color: #bbb;
  
    text-align: center;
    width: 380px;
    background-size: 18px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 0;
	    box-shadow: 0 0.2vw 0 0 #999;
    transition: 0.2s;
    position: relative;
    line-height: 1.68;
	border-radius: 4px;
}
.conf_btn_area .btn_area2::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    left: 24px;
    margin-top: -5px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
	z-index: 99;
}

.conf_btn_area .btn_area .conf_btn {
  
    display: block;
    padding: 15px 0 15px 0;
    color: #fff;
    text-decoration: none;
    background-color: #b82326;
  
    text-align: center;
    width: 380px;
    background-size: 18px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 0;
	    box-shadow: 0 0.2vw 0 0 #880c05;
    transition: 0.2s;
    position: relative;
    line-height: 1.68;
}



.inquiry2_done{
	
	 padding: 20px 40px 0;
	width: 800px;
	
	
	
}

.inquiry2_done h3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
	font-weight: bold;
	
	
}


.inquiry2_done .done_copy1{
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;

	
	
}
.inquiry2_done .done_copy1b{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 65px;

	
	
}
.err_bg {
    background: #ffe8e6 !important;
}

.inquiry2_done .f_att1{
	font-size: 13px;
	padding-bottom: 30px;
	
	
	
	
}

.modal-content .info_title3b{
	background: #eee;
	padding: 8px 15px;
	margin:8px 0 15px;
	
	
	
	
}
.modal-content .info_copy{
	font-size: 15px;
	padding-bottom: 8px;
	
	
	
	
}


.modal-content ul li{
	font-size: 14px;
	padding-bottom: 5px;
	    line-height: 1.45;
	
	
	
}

.modal-content ul{

	padding-bottom: 10px;
	
	
	
	
}
.modal-content .info_copy2{
	font-size: 14px;
	font-weight: bold;
	padding:15px 0 5px;
	
	
	
	
}

.gaiji{width: 63%;}
.inquiry2 .f_copy1{
	padding-bottom: 8px;
	
	
	
}

.inquiry2 .f_att1 li{font-size: 15px; padding-bottom: 3px;}
/* =========================================================
		history
========================================================= */

.oubo_r{
	margin: 0 auto 40px;
	
}

.oubo_non {
    text-align: center;
    font-size: 22px;
}
.his_con{
	max-width: 1050px;
    width: 96%;
}
.his_name{
	text-align: center;
	font-size: 22px;
	padding-bottom: 35px;
	font-weight: bold;
	
	
	
}


.infotb{
	width: 100%;}

.infotb .gray {
    background: #e6f4fb;
}

.infotb th, .infotb td {
    padding: 15px 1%;
    vertical-align: middle;
	text-align: center;
	width: 13%;
	letter-spacing: 0;
	line-height: 1.3;
}


.infotb .present{
	color: #961912;
	
	
	
}
.infotb .wdsp_30{
	
	width: 18%;
	
	
}
.infotb th, .infotb td {
    border: solid 1px #d5e5ef;
}


.infotb a{
	color: #961912;
	text-decoration: underline;
	font-weight: 700;
}

.infotb a:hover{
	text-decoration: none;
	font-weight: 700;
}
.oubo_r_btn a{
	margin: 0 auto 15px;
	display: block;
    width: 300px;
    padding: 14px 0 14px;
   
    color: #003373;
    letter-spacing: 1px;
   
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    background: #fff;
	border: 2px solid #003373;
	border-radius: 30px;
	
   
	
}
.oubo_r_btn a::after{
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 1px #003373;
border-right: solid 1px #003373;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 52%;
	right: 8%;
margin-top: -5px;
}


.kiyaku_btn_h a{
	
	margin: 28px auto 48px;
	
	
}
.fv_date{padding: 20px 0;}
.fv_date .fv_end{
	color:#000046;
	font-weight: 700;
	font-size: 32px;

	
   line-height: 1.6;
  
    text-align: center;
  
	

	
}
.kiyaku_btn2b a{
	
	background: rgba(255,255,255,0.6);
	
	
}


.kiyaku_btn2b a:hover{
	
	color: #fff !important;
	
	
}