@charset "utf-8";
/*=============================================================
 governance
=============================================================*/
/* pageTtlMain
-------------------------------------------------------------*/
#pageTtlMain .contentsInner{
  height: 280px;
  display: flex;
  align-items: center;
}
.mainImg{
  background: #cce1ea url("../img/governance_main.png") center center no-repeat ;
  height: 280px;
  margin-bottom: 60px;
}
.mainText{
  width: auto;
  padding-right: 20px;
  margin-right: auto;
}
.mainText .ttl-h1{
  font-size: calc(16px + ((1vw - 7.68px) * 7.84314));
  font-weight: 400;
}
.mainText .mainImgSp{display: none;}
.name>span{
  font-size: calc(14px + ((1vw - 7.68px) * 1.96078));
}
@media screen and (min-width: 980px) {
  .mainText .ttl-h1{
    font-size: 32px;
  }
  .name>span{
    font-size: 18px;
  }
}
/* col-2
-------------------------------------------------------------*/
#governance .col-2{
  justify-content: space-between;
}
#governance  .col-2>div:first-child{
  width: calc((100% - 330px));
}
#governance  .col-2>div:nth-child(2){
  width: 300px;
}

/*profileArea
-------------------------------------------------------------*/
.profileArea dl{
	display: flex;
	margin-bottom: 50px;
}
.profileArea dt{
	width: 200px;
	border-left:1px solid #666666;
	font-size: 14px;
	padding: 10px 14px;
	box-sizing: border-box;
}
.profileArea dt>span{
	display: block;
	font-size: 18px;
}
.profileArea dd{
	width: calc((100% - 200px));
	border-left:1px solid #666666;
	padding: 0 14px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/* pageTtlMain
-------------------------------------------------------------*/
#pageTtlMain .contentsInner{
  height: auto;
  padding-top: 14px;
  background: none ;
	margin-top: 10px;
	border-top: 1px solid #999;
}
.mainImg{
  background: none ;
  height: auto;
}
.mainText{
  width: auto;
  padding-right: 0;
  margin-left: 0;
}
.mainText .ttl-h1{
  font-size: 16px;
  margin-bottom: 16px;
}
.mainText .mainImgSp{
  display: block;
  margin: 0 -5% 20px;
}  
.name>span{
  font-size: 18px;
}
/* col-2
-------------------------------------------------------------*/
#governance  .col-2{
  display: block;
}
#governance .col-2>div:first-child{
  width:100%;
  margin-bottom: 20px;
}
#governance .col-2>div:nth-child(2){
  width: 240px;
  margin: 0 auto 20px;
}
	
/*profileArea
-------------------------------------------------------------*/
.profileArea dl{
	display: block;
	padding-top: 10px;
	border-top:1px solid #666666;
}
.profileArea dt{
	width: 100%;
	border-left:none;
	padding: 0;
}
.profileArea dt>span{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}
.profileArea dd{
	width: 100%;
	border-left:none;
	padding: 0;
}
	
}
