@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*----------------------------------------------------------------
 Common
----------------------------------------------------------------*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } 
.clearfix { min-height: 1px; }
* html .clearfix {
    height: 1px;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1.5em;
    list-style: none;
	letter-spacing: 0.05em;
}
.dropshadow{
     box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px; } a img{
     border:0;
     -ms-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    color: #2a2a2a;
}
a{
    text-decoration: none;
    transition: 0.3s ;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}
a:hover,a:hover img{ 
	border:0;
    opacity:0.8;
}
.slider_img1,.slider_img2,.slider_img3{
    background-size:cover;
    height: 45vw;  
}
.slider_img1{
    background-image:url(../images/slider_1.jpg);  
}
.slider_img2{
    background-image:url(../images/slider_2.jpg);
    }
.slider_img3{
    background-image:url(../images/slider_3.jpg);
    }


/* header */
header h1{
	margin: 70px auto 40px;
    width: 1000px;
}
header h1:before{
	content:"住みやすい街づくりで地域に貢献を";
    display: block;
    margin-bottom: 10px;
    font-size: 90%;
    width: 252px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: lighter;    
}
nav{
    position: absolute;
    top: 0;
    right: 10%;
    writing-mode: vertical-lr;
}
nav a{
	display: block;
    margin-right: 40%;
    letter-spacing: 0.1rem;
}
nav a:last-of-type{
    margin-right: 0;
    display: none;
}
#top .navigation a:first-of-type,#company .navigation a:nth-of-type(2),#business .navigation a:nth-of-type(3),#recruit .navigation a:nth-of-type(4){
    color: #5ba4e9;
}
#top .navigation a:before,#company .navigation a:before,#business .navigation a:before,#recruit .navigation a:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 60px;
    margin-top: 0;
    background-color: #5ba4e9;
    transition: all 0.7s;
}
#top .navigation a:before{
    left: 12px;
}
#company .navigation a:before{
    left: 91px;
}
#business .navigation a:before{
    left: 170px;
}
#recruit .navigation a:before{
    left: 249px;
}
nav div{
	margin-top: 70px;
}
.btn_contact{
    z-index: 1;
    position: relative;
}
.btn_contact a{
    position: absolute;
    top: 50px;
    right: 0;
}

/* main */
#SDGs{
    margin: 0 auto 60px;
    width: 50%;
    display: flex;
    background-color: #f1f1f1;
    padding: 25px 50px;
}
#SDGs p{
    margin-left: 20px;
}
#SDGs img{
    height: 50px;
}
#news{
	width: 60%;
    margin: 0 auto 60px;
    overflow: hidden;
}
#news h2{
	position: relative;
    width: 37%;
    padding-top: 1%;
    float: left;
    font-size: 1.5em;
}
#news h2:after{
    content: "";
    position: absolute;
    top: 60%;
    left: 35%;
    background-color: #5ba4e9;
    height: 1px;
    width: 50%;
}
#news a{
    width: 60%;
    float: left;
    padding: 1%;
    border: solid 1px#2a2a2a;
    text-align: center;
}
#motto,#greeting,.message{
    display: flex;
    width: 1000px;
    margin: 0 auto 60px;   
}
#motto div,#greeting div,.message div{
    width: 50%;  
}
#joboffer{
    background-image:url(../images/img_top-recruit.jpg);
    background-position: center;
    background-size: cover;
    height: 330px;
    margin-bottom: 60px;
}
#joboffer h2,#joboffer h3{
    text-align: center;
}
#joboffer h2{
    padding-top: 40px;
    margin-bottom: 10px;
}
#joboffer p{
    font-size: 8.3em;
    color: #0186a3;
    opacity: 80%;
    text-align: right;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-right: 30px;
}
#joboffer div{
	position: relative;
}
#joboffer div a{
    position: absolute;
    top: -20px;
    right: 40px;
}
#works{
	width: 1000px;
    margin: 0 auto 60px;
}
#works h2{
    margin-bottom: 20px;
}
#works ul{
    display: flex;
    flex-wrap: wrap;
}
#works ul li{
    width: 46%;
    margin-bottom: 40px;
}
#works ul li:nth-child(odd){
	margin-right: 8%;
}
#works ul li img{
    width: 100%;
}
#works ul li p span{
    margin-right: 20px;
}
#works div a,#application div a{
    margin: 0 auto;
}
#companyinfo,#application{
    width: 60%;
    margin: 0 auto;
}
#companyinfo h2,#access h2,#business h2,#recruit-info h2,#application h2,.contact-ttl h2,.accept_detail h2,.error_detail h2,.confirm_detail h2{
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}
#companyinfo h2:after{
    content:"Company information";
    margin: 15px 0 0 -75px;
}
#companyinfo ul,#application ul{
    margin-bottom: 60px;
}
#companyinfo ul li,#application ul li{
    border-bottom: 1px solid #e1e1e1;
	padding: 30px 0;
}
#companyinfo ul li b,#application ul li b{
	display: inline-block;
    width: 30%;
}
#access h2:after{
    content:"Access";
    margin: 15px 0 0 -30px;
}
#business #works h2:after{
    content:"Works";
    margin: 15px 0 0 -20px;
}
#recruit #recruit-info h2:after{
    content:"Recruit";
    margin: 15px 0 0 -20px;
}
#application h2:after{
    content:"Application";
    margin: 15px 0 0 -35px;
}
.map-text{
    margin: 20px 0;
}
.map-text p{
    margin-left: 20px;
}
#recruit-info{
    width: 1000px;
    margin: 0 auto;
}
#recruit-info .box_60 h4{
    font-size: 1.5em;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
#recruit-info .box_60 h4:before{
    content: "";
    width: 100px;
    height: 1px;
    background-color: darkgray;
    display: block;
    position: absolute;
    top: 50%;
    left: 0; 
}
#recruit-info .box_60 h4:after{
    content: "";
    width: 100px;
    height: 1px;
    background-color: darkgray;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
#recruit-info .box_60 p{
    line-height: 1.8em;
}
#recruit-person{
    width: 100%;
    background-image: linear-gradient( -45deg, #e1e1e1 25%, #cfcfcf 25%, #cfcfcf 50%, #e1e1e1 50%, #e1e1e1 75%, #cfcfcf 75%, #cfcfcf 100% );
    background-size: 3px 3px;   
}
#recruit-person ol{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 60px;
    padding: 60px;
}
#recruit-person ol li{
	width: 28%;
    padding: 20px 15px;
    background-color: #FFF;
}
#recruit-person ol li h5{
	font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}
#recruit-person ol li h5:before{
    margin-right: 10px;
    font-size: 1.3em;
    vertical-align: text-bottom;
    color: #5ba4e9;
    display: block;
    margin-bottom: 10px;
}
#recruit-person ol li:first-of-type h5:before{
	content: "1";
}
#recruit-person ol li:nth-of-type(2) h5:before{
	content:"2";
}
#recruit-person ol li:nth-of-type(3) h5:before{
	content:"3";
}
.message .inner-text h2 {
    color: #0186a3;
}
#application ul li a{
    color: #5ba4e9;   
}
#application div h3{
    margin-bottom: 20px;   
}
#recruit #recruit-info h2:after,#companyinfo h2:after,#access h2:after,#business #works h2:after,#application h2:after,.contact-ttl h2:after{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #5ba4e9;
    font-size: 0.5em;
    font-weight: normal;
}

/* common */
h2{
    font-size: 1.5em;
}
a.btn-01{
    width: 240px;
    text-align: center;
    background-color: #5ba4e9;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 1.2em;
    color: #FFF;
    display: block;
}
a.btn-02{
    width: 600px;
    text-align: center;
    background-color: #0186a3;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 1.2em;
    color: #FFF;
    display: block;
}
a.btn-02:after{
    content:"＞";  
    margin-left: 10px;
}
.top-img{
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-bottom: 60px;   
}
#business .top-img{
    background-image:url(../images/slider_1.jpg);
}
#company .top-img{
    background-image:url(../images/slider_2.jpg);
}
#recruit .top-img{
    background-image:url(../images/slider_3.jpg);
    background-position: bottom;
}
#contact .top-img{
    background-image:url(../images/slider_1.jpg);
}
.top-img h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.text-center{
    text-align: center;
    margin-bottom: 40px;
}
.inner-text{
    padding: 50px;
    position: relative;
}
.inner-text h2{
    margin-bottom: 20px;
}
.inner-img img{
    width: 100%;
}
.box_60{
    width: 60%;
    margin: 0 auto 60px;
}
.box_r-b{
    position: absolute;
    bottom: 0;
    right: 0;  
}
.ttl-img-l{
    position: relative;
    margin-bottom: 60px;
}
.ttl-img-l h3{
	position: absolute;
    top:0;
    left: 60%;
    line-height: 3em;
    letter-spacing: 0.2em;
}
.ttl-img-l h3:before{
	content:"PERSON";
    display: block;
    color: #0186a3;
    font-size: 3.5em;
}
.ttl-img-r{
    text-align: right;
    width: 1000px;
    margin: 0 auto 60px;
}
.ttl-img-r h3{
	width: 40%;
    line-height: 3em;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;    
}
.ttl-img-r h3:before{
	content:"INTERVIEW";
    display: block;
    color: #0186a3;
    font-size: 3.5em;
}
.contact{
    background-color: #e6e6e6;
    padding: 50px 0;
}
.contact-innner{
    width: 1000px;
    background-color: #FFF;
    margin: 0 auto;
    display: flex;
}
.contact-l-box,.contact-r-box{
    width: 46%;
    text-align: center;
    padding: 50px 20px;    
}
.contact-l-box h2{
	margin-bottom: 30px;
    position: relative;
}
.contact-l-box h2:after{
    font-weight: normal;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #5ba4e9;
    display: block;
    position: absolute;
    top: 200%;
    left: 50%;
    margin-left: -50px;
}
.contact-l-box p{
	margin-top: 80px;
}
.contact-tel{
    font-size: 2em;
    position: relative;
    margin-bottom: 20px;
}
.contact-tel:before{
    content:"";
    position: absolute;
    display: block;
    width: 24px;
    height: 40px;
    background-image:url(../images/icon-tel.png);
    background-size: cover;
    left: 16%;
    top: 13%;
}
.contact-r-box div a{
	margin: 20px auto 0;
}

/* contact*/
.contact-ttl{
    width: 1000px;
    margin: 0 auto;
}
.contact-ttl h2{
    text-align: center;
    
}
.contact-ttl h2:after{
    content:"Contact";
    margin: 15px 0 0 -24px;
}
.contact-innner-tel{
    width: 1000px;
    background-color: #f5f5f5;
    margin: 0 auto 80px;
    padding: 50px;
    display: flex;
}
.contact-ttl .text-center{
    margin-bottom: 20px;
}
.contact-innner-tel div{
    width: 50%;
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
}
.contact-innner-tel div:first-child{
    margin-top: 30px;
}
.contact-innner-tel div b{
    font-size: 1.5em;
    font-weight: inherit;
}
.form{
	width: 70%;
	margin: 0 auto;
}
form th{
    vertical-align: top;
    padding: 25px 20px;
    font-weight: 700;
    text-align: left;
    width: 25%;
}
form td{
    vertical-align: middle;
    width: 75%;
}
form input{
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 0;
}
form tr:first-of-type td input{
	width: unset;
}
form textarea {
    box-sizing: border-box;
    border-radius: 0;
    color: inherit;
    height: 200px;
    padding: 0.4em 0.8em;
    width: 100%;
    background-color: #f5f5f5;
    border: 0;
}
.btn{
	width: 22%;
    margin: 0 auto;
    text-align: center;
}
.btn .submit{
	width: 240px;
    text-align: center;
    background-color: #5ba4e9;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 1.2em;
    color: #FFF;
    margin: 30px auto;
    cursor: pointer;
}
.necessary,.error{
	color: #cf0101;
}
.center{
    text-align: center;
}
#container_accept p{
    margin-bottom: 10px;
}
#container_accept .accept_detail h2:before{
    content: "ACCEPT";    
}
.accept_detail h2,.error_detail h2{
    margin-bottom: 20px;
}
.accept_detail h2:before,.error_detail h2:before,.confirm_detail h2:before{
    color: #5ba4e9;
    font-size: 1.8em;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}
#container_confarm .section, #container_accept .section, #container_error .section {
    width: 70%;
    background-color: #f4f4f4;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
}
#container_error .error_detail h2:before{
    content: "ERROR";    
}
.error_detail article p{
	margin-bottom: 20px;
}
.confirm_detail h2:before{
    content: "CONFIRM";    
}
#container_confirm .confirm_dtail h2:before{
    content: "confirm";    
}
#container_confirm .section,#container_accept .section,#container_error .section{
    width: 70%;
    background-color: #f4f4f4;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;   
}
#container_confirm table{
    margin: 50px 0;
}
#container_confirm table th{
    text-align: left;
    padding: 10px 20px;
    width: 150px;
}
#container_confirm .btn{
    width: unset;   
}

/* footer */
footer div{
    width: 1000px;
    margin: 40px auto 20px;
    text-align: center;
    font-size: 90%;
}
footer h1{
    margin-bottom: 20px;
}
footer h1:before{
    display: none;
}
footer p{
    margin-bottom: 10px;
}
footer div span:first-child{
    margin-right: 80px;
}
footer div ul{
	width: 50%;
    display: flex;
    margin: 30px auto;
}
footer div ul li{
    width: 20%;
}
small{
    font-size: 70%;
}
.btn_top{
    position: relative;
    margin: 0;
}
.btn_top a{
    position: absolute;
    bottom: 0;
    right: 0;
}
/*----------------------------------------------------------------
 SMP
----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
/*ハンバーガーボタン*/
.el_humburger {
  	position: absolute;
  	top: 0px;
  	right: 18px;
  	width: 26px;
  	height: auto;
  	padding-top: 1px;
  	box-sizing: border-box;
  	z-index: 10000;
  	transition: all 0.2s ease-in-out;
  	cursor: pointer;
  	pointer-events: auto;
}
.el_humburger > span {
	 display: block;
	 width: 100%;
	 margin: 0 auto 6px;
	 height: 3px;
	 background: #000;
	 transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
	 margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
	 background: #000;
}
.js_humburgerOpen .el_humburger > span.top {
	 transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
	 opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
	 transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
	 top: 2%;
	 right: 2%;
}
.el_humburgerButton__close > span {
	 display: block;
	 width: 35px;
	 margin: 0 auto;
	 height: 4px;
	 background: #FFF;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
	 transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
	 transform: translateY(-6px) rotate(45deg);
}
/* header */
header{
    position: relative;    
}
header h1{
	margin: 20px auto;
    width: 90%;
}
nav {
    position: unset;
    writing-mode: unset;
}
nav div {
    margin-top: 40px;
}
nav a {
    margin-right: unset;
}
nav a:last-of-type{
    display: block;
}
nav ul{
    display: none;
}
#top .navigation a:before,#company .navigation a:before,#business .navigation a:before,#recruit .navigation a:before{
    display: none;
}
/* main */
#SDGs {
    margin: 0 auto 20px;
    display: inherit;
    width: 70%;
    padding: 25px 20px;
}
#SDGs div{
    text-align: center;
}
#SDGs p {
    margin-top: 20px;
}
h2{
	font-size: 1.5em;
}
.btn_contact{
    display: none;
}
#news{
	width: 80%;
    margin: 0 auto 25px;
}
#news h2{
	display: none;
}
#news a {
    width: 97%;
}
#motto,#greeting {
    width: 100%;
    display: unset;
}
#motto div,#greeting div{
    width: unset;
}
.inner-text {
    padding: 20px;
}
.inner-img{
	text-align: center;
}
.inner-text h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
}
#joboffer {
    height: 235px;
    margin-bottom: 60px;
}
#joboffer h2 {
    padding-top: 20px;
}
#joboffer p {
    font-size: 5em;
    text-align: center;
    margin: 0;
}
#joboffer div a {
    position: unset;
    top: unset;
    right: unset;
    margin: 0 auto;
}
a.btn-01,.btn .submit {
    width: 50%;
    text-align: center;
    background-color: #5ba4e9;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 1em;
    margin: 0 auto 10px;
}
a.btn-02 {
    width: 100%;
    padding: 10px 0;
    font-size: 0.8em;
}
#works {
    width: 90%;
    text-align: center;
}
#works h2 {
    text-align: center;
}
#works ul {
    display: unset;
}
#works ul li:nth-child(odd) {
    margin-right: unset;
}
#works ul li {
    margin-right: unset;
    width: 100%;
}
.contact {
    background-color: #e6e6e6;
    padding: 20px 0;
}
.contact-l-box p {
    margin-top: 40px;
}
.contact-innner {
    width: 100%;
    display: unset;
}
.contact-l-box, .contact-r-box {
    width: 100%;
    padding: unset;
}
.contact-l-box h2:after {
    top: 150%;
}
.contact-tel{
	margin: 10px 0;
}
.contact-tel:before {
    left: 7%;
}
#greeting .inner-text .box_r-b{
    position: unset;
    padding: 10px;
    text-align: right;
}
#greeting .inner-img{
    width: 80%;
    margin: 0 auto;
}   
#companyinfo,#application {
    width: 90%;
}
#companyinfo h2{
    margin-bottom: 25px;
}
#companyinfo h2:after {
    margin: 15px 0 0 -75px;
}
#companyinfo ul li b,#application ul li b{
    width: auto;
    margin-right: 10px;
}
#access h2 {
    margin-bottom: 40px;
}
#recruit-info {
    width: 100%;
    margin: 0 auto;
}
#recruit-info h2{
    margin-bottom: 0;
}
#recruit-info .ttl-img-l {
    position: relative;
    margin: 40px auto 20px;
}
#recruit-info .box_60 {
    width: 90%;
    margin-bottom: 40px;
}
#recruit-info .box_60 h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
#recruit-info .box_60 p {
    line-height: 1.4em;
}
#recruit-info .box_60 h4:before,#recruit-info .box_60 h4:after {
    width: 20px;
}
#recruit-info img,#coworker img{
    width: 100%;
}
#recruit-person {
    margin-bottom: 30px;
}
#recruit-person ol {
    display: unset;
    justify-content: unset;
    width: 100%;
}
#recruit-person ol li {
    width: 80%;
    margin: 0 auto 20px;
}
#recruit-person ol li:last-of-type{
    margin: 0 auto;
}
#recruit-person ol li h5 {
    font-size: 1.2em;
    margin-bottom: 5px;
}
.ttl-img-l h3:before,.ttl-img-r h3:before{
    font-size: 3em;
}
#coworker .ttl-img-r {
    width: 100%;
    position: relative;
    margin: 0px auto 30px;
}
#coworker .ttl-img-r h3 {
    width: 100%;
    position: absolute;
    top: 20%;
    right: 0;
}
.message {
    display: block;
    width: 100%;
}
.message .inner-img{
    width: 80%;
    margin: 0 auto;
}
.message .inner-text{
    width: 80%;
    margin: 0 auto;
}
.message .inner-text p:first-of-type{
    margin-bottom: 20px;
}
.box_r-b {
    right: 35px;
}
#motto, #greeting, .message {
    margin-bottom: 30px;
}
.ttl-img-l h3 {
    top: 20%;
    left: 5%;
}
.top-img {
    height: 190px;
    margin-bottom: 20px;
}
.map-text {
	margin: 10px 10px;
    text-align: center;
}
.map-text p {
    margin-left: unset;
}
footer div {
    width: 100%;
}
footer div h1{
    width: 55%;
    margin: 0 auto 10px;
}
footer div span:first-child {
    margin-right: 20px;
}
footer div ul {
    width: unset;
    margin: 0 auto;
    justify-content: space-between;
    width: 90%;
}
footer div ul li {
    width: unset;
}
footer img{
    width: 80%;
}
.btn_top {
    position: unset;
    margin: 0 auto;
    width: 25%;
}
.btn_top a {
    position: unset;
}
small {
    margin-top: 20px;
    display: block;
}
#companyinfo h2, #access h2, #business h2, #recruit-info h2, #application h2, .contact-ttl h2, .accept_detail h2, .error_detail h2, .confirm_detail h2 {
    margin-bottom: 30px;
}
/* contact */
.btn{
	width: 100%;
    margin: 0 auto;
}
.contact-ttl {
    width: 100%;
}
.contact-ttl h2{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.contact-ttl .text-center {
    margin: 20px auto 0;
    text-align: unset;
    width: 90%;
}
.contact-innner-tel {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
    display: unset;
    background-color: unset;
}
.contact-innner-tel div {
    width: 90%;
    font-size: 1.3em;
    background-color: #f5f5f5;
    padding: 15px 0;
    margin: 0 auto;
}
.contact-innner-tel div:first-child {
    margin: 0 auto;
    padding-bottom: 0;
}
.form {
    width: 90%;
}
.form h2 {
    font-size: 20px;
    margin: 0 0 20px;
}
form th {
    padding: 18px 0;
    font-size: 14px;
}
form input {
    padding: 0.5em;
    width: 100%;
}
form textarea {
    width: 100%;
}
#container_contact h1 {
    height: 150px;
}
#container_contact .inner_contact {
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px;
    background-color: #c8a063;
    box-sizing: border-box;
}
#container_contact .inner_contact h3 {
    font-size: 20px;
}
#container_contact .inner_contact ul:first-of-type li {
    display: block;
    width: 100%;
    line-height: 2.5em;
}
#container_contact .inner_contact ul:last-of-type li:first-child {
    font-size: 20px;
}
#container_contact .inner_contact ul:last-of-type li span {
    padding: 6px;
    font-size: 18px;
}
#container_contact #content,#container_confarm .section {
    width: 90%;
    padding: 20px;
}
#container_confarm table th {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 14px;
}
.accept_detail div p,.error_detail article{
	text-align: left;
}
.error_detail article{
	width: 90%;
    margin: 0 auto;
}
#container_confirm .section, #container_accept .section, #container_error .section {
    width: 100%;
    padding: 25px;
}
}

