@charset "utf-8";



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

.hide {
	display: none;
}

.wrap {
	width: 640px;
	margin: 0 auto;
}
@media(max-width:640px){ 
.wrap {
	width: 100%;
	min-width: 375px;
}
}

.nowrap {
	white-space: nowrap;
}



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

header h1 {
	position: fixed;
	z-index: 989;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 640px;
	margin: 0 auto;
	background: #deebff;
	text-align: center;
}
@media(max-width:640px){ 
header h1 {
	min-width: 375px;
}
}

header h1 img {
	width: 218px;
	height: 40px;
	margin: 8px auto;
	vertical-align: bottom;
}

.page_title {
	margin-top: 56px;
	background-color: #f7f8f8;
}

h2 {
	padding: 30px 0 0;
	font-feature-settings: "palt" 1;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	color: #000064;
	font-size: 1.25rem;
	font-weight: bold;
	box-sizing: border-box;
}
@media(max-width:640px){ 
h2 {
	padding: 25px 25px 11px;
	font-size: 2em;
}
}



/* ===== content ================================================== */

.contents {
	padding: 0 0 70px;
	background-color: #f7f8f8;
}
@media(max-width:640px){ 
.contents {
	padding: 12px 0 60px;
}
}

div.message.error {
	background: #f00;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	padding: 0.4em;
	letter-spacing: 0.5px;	
}

/* ===== table.form_input ================================================== */

table.form_input {
	margin: 0 auto;
	background-color: #f7f8f8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
@media(max-width:640px){ 
table.form_input {
	width: 100%;
}
}

table.form_input tr th,
table.form_input tr td
{
	/*height: 100px;*/
	padding: 14px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
}
table.form_input tr:last-child th,
table.form_input tr:last-child td {
	border-bottom: none;
}
table.form_input tr th {
	width: 240px;
}
table.form_input tr td {
	width: 400px;
}

@media(max-width:640px){ 
table.form_input tr th,
table.form_input tr td
{
	display: block;
	padding: 0 25px;
	width: auto;
	height: auto;
	vertical-align: top;
	border-bottom: none;
}
table.form_input tr td {
	padding-bottom: 35px;
}
}

table.form_input tr th p.label {
	padding: 0 25px 0 0;
	font-size: 1.6em;
	line-height: 1.0em;
	color: #000
}
@media(max-width:640px){ 
table.form_input tr th p.label {
	padding: 0 0 8px 0;
	font-size: 1.6em;
}
}

table.form_input tr th p.format {
	padding: 5px 25px 0 0;
	font-size: 1.5em;
	color: #585858;
}
@media(max-width:640px){ 
table.form_input tr th p.format {
	display: none;
}
}

table.form_input tr td input[type=text],
table.form_input tr td input[type=password]
{
	padding: 10px 12px;
	width: 400px;
	font-size: 1.6em;
	line-height: 1.0em;
	border: 1px solid #b8b8bb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
}
@media(max-width:640px){ 
table.form_input tr td input[type=text],
table.form_input tr td input[type=password]
{
	padding: 10px 9px;
	width: 100%;
	min-width: 295px;
	font-size: 1.6em;
	background-color: #fff;
}
}



/* ===== table.form_view ================================================== */

table.form_view {
	margin: 0 auto;
}
@media(max-width:640px){ 
table.form_view {
	width: 100%;
}
}
table.form_view tr th,
table.form_view tr td
{
	height: 115px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
}
table.form_view tr:last-child th,
table.form_view tr:last-child td {
	border-bottom: none;
}
table.form_view tr th {
	width: 240px;
}
table.form_view tr td {
	width: 400px;
}

@media(max-width:640px){ 
table.form_view tr th,
table.form_view tr td
{
	display: block;
	padding: 0 25px;
	width: auto;
	height: auto;
	vertical-align: top;
	border-bottom: none;
}
table.form_view tr td {
	padding-bottom: 35px;
}
}

table.form_view tr th p.label {
	padding: 0 25px 0 0;
	font-size: 1.6em;
	line-height: 1.0em;
}
@media(max-width:640px){ 
table.form_view tr th p.label {
	padding: 0 0 15px 0;
	font-size: 1.6em;
}
}

table.form_view tr td p.value {
	font-size: 2.0em;
	color: #0054a6;
	line-height: 1.0em;
}
@media(max-width:640px){ 
table.form_view tr td p.value {
	font-size: 1.8em;
}
}

.error-message {
	margin-top: 8px;
	font-size: 1.4em;
	color: #f00;
}

/* ===== btn ================================================== */

.btn_container_mail {
	padding: 0 0 0;
}

.btn_container p {
	text-align: center;
}
@media(max-width:640px){ 
.btn_container p {
	padding: 10px 25px;
	text-align: center;
}
}

@media(max-width:640px){ 
.btn_container_mail p {
	padding: 0 0 20px;
}
}

.btn_container p a {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.4em;
}
@media(max-width:640px){ 
.btn_container p a {
	font-size: 1.5em;
}
}

.btn_container input[type=submit],
.btn_container input[type=button],
.btn_container a#mail {
	/*width: 320px;
	height: 70px;
	font-size: 2.8em;
	color: #fff;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 0 3px 0 0 #ccc;
	-moz-box-shadow: 0 3px 0 0 #ccc;
	-webkit-box-shadow: 0 3px 0 0 #ccc;
	-o-box-shadow: 0 3px 0 0 #ccc;
	-ms-box-shadow: 0 3px 0 0 #ccc;
	cursor: pointer;*/
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	margin: 30px auto 0;
	padding: 5px 0;
	max-width: 325px;
	width: 100%;
	min-height: 42px;
	border-radius: 4px;
	border: none;
	color: #fff;
	background: linear-gradient(to right, #00d2ff 0%, #0064ff 100%);
	-webkit-box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 50%);
	font-feature-settings: "palt" 1;
	letter-spacing: .1rem;
	font-size: 1.8em;
}
.btn_container input[type=submit]:hover,
.btn_container input[type=button]:hover
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btn_container input[type=submit]:disabled,
.btn_container input[type=button]:disabled
{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor: not-allowed;
}
@media(max-width:640px){ 
.btn_container input[type=submit],
.btn_container input[type=button]
{
	width: 100%;
	height: 40px;
	margin-top: 0;
	font-size: 1.8em;
}
}

.btn_container input[type=button].back {
	background: #aaa;
}

.div_hand {
	padding: 32px 0 0;
	text-align: center;
	font-size: 1.4em;
}
@media(max-width:640px){ 
.div_hand {
	padding: 20px 25px 0 0;
	font-size: 1.2em;
	text-align: right;
}
}



/* ===== guide_mail ================================================== */

ul.guide_mail {
	padding: 20px 0 20px 2.0em;
	list-style-type: disc;
	list-style-position: outside;
}
@media(max-width:640px){ 
ul.guide_mail {
	margin: 0 20px;
	padding: 0 0 20px 2.0em;
}
}

ul.guide_mail li {
	padding: 15px 0 0;
	font-size: 1.4em;
}
@media(max-width:640px){ 
ul.guide_mail li {
	padding: 10px 0 0;
	font-size: 1.2em;
}
}

ul.guide_mail li .attention {
	color: #f00;
}



/* ===== guide_confirm ================================================== */

div.guide_confirm {
	padding: 30px 0 50px;
}
@media(max-width:640px){ 
div.guide_confirm {
	margin: 0 25px;
	padding: 0 0 30px;
}
}

div.guide_confirm p {
	font-size: 1.6em;
	line-height: 2.4em;
	text-align: center;
}
@media(max-width:640px){ 
div.guide_confirm p {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: left;
}
}



/* ===== guide_qrcode ================================================== */

div.guide_qrcode {
	padding: 30px 0 50px;
}
div.guide_qrcode h3 {
	margin: 4em 0 1em;
	text-align: center;
	font-size: 2em;
	color: #f00;
}
div.guide_qrcode h3:nth-child(2) {
	margin-top: 2em;
}
@media(max-width:640px){ 
div.guide_qrcode {
	margin: 0 25px;
	padding: 0 0 30px;
}
}

div.guide_qrcode p {
	font-size: 2em;
	line-height: 2.0em;
	text-align: center;
}
@media(max-width:640px){ 
div.guide_qrcode h3 {
	margin-bottom: 0;
}
div.guide_qrcode p {
	padding: 20px 0 0;
	font-size: 1.6em;
	line-height: 1.5em;
}
}

div.guide_qrcode p img{
	width: 250px;
}

div.guide_qrcode p .narrowonly {
	display: none;
}
@media(max-width:640px){ 
div.guide_qrcode p .wideonly {
	display: none;
}
div.guide_qrcode p .narrowonly {
	display: inline;
}
}

.p_error {
	margin: 4px 0 0;
	font-size: 1.4em;
	color: #f00;
}
.div_error {
	padding-top: 24px;
	font-size: 1.6em;
}
@media(max-width:640px){ 
.div_error {
	padding: 24px 25px;
}
}

.div_error_nri {
	padding: 12px;
	border: 2px solid #f00;
	font-size: 1.6em;
	color: #f00
}
@media(max-width:640px){ 
.div_error_nri {
	margin: 0 25px 25px;
}
}


/* ===== footer ================================================== */

footer {
	background: #fff;
	text-align: center;
}
footer div {
	padding: 15px 0 10px;
	text-align: center;
}
footer div img {
	display: block;
	width: 224px;
	height: 28px;
	margin: 0 auto 18px;
}
footer div small {
	font-size: 0.625rem;
}

/* 2023/12/9追記  */
.div_txt {
	padding: 30px 0 0;
	font-feature-settings: "palt" 1;
	letter-spacing: .1rem;
	margin-bottom: 20px;
	font-size: 1rem;
	box-sizing: border-box;
}
@media(max-width:640px){ 
.div_txt {
	padding: 32px 25px 0;
	font-size: 1.6em;
}
}

/* 2024/10/29追記  */
.p_caution {
	width: 325px;
	margin: 0 auto -1em;
	font-size: 1.4em;
	color: #f00;
}
.p_caution02 {
	width: 325px;
	margin: 3em auto -1em;
	font-size: 1.4em;
	color: #333;
}
@media(max-width:640px){ 
	.p_caution {
		margin-bottom: 1em;
	}
	.p_caution02 {
		margin: 2em auto 1em;
	}
}

/* 2025/12/5追記 */
td p.format {
	margin-top: 4px;
	font-size: 1.3em;
	color: #666;
}