@charset "utf-8";

p#breadcrumb{
width: 92.5%;
margin: 0 auto;
padding-top: 55px;
}
.rice{
padding-left: 0;
text-indent: 0;
}

/* section
-------------------------------------*/
/*section#keyvisual{
padding-top: 95px;
}*/
section{
width: 100%;
margin: 0 auto;
}
section.section{
width: 100%;
}
section.section.form{
width: 92.5%;
line-height: 1.5;
}
section.section2{
width: 100%;
background: #42d2ce;
line-height: 1.5;
}
section.section3{
width: 1000px;
margin: 0 auto;
line-height: 1.5;
background: #fff;
}
section.info{
width: 100%;
padding-bottom: 100px;
line-height: 1.5;
background: #fff;
background: #fcf2f7;
}
.map{
width: 100%;
height: 460px;
margin-bottom: 70px
}

/* index.html
-------------------------------------*/
figure#absolute{
position: absolute;
bottom: 95px;
left: 175.5px;
}
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%;
}



/* form
-------------------------------------*/
dl{
line-height: 1.8em;
margin-bottom: 1.2em;
}
dl dt{
font-weight: bold;
}
dl dd input.form,textarea{
display: block;
width: 50%;
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: 50%;
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 input,
p#submit input,
p#submit button{
display: inline-block;
color: #fff;
background-color: #5DB9AE;
border: 1px solid #6ba860;
margin-bottom: 0;
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#submit{
margin: 40px 0 100px;
}