﻿@charset "utf-8";

.main {
	padding: 11.145vh 0;
}

/* *** reissue1と2共通 *** */
.explanation {
	width: 85%;
	margin: auto;
	text-align: center;
}
.explanation p {
	display: inline-block;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 3.6vw;
	line-height: 5.4vw;
	font-weight: 300;
	text-align: justify;
}
.form_box {
	margin-top: 11.12vw;
}


/* *** reissue1 *** */
.form_box.reissue1 .input_field {
	width: 77%;
	margin: auto;
}
.form_box.reissue1 .input_box {
	width: 100%;
	margin: auto;
}
.form_box.reissue1 .submit_btn {
	width: 70%;
	margin-top: 29vw;
	border-radius: 20px;
	background: #eb6000;
}


/* *** reissue2 *** */
.form_box.reissue2 .input_field,
.form_box.reissue2 .submit_btn {
	width: 80%;
	margin: auto;
}
.form_box.reissue2 .note_text {
	margin-top: 2.5vw;
}
.form_box.reissue2 .note_text p {
	text-align: center;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 3vw;
	line-height: 3vw;
	font-weight: 300;
}
.form_box.reissue2 .submit_btn {
	margin-top: 12.1vw;
	width: 65%;
}

.explanation.ps{
	width: 85%;
}

.comp_main .comp_title p {
	font-size: 5vw;
}

.comp_explanation.w_pc p{
	font-size: 3.6vw;
}

/* *** ポップアップ *** */
.no_mail_pop .popup_contents {
	padding-left: 8px;
	padding-right: 8px;
}
.match_pop .popup_contents {
	padding: 70px 10px;
}

.ps_letter{
	font-variant-ligatures: none;
	letter-spacing: -0.3px;
}
.s_letter{
	font-variant-ligatures: none;
	letter-spacing: -15px;
}

/*認証コード一致POP*/
.code_match_pop{
	z-index: 35;
}
.code_match_pop .popup_contents{

}

.code_match_pop .authentication_code_form{
	margin-top: 6.5vw;
}

.code_match_pop .authentication_code_form input{
	display: block;
	width: 100%;
	height: 8.95vw;
	padding: 0 10px;
	background: transparent;
	border: 1px solid #a8a8a8;
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 3.4vw;
	font-weight: 300;
}

.code_match_pop .authentication_code_form button{
	min-width: 50vw;
	margin-top: 7vw;
}

.code_match_pop .authentication_code_form .much_err_txt{
	color: red;
	font-size: 3.3vw;
	margin-top: 5px;
}

/* *** レスポンシブ *** */
/* iPhone5 */
@media screen and (max-width: 320px) {
	.main {
		padding: 45px 0;
	}

	/* *** reissue3 *** */
	.comp_title p {
		font-size: 15px;
	}
	.comp_explanation p {
		font-size: 10px;
	}
}