@charset "utf-8";

*{
margin:0;
padding:0;
}

body{
text-align: center;/* box centering */
font: 14px/1.6em;
font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin: 0;
padding: 0;
color:#333;
zoom: 1;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
background: #fff;
width: 100%;
}

ul{list-style: none;}

acronym,abbr{cursor:help;}

a:link{color: #333;text-decoration:none;}
a:visited{color: #333;}
a:hover{color: #333;text-decoration:none;}
a:active{color: #333;text-decoration:none;}

img{
vertical-align: bottom;
} 
a img{
border: none;
} 

/* common */
#header{
	width: 100%;
	height: 60px;
	overflow: hidden;
	}
#header-inner{
	width: 1200px;
	margin: 0 auto;
	}
#head-logo{
	width: 600px;
	text-align: left;
	float: left;
	}
#head-contact{
	width: 600px;
	text-align: right;
	float: left;
	}
#head-contact img{
	padding: 0 0 0 1em;
	}

#gnav-wrap{
	width: 100%;
	height: 56px;
	background: #00773D;
	}
ul#gloval-nav{
	width: 960px;
	margin: 0 auto;
	font-size: 0;
	}

ul#gloval-nav li{
	display: inline-block;
	margin: 0 auto;
	width: 14.28%;
	height: 56px;
	font-size: 16px;
	font-weight: 500:
	color: #fff; 
	text-align: center;
	border-bottom: 4px solid #006837;
	box-sizing: border-box;
	}
ul#gloval-nav a{
	color: #fff; 
	display: block;
	height: 56px;
	padding: 15px 0 0;
	box-sizing: border-box;
	}
ul#gloval-nav a:hover{
	background: #339264;
	border-bottom: 4px solid #CCCCCC;
	}
ul#gloval-nav a.active{
	background: #333333;
	border-bottom: 4px solid #CCCCCC;
	}

h2.img-title{
	margin: 10px auto 40px;
	}
h3.sub-title{
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
	letter-spacing: 3px;
	}
.page-mv{
	width: 100%;
	}
.page-mv img{
	width: 100%;
	}
#under-main{
	width: 960px;
	margin: 0 auto;
	}

ol.topicpath{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 30px;
    overflow: hidden;
    text-align: left;
    }
ol.topicpath li{
    display:inline-block;
    font-size: 12px;
    }

.gb-box{
	border: 5px solid #E6E6E6;
	border-radius: 10px;
	margin: 0 0 90px;
	padding: 50px 15px 30px;
	box-sizing: border-box;
	}

/*------------------------
index
-------------------------*/

#index-main{
	margin: 417px 0 0;
	z-index: 10;
	position: relative;
	background: transparent;
	}

#index-service{
	padding: 130px 0 0;
	background: transparent url(../img/index_slidecover.png) center top no-repeat;
	}

p.sub-catch{
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 0 0 40px;
	}

ul.tri-list{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	}
ul.tri-list li{
	display: inline-block;
	width: 320px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0 0 40px;
	}
ul.tri-list li p{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0 3em 40px;
	box-sizing: border-box;
	}
ul.tri-list li h4{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 1em 0 20px;
	min-height: 3em;
	}

ul.index-topics-list{
	margin: 60px auto 0 !important;
	}
ul.index-topics-list li{
	width: 305px !important;
	height: 606px;
	margin: 0 8px 20px 7px !important;
	padding: 20px 20px !important;
	text-align: left;
	background: transparent url(../img/bg_index_topics_single.png) center top no-repeat;
	box-sizing: border-box;
	}
ul.index-topics-list li h4{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 1em 0 20px;
	min-height: 2.5em;
	}
ul.index-topics-list li span{
	font-size: 14px;
	padding: 0 0 0;
	display: block;
	}

p.topics-listimg{
	width: 100%;
	max-height: 200px;
	overflow: hidden;
	padding: 0 0 20px !important;
	}

p.topics-listimg img{
	width: 100%;
	margin: 0 0 20px;
	}

p.topics-description{
	font-size: 16px;
	position: relative;
	height: 180px;
	overflow: hidden;
	line-height: 20px !important;
	margin: 0 0 1em;
	padding: 0 0 20px !important;
	}

p.topics-description:before, p.topics-description:after {
	position: absolute;
	background: #fff;
	}

p.topics-description:before {
	content: "･･･";
	bottom: 0;
	right: 0;
	}

p.topics-description:after {
	content: "";
	width: 100%;
	height: 100%;
	}

.btn-bloglink{
	display: block;
	width: 200px;
	background: #595757;
	color: #fff;
	text-align: center;
	margin: 25px auto 10px;
	border-radius: 10px;
	border: 3px solid #595757;
	}
.btn-bloglink:hover{
	color: #595757;
	display: block;
	background: #fff;
	box-sizing: border-box;
	}
.btn-bloglink a{
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 5px 0;
	}
.btn-bloglink a:hover{
	color: #333;
	}

ul.column-two{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	}
ul.column-two li{
	display: inline-block;
	width: 410px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0 35px 40px;
	}
ul.column-two li img{
	padding: 10px 0 15px;
	}
ul.column-two li p{
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0 0.5em 40px;
	box-sizing: border-box;
	}
ul.column-two li h4{
	border-bottom: 1px dashed #ccc;
    font-size: 26px;
    padding: 10px 0 5px;
    margin: 0 0 10px;
    text-align: left;
	}
#index-engagement{
	padding: 100px 0;
	background: transparent url(../img/bg_index_engagement.png) center top no-repeat;
	height: 1198px;
	box-sizing: border-box;
	}
.basic-box{
	padding: 10px 0;
	}
.basic-box img{
	padding: 0 0 5px;
	}
.contact-box{
	width: 952px;
	height: 170px;
	margin: 30px auto 0;
	background: transparent url(../img/bg_contact_952.png) center center no-repeat;
	padding: 20px 0 0;
	box-sizing: border-box;
	}
.contact-box h2{
	color: #00773D;
	font-size: 24px;
	letter-spacing: 2px;
	padding: 0 0 10px;
	}
#index-about{
	padding: 100px 0;	
	}
.index-about-box{
	width: 952px;
	height: 564px;
	margin: 30px auto 0;
	background: transparent url(../img/bg_index_about.png) center center no-repeat;
	padding: 40px 10px 0 25px;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 53px;
	text-align: left;
	}
#index-topics{
	padding: 100px 0;
	background: transparent url(../img/bg_index_topics.png) center top no-repeat;
	height: 978px;
	box-sizing: border-box;
	}

#footer-access{
	padding: 50px 0 100px;
	}
#footer-udaccess{
	padding: 150px 0 100px;
	background: transparent url(../img/index_slidecover.png) center top no-repeat;
	}

.footer-access-gmap{
	margin: 0 auto;
	padding: 25px 0 0;
	background: transparent url(../img/bg_accessmap.png) center center no-repeat;
	width: 694px;
	height: 430px;
	box-sizing: border-box;
	}

#footer{
	background: #F2F2F2;
	padding: 60px 0 35px;
	}

#footer-wrap{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	}

#footer-logobox{
	width: 380px;
	float: left;
	}
#footer-addressbox{
	width: 580px;
	float: left;
	line-height: 1.7em;
	padding: 8px 0 5px;
	font-weight: bold;
	}
#footer-contentsnav{
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px 0 20px;
	margin: 0 auto;
	font-size: 12px;
	}
#footer-contentsnav a{
	display: inline-block;
	padding: 0 1em;
	}

#footer-copy{
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	}

/* chair */
ul.chair-list{
	width: 900px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	}
ul.chair-list li{
	display: inline-block;
	width: 300px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0 0 40px;
	}
ul.chair-list li p{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0 3em 20px;
	box-sizing: border-box;
	}
ul.chair-list li h4{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 1em 0 20px;
	min-height: 1.5em;
	}

/* company */
.company-info-inner{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    }
.company-info-inner table{
    width: 960px;
    margin: 60px auto 40px;
    border-collapse: collapse;
    }
.company-info-inner table th,
.company-info-inner table td{
	padding:14px 0px;
	}
.company-info-inner table th{
	border-bottom:2px solid #cccccc;
	vertical-align:top;
	text-align: justify;
	letter-spacing: 0.5em;
	width: 120px;
	}
.company-info-inner table td{
	border-bottom:1px solid #e6e6e6;
	padding-left:30px;
	line-height:30px;
	text-align:left;
	}

/* privacy */
.privacy-box{
 	padding: 50px 25px !important;
 	}

.privacy-box p{
	text-align: left;
	font-size: 14px;
	padding: 1em 1em 2em;
	}

p.privacy-read{
	text-align: right;
	font-size: 14px;
	padding: 0 0 18px;
	}
h4.pv-tab{
	background: #595757;
	text-align: left;
	color: #fff;
	border-radius: 5px;
	padding: 10px 1em;
	}

/* safety */
.item-box{
	width: 960px;
	margin: 0 auto 80px;
	overflow: hidden;
	clear: both;
	}
.item-box-ph{
	width: 500px;
	float: left;
	text-align: left;
	}
.item-box-info{
	width: 460px;
	float: left;
	text-align: left;
	}
.item-box-info h4{
	border-bottom: 1px dashed #ccc;
	font-size: 26px;
	padding: 10px 0 5px;
	margin: 0 0 10px;
	}
.item-box-info p{
	font-size: 14px;
	line-height: 1.8em;
	}
h2.box-sub{
	border-bottom: 1px dashed #ccc;
	font-size: 26px;
	padding: 20px 0 5px;
	margin: 0 0 40px;
	}
.bbd{
	padding: 0 0 30px !important;
	border-bottom: 1px dashed #ccc;
	}

/* tent-seat */
h3.wide-bdtab{
	border-bottom: 1px dashed #ccc;
    font-size: 26px;
    padding: 10px 0 5px;
    margin: 0 0 20px;
    text-align: left;
	}
.item-boxts-ph{
	width: 330px;
	float: left;
	text-align: left;
	}
.item-boxts-info{
	width: 630px;
	float: left;
	text-align: left;
	}
.item-boxts-info h4{
	font-size: 26px;
	padding: 5px 0 5px;
	margin: 0 0 10px;
	}
.item-boxts-info p{
	font-size: 14px;
	line-height: 1.8em;
	}
#tent-case{
	padding: 140px 0 0;
	background: transparent url(../img/bg_st_01.png) center top no-repeat;
	height: 2123px;
	box-sizing: border-box;
	}

/* partition */
.wideimg{
	width: 100%;
	margin: 0 0 60px;
	}

.wideimg img{
	width: 100%;
	}

/* contact */
.form-box{
	overflow: hidden;
	width: 100%;
	padding: 30px 70px;
	border-radius: 15px;
	border: 5px solid #E6E6E6;
	box-sizing: border-box;
	border-width: 4px 7px 7px 4px;
	}
.form-info-wrap{
	display: block;
	overflow: hidden;
	}
.form-head-icon{
	display: block;
	float: left;
	width: 68px;
	margin: 0 16px 0 0;
	text-align: left;
	}
.form-head-info{
	text-align: left;
	float: left;
	font-size: 14px;
	}
.form-head-info h4{
	font-size: 18px;
	}
.form-head-info span{
	font-size: 14px;
	}
.form-box table{
	clear: both;
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
	}

.form-box table th{
	text-align: left;
	font-weight: normal;
	width: 100%;
	display: block;
	}

.form-box table td{
	text-align: left;
	font-weight: normal;
	width: 100%;
	display: block;
	margin: 0 0 20px;
	}

input {
    background: #FFF;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    font: 14px/1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
input[type="file"] {
	padding: 15px 0 !important;
	border: none !important;
	}

.txt-40 {
    width: 810px;
    margin: 8px 0px 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    background: #FFF;
	}

textarea {
    width: 810px;
    height: 120px;
    border: solid 1px #ccc;
    margin: 8px 0px 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    background: #FFF;
	}

button {
	display: block;
	margin: 25px auto 30px;
	width: 200px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #595757;
	border-radius: 10px;
	border: 3px solid #595757;
	}

#formsend-wrap{
	width: 810px;
	text-align: left;
	margin: 20px auto;
	}
#formsend-wrap p.error_messe{
	width: 620px;
	text-align: left;
	margin: 20px auto;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	}

.formTable th,
.formTable td{
	xdisplay: block;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
	}
.formTable th{
	border-bottom: 2px solid #ccc;
	}

/*------------------------------------------------
responsive style
-------------------------------------------------*/
@media(min-width:740px){
.none-pc{display: none;}
.pd0{padding: 0 !important;}
.pd20{padding: 20px !important;}
.pd30{padding: 30px !important;}
.pdh15{padding: 15px 0 !important;}
.txcenter{text-align: center !important;}
.txright{text-align: right !important;}
.txleft{text-align: left !important;}
.fs8{font-size: 8px !important;}
.fs9{font-size: 9px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs16{font-size: 16px !important;}
.fs18{font-size: 18px !important;}
.fs24{font-size: 24px !important;}
.bm10{margin-bottom: 10px !important;}
.bm20{margin-bottom: 20px !important;}
.bm30{margin-bottom: 30px !important;}
.bm45{margin-bottom: 45px !important;}
.bm60{margin-bottom: 60px !important;}
.bm90{margin-bottom: 90px !important;}
.bm120{margin-bottom: 120px !important;}
.mg60{margin: 60px auto !important;}
.mgt60{margin-top: 60px !important;}
.fwb{font-weight: bold;}
.fcgreen{color: #108049 !important;}
}

@media(max-width: 739px){
.none-sp{
	display: none !important;
	}

#udmv{
	padding-top:60px;
	}

/* -------------
header
--------------*/
#header{
	position: fixed;
	z-index: 999;
	background-color: #fff;
	top: 0;
	height: 65px;
	width: 100vw;
	}
#header-inner{
	width:95%;
	margin:0 auto;
	}
#head-logo{
	width:80%;
	display: block;
	}
#menu-button{
	font-size:42px;
	color: #333333;
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}

/*slide-nav*/
.slide-nav{
	top: 50px;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.9;
	position:fixed;
	z-index:9999;
	}
.slide-nav ul.slide-box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	}
.slide-nav ul.slide-box li{
	font-size: 16px;
	color: #333333;
	border-bottom: 1px dotted #ccc;
	padding: 7px 0px;
	}
p.slide-nav-tel{
	padding: 5px 0;
	}
p.slide-nav-tel img{
	width:78%;
	}
ul.slide-nav-contact{
	width:85%;
	margin:0 auto;
	padding:20px 0px 0px;
	}
ul.slide-nav-contact li:nth-child(1){
	width:20%;
	display:inline-block;
	text-align:left;
	}
ul.slide-nav-contact li:nth-child(1) img{
	width:67%;
	margin-left:12px;
	}
ul.slide-nav-contact li:nth-child(2){
	width:78%;
	display:inline-block;
	text-align:center;
	}
ul.slide-nav-contact li:nth-child(2) img{
	width:90%;
	}
ul.slide-nav-contact li img{
	width:60%;
	}

/*--------------
footer
--------------*/
#footer-contentsnav{
	width: 100%;
	clear: both;
	text-align: left;
	padding: 10px 0 20px;
	margin: 0 auto;
	font-size: 0px;
	}
#footer-contentsnav a{
	display: inline-block;
	margin: 5px 0;
	padding: 3px 0;
	width: 50%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 12px;
	border-left: 1px solid #333;
	text-align: center;
	}
#footer-contentsnav a:nth-of-type(odd){
	border: none;
	}

#footer{
	background: #F2F2F2;
	padding: 15px 0;
	}

#footer-wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	}
#footer-logobox{
	width: 80%;
	margin: 0 auto;
	float: none;
	}
#footer-logobox img{
	width: 100%;
	}

#footer-addressbox{
	width: 90%;
	float: none;
	line-height: 1.7em;
	margin: 0 5%;
	padding: 8px 0 5px;
	font-weight: 600;
	text-align: center;
	}
#footer-copy{
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	}
/*--------------
common
--------------*/
.page-mv{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 65px 0 0;
	}

#under-main{
	width: 100%;
	}

ol.topicpath{
	display: none;
	}

h2.img-title{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 10px;
	}
h2.img-title img{
	width: 100%;
	}

.gb-box{
	border: 3px solid #E6E6E6;
	border-radius: 10px;
	margin: 0 10px 20px;
	padding: 15px 15px;
	box-sizing: border-box;
	}

.spd5{padding: 5px;}
.spd10{padding: 10px;}
.sw100{width: 95%;}
.sw50{width: 45%;}

ul.column-two{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	}
ul.column-two li{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0 0 15px;
	padding: 0 10px;
	box-sizing: border-box;
	}
ul.column-two li img{
	padding: 10px 0 15px;
	width: 100%;
	}
ul.column-two li p{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0 0.5em 5px;
	box-sizing: border-box;
	}
ul.column-two li h4{
	border-bottom: 1px dashed #ccc;
    font-size: 20px;
    padding: 10px 0 5px;
    margin: 0 0 10px;
    text-align: left;
	}

h2.box-sub{
	border-bottom: 1px dashed #ccc;
	font-size: 20px;
	padding: 10px 0 5px;
	margin: 0 0 20px;
	}
#footer-access{
	padding: 10px 0;
	}
#footer-udaccess{
	margin: 10px 10px;
	padding: 10px 0;
	background: transparent url(../img/index_slidecover.png) center top no-repeat;
	background-size: contain;
	}
.footer-access-gmap{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	background: none;
	}
	.footer-access-gmap iframe{
	width: 100% !important;
	height: 200px;
	}
.contact-box{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	background: none;
	padding: 10px 0 0;
	box-sizing: border-box;
	}
.contact-box img{
	width: 100%;
	display: block;
	}
.contact-box h2{
	color: #00773D;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 0 20px;
	padding: 0 0 6px;
	border-bottom: 2px solid #00773D; 
	}
/* ------------
chair
--------------------------- */
ul.chair-list{
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	}
ul.chair-list li{
	display: inline-block;
	width: 50%;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	margin: 0 0 10px;
	padding: 0 5px;
	box-sizing: border-box;
	}
ul.chair-list li img{
	width: 100%;
	}
ul.chair-list li p{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	padding: 0 2px 20px;
	box-sizing: border-box;
	}
ul.chair-list li h4{
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 1em 0 20px;
	min-height: 1.5em;
	}
/* ------------------
company
------------------------------ */
.company-info-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
.company-info-inner table{
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
    }
.company-info-inner table th{
	border-bottom: 2px solid #cccccc;
	vertical-align: top;
	text-align: left;
	letter-spacing: 0.5em;
	width: 100%;
	display: inline-block;
	padding: 10px 0 10px 1em;
	box-sizing: border-box;
	}
.company-info-inner table td{
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px;
	padding: 10px 0 10px 1em;
	line-height: 30px;
	text-align: left;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	}

/* -------------
 privacy
-----------------  */
.privacy-box{
 	padding: 15px 15px !important;
 	}

.privacy-box p{
	text-align: left;
	font-size: 14px;
	padding: 1em 0 2em;
	}

p.privacy-read{
	text-align: right;
	font-size: 14px;
	padding: 0 0 18px;
	}
h4.pv-tab{
	background: #595757;
	text-align: left;
	color: #fff;
	border-radius: 5px;
	padding: 10px 1em;
	font-size: 15px;
	line-height: 20px;
	}

/* ---------------------
tent-seat
------------------------------- */
h3.wide-bdtab{
	border-bottom: 1px dashed #ccc;
    font-size: 20px;
    padding: 10px 0 5px 10px;
    margin: 0 0 20px;
    text-align: left;
	}
.item-boxts-ph{
	width: 330px;
	float: left;
	text-align: left;
	}
.item-boxts-info{
	width: 630px;
	float: left;
	text-align: left;
	}
.item-boxts-info h4{
	font-size: 26px;
	padding: 5px 0 5px;
	margin: 0 0 10px;
	}
.item-boxts-info p{
	font-size: 14px;
	line-height: 1.8em;
	}
#tent-case{
	padding: 140px 0 0;
	background: transparent url(../img/bg_st_01.png) center top no-repeat;
	height: 2123px;
	box-sizing: border-box;
	}

/* ---------------------
contact
--------------------------- */
.form-box{
	overflow: hidden;
	width: 96%;
	margin: 10px 2%;
	padding: 15px 10px;
	border-radius: 5px;
	border: 5px solid #E6E6E6;
	box-sizing: border-box;
	border-width: 4px;
	}
.form-info-wrap{
	display: block;
	overflow: hidden;
	}
.form-head-icon{
	display: none;
	}
.form-head-info{
	text-align: left;
	float: left;
	font-size: 13px;
	width: 100%;
	}
.form-head-info h4{
	font-size: 16px;
	}
.form-head-info span{
	font-size: 14px;
	}
.form-box table{
	clear: both;
	width: 100%;
	margin: 30px 0 10px;
	overflow: hidden;
	}

.form-box table th{
	text-align: left;
	font-weight: normal;
	width: 100%;
	display: block;
	}

.form-box table td{
	text-align: left;
	font-weight: normal;
	width: 100%;
	display: block;
	margin: 0 0 20px;
	}

input {
    background: #FFF;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    font: 14px/1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
input[type="file"] {
	padding: 15px 0 !important;
	border: none !important;
	}

.txt-40 {
    width: 100%;
    margin: 8px 0px 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    background: #FFF;
	}

textarea {
    width: 100%;
    height: 120px;
    border: solid 1px #ccc;
    margin: 8px 0px 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    background: #FFF;
	}

button {
	display: block;
	margin: 10px auto 20px;
	width: 200px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #595757;
	border-radius: 10px;
	border: 3px solid #595757;
	}

#formsend-wrap{
	width: 100%;
	text-align: left;
	margin: 20px auto;
	}
#formsend-wrap p.error_messe{
	width: 80%;
	text-align: left;
	margin: 20px auto;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	}

.formTable th,
.formTable td{
	xdisplay: block;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
	}
.formTable th{
	border-bottom: 2px solid #ccc;
	}

/* ----------------------
index
------------------------ */
#index-service{
	padding: 130px 0 0;
	background: none;
	}
#index-about {
    padding: 20px 0;
	}
p.sub-catch {
	width: 90% !important;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0 auto;
    padding: 0 0 40px;
}

#index-engagement {
    height: 845px;
}

ul.tri-list{
	width: 100%;
	}
ul.tri-list li{
	width: 100% !important;
	}

.basic-box img{
	width: 90%;
	display: block;
	margin: 0 auto;
	}

.index-about-box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px;
    background: none;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.6em;
    text-align: left;
}

.item-box {
    width: 90%;
    margin: 0 auto 20px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.item-boxts-ph,
.item-boxts-info {
    width: 100%;
    float: none;
    text-align: center;
	}

.item-boxts-info p{
	text-align: left;
	}

.item-boxts-info h4 {
    font-size: 26px;
    padding: 5px 0 5px;
    margin: 0 0 10px;
    text-align: center;
	}

ul.index-topics-list {
    margin: 20px auto 0 !important;
	}

#index-topics {
    padding: 10px 0 40px;
    background: none;
    height: auto;
    box-sizing: border-box;
}

ul.index-topics-list li {
    width: 100% !important;
    height: 606px;
    margin: 0 auto 20px !important;
    padding: 20px 50px !important;
    text-align: left;
    background: transparent url(../img/bg_index_topics_single.png) center top no-repeat;
    box-sizing: border-box;
    display: block;
	}

p.topics-listimg {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: block;
    padding: 10px 0px 0px !important;
    margin: 0 auto;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100% !important;
	}

.wideslider_base {
	width: 100% !important;
    top: 0;
    position: relative;
	}
}
