@charset "UTF-8";
input[type="text"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="password"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="password"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="date"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  }

input[type="date"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="time"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
   height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  }

input[type="time"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="month"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  }

input[type="month"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

input[type="file"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  height:34px;
  width:250px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  }

input[type="file"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="number"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  height:34px;
  width:115px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  text-align: right;
  }

input[type="number"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="checkbox"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  height:20px;
  width:20px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  vertical-align: middle;
  font-size: 15px;
  }

input[type="checkbox"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
select {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  width:auto;
  height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  background-color: white;
  }

select:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="tel"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  width:200px;
  height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  }

input[type="tel"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
input[type="radio"] {
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0px 0;
  width:20px;
  height:34px;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  vertical-align: middle;
  }
input[type="radio"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
label{
  display:block;
  position:relative;
  padding-left:1em;
}
label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
.label{
  margin: 0px 0;
  width:200px;
  height:34px;
}
.alart  {
     padding : 10px ;
     background-color : wheat ;
     font-size: +1;
     color: red;
     width:700px;
     font-weight: bold;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;    
} 
.parent{
	height: 120px;
    border: 0px solid #aaa;
    position: relative;
}
.change{
	background: yellow;
}
.disabled{
	disabled:true;
}
.paid{
     font-size: 18px;
}
.ptext {
    margin-top: 0;
    margin-bottom: 0rem;
}
table.list {
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 0px;
font-size: 12.5px;
border: solid 2px #295890;
}
table.list caption{
	caption-side: top;
}
table.list th,
table.list td {
border: solid 1px #295890;
padding: 5px 5px 5px 5px;
vertical-align: middle;
}
table.list th{
background: #295890;
vertical-align: middle;
text-align: center;
color: #fff;
}

table.list2 {
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 0px;
font-size: 14px;
border: solid 2px #295890;
}
table.list2 caption{
	caption-side: top;
}
table.list2 th,
table.list2 td {
border: solid 1px #295890;
padding: 1px 1px 1px 1px;
vertical-align: middle;
}
table.list2 th{
background: #295890;
vertical-align: middle;
text-align: center;
color: #fff;
}

table.setting {
width: 550px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 0px;
font-size: 15px;
border: solid 2px #295890;
}
table.setting caption{
	caption-side: top;
}
table.setting th,
table.setting td {
border: solid 1px #295890;
padding: 5px 5px 5px 5px;
}
table.setting th{
background: #295890;
vertical-align: middle;
text-align: center;
color: #fff;
}
table.input {
width: 650px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}
table.input caption{
	caption-side: top;
	font-size: 18px;
}
table.input th,
table.input td {
padding: 0px 5px 0px 5px;
}

table.input th {
background: #295890;
vertical-align: middle;
text-align: left;
width: auto;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.input th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #295890;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.input th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.input td {
background: #f8f8f8;
width: 470px;
padding-left: 20px;
}

.warn_msg{
	color: red;
	font-weight: bold;
	
}
.error_msg{
	color: red;
	font-weight: bold;
	text-align: center;
}
.confim_msg{
	color: blue;
	font-weight: bold;
	text-align: center;
}
.fieldError {
  background-color: #ff8080;
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #295890;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #295895;
  border-radius: 3px;
  width: 150px;
  height: 40px;
  font-size: 16px;
}
.btn-square:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.btn_td{
	text-align: center;
	height: 50px;
	
}
.skelton_btn {
	font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/
}
.skelton_btn:hover {
 opacity: 0.8;
}
