@charset "shift-jis";

/*---------------------------------------------------
	‹¤’Ê
----------------------------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
 html {overflow-y:scroll;font-size: 62.5%;/*10px*/} 
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

body.zeimusodan{ font-size: 14px;}
.zeimusodan a,.zeimusodan a:visited{color: #43464c;text-decoration:none;}
.zeimusodan a:hover,.zeimusodan a:active {
  color: #fe1100;
  text-decoration: none;
}
.zeimusodan .mvText .white{background: #fff;}
.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

.f12 {
  font-size: 1.2rem;
}

/* PC------------------------------------------------------------------------------- */
@media print, screen and (min-width:769px){	

.zeimusodan #head {
   height: 60px;
	box-shadow: 0px 0 3px 3px #ededed;
  -moz-box-shadow: 0px 0 3px 3px #ededed;
  -webkit-box-shadow: 0px 0 3px 3px #ededed;
  margin-bottom: 5px;
}
.zeimusodan #head img{margin: 10px 0 0 0;}
.zeimusodan #head .inner p{padding-top: 20px;}
.zeimusodan #head .inner{
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;display: flex;
  -webkit-justify-content: space-between;justify-content:space-between;
}
.zeimusodan .crumbs{margin: 5px auto 0;}
.zeimusodan #contents {width: 1000px; margin: 0 auto;padding-bottom: 80px;}
.zeimusodan .zeimusodanMain{padding-top: 10px;}
.zeimusodan .mvArea{width: 1000px; height: 510px; background: url(../img/bk.jpg) no-repeat;  padding: 40px 0 0;}	
.zeimusodan .mvArea .title{width: 603px; height: 121px; background: url(../img/title.png) no-repeat;margin: 0 auto;}
.zeimusodan .mvText{
	background:rgba(255, 255, 255, 0.9);
	padding: 30px 35px;
	font-size: 1.6rem;
	margin: 40px auto 0;
	width: 660px;
    line-height: 1.8em;
    text-align: center;
    box-sizing: border-box;
}
.zeimusodan .office{position: relative;bottom: 30px;}
.zeimusodan .office .title{
	width: 398px;
	height: 54px;
	background: url(../img/officeTitle.png) no-repeat;
	margin: 0 auto;
}
.zeimusodan .office .title + p{
	font-weight: bold;
	font-size:1.8rem;
	padding-top: 30px;
	text-align: center;
	line-height: 1.5em;
}
.zeimusodan .profile .photo{width: 170px; height: 192px; background: url(../img/officePhoto.jpg) no-repeat;}
.zeimusodan .officeArea{width: 1000px; height: 950px; background: url(../img/office_bk.png) no-repeat;}	
.zeimusodan .profile{
	width: 785px;
	margin: 0 auto;
  display: -webkit-flex;display: flex;
  -webkit-justify-content: space-between;justify-content:space-between;		
}
.zeimusodan .profile .profileText{width: 585px; line-height: 1.8em;padding-top: 20px;}
.zeimusodan .profile .profileText p + p{text-align: right;padding-top: 10px;}
.zeimusodan .soudan > .title{width: 840px; height: 43px;margin-bottom:28px; background: url(../img/officeSoudan.png) no-repeat;}
.zeimusodan .soudan .soudanAd .title{
	font-weight: bold;
  height: 21px;
    text-align: center;
    font-size: 1.6rem;
}	
.zeimusodan .soudan{
	width: 910px;
	/*height: 284px;*/
	margin: 30px auto 0;
	background-color: #f9f4e9;
  display: -webkit-flex;display: flex;
  -webkit-flex-wrap: wrap;flex-wrap:wrap;
  -webkit-justify-content: space-between;justify-content:space-between;
	box-sizing: border-box;
    padding: 30px;
}	
.zeimusodan .soudanAd{
	width: 50%;
	position:relative;
	box-sizing: border-box;
}
.zeimusodan .soudanAd:nth-of-type(even){padding: 0 0 0 28px;border-left: solid 1px #ac7d44;}
.zeimusodan .soudanAd:nth-of-type(odd){padding: 0 28px 0 0;}
.zeimusodan .soudanAd:nth-of-type(n+3){margin-top:54px;}
.zeimusodan .soudanAd:nth-of-type(n+3)::before{
	content:"";
	width:calc(100% + 1px);
	height:1px;
	background:#ac7d44;
	position: absolute;
	top:-28px;
	left:0;
	}
.zeimusodan .soudanAd p:nth-of-type(2){padding: 10px 0;text-align: justify;text-justify: inter-ideograph;}
.zeimusodan .soudanAd p:nth-of-type(3){display: flex;align-items: center;justify-content: center; margin: 0 auto;}
.zeimusodan .soudanAd .bnr01{
	height:60px;
	width: 200px;
}
.zeimusodan .soudanAd .bnr02{
	height:60px;
	width: 140px;
}
.zeimusodan .soudanAd .bnr03{
	height:94px;
	width: 170px;
}
.zeimusodan .soudanAd .bnr04{
	height:94px;
	width: 150px;
}
.zeimusodan .soudanAd p img{width:100%;}
.zeimusodan .annotationBox{
	width: 830px;
    margin: 10px auto 0;	
}

	
}

/* SP-------------------------------------------------------------------------------- */

@media screen and (min-width:0px) and (max-width: 768px) {

.zeimusodan #contents {width: auto;}
.zeimusodan #head {
	box-shadow: 0px 0 3px 3px #ededed;
  -moz-box-shadow: 0px 0 3px 3px #ededed;
  -webkit-box-shadow: 0px 0 3px 3px #ededed;
	text-align: center;
	height: 64px;
}
.zeimusodan #head .inner p{font-size: 1.2rem;}
.zeimusodan #head .inner{text-align: center;}
.zeimusodan #head img{width:50%;max-width: 206px; margin-top: 6px;}
.zeimusodan .zeimusodanMain{padding-top: 10px;}
.zeimusodan .mvArea{
	padding-top: 40%;
    background-size: contain;
	background: url(../smart/img/bk.jpg) no-repeat;
	background-position: center bottom -15px;
}
.zeimusodan .mvArea .title{
	position: absolute;
    top: 110px;
	padding: 0 20px;
}
.zeimusodan .mvArea .title img{width: 100%;}
.zeimusodan .mvText{
	background:rgba(255, 255, 255, 0.9);
	padding: 10px;
	font-size: 1.2rem;
	margin: 0 10px;
	position: relative;
  bottom: 30px;
}

.zeimusodan .officeArea{
	padding: 10px 20px;
    margin: 20px 10px 40px ;
    border: solid 1px #ac7d44;
}
.zeimusodan .office .title img{width: 100%;}
.zeimusodan .office .title{padding: 20px 0;}
.zeimusodan .office .title + p{
	font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
	padding-bottom: 20px;
}
.zeimusodan .profile .photo img{width: 50%;}
.zeimusodan .profile .photo {text-align: center;}
.zeimusodan .profile .profileText{line-height: 1.8em;padding-top: 20px;}
.zeimusodan .profile .profileText p + p{text-align: right;padding-top: 10px;}
.zeimusodan .soudan .title img{width: 100%;}
.zeimusodan .bnr01 img{width: 100%;max-width:290px; }
.zeimusodan .bnr02 img,.zeimusodan .bnr03 img{width: 60%;max-width:200px; }	
.zeimusodan .bnr04 img{width: 60%;max-width:200px; }	
.zeimusodan .soudan{
	background-color: #f9f4e9;
	padding: 20px 10px;
}	
.zeimusodan .soudan .soudanAd .title{
	font-weight: bold;
    text-align: center;
	padding-bottom: 0;
    font-size: 1.6rem;
}
.zeimusodan .soudan .soudanAd{
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: solid 1px #ac7d44;
}
.zeimusodan .soudan .soudanAd:last-of-type{
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.zeimusodan .soudan .title{padding-bottom: 10px;}
.zeimusodan .soudan .soudanAd p:nth-of-type(2){
	padding: 10px 0;
}
.zeimusodan .soudan .soudanAd p:last-child{
	text-align: center;
}
.zeimusodan .annotationBox{ margin: 10px auto 0;}


}
	

	
	
