@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body {min-height: 100%;}
body {
	margin: 0px;padding: 0px;
	color: #666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #00588f;
	background: linear-gradient(#00588f 0px, #00243a 200px);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}

/*placeholder
---------------------------------------------------------------------------*/
input::placeholder,textarea::placeholder {color: #ccc;}
/*IE*/
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
/*Edge*/
input::-ms-input-placeholder,textarea::-ms-input-placeholder {color: #ccc;}

/*link
---------------------------------------------------------------------------*/
a {color: #666;transition: 0.5s;}
a:hover {color: #59c3f4;text-decoration: none;}

/*header
---------------------------------------------------------------------------*/
header {
	padding: 20px 3% 10px;
	text-align: center;
}
header h1 img {
	color: #59c3f4;
	font-size: 24px;
	width: 350px;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	margin: 0 3%;
}

/*ステップ
---------------------------------------------------------------------------*/
#step {
	text-align: center;
	padding: 50px 0;
}
#step li {
	display: inline;
	padding: 20px 30px;
	color: #fff;
	color: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,255,255,0.4);
}
#step li:first-child {
	border-radius: 10px 0px 0px 10px;
}
#step li:last-child {
	border-radius: 0px 10px 10px 0px;
}
#step li:nth-child(1),#step li:nth-child(2),#step li:nth-child(3) {
	border-right: none;
}
#step li.current + li {
	border-left: none;
}
#step li.current {
	background: #fdb71c;
	background: linear-gradient(#ffdb24, #fdb71c);
	border: 1px solid #dd8e01;
	color: #333;
	font-weight: bold;
	box-shadow: 0px 0px 20px rgba(253,183,28,0.6);
}

/*main
---------------------------------------------------------------------------*/
#main {max-width: 1200px;margin: 0 auto;}
#main h2 {
	clear: both;
	margin-bottom: 30px;
	background: #fdb71c;
	border: 1px solid #dd8e01;
	color: #333;
	padding: 5px 20px;
	font-size: 20px;
	text-align: center;
}

/*table
---------------------------------------------------------------------------*/
.login .ta1 {
	margin: 5% auto;
	max-width: 800px;
}
.login .ta1 td, .login .ta1 th {
	padding: 20px 10px;
}
.ta1 caption, .ta1 td, .ta1 th {
	padding: 10px;
}
.ta1 caption {
	border: 1px solid #333;border-bottom: none;
	background: linear-gradient(#00588f, #00446f);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.ta1 .tamidashi {
	background: #00588f;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.ta1 {
	width: 100%;
	margin: 0 auto 30px;
	background: #fff;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #333;
}
.list1, .list1 td, .list1 th {
	padding: 5px;
	line-height: 1.4;
}
.ta1 th {
	text-align: center;
	background: #f2f2f2;
	width: 150px;
}
.list1 th {
	width: auto;
}
.list1 tr:nth-child(even) {
	background: #f3fafd;
}
.list1 tr:hover {
	background: #e6f6fd;
}
.list1 input[type="button"] {
	width: auto;
	padding: 2px;
	font-size: 12px;
}
.ta1 td textarea {display: block;}

/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}

/*inputボタン,btn
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: linear-gradient(#ffdb24, #fdb71c);
	border: 1px solid #dd8e01;
	color: #333;
	width: 300px;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	font-size: 20px;
	margin-bottom: 10px;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	position: relative;top: 1px;left: 1px;
	box-shadow: none;
}

/*その他
---------------------------------------------------------------------------*/
.clear {clear: both;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.error,.color1 {color: #ff0000;}
.comment {font-size: 13px;line-height: 1.5;}
.dn {display: none;}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){

/*ステップ
---------------------------------------------------------------------------*/
#step li {
	padding: 10px;
}

/*inputボタン,btn
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: auto;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 2.93vw;
}

/*table
---------------------------------------------------------------------------*/
.ta1 caption {
	padding: 5px;
}
.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.comment {font-size: 2.93vw;}
.ws {width: 96%;}

}
