/* CSS Document */
/****************************************************************/
/*HTML要素設定*/
/****************************************************************/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,form,div{
margin : 0;
padding : 0;
}
body{
line-height : 170%;
font-size:16px;
font-family: Meiryo,Verdana, Geneva, sans-serif;
text-align: center;
background :#e3e2db;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  box-sizing: border-box;
}

a{
  text-decoration: none;
  color: inherit;
}
a:hover{
  color: #2f2fa5;
}

ul,ol{
list-style:none;
}
img{
	border-style: none;
  vertical-align: top;
}
h3,h4{ clear: both; overflow: hidden;}
ul,span,dl,table,h1 {text-align: left;}
.pl_20{
  padding-left: 20px;
}
.mb_20{
  margin-bottom: 20px;
}
.pd_10{
  padding: 10px;
}
.pd_20{
  padding: 20px;
}
.pd_40{
  padding: 40px;
}

.t_center{
  text-align: center;
}

.t_right{
  text-align: right;
}

.f_left{
  float: left;
}

.col_half {
  width: 50%;
  float: left;
}
.col_3{
  position: relative;
  width: 35%;
  float: left;
}
.col_7{
  position: relative;
  width: 65%;
  float: left;
}

.contact_footer{
  position: relative;
  width: 35%;
  float: left;
  padding: 20px;
}
.news_box{
  position: relative;
  width: 65%;
  float: left;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}

.clearfix:after {
  clear: both
}
/****************************************************************/
/*各基本レイアウト領域設定*/
/****************************************************************/
div#container{
max-width :1100px;
margin:10px auto;
padding:15px;
overflow:hidden;
text-align: center;
position:relative;
  background: #fff;
}
div#main{
width :100%;
margin:0 auto;
padding :0;
overflow:hidden;
}
div#footer {
  width: 100%;
  margin: 0px auto;
  background: #fff;
  overflow: hidden;
  color: #000;
  text-align: left;
}

h2.title{
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  padding:0 0 5px 10px;
  border-bottom:2px solid #000;
  margin-bottom: 15px;
  margin-top: 35px;
}
h2.title span{
  padding-left:10px;
  color: #e3e2db;
}
h2.content_title{
  padding: 40px;
  background: url(../images/bg001.png) left top repeat;
  text-align: left;
}
.breadcomb{
  margin: 20px 0;
}
.breadcomb ul{
  overflow: hidden;
}
.breadcomb li{
  display: inline-block;
  margin-left: 8px;
}

.breadcomb li a{
  color: #ff9900;
}

/* header */
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}


/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}




/****************************************************************/
/*header*/
/****************************************************************/
.logo{
  width: 432px;
  width: 40%;
  height: 80px;
  float: left;
  padding-top: 10px;
}

dl.contact_btn, dl.contact_btn02{
  float: right;
  overflow: hidden;
}
dl.contact_btn02{
  margin-top: 70px;
  line-height:1.2em;
}
dl.contact_btn dt, dl.contact_btn dd, dl.contact_btn02 dt, dl.contact_btn02 dd{
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
dl.contact_btn dt, dl.contact_btn02 dt{
  background: #cc0000;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 15px;
}
dl.contact_btn dt span, dl.contact_btn02 dt span{
  font-size: 0.6em;
  font-weight: normal;
}

dl.contact_btn dd, dl.contact_btn02 dd{
  border: 1px solid #cc0000;
}
.sub_nav{
  clear: both;
  float: right;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 15px;
}
.sub_nav li{
	float: left;
	display: inline-block;
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
}
.sub_nav li:after{
  position: absolute;
  content:"";
  background: url(../images/icon001.png) left center no-repeat;
  width: 8px;
  height: 11px;
  top:5px;
  left: 0;
}



.gloval_nav {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
.gloval_nav li{
  float: left;
  margin-right: 11px;
  height: 70px;
}
.gloval_nav li.btn05{
  margin-right:0px;
}
.gloval_nav li a{
  display: block;
  height: 70px;
  text-indent: -999em;
  overflow: hidden;
}
li.btn01 a{
  width: 185px;
  background: url(../images/header_navi.png) left top no-repeat;
}
li.btn02 a{
  width: 200px;
  background: url(../images/header_navi.png) -195px top no-repeat;
}
li.btn03 a{
  width: 240px;
  background: url(../images/header_navi.png) -403px top no-repeat;
}
li.btn04 a{
  width: 200px;
  background: url(../images/header_navi.png) -656px top no-repeat;
}
li.btn05 a{
  width: 200px;
  background: url(../images/header_navi.png) -868px top no-repeat;
}


/****************************************************************/
/*メイン領域設定*/
/****************************************************************/

div.box{
  background: #e3e2db;
}
.topics{
  border: 1px solid #ccc;
  padding: 20px;
}
.topics dl{
 overflow: hidden;
  margin-bottom: 10px;
}
.topics dl dt{
  float: left;
  margin-right: 10px;
  width: 130px;
}
.topics dl dd{
  float: left;
}
.s_art{
  position: relative;
}
.s_art img{
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.s_art span{
  position: absolute;
  z-index: 2;
  display: block;
  width: 230px;
}
.s_art span.s_txt01 {
  left: 780px;
  top: 250px;
}

.s_art span.s_txt02 {
  bottom: 150px;
  left: 70px;
}
.s_art span.s_txt03 {
  bottom: 120px;
  right: 10px;
}
.contact_box{
  padding: 40px;
  color: #595959;
  text-align: left;
}
.content_box{
  padding: 20px;
  text-align: left;
}

table.form{
  width: 90%;
  margin: 0 auto 30px auto;
}
table.form th{
	width: 22%;
	padding: 20px;
	text-align: left;
	position: relative;
	vertical-align: middle;
	color: #595959;
}
table.form th span{
  position: absolute;
  right: 5px;
}
table.form td{
  width: 80%;
  padding: 20px;
  text-align: center;
  position: relative;
  text-align: left;
}
table.form td input, table.form td textarea{
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	width: 78%;
}

ul.form_btn{
  text-align: center;
}
ul.form_btn li{
  display: inline-block;
  margin: 0 10px;
}
ul.form_btn li a{
  display: block;
  padding: 12px 0;
  text-align: center;
  background:#666666;
  color: #fff;
  width: 200px;
}

.content_box h3{
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 10px 0 20px 0;
}
.content_box h4{
  margin: 10px 0;
}

dl.facility{
  float: left;
  margin: 50px 50px 50px 0;
  width: 30%;
}
dl.facility:last-child{
  margin-right: 0px;
}
dl.facility dt, dl.facility dd{
  text-align: center;
  overflow: hidden;
}
dl.facility dt{
  margin-bottom: 15px;
  border: 1px solid #000;
  padding: 5px;
}
dl.facility dd.facility_comment{
  padding: 5px;
}
h3.step{
  border-bottom: 2px solid #9c9981;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 0;
  line-height: 55px;
  height: 55px;
}
h3.step img {
  margin-right: 20px;
}
.orange_box{
  border: 1px solid #ff9e0c;
  padding: 20px;
}

h3.bl_border{
  border: 1px solid #000;
  padding: 10px;
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: #000;
}

ul.table_list{
  width: 100%;
  display: table;
}
ul.table_list li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

table.company{
  width: 100%;
}
table.company th, table.company td{
  padding: 10px;
  border-bottom:1px dotted #ccc;
}
table.company th{
  width: 20%;
  text-align: center;
  font-weight: normal;
}
table.company td{
  width: 80%;
  text-align: left;
}
.privacy_list_box{
  padding:50px;
}
ul.privacy_list{
  margin-bottom: 50px;
}
ul.privacy_list li{
  list-style-type: decimal;
  margin-bottom: 15px;
}

ul.privacy_list li ul li{
  list-style-type: none;
  margin: 5px;
}
.g_map {
color:#C9C1B4;
margin:1.4em 0px .4em 0px;
}
.companymap {
margin:20px auto;
width:75%;
}
.google-map {
border-top:solid 1px #999;
position: relative;
padding-bottom: 37.5%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/****************************************************************/
/*フッタ領域設定*/
/****************************************************************/

.footer {
margin:65px auto 0 auto;
position: relative;
overflow: hidden;
border-top: 1px solid #ccc;
padding: 15px;
  text-align: left;
}
.footer ul.sub_nav{
  float: none;
  overflow: hidden;
  margin-bottom: 35px;
  display: block;
}
address{
  clear: both;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-style: normal;
}
/********************************************/
/*その他汎用クラス、id*/
/********************************************/

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
/*--topics--*/
.topics_d{
  padding: 20px;
}
.back {
	width:50%;
	float:left;
}
.next {
	width:50%;
	float:left;
	text-align:right;
}#container main .title .day {
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
}
.photo{
	width:320px;
	margin:50px 10px;
	float:left;
}#container main .content_box.mb_20 .clear {
	clear: both;
}
.bt {
	text-align: right !important;
	float: none;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
