@charset "utf-8";

p#breadcrumb{
padding-top: 20px;
font-size: 82%;
}
hr.hr{
background: #2e6cac !important;
}
section#index-img > div{
width: 100%;
}
section#index-img > div > figure{
float: left;
height: auto;
}
section#index-img > div > figure:first-of-type{
width: 64.9%;
}
section#index-img > div > figure:nth-of-type(2){
width: 30.7%;
}
section#index-img > div > figure:last-of-type{
width: 4.4%;
}
.map{
width: 90%;
height: 360px;
padding: 0 5%;
margin-bottom: 20px;
}

/* 
-------------------------------------*/
section.section3 p.txt-14{
margin-bottom: 20px;
}
section.section3 p.button01 a{
width: 100%;
padding: 0.5em 0;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
background: linear-gradient(#ffbed6, #ff83b1);
border-radius: 5px;
}
section.section2 > section.section3:last-of-type{
padding-bottom: 7.5%;
}

/* form
-------------------------------------*/
dl{
line-height: 1.8em;
margin-bottom: 1.2em;
width: 90%;
margin: 0 auto;
}
dl dt{
font-weight: bold;
margin-top: 20px;
}
dl dd input.form,textarea{
display: block;
width: 93%;
height: 34px;
padding: 6px 12px;\
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
textarea{
width: 90%;
height: 300px;
resize: vertical;
}

dd.radio input,dd.checkbox input{
width: 25px;
margin-right: 0.25em;
vertical-align: middle;
transform: scale(1.8);
-webkit-transform: scale(1.8);
}
p.submit{
width: 90%;
margin: 20px auto 0;
}
p.submit input,
p#submit input,
p#submit button{
display: inline-block;
color: #fff;
background-color: #5DB9AE;
border: 1px solid #6ba860;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
padding: 0.5em 2em;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
p.text{
width: 90%;
margin: 0 auto;
}
p#submit{
margin: 20px 0 60px;
}