@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	position: relative;
    height: 250px;
	background: url("../img/overview_img/main.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 63px;
}
#mainimage h2{
	text-align: center;
	background: rgba(255,255,255,0.8);
	line-height: 1;
	padding:5px 10px 7px 10px;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
#mainimage {
     height: 300px;
}
#mainimage h2{
	font-size: 36px;
}
}
/*------------------------------------------------------------content*/
#sec01,#sec02,#sec03,#sec04{
	padding:60px 0;
}

@media print, screen and (min-width: 768px) {
#sec01,#sec02,#sec03,#sec04{
	padding:100px 0;
}
}

label {
  display:block;
  font-size:16px;
  margin-bottom:6px;
	font-weight: bold;
  color:#344155;
}

input[type="text"],
input[type="password"] {
  width:100%;
	max-width: 500px;
  padding:15px 14px;
  font-size:1rem;
  border:1px solid #d9e2ec;
  background:#f9fbff;
  outline:none;
  transition:border-color .15s, box-shadow .15s;
}

input:focus {
  border-color:#018f66;
}

.field { 
	margin-bottom:16px;
	text-align: center;
}

.txlink a:hover{
	color:#af9049;
}

#sec01 .tx_red {
    display: block;
    margin: 10px 0;
    line-height: 1.1;
    text-align: center;
}