/********************************************************************************************

法人課

********************************************************************************************/
.corporate-head {
  margin: 20px 20px 42px 20px;
  overflow:hidden;
}
.corporate-head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.corporate-img {
  width: 730px;
}
.corporate-img img {
  display: block;
}

.corporate-nav {
  width: 100%;
  background: #ddd;
  margin:20px 0;
}
.corporate-nav__head {
  text-align: center;
  color: #FFF;
  background: #93E1FF;
  font-weight: bold;
  padding: .5em;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
.corporate-nav__list {
  padding: 8px 12px;
}
.corporate-nav__list li {
  margin-bottom: 10px;
  display: inline-block;
  width: 49%;
  text-align:center;
}
.corporate-btn {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  background: #fff;
  color: #595959;
  padding: 10px;
  position: relative;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.corporate-btn:hover {
  opacity: .8;
}

.corporate-data{
  overflow:hidden;
  padding:10px;
}

.corporate-data__head {
  background: #eee;
  color: #595959;
  text-align: center;
  padding: 10px;
  margin-bottom: 24px;
  font-size: 16px;
}
.corporate-data__info {
  width: 335px;
  margin-bottom: 40px;
  float:left;
  clear:right;
}

.corporate-info__head {
  text-align: center;
  padding: 8px;
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF;
  background: #93E1FF;
}
.corporate-info__head span {
  display: block;
  padding-top: 2px;
  font-size: 12px;
}
.corporate-info--special .corporate-info__head {
  background: #666;
}
.corporate-info dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #93E1FF;
}
.corporate-info dl::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.corporate-info dl dt {
    width: 100px;
    float: left;
    text-align: center;
    line-height: 1.72;
    font-size: 11px;
}
.corporate-info dl dd {
  	width: 335px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 11px;
}
.corporate--staffs--box{
	margin-bottom: 20px;
}
.corporate--staffs{
    float: right;
    width: 185px;
    padding: 15px;
}

.corporate--staffs--comment{
  padding: 5px;
  background: #eee;
  border: 1px dotted #999;
  width:185px;
}

.corporate--staffs--name{
  margin-top: -5px;
  margin-bottom: 9px;
}

.corporate-info--special dl {
  border-bottom: 1px solid #666;
}
.corporate-info--special dl dd {
  border-left: 1px solid #93E1FF;
}

.corporate-map {
  width: 100%;
  height: 100%;
}

.corporate-contact-btn {
  display: inline-block;
  overflow: hidden;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.corporate-contact-btn:hover {
  background: #eee;
}
.corporate-contact-btn img {
  display: block;
}

.corporate-address{
  width: 100%;
  overflow: hidden;
  margin:20px 0;
}

.corporate-address h3, #corporate--news > h3{
  background: #93E1FF;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
}

.corporate-address dl, #corporate--news dl{
  overflow: hidden;
  width: 600px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 11px;
  margin-top: 11px;
}

.corporate-address dl dt{
  float:left;
  width:90px;
  margin-right:18px;
  padding:5px;
  text-align:center;
  color:#FFF;
  background: url(../img/bg_various01.gif) repeat-x top #999;
  border:1px #666 solid;
  text-shadow: 1px 1px 0 #666;
}

#corporate--news dl dt{
  float:left;
  width:90px;
  margin-right:18px;
  padding:5px;
  text-align:center;
  color:#FFF;
  background: url(../img/bg_various01.gif) repeat-x top #5CBFF9;
  text-shadow: 1px 1px 0 #666;
}


.corporate-address dl dd, #corporate--news dl dd{
  float:left;
  width:400px;
  padding-top:5px;
}

#corporate--news{
  /*border: solid 2px #DDDDDD;*/
  box-sizing: border-box;
  margin:50px 0;
}


/* お問い合わせ
=============================== */
.corp-contact {
  text-align: center;
  border: 1px solid #93E1FF;

}
.corp-contact__head {
  color: #FFF;
  background: #93E1FF;
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 24px;
}
.corp-contact__body {
  padding: 1em;
  line-height: 2;
}
.corp-contact__body a:hover {
  text-decoration: none;
}