@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/contact/title_bg01.jpg") no-repeat center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
}
header #hero{
	width: 100%;
	height: 100%;
}
header #hero h2{
    /* width: 50%; */
    /* margin-left: 50%; */
    font-size: 32px;
    color: #000;
    text-shadow: none !important;
}
header #hero h3{
    font-size: 18px;
    color: #000;
    text-shadow: none !important;
    margin-top: 20px;
}
header #hero{
	position: relative;
	/* padding: 500px 0; */
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    position: absolute;
    bottom: 0;
    background: #003295;
    width: 100%;
    z-index: 10;
}
header #news .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header #news .inner h2{
	width: 10%;
	background:#fff;
	color: #003295;
	font-weight: bold;
	padding: 10px 10px;
	box-sizing: border-box;
}
header #news .inner ul{
	width: 90%;
	padding: 10px 20px;
	color:#fff;
	box-sizing: border-box;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{
	background: url("../img/common/cont_bg.png") top center;
}
#contactform-wrap{
    padding: 100px 0 90px 0;
}
#contactform-wrap h1{
    text-align: center;
}
#contactform-wrap h2{
    text-align: center;
}
#contactform-wrap #contact-box{
	background-color: rgb(255,255,255,.6);
	/*filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
	padding: 60px 40px 60px 40px;
	margin-bottom: 40px;
}

#contactform-wrap #contact-box h4{
    font-weight: bold;
    margin-bottom: 10px;
}
#contactform-wrap #contact-box ul{
    list-style-type: disc;
    margin-left: 30px;
}
#contactform-wrap #contact-box ul li{}

/*#contactform-wrap dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
#contactform-wrap dt{
    width: 25%;
    padding: 20px 60px 20px 0;
    font-weight: bold;
    /* display: table-cell; */
    /*-moz-text-align-last: justify;
    text-align-last: justify;*/
    box-sizing: border-box;
}
#contactform-wrap dt span{
	display: block;
	padding: 0 0;
	margin-top: 2px;
	background: #d00000;
	color: #fff;
	width: 3em;
	font-size: 11px;
	text-align: center;
	text-align-last: center;
	border-radius: 4px;
}
#contactform-wrap dd{
    width: 75%;
    padding: 20px 0;
}
#contactform-wrap dd p{
	margin:10px 10px;
}
#contactform-wrap p.contact-btn a{
	width: 50%;
	display:block;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
	padding:20px 0;
	text-align: center;
	color: #fff;
	margin: 0px auto 0 auto;
}

#contactform-wrap p.contact-btn2 a{
	width: 50%;
	display:block;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #ccc;
	background-size: 15px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	margin: 20px auto 0 auto;
}



#contact-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	/* margin-top: -50px; */
	padding: 100px 0 90px 0;
}
#contact-wrap h2{
    width: 199px;
    margin: 0 auto;
}
#contact-wrap h3{
    text-align: center;
    margin: 40px 0 40px 0;
}
#contact-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
#contact-wrap ul li{
	width: 470px;
	padding: 120px 0 40px 0;
	background: #fff;
	text-align: center;
}
#contact-wrap ul li:nth-child(1){
	background: url("../img/common/icon_tel.png") no-repeat center 20px #fff;
	background-size: auto 40%;
}
#contact-wrap ul li:nth-child(2){
	background: url("../img/common/icon_mail.png") no-repeat center 20px #fff;
	background-size: auto 40%;

}
#contact-wrap ul li a{font-size: 32px;color: #003295;}
#contact-wrap ul li p{font-size: 32px;color: #666;}




@media print, screen and (max-width: 767px){
@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/privacy/title_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
header #hero{
	width: 100%;
	height: 100%;
}
header #hero h2{
    /* width: 50%; */
    /* margin-left: 50%; */
    font-size: 32px;
    color: #fff;
}
header #hero h3{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
header #hero{
	position: relative;
	/* padding: 500px 0; */
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    position: absolute;
    bottom: 0;
    background: #003295;
    width: 100%;
    z-index: 10;
}
header #news .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header #news .inner h2{
	width: 10%;
	background:#fff;
	color: #003295;
	font-weight: bold;
	padding: 10px 10px;
	box-sizing: border-box;
}
header #news .inner ul{
	width: 90%;
	padding: 10px 20px;
	color:#fff;
	box-sizing: border-box;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{
	background: url("../img/common/cont_bg.png") top center;
}
#contactform-wrap{
    padding: 100px 0 90px 0;
}
#contactform-wrap h1{
    text-align: center;
}
#contactform-wrap h2{
    text-align: center;
}
#contactform-wrap #contact-box{
	background-color: rgb(255,255,255,.6);
	/*filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
	padding: 40px 40px 40px 40px;
	margin-bottom: 40px;
}
#contactform-wrap dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contactform-wrap dt{
    width: 20%;
    padding: 20px 0;
}
#contactform-wrap dd{
    width: 80%;
    padding: 20px 0;
}
#contactform-wrap dd p{
	margin:10px 10px;
}
#contactform-wrap p.contact-btn a{
	width: 50%;
	display:block;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
	padding:20px 0;
	text-align: center;
	color: #fff;
	margin: 0px auto 0 auto;
}



#contact-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	/* margin-top: -50px; */
	padding: 100px 0 90px 0;
}
#contact-wrap h2{
    width: 199px;
    margin: 0 auto;
}
#contact-wrap h3{
    text-align: center;
    margin: 40px 0 40px 0;
}
#contact-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
#contact-wrap ul li{
	width: 470px;
	padding: 120px 0 40px 0;
	background: #fff;
	text-align: center;
}
#contact-wrap ul li:nth-child(1){
	background: url("../img/common/icon_tel.png") no-repeat center 20px #fff;
	background-size: auto 40%;
}
#contact-wrap ul li:nth-child(2){
	background: url("../img/common/icon_mail.png") no-repeat center 20px #fff;
	background-size: auto 40%;

}
#contact-wrap ul li a{font-size: 32px;color: #003295;}
#contact-wrap ul li p{font-size: 32px;color: #666;}




@media print, screen and (max-width: 767px){@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/index/hero_bg1.jpg") no-repeat center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
}
header #hero{
	width: 100%;
	height: 100%;
}
header #hero h2{
    /* width: 50%; */
    /* margin-left: 50%; */
    font-size: 32px;
    color: #fff;
}
header #hero h3{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
header #hero{
	position: relative;
	/* padding: 500px 0; */
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    position: absolute;
    bottom: 0;
    background: #003295;
    width: 100%;
    z-index: 10;
}
header #news .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header #news .inner h2{
	width: 10%;
	background:#fff;
	color: #003295;
	font-weight: bold;
	padding: 10px 10px;
	box-sizing: border-box;
}
header #news .inner ul{
	width: 90%;
	padding: 10px 20px;
	color:#fff;
	box-sizing: border-box;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{}
#search-wrap{
    padding: 100px 0 100px 0;
}
#search-wrap h1{
    text-align: center;
    font-size: 24px;
    color: #0068BB;
    font-weight: bold;
    margin-bottom: 10px;
}
#search-wrap h2{
    text-align: center;
    margin-bottom: 20px;
}
#search-wrap h3{}

#search-wrap ul{}
#search-wrap ul li{width: 49%;}
#search-wrap ul.cat1{margin-bottom: 60px;}
#search-wrap ul.cat1 li{padding: 10px 10px;width: 100%;border-bottom: 1px solid #666;}
#search-wrap ul.cat1 li span{color: #1B59B8;padding-left: 40px;display: inline-block;position: relative;}
#search-wrap ul.cat2{padding-left: 20px;display: flex;flex-wrap: wrap;padding: 20px;margin: 20px;border: 1px solid #C2C2C2;background: #F4F6F8;}
#search-wrap ul.cat2 li{border: none;width: 49%;}



#search-wrap #search-box{
    margin-top: 60px;
}
#search-wrap #search-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#search-wrap #search-box ul li{}
#search-wrap #search-box ul li:first-child{
}
#search-wrap #search-box ul li:first-child select{width: 44%;}
#search-wrap #search-box ul li h3{
    margin-bottom: 10px;
}
#search-wrap #search-box .search-btn{
}
#search-wrap #search-box .search-btn a{
	display:block;
	width:50%;
	margin: 40px auto 0 auto;
	text-align:center;
	color: #fff;
	padding: 20px 20px 20px 20px;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
}
#search-wrap p.kensu{
	margin-bottom:20px;
}
#search-wrap p.kensu span{
	font-size:24px;
    color: #004a99;
}
#search-wrap ul.search-list{}
#search-wrap ul.search-list li{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #003295;
    padding-bottom: 20px;
}
#search-wrap ul.search-list li h2{
    background: #003295;
    color:#fff;
    padding: 10px 10px 10px 10px;
    text-align:left;
    margin-bottom: 0;
}
#search-wrap ul.search-list li p.kouki{}
#search-wrap ul.search-list li p.sesyu{}
#search-wrap ul.search-list li p{
    padding: 10px 10px 0px 80px;
    position: relative;
}
#search-wrap ul.search-list li p span{
    color: #004a9f;
    position: absolute;
    left: 20px;
}
#search-wrap ul.search-list li p.detail-btn{padding: 0;}
#search-wrap ul.search-list li p.detail-btn a{
	width: 50%;
	display:block;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
	text-align: center;
	color: #fff;
	margin: 10px auto 0 auto;
	padding: 10px;
}
#search-wrap ul.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
#search-wrap ul.pagination li{
    width: auto;
    height: 1em;
}
#search-wrap ul.pagination li.more{
}
#search-wrap ul.pagination li a{
    padding: 10px;
    background: #ccc;
    margin: 0 4px;
    color:#fff;
}
#search-wrap ul.pagination li.selected a{
    background: #666;
}
#search-wrap ul.pagination li.next a{
    padding:10px 20px;
}
#search-wrap ul.pagination li.prev a{
    padding:10px 20px;
}


#search-wrap .detail-box h2{
    background: #003295;
    color:#fff;
    padding: 20px 10px 20px 10px;
    text-align:left;
    margin-bottom: 0;
}
#search-wrap .detail-box p.kouki{}
#search-wrap .detail-box p.nendo{}
#search-wrap .detail-box p.sesyu{}
#search-wrap .detail-box p.gaiyou{
    border-bottom: none;
}
#search-wrap .detail-box p{
    padding: 20px 20px 20px 120px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#search-wrap .detail-box p span{
    color: #004a9f;
    position: absolute;
    left: 20px;
}

#search-box2{
    margin-top: 60px;
    background: #0068BB;
    padding: 60px 0 60px 0;
}
#search-box2 h3{
	color:#fff;
	text-align: center;
	font-size: 24px;
}
#search-box2 p{
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin: 10px 0 40px 0;
}
#search-box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#search-box2 ul li{
    width: 49%;
    color: #fff;
    margin-bottom:20px;
}
#search-box2 ul li:nth-child(2) select{
    width: 44.5%;
}
#search-box2 ul li h3{
	font-size: 16px;
	text-align: left;
	margin-bottom:5px;
}
#search-box2 .search-btn{
}
#search-box2 .search-btn a{
    width: 50%;
    display:block;
	background: url("../img/common/icon_arrow2.png") no-repeat 95% #fff;
	background-size: 10px;
	padding:10px 0;
	color:#006ec4;
    text-align: center;
    color: #004a99;
    margin: 40px auto 0 auto;
}



#contact-wrap{
	background: url("../img/index/contact_bg.png") no-repeat center center;
	background-size: cover;
	/* margin-top: -50px; */
	padding: 100px 0 90px 0;
}
#contact-wrap h2{
    width: 199px;
    margin: 0 auto;
}
#contact-wrap h3{
    text-align: center;
    margin: 40px 0 40px 0;
}
#contact-wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
#contact-wrap ul li{
	width: 470px;
	padding: 120px 0 40px 0;
	background: #fff;
	text-align: center;
}
#contact-wrap ul li:nth-child(1){
	background: url("../img/common/icon_tel.png") no-repeat center 20px #fff;
	background-size: auto 40%;
}
#contact-wrap ul li:nth-child(2){
	background: url("../img/common/icon_mail.png") no-repeat center 20px #fff;
	background-size: auto 40%;

}
#contact-wrap ul li a{font-size: 32px;color: #003295;}
#contact-wrap ul li p{font-size: 32px;color: #666;}




@media print, screen and (max-width: 767px){
header{
	height: 40vh;
}
header #hero .inner{
	position: relative;
	width:90%;
	margin: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
header #hero h2{
    font-size: 24px;
}
header #hero h3{
    font-size: 16px;
    margin-top: 4%;
}
#company-wrap{
    padding: 10% 0 10% 0;
}
#company-wrap .inner{width:90%;margin:auto;}

header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    width: 100%;
}
header #news .inner{
}
header #news .inner h2{
}
header #news .inner ul{
	width: 90%;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{}
#mission-wrap{
	width: 100%;
}
#mission-wrap .business-box{
}
#mission-wrap .business-box .inner{
}
#mission-wrap .business-box h2{
	width: 100%;
}
#mission-wrap .business-box h3{}
#mission-wrap .mission-btn{
	width: 100% !important;
}
#mission-wrap .mission-btn .img{
}
#mission-wrap .mission-btn h3{
}
#mission-wrap .mission-btn h3 span{
}
#mission-wrap .mission-btn h3:after{
}
#mission-wrap .mission-btn a{
}
#mission-wrap .customer-box{
}
#mission-wrap .customer-box .inner{}
#mission-wrap .customer-box .inner div.customer-bg{
}
#mission-wrap .customer-box .inner div.customer-bg h2{
}
#mission-wrap .customer-box .inner div.customer-bg h3{
}
#mission-wrap .customer-box .inner div.customer-btn{
}
#vision-wrap{
}
#vision-wrap h2{
}
#vision-wrap h3{
}
#vision-wrap h4{
}
#vision-wrap p{
}
#vision-wrap p a{
}
#works-wrap{
}
#works-wrap{
}
#works-wrap h2{}
#works-wrap h3{}
#works-wrap h4{
}
#works-wrap .works-box{
	width:100%;
}
#works-wrap .works-box ul{
	width: 100%;
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li a{
}
#works-wrap .works-btn{
}
#works-wrap .works-btn a{
}
#office-wrap{
}
#office-wrap h2{}
#office-wrap h3{}
#office-wrap ul{}
#office-wrap ul li{
	width: 100%;
}

#contact-wrap{padding: 10% 2%;}
#contact-wrap h2{width: 50%;}
#contact-wrap h3{margin: 2% 0 4% 0;}
#contact-wrap ul{
    width: 90%;
    margin: auto;
}
#contact-wrap ul li{
	width: 100%;
	margin-bottom: 4%;
	padding: 15vh 0 4% 0;
}
#contact-wrap ul li:nth-child(1){
}
#contact-wrap ul li:nth-child(2){

}
#contact-wrap ul li a{
}
#contact-wrap ul li p{
}

#search-box2{
    margin-top: 0;
    padding: 10% 2% 10% 2%;
}
#search-box2 h3{
	color:#fff;
	text-align: center;
	font-size: 24px;
}
#search-box2 p{
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin: 2% 0 4% 0;
}
#search-box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#search-box2 ul li{
    width: 100%;
    color: #fff;
    margin-bottom:20px;
}
#search-box2 ul li:nth-child(2) select{
    width: 42%;
}
#search-box2 ul li h3{
	font-size: 16px;
	text-align: left;
	margin-bottom:5px;
}
#search-box2 .search-btn{
}
#search-box2 .search-btn a{
    width: 80%;
    display:block;
    background: url("../img/common/icon_arrow2.png") no-repeat 95% #fff;
    background-size: 10px;
    padding:10px 0;
    color:#006ec4;
    text-align: center;
    color: #004a99;
    margin: 4% auto 0 auto;
}

#search-wrap{
    padding: 10% 2% 10% 2%;
}
#search-wrap ul.cat2{
	padding: 2%;
	margin: 2%;
}
#search-wrap ul.cat2 li{width: 100%;}
#search-wrap ul li{width: 100%;}
#search-wrap #search-box .search-btn a{
	display:block;
	width:80%;
	margin: 4% auto 0 auto;
	text-align:center;
	color: #fff;
	padding: 20px 20px 20px 20px;
	background: url("../img/common/icon_arrow1.png") no-repeat 95% #003295;
	background-size: 15px;
}

#search-wrap .detail-box h2{
    padding: 2% 2% 2% 2%;
}

#search-wrap ul.search-list li p.detail-btn a{
	width: 80%;
}
#search-wrap .detail-box p span{
	position:relative;
	display: block;
	left: -2%;
	margin-bottom: 1%;
}
#search-wrap .detail-box p{
    padding: 4% 2% 4% 4%;
}
#search-wrap #search-box ul li:first-child select{width: 42%;}
#search-wrap #search-box ul li{
	margin-bottom:4%;
}
}

header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    width: 100%;
}
header #news .inner{
}
header #news .inner h2{
}
header #news .inner ul{
	width: 90%;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{}
#mission-wrap{
	width: 100%;
}
#mission-wrap .business-box{
}
#mission-wrap .business-box .inner{
}
#mission-wrap .business-box h2{
	width: 100%;
}
#mission-wrap .business-box h3{}
#mission-wrap .mission-btn{
	width: 100% !important;
}
#mission-wrap .mission-btn .img{
}
#mission-wrap .mission-btn h3{
}
#mission-wrap .mission-btn h3 span{
}
#mission-wrap .mission-btn h3:after{
}
#mission-wrap .mission-btn a{
}
#mission-wrap .customer-box{
}
#mission-wrap .customer-box .inner{}
#mission-wrap .customer-box .inner div.customer-bg{
}
#mission-wrap .customer-box .inner div.customer-bg h2{
}
#mission-wrap .customer-box .inner div.customer-bg h3{
}
#mission-wrap .customer-box .inner div.customer-btn{
}
#vision-wrap{
}
#vision-wrap h2{
}
#vision-wrap h3{
}
#vision-wrap h4{
}
#vision-wrap p{
}
#vision-wrap p a{
}
#works-wrap{
}
#works-wrap{
}
#works-wrap h2{}
#works-wrap h3{}
#works-wrap h4{
}
#works-wrap .works-box{
	width:100%;
}
#works-wrap .works-box ul{
	width: 100%;
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li a{
}
#works-wrap .works-btn{
}
#works-wrap .works-btn a{
}
#office-wrap{
}
#office-wrap h2{}
#office-wrap h3{}
#office-wrap ul{}
#office-wrap ul li{
	width: 100%;
}

#contact-wrap{
}
#contact-wrap h2{
}
#contact-wrap h3{
}
#contact-wrap ul{}
#contact-wrap ul li{
	width: 100%;
}
#contact-wrap ul li:nth-child(1){
}
#contact-wrap ul li:nth-child(2){

}
#contact-wrap ul li a{
}
#contact-wrap ul li p{
}

#contactform-wrap{
    padding: 10% 0 10% 0;
}
#contactform-wrap #contact-box{
	margin: 0 4% 6% 4%;
	padding:4%;
}
#contactform-wrap dt{
    width: 100%;
    padding: 2% 0;
}
#contactform-wrap dd{
    width: 100%;
    padding: 0 0 4% 0;
}
#contactform-wrap p.contact-btn a{
	width: 80%;
	padding:4% 0;
	text-align: center;
	color: #fff;
	margin: 0px auto 0 auto;
}

}

header #news{}
header #news{}
header #news{}
header #news{}
header #news{
    width: 100%;
}
header #news .inner{
}
header #news .inner h2{
}
header #news .inner ul{
	width: 90%;
}
header #news .inner ul li{
}
header #news .inner ul li time{
}

#wrapper{position: static;}
#content{}
#mission-wrap{
	width: 100%;
}
#mission-wrap .business-box{
}
#mission-wrap .business-box .inner{
}
#mission-wrap .business-box h2{
	width: 100%;
}
#mission-wrap .business-box h3{}
#mission-wrap .mission-btn{
	width: 100% !important;
}
#mission-wrap .mission-btn .img{
}
#mission-wrap .mission-btn h3{
}
#mission-wrap .mission-btn h3 span{
}
#mission-wrap .mission-btn h3:after{
}
#mission-wrap .mission-btn a{
}
#mission-wrap .customer-box{
}
#mission-wrap .customer-box .inner{}
#mission-wrap .customer-box .inner div.customer-bg{
}
#mission-wrap .customer-box .inner div.customer-bg h2{
}
#mission-wrap .customer-box .inner div.customer-bg h3{
}
#mission-wrap .customer-box .inner div.customer-btn{
}
#vision-wrap{
}
#vision-wrap h2{
}
#vision-wrap h3{
}
#vision-wrap h4{
}
#vision-wrap p{
}
#vision-wrap p a{
}
#works-wrap{
}
#works-wrap{
}
#works-wrap h2{}
#works-wrap h3{}
#works-wrap h4{
}
#works-wrap .works-box{
	width:100%;
}
#works-wrap .works-box ul{
	width: 100%;
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li{
}
#works-wrap .works-box ul li a{
}
#works-wrap .works-btn{
}
#works-wrap .works-btn a{
}
#office-wrap{
}
#office-wrap h2{}
#office-wrap h3{}
#office-wrap ul{}
#office-wrap ul li{
	width: 100%;
}

#contact-wrap{
}
#contact-wrap h2{
}
#contact-wrap h3{
}
#contact-wrap ul{}
#contact-wrap ul li{
	width: 100%;
}
#contact-wrap ul li:nth-child(1){
}
#contact-wrap ul li:nth-child(2){

}
#contact-wrap ul li a{
}
#contact-wrap ul li p{
}

#contactform-wrap{
    padding: 10% 0 10% 0;
}
#contactform-wrap #contact-box{
	margin: 0 4% 6% 4%;
	padding: 8% 4%;
}

#contactform-wrap #contact-box h4{
    margin-bottom: 2%;
}
#contactform-wrap #contact-box ul{
    list-style-type: disc;
    margin-left: 10%;
    font-size: 13px;
    line-height: 1.1em;
    margin-bottom: 4%;
}
#contactform-wrap #contact-box ul li{
    margin-bottom: 2%;
}

#contactform-wrap dt{
    width: 100%;
    padding: 2% 0;
    font-weight: bold;
}
#contactform-wrap dd{
    width: 100%;
    padding: 0 0 4% 4%;
}
#contactform-wrap p.contact-btn a{
	width: 80%;
	padding:4% 0;
	text-align: center;
	color: #fff;
	margin: 0px auto 0 auto;
}

}
