/* =========================================================
		common
========================================================= */
html {background-color: #fff;}
header{background: #f7f4e4;}
.sub_btn_area a, .home_btn a{
	display: block;
    text-align: center;
    line-height: 1;
    margin: 18px auto 0;
    position: relative;
    font-weight: 600;
    color: #222;
    width: 220px;
    padding: 16px 0;
    font-size: 14px;
    border: 2px solid #222;
    border-radius: 3em;
transition: .3s;
background: #fff;}
.sub_btn_area a{
	background: #222;
	color: #fff;
}

.sub_btn_box{margin-top: 55px;}
.loginbtn a{background: #cc0011; border: 2px solid #cc0011; color: #fff;}
.passbtn a{background: #fff; border: 2px solid #cc0011; color: #cc0011;}
.topbtn a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    position: absolute;
    top: 44%;
    left: 10%;
}
.home_btn::after {
	display: none;}
.home_btn a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #222;
    border-left: solid 1px #222;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    position: absolute;
    top: 44%;
    left: 10%;
}
.sub_btn_area a:hover{opacity: 0.7;}

.home_btn.btn_red a {color: #fff; border: 2px solid #cc0011; background: #cc0011;}
.home_btn.btn_red a:after {border-top: solid 1px #fff;
    border-left: solid 1px #fff;}

.is_must {
    background-color: rgba(239, 238, 213, 0.5);
}


.s_kiyaku a {
    display: block;
    width: 160px;
    padding: 15px 0;
    margin: 40px auto 15px;
    border: 1px solid #1a1818;
    color: #1a1818;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 1;
    transition: all .3s;
}
.s_kiyaku a::after{
    content: "";
    width: 6px;
    height: 6px;
    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: 1px solid #1a1818;
    border-right: 1px solid #1a1818;
}
.s_kiyaku a:hover{
	
	 color: #fff;
background:#1a1818;
 
	
	
}
.s_kiyaku a:hover::after{

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.history_link{text-align: center;}
.history_link a{text-align: center; color: #d00b23; text-decoration: underline; font-size: 16px;}
.history_link a:hover{text-decoration: none;}



.pc-none{ display: none !important;}
.sp-none{ display: block;}
/* ---header-----*/
#header h1{ position: relative;}

#header #page_title{color: #fff; font-size: 32px; letter-spacing: 1px; font-weight: bold; position: absolute; 
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header .header-button a {background: #d40821;}
/* ---footer-----*/

.footer_logo {width: 160px; margin: 15px auto 45px;}
#footer .footer-wrapper {
    margin: 0 auto;
    padding: 40px 0;
	background: url(/img/martini_patern.jpg) repeat center top;}
.footer_inner{width: 960px; margin: 0 auto;}
.l-footer_notice{display: flex; align-items: center;}
.l-footer_notice dt{width: 38px; margin-right: 13px;}
.l-footer_notice dd{font-size: 15px; color: #fff; font-weight: 500;}
.copyr{
	text-align: right;
	margin-top: -20px;
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
}

/* =========================================================
		from
========================================================= */
/* ---from con-----*/
.form_bg {background: #f7f4e4;}
.cp_info_area h2 {color: #cc0011;}
.form__steps {border: 1px solid #cc0011;}
.form__steps li:after {border-left-color: #cc0011 !important;}
.form__steps li.active > * {background-color: #cc0011; border-color: #cc0011;}
.form__steps li > * {color: #cc0011;}
.subtitle-option {width: 100%;}
.view .sendmail .item{border-bottom: none;}
.form_area .attention a i{display: none;}
/* ---from done-----*/
.done_sub .done_title{font-size: 18px; padding-bottom: 15px;}
.send_mail_done .done_copy1{margin-bottom: 12px;}
.send_mail_done .done_copy1 span{font-weight: 600; font-size: 1.2em;}
.send_mail_done .done_copy2{margin-bottom: 50px;}
.send_mail_done .done_con2 h3{margin-bottom: 12px; font-size: 17px;}
.send_mail_done .done_con2 ul{width: 84%; margin: 0 auto; text-align: left;}
.send_mail_done .done_con2 ul li{padding-bottom: 5px; font-size: 14px; text-indent: -1em; padding-left: 1em;}

/* ---lINE MAIL signin-----*/
.entry_ttl{padding-bottom: 20px;}
.entry_line{padding: 40px 0 45px; background: #f2faf0; text-align: center;}
.entry_line h3{font-size: 20px; margin-bottom: 8px;}
.entry_line .operate{width: 300px; margin: 20px auto;}
.entry_line .line_copy2{font-size: 14px;}
.entry_line a{transition: .3s;}
.entry_line a:hover{opacity: 0.7;}
.entry_mail{padding: 40px 50px 50px; background: #f7f7f1; margin-top: 35px;}
.entry_mail2{padding: 50px 50px 50px;}
.entry_mail h3{font-size: 20px; margin-bottom: 20px; text-align: center;}
.entry_mail2 h3{margin-bottom: 35px;}
.entry_mail .subtitle-option{text-align: center;}


/* ---sandmail202412-----*/
.entry_mail .line_copy2{font-size: 14px; text-align: center; padding-top: 20px;}
#sendmail2 .update_area{margin: -20px auto 0;background: #f7f7f1; padding-bottom: 45px;}


/* ---202507-----*/
.form_area .f_att1{font-size: 14px;
    padding-top: 2%;
text-indent: -1em;
  padding-left: 1em;}


.done_sub .done_copy1{padding-bottom: 20px;}
.done_sub .f_att1{font-size: 14px; text-indent: -1em; padding-left: 1em; text-align: left;}
.done_sub .f_att1 li{padding-bottom: 2px;}
/* =========================================================
		company common
========================================================= */
.is_company #header .header-button a {background: #02616a;}
.is_company .form_bg {background: #eef3f4;}
.is_company #footer .footer-wrapper {background-image: linear-gradient(90deg, rgba(0, 96, 105, 1), rgba(0, 126, 125, 1) 70%, rgba(0, 147, 133, 1));}
.is_company .sub_btn_area a{
	color: #02616a;
    border: 2px solid #02616a;
	background: #fff;
}
.is_company .loginbtn a {background: #02616a; border: 2px solid #02616a; color: #fff;}
.is_company .passbtn a {border: 2px solid #02616a; color: #02616a;}
.is_company .form__steps {border: 1px solid #02616a;}
.is_company .form__steps li:after {border-left-color: #02616a;}
.is_company .form__steps li.active > * {background-color: #02616a; border-color: #02616a;}
.is_company .form__steps li > * {color: #02616a;}
.is_company .form__steps li.active > * {color: #fff;}
.is_company .form__steps li:after {
    border-left-color: #02616a !important;
}
.is_company .cp_info_area h2 {
    color: #02616a;
}

/* =========================================================
		member_point
========================================================= */
.member_point{
	 margin: 0 auto;
    width: 88%;
	padding: 3.5% 6% 3.5%;
	border: 2px solid #eb7700;
}
.member_point h3{font-size: 21px; text-align: center; margin:0 auto 32px;
    border-bottom: 2px solid #222;
    padding-bottom: 0;
    display: table;}

.member_point .point_box{
	display: flex;
	justify-content: space-between;
}
.member_point .point_box .pointcon1{
	width: 35%;
	position: relative;
	background: #f4f2ea;
	border-radius: 10px;
	padding: 2% 5%;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	color: #eb7700;
	border: dashed 1px #f1dbba;
}

.member_point .point_box .pointcon2{
	width: 39%;
	position: relative;
	background: #f4f2ea;
	border-radius: 10px;
	padding: 2% 4% 2% 8%;
	border: dashed 1px #f1dbba;
}
.pointcon2 .point_ttl{
	    font-size: 18px;
    color: #eb7700;
}
.pointcon2 ul{font-size: 15px;}
.member_point .point_n{
	font-family: Arial, Helvetica, "sans-serif";
	 width: 45px;
  height: 45px;
	line-height: 45px;
	
  background-color: #eb7700;
	color:#fff;
	font-size: 28px;
	font-weight: 600;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	position: absolute;
	top: -4px;
	left: -5px;
}




.howto_btn a{
	display: block;
    text-align: center;
    line-height: 1;
    margin: 26px auto 0;
    position: relative;
    font-weight: 600;
    color: #eb7700;
    width: 220px;
    padding: 16px 0;
    font-size: 14px;
    border: 2px solid #eb7700;
    border-radius: 3em;
    transition: .3s;
    background: #fff;
	text-decoration: none;
}
.howto_btn a:hover{

    color: #eb7700 ;
	opacity: 0.7;
}

.howto_btn a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #eb7700;
    border-right: solid 1px #eb7700;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 9%;
}
.point_att{text-align: center; font-size: 12px; padding-top: 5px;}
/* =========================================================
		howto_signup modal
========================================================= */
.modal_howto{width: 730px; padding: 40px 30px; margin: 7% 0 3%;}
.modal_howto .modal-close {
    text-decoration: underline;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 30px;
}
.howto_signup .inner{
      margin: 0 auto;
    width: 100%;
	padding: 2% 0 4%;

}
.howto_signup h3{font-size: 22px; text-align: center; margin:0 auto 45px;
    border-bottom: 3px solid #222;
    padding-bottom: 0;
    display: table;}
.howto_signup ul{display:flex;}
.howto_signup ul li{width: 30%; text-align: center;}
.howto_signup ul li img{width: 29%; margin: 18px auto 18px;}
.howto_signup ul li .step{text-align: center; padding: 0; font-size: 15px; color: #fff; font-weight: 600; background: #eb7700; width: 77%; margin: 0 auto 10px;}
.howto_signup ul li.step_arrow{width: 5%; text-align: center; display: flex;}
.howto_signup ul li.step_arrow img{width: 37%; margin: 0 auto;}
.howto_signup ul li dd h4{text-align: center; line-height: 1.5; padding: 5px 0 10px; font-size: 15px;}
.howto_signup ul li dd p{font-size: 14px; text-align: left; line-height: 1.6; letter-spacing: 0.5px;}
/* =========================================================
		howto_signup company
========================================================= */

.howto_signup.company .inner{
	 margin: 0 auto;
    width: 92%;
	padding: 4% 4%;
	border: 2px solid #02616a;
}
.howto_signup.company h3{font-size: 22px; text-align: center; margin:0 auto 40px;
    border-bottom: 3px solid #222;
    padding-bottom: 0;
    display: table;}
.howto_signup.company ul{display:flex;}
.howto_signup.company ul li{width: 30%; text-align: center;}
.howto_signup.company ul li img{width: 25%; margin: 18px auto 18px;}
.howto_signup.company ul li .step{text-align: center; padding: 0; font-size: 15px; color: #fff; font-weight: 600; background: #02616a; width: 70%; margin: 0 auto 10px;}
.howto_signup.company ul li.step_arrow{width: 5%; text-align: center; display: flex;}
.howto_signup.company ul li.step_arrow img{width: 35%; margin: 0 auto;}
.howto_signup.company ul li dd h4{text-align: center; line-height: 1.5; padding: 5px 0 10px;}
.howto_signup.company ul li dd p{font-size: 14px; text-align: left; line-height: 1.6; letter-spacing: 0.5px;}
/* =========================================================
		company job form
========================================================= */
.cp_info_area .cp_copy {
    font-weight: 600;
    font-size: 1.1em;
}

.is_company .sub_btn_area .register_btn{
	color: #fff;
    border: 2px solid #02616a;
	background: #02616a;
}

/* =========================================================
		lot
========================================================= */
#lot_result .form_bg{padding: 0 0 7%; background: #f2eee8;}
#lot_result .inquiry {
    max-width: inherit;
    margin: 0 auto 4%;
    padding: 0;
	background: none;
}
#lot_result #form{width: 100%;}
#lot_result .result_fv{background: url(../img/lot_bg1.jpg) no-repeat top center; background-size: cover; padding: 7.5% 0 7.5%;}
#lot_result .r_hit{margin: 0 auto;}


.r_hit {
	width: 550px;
	height: 550px;
	position: relative;
}
.r_lotresult {
	background-size: contain;
	position: absolute;
	width: 550px;
	height: 550px;
	left: 0;
	top: 0;
}
.r_lot {
	z-index: 9999;
}
.r_result {
	z-index: 8888;
}








#lot_result .win_guidance{
	max-width: 980px;
    margin: 0 auto;
    padding: 4% 5% 0;
}

#lot_result .win_guidance .re_copy1{font-weight: 600; padding: 0 0 20px; text-align: center; font-size: 17px; letter-spacing: 0;}
#lot_result .win_guidance .re_copy2{font-weight: 600; padding: 0 0 6px; text-align: center; font-size: 17px; letter-spacing: 0;}
#lot_result .btn_area{position: relative;
    width: 40%;
    margin: 0 auto 40px;}
#lot_result .btn_area a{background: #cc0011;}
#lot_result .btn_area button{color: #fff;
    font-size: 20px;
    font-weight: 600;}
#lot_result .serial_n{font-size:30px; font-weight: 600; padding-bottom: 15px; color: #cc0011; text-align: center;}

#lot_result .win_present{width: 85%; margin: 0 auto;}

/* =========================================================
		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;
	font-size: 15px;
}


.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;
}


