@charset "utf-8";

/* -------------------------------------------------------------------------------------
	INITIALIZE & GENERAL
------------------------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body,table,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,blockquote,form,label,dl,dt,dd,ol,ul,li,fieldset,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas { display: block; }
body {
	font: 16px/150% HelveticaNeue, sans-serif, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
	-webkit-text-size-adjust: none;
	color:#333;
	-webkit-touch-callout: none;
	margin:0 auto;
	background-color: #f7f7f7;
	line-height: 1.5em;
	min-width: 320px;
}
img { border: none; vertical-align:bottom; }
input,textarea{ margin:0;padding:0; }
input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="tel"]{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:inline-block;
	max-width:96%;
	padding:6px;
	height: 35px;
	font-size: 90%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: solid 1px #8a8a8a;
	background:rgba(255,255,255,.9);
	box-shadow:inset 1px 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.3);
}
.full { width: 100%; }
select{
	color: #333;
	height: 45px;
	font-size: 90%;
	padding: 4px 30px 4px 4px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #fff url(../img/select_arrow.jpg) no-repeat right;
}
input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #0c419a;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
a {
	-webkit-touch-callout:none;
	text-decoration: none;
}
footer{
	background:#0c419a;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	text-align: center;
	padding: .5em 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
ul{
	list-style-type:none;
}
ul.circle{
	list-style-type:circle;
	padding-bottom: .5em;
}
ul.circle li{
	margin-left: 1.5em;
	padding-bottom: .5em;
}
figure{
	margin: 0 auto;
}
a.disabled{
	pointer-events: none;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
@media(min-width:768px){
	a img:hover{
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}
.clearfix:after {
	clear:both;
	content: "";
	height: 0;
	display: block;
}
.btn{
	display: inline-block;
	background:#0c419a;
	box-shadow:0 0 2px rgba(0,0,0,0.33);
	color:#fff;
	padding:8px 8px 8px;
	text-decoration:none;
	cursor:pointer;
	border:0;
	border:2px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	min-width: 240px;
}
.btn[disabled]{
    background:#ccc;
    color:#fff;
    pointer-events: none;
}
.btn_w{
	display: inline-block;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.33);
	color:#0c419a;
	padding:8px 8px 8px;
	text-decoration:none;
	cursor:pointer;
	border:0;
	border:2px solid #0c419a;
	border-radius: 4px;
	font-size: 16px;
	min-width: 240px;
}
.btn_r{
	display: inline-block;
	padding:8px 16px 8px;
	text-decoration:none;
	cursor:pointer;
	border:2px solid #0c419a;
	border-radius: 40px;
}
.btn_2{
	display: inline-block;
	background:#0c419a;
	box-shadow:0 0 2px rgba(0,0,0,0.33);
	color:#fff;
	padding:8px 8px 8px;
	text-decoration:none;
	cursor:pointer;
	border:2px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	width: 48%;
	max-width: 240px;
}
.btn_2_w{
	background:#fff;
	color:#0c419a;
	border:2px solid #0c419a;
}
.txtcenter{
	text-align: center;
}
.txtleft{
	text-align: left;
}
.txtright{
	text-align: right;
}
.txt_s{
	font-size: 80%;
}
.bold{
	font-weight:bold;
}
.it{
	font-style: italic;
}
.quote{
	font-style: italic;
	font-weight: bold;
	padding-left: 1em;
}
.upper{
	vertical-align: super;
	font-size: 66%;
}
.under{
	vertical-align: baseline;
	font-size: 66%;
}
.pc-only { display: none; }
@media (min-width: 768px) { .pc-only { display: block; } }

.sp-only { display: block; }
@media (min-width: 768px) { .sp-only { display: none; } }

hr.dot{
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #fff;
}

/* -------------------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------------- */
.siteheader{
	position: relative;
	padding: 10px;
	background-color: #fff;
	border-bottom:solid 1px #ccc;
}
.siteheader .logo{
	width:123px;
	height:40px;
	background: url(../img/wni_logo.png) no-repeat;
	background-size: 123px 40px;
}

/* -------------------------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------------------------- */
.maincontent{
	width:100%;
	text-align: center;
}
.content{
	width:100%;
	margin:0 auto;
	padding:1em .5em;
	text-align: left;
}
h1{
	font-size:24px;
	font-weight:800;
	color:#0c0c0c;
	padding-bottom:.5em;
	padding-top:.5em;
}
h2{
	font-size:18px;
	font-weight:600;
	color:#0c419a;
	padding-bottom:.5em;
}
h3{
	font-size:16px;
	font-weight:400;
	color:#0c419a;
	padding-bottom:.5em;
}
p{
	padding-bottom:.5em;
}
dl.explain dt{
	font-size:16px;
	color:#000;
	font-weight: 600;
}
dl.explain dd{
	padding-left:1em;
}
.maincontent table   { width: 100%; }
.maincontent th, .maincontent td  { padding: 10px; border: 1px solid #ddd; }
.maincontent th  { background: #f4f4f4; }
.maincontent td  { background: #fff; }
.input_table th  { width: 30%; text-align: left; }
.input_name{width:100px;}
.input_mail,.input_password{width:340px;}
.input_table p{padding:.5em 0 0;font-size:14px;}
.note { font-size: 80%; color: #777; line-height: 1.2em; }
.note.red { color: #f99; }
.note.blue { color: #413dfe; }
.arrow { font-size: 80%; color: #9898a0; margin: 0 5px; }
.required {
    display: flex;
    justify-content: space-between;
}
.required:after{
    content: "[必須]";
    color: #f00;
    font-size: 0.5em;
    margin-left: 0.5em;
}
#error_msg{
	display: none;
}
table.table_error_msg{
	background-color: #fcc;
	border-radius: 4px;
	margin-bottom: 16px;
}
table.table_error_msg td{
	background-color: #fcc;
	border:none;
	font-size:14px;
	color:#f00;
}
.flex-buttons {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
@media(max-width:768px){
	.input_table {
		margin: 0;
	}
	.input_table th,.input_table td{
		width: 100%;
		display: block;
		border-top: none;
	}
    .input_table tr:first-child th   { border-top: 1px solid #ddd; }
    .input_mail,.input_password{width:100%;}
    h1{
    	font-size:16px;
    }
    .required:after{
        content: "*";
        font-size: 1em;
    }
    .flex-buttons {
        flex-direction: column;
    }
}
@media(min-width:768px){
	.maincontent{
		max-width:960px;
		margin:0 auto;
	}
	.content{
		max-width:800px;
	}
}

/* -------------------------------------------------------------------------------------
	ZERO
------------------------------------------------------------------------------------- */
.d_zero{
	position: relative;
	font-size:13px;
	line-height: 20px;
	background-color: rgba(0,0,0,.5);
	color:#fff;
	padding:8px;
}
