@charset "utf-8";

/* CSS Document */

/* 全体
============================================================================================================*/
*  {
	padding : 0px;
	margin : 0px;
	list-style-type: none;
}


/* body
============================================================================================================*/
body   {
	color: #000000;
	font-size: 100%;
	line-height: 160%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	background-color: #ABCAEC;
}
.t90 {font-size: 90%;}
.t110 {font-size: 110%;}
.t120 {font-size: 120%;}
h1,h2,h3,h4,h5,h6,h7{
	font-size: 100%;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.h1{
 position: relative;
 display: inline-block;
 margin-bottom: 1em;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 width: 100%;
 margin-top: 20px;
 font-size: 140%;
}
.h1:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 2px;
}

a img {
	border-style:none;
}
.clear { 
    clear:both; 
}
.clear hr { 
    display: none; 
}
a {
	text-decoration:none;
	color:#003399;
}
a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}
a:hover {
	text-decoration:underline;
	color:#FF6600;
}



header {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	border-radius: 10px;
}
.wap {
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: hsla(0,0%,100%,1.00);
 padding-right: 10px;
 padding-left: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
}
.wap form {
 margin-top: 20px;
}
section {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,100%,1.00);
}
table {
 width: 96%;
 border-left: 1px solid hsla(0,0%,75%,1.00);
 border-right: 0 solid hsla(0,0%,75%,1.00);
 border-bottom: 0 solid hsla(0,0%,75%,1.00);
 border-top: 1px solid hsla(0,0%,75%,1.00);
 font-size: 100%;
 margin-top: 5px;
}
table th,table td {
 margin-top: 10px;
 margin-bottom: 10px;
 border-left: 0 solid hsla(0,0%,75%,1.00);
 border-right: 1px solid hsla(0,0%,75%,1.00);
 border-bottom: 1px solid hsla(0,0%,75%,1.00);
 border-top: 0 solid hsla(0,0%,75%,1.00);
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
}
tr td input {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
}
.login {

}



h1 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
	margin-bottom: 30px;
}

h1:before,h1:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
h1:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
h1:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

h2 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: hsla(218,63%,30%,1.00);
}

h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}

h3{
	text-align: center;
	border-bottom: 3px double hsla(0,0%,45%,1.00);
	margin-bottom: 50px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.sec01 {
	width: 500px;
	clear: both;
}
.sec02  {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.sec03 {

}

.sec01 .submit ,.sec02 .submit,.sec03 .submit{
	text-align: center;
}
.submit input {
	font-size: 110%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	width: 200px;
}

.table01 th {
	text-align: left;
	font-weight: normal;
	background-color: hsla(0,0%,93%,1.00);
	width: 22%;
}
.table01 input {

}
.table02 {
	font-size: 80%;
}

.table02 th {
	text-align: center;
	font-weight: normal;
	background-color: hsla(0,0%,18%,1.00);
	color: hsla(0,0%,100%,1.00);
}
.del-size {
	width: 50px;
	text-align: center;
}
.size-50 {
	width: 50px;
}
.size-100 {
	width: 100px;
}
.size-200 {
	width: 200px;
}
.size-300 {
	width: 300px;
}
.size-400 {
	width: 400px;
}
.size-500 {
	width: 500px;
}
.size-600 {
	width: 600px;
}
.size-700 {
	width: 700px;
}
.size-800 {
	width: 800px;
}
.size-900 {
	width: 900px;
}
.inframe {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.inframe dl dt {
	width: 25%;
	display: block;
	float: left;
	background-color: hsla(214,47%,48%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inframe dl dt span {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
dd span input {
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}


.inframe dl dd {
	width: 70%;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sec02 h2 span {
	float: right;
	font-size: 90%;
	font-weight: normal;
}
.finish {
	margin-left: 150px;
	margin-bottom: 60px;
}
.finish dl {
	margin-bottom: 15px;
}


.finish dl dt {
	width: 150px;
	display: block;
	float: left;
}
.finish dl dd {
	float: left;
	width: 150px;
	display: block;
	text-align: right;

}
.login a  {
	font-size: 80%;
	background-color: hsla(0,0%,38%,1.00);
	padding-left: 10px;
	padding-top: 6px;
	margin-left: 10px;
	color: hsla(0,0%,100%,1.00);
	border-radius: 8px;
	padding-right: 10px;
}
.blue {
	background-color: #A9CDFF;
}
.red {
	background-color: #FFBBBC;
}
.sec04 {

}

.sec04 .h1s {
 display: flex;
 justify-content: center;
 font-weight: bold;
 letter-spacing: 15px;
 font-size: 160%;
}
.seikyu-head{
 width: 95%;
 margin-left: auto;
 margin-right: auto;
}
.sec04 .h2 {
 display: flex;
 justify-content: space-between;
 margin-left: auto;
 margin-right: auto;
 margin-top: 3px;
 font-size: 120%;
}
.sec04 .h2 time {
 font-size: 70%;
}
.seikyu-head-inner {
 margin-left: auto;
 margin-right: auto;
 display: flex;justify-content: space-between;
 
}
.seikyu-head-a {
 width: 45%;
 border-bottom: 3px double hsla(0,0%,33%,1.00);
 display: flex;
 flex-direction: column-reverse;
 padding-bottom: 3px;
}
.seikyu-head-a dl  {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 15px;
 line-height: 100%;
}
.seikyu-head-a dl dt {
 text-align: right;
 font-weight: bold;
 margin-left: 3%;
}
.seikyu-head-a dl dt span {
 font-weight: normal;
 font-size: 90%;
 display: block;
}
.seikyu-head-a dl dd {
 font-size: 180%;
}




.seikyu-head-b {
 font-size: 80%;
 line-height: 130%;
 width: 50%;
 text-align: right;

}
.seikyu-head-b li span {
 margin-right: 15px;
}
.seikyu-table table{
 font-size: 80%;
 width: 96%;
 margin-left: auto;
 margin-right: auto;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 line-height: 105%;
}
.seikyu-table table td ,.seikyu-table table th{
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 3px;

}

.st-01 {
 text-align: center;
 width: 5%;
}
.st-02 {
 text-align: center;
 width: 23%;
}
.st-03 {
 text-align: right;
 width: 20%;
}
.st-shohi {
 display: flex;
 justify-content: center;
 line-height: 120%;
}
.st-shohi dl {
 border: 1px solid hsla(0,0%,59%,1.00);
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 text-align: center;
}
.sec04 .submit {
 text-align: center;
 margin-top: 30px;
}
