main{
	margin: 0 auto;
	padding: 30px 0 20px;
	position: relative;
	text-align:center;
}

.main_heading{
	margin: 0 auto;
	padding: 15px 0 35px;
	position: relative;
	text-align:center;
}

.main_heading h2{
	margin: 0 auto 15px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing:0.00em;
	color:#2564e3;
}
.main_heading h2::before {
content: "";
display: inline-block;
width: 1.6rem;
height: 1.6rem;
background-image: url("../images/registration/flag.svg");
background-size: contain;
background-repeat: no-repeat;
margin-right: 0.3rem;
transform: scaleX(-1);
}
.main_heading h2::after {
content: "";
display: inline-block;
width: 1.6rem;
height: 1.6rem;
background-image: url("../images/registration/flag.svg");
background-size: contain;
background-repeat: no-repeat;
margin-left: 0.6rem;
}
.main_heading h2 + span{
	display:block;
	margin: -4px 0 14px;
	padding: 0;
	font-size: 14px;
	line-height: 1.0;
	text-align:center;
	color:#2564e3;
}


.main_heading div{
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	display: flex;
	align-items:center;
	justify-content:center;
}

.main_heading div p{
	margin: 0 10px 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing:-0.05em;
	color:#fff;
}

.main_heading div img{
	width:70px;
	height:auto;
}

.main_heading p.exclamation{
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing:-0.03em;
	color:#fff;
}

.main_heading p.exclamation::before {
content: "";
display: inline-block;
width: 1.4rem;
height: 1.4rem;
background-image: url("../images/registration/exclamation_mark.svg");
background-size: contain;
margin-right: 0.2rem;
margin-bottom: -0.3rem;
}
.main_heading p.exclamation::after {
content: "";
display: inline-block;
width: 1.4rem;
height: 1.4rem;
background-image: url("../images/registration/exclamation_mark.svg");
background-size: contain;
margin-left: 0.2rem;
margin-bottom: -0.3rem;
}

.main_heading div p.check_reset_txt{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing:-0.03em;
	color:#fff;
	max-width:330px;
}

.form_block{
	margin: 0 15px 30px;
	padding: 20px 0 10px;
	position: relative;
	text-align:center;
	width:auto;
	border-radius:10px;
	background-color:#fff8e0;
}

ul.form_list {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	text-align:center;
	max-width:320px;
}

ul.form_list li{
	margin: 0 0 15px;
	padding: 0 0;
	position: relative;
	text-align:left;
}

ul.form_list li h3{
	margin: 0 0 5px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:0.00em;
}

ul.form_list li h3 em{
	margin: 0 0 0 0;
	padding:5px 0;
	position: relative;
	border-radius: 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	color: #de0011;
	display:block;
}

ul.form_list li p{
	margin: 0 0 5px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing:0.00em;
	color:#231a19;
}

ul.form_list li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:8px 12px;
	border:0px solid #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	box-sizing: border-box;
	width:100%;
	border-radius:6px;
	background-color:#ede6ce;
}
ul.form_list li input.attention_input{
	background-color:#ffe4e4;
	border:1px solid #de0011;
}
ul.form_list li input:focus {
	outline: none;
}
ul.form_list li div.value {
	font-weight: normal;
}
.mail_notice{
	margin: 10px 0 0 1em;
	padding:0 0;
	position: relative;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #de0011;
	box-sizing: border-box;
	text-indent:-1em;
}

ul.form_list.check li input {
	border:0px solid #fff;
	font-weight: bold;
}
input::placeholder {
	color:#bfada1;
}

ul.form_list.check li .mail_notice{
display:none;
}
ul.form_list.check li p{
display:none;
}

ul.form_list.password_eye li div {
	position: relative;
}
ul.form_list.password_eye li div span{
	position: absolute;
	top:35%;
	right:15px;
}

ul.form_list.password_eye li span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
ul.form_list.password_eye li span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.consent_block{
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	text-align:center;
}

.consent_block h3{
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing:0.00em;
	color:#fff;
}
.consent_block h3 a{
	color:#fff;
	text-decoration:underline;
}

.check_txt{
	margin: 0 auto 10px;
	padding:0 0;
	position: relative;
	text-align: left;
	width:340px;
}

.check_txt em{
	margin: 0 0;
	padding:10px 10px;
	position: relative;
	border-radius: 10px;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	color: #de0011;
	background-color:#ffe4e4;
	display:inline-block;
}

.forgot_txt{
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing:0.00em;
	color:#fff;
}
.forgot_txt a{
	margin: 0 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	color:#fff;
	text-decoration:underline;
}
.forgot_notice{
	margin: 0 auto 20px;
	padding:0 0;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	color: #fff;
	max-width:330px;
}

.mb_zero{margin-bottom:0;}

.wrap_checkbox{
	margin: 0 auto 30px;
	padding: 0;
	position:relative;
}

.wrap_checkbox input[type=checkbox] {
	display: none !important;
}

.wrap_checkbox label{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
.wrap_checkbox label a{
	margin: 0 5px;
	padding: 0;
	position:relative;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
	color:#0151d7;
	text-decoration:underline;
}

.wrap_checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
	width: auto;
	vertical-align:middle;
}
.wrap_checkbox label::before {
	content: '';
	display: block;
	border:0px solid #000;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	background-color:#fff;
	box-sizing: border-box;
	transition : 0.2s;
}
.wrap_checkbox label.attention_checkbox::before{
	background-color:#ffe4e4;
}
.wrap_checkbox label:hover::before {
	border:0px solid #000;
}
.wrap_checkbox input[type=checkbox]:checked + label::before {
	background-color:#000;
}
.wrap_checkbox label::after {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	content: '';
	display: block;
	height: 11px;
	width: 5px;
	left: 5px;
	top: 3px;
	opacity: 0;
	position: absolute;
	transform: rotate(45deg);

}
.wrap_checkbox input[type=checkbox]:checked + label::after {
	opacity: 1;
}

.save_check{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:left;
	max-width:300px;
}

.save_check input[type=checkbox] {
	display: none !important;
}

.save_check label{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	box-sizing: border-box;
}

.save_check label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
	width: auto;
	vertical-align:middle;
}
.save_check label::before {
	content: '';
	display: block;
	border:2px solid #000;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color:#fff;
	box-sizing: border-box;
}
.save_check label.attention_checkbox::before{
	background-color:#ffe4e4;
}
.save_check input[type=checkbox]:checked + label::before {
	background-color:#000;
}
.save_check label::after {
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	content: '';
	display: block;
	height: 11px;
	left: 6px;
	top: 1px;
	opacity: 0;
	position: absolute;

	transform: rotate(45deg);
	width: 7px;
}
.save_check input[type=checkbox]:checked + label::after {
	opacity: 1;
}


.btn_registration{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.btn_registration a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;

}
.btn_registration a img{
	width:340px;
	height:auto;
}
.btn_registration a:hover{

}


p.attention_txt{
	margin: 0 15px 15px;
	padding:20px 0;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #de0011;
	box-sizing: border-box;
	border-radius:10px;
	background-color:#ffe4e4;
}

p.completed_text{
	margin: 0 15px 30px;
	padding:20px 0;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #684429;
	box-sizing: border-box;
	border-radius:10px;
	background-color:#fff8e0;
}

.btn_return{
	margin: 20px auto 0;
	padding: 0 0 0 0;
	position:relative;
}

.btn_return a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;

}
.btn_return a img{
	width:210px;
	height:auto;
}
.btn_return.back a img{
	width:340px;
}
.btn_return a:hover{

}

.agreement_block{
	margin: -30px auto 0;
	padding: 20px 0 40px;
	position: relative;
	text-align:center;
	background-color:#e4f8ff;
}

ul.agreement_list{
	margin: 0 auto 30px;
	padding:0 20px;
	position: relative;
	text-align: left;
	width:auto;
}

ul.agreement_list > li{
	margin: 0 auto 30px;
	padding:0 0;
	position: relative;
	text-align: left;
}

ul.agreement_list > li h3{
	margin: 0 auto 5px;
	padding:0 0;
	position: relative;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	letter-spacing: 0.00em;
}

ul.agreement_list > li p{
	margin: 0 auto 15px;
	padding:0 0;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	color: #000;
	letter-spacing: 0.00em;
}

ul.agreement_list > li p.text_color{
	color:#2564e3;
}

ul.agreement_list > li p span{
	margin: 0 0 0 1em;
	padding:0 0;
	text-indent:-1em;
	display:inline-block;
}

ul.agreement_list > li a{
	color:#2564e3;
	text-decoration:underline;
}

ul.asterisk{
	margin: 0 0;
	padding:0 0;
	position: relative;
	text-align: left;
}

ul.asterisk > li{
	margin: 0 0 0 1em;
	padding:0 0;
	text-indent:-1em;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	color: #000;
	letter-spacing: 0.00em;
}






/* �}�C�y�[�W */

.mypage_wrap{
	margin: -30px auto 0;
	padding: 0 0 0px;
	position: relative;
	text-align:center;
}

.regi_info_box{
	margin: 40px 10px 0px;
	padding: 20px 20px 50px;
	position: relative;
	text-align:left;
	background-color:#fff;
	border-radius:15px;
	width:auto;
	box-sizing: border-box;
}

.regi_info_box h3{
	margin: 0 0 0px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing:0.00em;
	color:#000;
}

.regi_info_box h3.mb0{
	margin: 0 0 10px;
}

.regi_info_box .regi_info_txt{
	margin: 0 0 15px;
	padding: 0 0;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	letter-spacing:0.00em;
	color:#000;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}

.regi_info_box .regi_info_txt input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 0;
	padding:0 0;
	border:0 solid #000;
	border-radius: 0;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	letter-spacing:0.00em;
	color:#000;
	box-sizing: border-box;
	width:60%;
}
.regi_info_box .regi_info_txt input:focus {
	outline: none;
}

.regi_info_box .regi_info_txt span{
	margin: 0 15px;
	padding: 0 0;
	position: relative;
}

.regi_info_box .regi_info_txt span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
.regi_info_box .regi_info_txt span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.regi_info_btn{
	margin: 0 auto;
	padding: 10px 0;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background-color:#4caa5a;
	border-radius:0 0 15px 15px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing:0.00em;
	color:#fff;
	background-image: url("../images/mypage/arr_down.svg");
	background-repeat: no-repeat;
	background-position: right 20px top 50%;
	background-size:18px auto;
	white-space:nowrap;
}

.regi_info_btn .close_txt{
	display:none;
}
.regi_info_btn.open{
	background-image: url("../images/mypage/arr_up.svg");
	background-repeat: no-repeat;
	background-position: right 20px top 50%;
	background-size:18px auto;
}
.regi_info_btn.open .open_txt{
	display:none;
}
.regi_info_btn.open .close_txt{
	display:block;
}

.regi_info_box .regi_info_txt a{
	margin: 0 0;
	padding: 6px 12px;
	position: relative;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	letter-spacing:0.00em;
	color:#000;
	background-color:#ffda03;
	border-radius:30px;
	border:0px solid #000;
}
.regi_info_box .regi_info_txt a:hover{
	text-decoration:none;
	border:3px solid #000;
}

.pass_mail{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	display:none;
}

.status_block{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
}

.status_block h2 {
	width:auto;
	margin: 0 auto 15px;
	padding: 0 0;
	position: relative;
	text-align:center;
}
.status_block h2 img{
	width:250px;
	height:auto;
}

.status_block h3 {
	width:auto;
	margin: 0;
	padding: 0.2em 0;
	position: relative;
	text-align:center;
	line-height: 46px;
	position: relative;
	height: 46px;
	text-align: center;
	color: #fff;
	background: #1d5b26;
}
.status_block h3 span {
	position: relative;
	display: block;
	text-align:center;
	font-weight: 500;
	font-size: 22px;
	letter-spacing:0.00em;
	color:#fff;
}
.status_block h3 span small{
	font-size: 13px;
	margin-right:10px;
	vertical-align:top;
	display:inline-block;
}

.status_block .status_wrap{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
	width:100%;
}
.status_block .status_wrap .status_message{
	width:74%;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_winners{
	margin: 20px auto 20px;
	padding: 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_img{
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align:center;
}
.status_block .status_wrap .status_ticket{
	margin: 0 auto;
	padding: 0 0;
	position: absolute;
	bottom:5vw;
	left:5vw;
	text-align:center;
	width:42vw;
	display: flex;
align-items:center;
justify-content:center;
}
.status_block .status_wrap .status_ticket img{
	width:17vw;
}
.status_block .status_wrap .status_ticket span{
	font-weight: bold;
	font-size: 6vw;
	line-height: 8vw;
	letter-spacing:0.00em;
	color:#d51417;
}
.status_block .status_wrap .status_ticket span small{
	font-size: 4vw;
}

.status_block p{
	margin: 0 auto 50px;
	padding: 0 0;
	position: relative;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing:0.00em;
	color:#000;
}
.status_block .next_announcement{
	width:92%;
	margin: 40px auto 10px;
	padding-top: 54.6%; 
	position: relative;
	text-align:center;
	background-image: url("../images/mypage/next_announcement_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.status_block .next_announcement .next_tit{
	position: absolute;
	top: -20px;
	left: 16px;
	width:74%;
}
.status_block .next_announcement .next_entry,
.status_block .next_announcement .next_btn,
.status_block .next_announcement .next_message {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.status_block .next_announcement .next_entry {
	top: 14%;
	width: 80%;
}
.status_block .next_announcement .next_btn {
	top: 42%;
	width: 88%;
}
.status_block .next_announcement .next_message {
	top: 74%;
	width: 78%;
}
.incentive_block{
	margin: 0 auto;
	padding: 26px 0 30px;
	position: relative;
	text-align:center;
	background-image: url("../images/mypage/sp_incentive_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.incentive_block h2{
	margin: 0 15px 12px;
	padding: 0;
	position: relative;
	text-align:center;
}
.incentive_block h2 img{
	width:auto;
	height:auto;
}
.incentive_block .clear_status{
	margin: 0 auto 12px;
	padding: 0;
	position: relative;
	text-align:center;
}
.incentive_block .clear_status img{
	width:110px;
	height:auto;
}
.incentive_block h3{
	margin: 0 15px;
	padding: 0;
	position: relative;
	text-align:center;
}
.incentive_block h3 img{
	width:auto;
	height:auto;
}
ul.incentive_list{
	margin: 0 10px 20px;
	padding: 0 0;
	position: relative;
	text-align:center;
	z-index:1;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.incentive_list li{
	margin: 0 0 5px;
	padding: 0 0;
	position: relative;
	text-align:center;
	width:50%;
}
ul.incentive_list li img{
	width:100%;
	height:auto;
}
ul.incentive_list li.finished img{
filter: saturate(0%) brightness(80%);
}
ul.incentive_list li.finished::before {
	content: "";
	position: absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	background-image: url("../images/mypage/clear.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:70% auto;
	z-index:10;
}

ul.please_list{
	margin: 0 15px 30px;
	padding: 0 0;
	position: relative;
	text-align:center;
}
ul.please_list li{
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}
ul.please_list li img{
	width:100%;
	height:auto;
}

.prize_block{
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	text-align:center;
	overflow-x: hidden;
}

.prize_block h2{
	margin: 0 10px;
	padding: 0 0 10px;
	position: relative;
	text-align:center;
}
.prize_block h2 img{
	width:auto;
	height:auto;
}

.prize_block .prize {
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	text-align:center;
}
.prize_block .prize img{
    display: inline-block;
    transform: translateX(-20px);
    width: calc(100% + 40px); /* ���E��20px���L���� */
	max-width:unset;
}

.prize_block h4.h4_slide{
	margin: 0 auto 0px;
	padding: 0 0 10px;
	position: relative;
	text-align:center;
	width:340px;
	border-bottom:2px solid #fff;
	background-image: url("../images/mypage/arr_down2.svg");
	background-repeat: no-repeat;
	background-position: right 10px top 6px;
	background-size:15px auto;
	cursor: pointer;
}

.prize_block h4.h4_slide.open{
	background-image: url("../images/mypage/arr_up2.svg");
	background-repeat: no-repeat;
	background-position: right 10px top 5px;
	background-size:15px auto;
	cursor: pointer;
}

.prize_block h4.h4_slide img{
	width:40%;
	height:auto;
	max-width: none;
}

.precautions{
	margin: 0 15px 30px;
	padding: 0;
	position: relative;
}
.preview_block {
	margin: 0 0 30px;
	padding:25px 0 20px;
	background-color: rgba(34, 77, 8, 0.5);
}
.preview_block h3{
	margin: 0 0 15px;
	padding: 0;
	text-align:center;
}
.preview_block h3 img{
	width:120px;
}
.preview_block ul{
	margin: 0 15px;
	padding: 0;
	display:flex;
	justify-content: space-between;
}
.preview_block ul li{
	width:168px;
}
.preview_block .preview_txt{
	margin: 1em auto 0;
	padding: 0;
	color:#fff;
	font-size:11px;
	width: 80%;
}

.here_box{
	margin: 0 auto;
	padding: 0.8em 0.8em 0.2em;
	position: relative;
	text-align:left;
	display:none;
	max-width:320px;
	background-color:#fff;
}

.here_box p{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	text-align:justify;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing:0.00em;
	color:#000;
}

.here_box p a{
	word-break: break-all;
}

ul.here_list{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	text-align:left;
}

ul.here_list li{
	margin: 0 0 0 1em;
	padding: 0 0 0;
	position: relative;
	text-align:justify;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing:0.00em;
	color:#000;
	text-indent:-1em;
}
.here_box span{
	display:block;
	margin: 0 0 0 1em;
	text-indent:-1em;
}

.btn_backtop{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.btn_backtop a{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;

}
.btn_backtop a img{
	width:340px;
	height:auto;
}
.btn_backtop a:hover{

}


.fix_btn{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:auto;
	height:68px;
	z-index:10;
	width:auto;
	z-index:11;
	background-image: url("../images/mypage/f_fix_bg.png");
	background-repeat: repeat-x;
	background-position:center bottom;
	background-size:auto 68px;

}

.fix_btn a{
	position:absolute;
	bottom:9px;
	left:0;
	right:0;
	text-align:center;
	display:inline-block;
}
.fix_btn a:hover{

}
.fix_btn a img{
	width:190px;
	height:auto;
}

/* �X���C�h�o�i�[�ݒ� */

ul.f_slide_bnr{
	margin: 16px auto 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:315px;
}

ul.f_slide_bnr li{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.f_slide_bnr .slick-slider{position: static;}

ul.f_slide_bnr .slick-list{overflow: hidden;}

.f_slide_bnr .slick-track {}
.f_slide_bnr .slick-slide {
	width:315px !important;
}
.f_slide_bnr .slick-slide.slick-current {
  opacity: 1;
}
.f_slide_bnr .slick-slide a {
  display: block;
}

ul.f_slide_bnr .slick-slide{margin:0 10px;}

.slide-arrow {
cursor: pointer;
margin: auto;
position: absolute;
top: 30px;
width: 10px;
z-index:10;
}
.prev-arrow {
left: -20px;
}
.next-arrow {
right: -20px;
}

.f_slide_bnr.slick-dotted.slick-slider{
	margin-bottom: 10px;
}

.slick-dots{
	position: relative !important;
	bottom: auto !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0px !important;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	margin: 0 5px 0 !important;
	padding: 0 0 !important;
	position:relative;
	text-align:left !important;
	display:inline-block !important;
	vertical-align:top !important;
	width:8px !important;
	letter-spacing:normal;
	height: 8px !important;
	min-height:8px !important;
	cursor: pointer;
	background-color:transparent;
	border-radius:0px;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px !important;
	height: 8px !important;
	padding: 0px !important;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #a58d70 !important;
	border:0px solid #777 !important;
	border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1 !important;}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 0px !important;
	line-height: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px !important;
	height: 8px !important;
	content: ' ' !important;
	text-align: center;
	opacity: 1 !important;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{background-color:#40220f !important;border-radius: 5px;}

/* �|�b�v�A�b�v�ݒ� */

.white-popup-block{
	margin:0 auto;
	padding:50px 0 50px;
	position:relative
	text-align:left;
	max-width:720px;
}

.mfp-hide{display:none!important}

.popup_block{
	margin: 0 auto;
	padding: 0 0 0px;
	position: relative;
	background:#fff;
	border-radius: 20px;
	box-sizing: border-box;
}

.popup_block h2{
	margin: 0 auto 0;
	padding: 12px 0px;
	position: relative;
	background-color:#4caa5a;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	letter-spacing: 0.00em;
	border-radius: 20px 20px 0 0;
}

.popup_block h2 img{
	width:90%;
	height:auto;
}
.popup_block h2.popup2_logo img {
	height:36px;
	width:auto;
}
.close_btn_top{
	position: absolute;
	top: -40px;
	right: 0px;
	z-index:11;
}
.close_btn_top a{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.close_btn_top img{
	width:28px;
	height:auto;
	margin-left:10px;
}

.popup_block ul.form_list {
	margin: 20px auto 30px;
}
.popup_block ul.form_list li div {
	position: relative;

}
.popup_block ul.form_list li div span{
	position: absolute;
	top:35%;
	right:15px;
}

.popup_block ul.form_list li span.eye{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye_slash.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}
.popup_block ul.form_list li span.eye_slash{
	width: 24px;
	height: 15px;
	background-image: url("../images/mypage/eye.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:24px auto;
	cursor: pointer;
}

.txt_color_red{color:#de0011!important;}

.popup_block .completed_txt{
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	letter-spacing: 0.00em;
}

.content_popup_wrap {
	margin: 0 auto 30px;
	padding: 0 0;
	position: relative;
	text-align: center;
}

.content_popup_wrap .content_p{
	margin: 0 auto 15px;
	padding: 0 0;
	position: relative;
	text-align: center;
}

.content_popup_wrap .content_p img{
	width:100%;
	height:auto;
}

.content_popup_wrap h3{
	margin: 0 auto 10px;
	padding: 0 0 0;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	letter-spacing: 0.00em;
}
.content_popup_wrap p{
	margin: 0 auto;
	padding: 0 20px 0;
	position: relative;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	letter-spacing: 0.00em;
}

.close_btn_bot{
	margin: 0 auto;
	padding: 40px 0px 30px;
	position: relative;
	text-align: center;
	z-index:11;
}
.close_btn_bot a{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.close_btn_bot img{
	width:28px;
	height:auto;
	margin-right:10px;
	filter: brightness(0%);
}

.mfp-close{
	display:none !important;
}

.my-mfp-zoom-in.mfp-bg {
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}