@charset "utf-8";

/* common.css */

/*----------------------------------------------*/
/*corporate*/
/*----------------------------------------------*/
#corporate {}
#corporate #map { width: 100%; height: 450px; }
#corporate .address_access { padding:30px 0 }
#corporate .address_access dl { padding:0; }
#corporate .address_access dl dt { font-weight:700; font-size:108%; width:100px; float:left; line-height: 1.8; } 
#corporate .address_access dl dd { font-size:108%; line-height: 1.8; padding-left:100px; }

#corporate .address_access dl dd ul.tel_fax {}
#corporate .address_access dl dd ul.tel_fax:after { content: ""; clear: both; display: block; }
#corporate .address_access dl dd ul.tel_fax li { display:inline-block; font-weight:700; font-size:154%; margin-right:20px; }

#corporate #message { background:/*url(../images/corporate/bg_message.png) left bottom no-repeat*/ #fbfbfb; padding-bottom:0; }
#corporate #message h3 { margin-bottom: 10px; /*padding:10px 10px 0 238px;*/ padding:10px 10px 0 10px; }
#corporate #message p { text-align:left; padding:0 10px; }
#corporate #message dl { padding:0 10px; }

#corporate #message .pic { width:120px; float:right; }
#corporate #message .pic dl { padding:0; }

#key_visual.corporate {
background-color:#f6f6f6;
}

/*----------------------------------------------
topics
----------------------------------------------*/
#topics {
margin:0 auto;
text-align:center;
width:1180px;
}

#topics h2.ttl {
margin-bottom: 35px;
color: #1a1a1a;
font-size: 14px;
line-height: 120%;
background-image: url(../images/bg_ttl.png);
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 30px;
padding: 10px 0;
font-size: 22px;
text-align:left;
}

#topics .block {
margin-bottom: 30px;
padding: 23px 0 40px;
width: 100%;
font-size: 14px;
line-height: 214%;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

#topics .block_title {
margin-bottom: 35px;
color: #686868;
font-size: 14px;
line-height: 120%;
text-align:left;
}

#topics .block_title span {
background-color: #2fa4e7;
display: inline-block;
margin-right: 20px;
padding: 5px 0 3px;
width: 90px;
color: #fff;
font-size: 11px;
line-height: 100%;
text-align: center;
}

#topics p { font-size:108%;  line-height:1.6; text-align:left; }
#topics p a { color:#00e; text-decoration:underline; }
#topics p a:hover { color: #d00; text-decoration:none; }

#topics hr { background-color:#ccc; width:100%; min-height:1px; border:none; margin:40px 0; }

.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
 .ggmap iframe,
.ggmap object,
.ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*----------------------------------------------
pc
----------------------------------------------*/
@media screen and (min-width:1280px) {
#corporate #overview {}
#corporate #overview .inner,
#corporate #access .inner {
width:1280px;
margin:0 auto;
position: relative;
}

#message .inner {
width:1280px;
margin:0 auto;
position: relative;
} 

}