@charset "UTF-8";
/*----------------------------------------------
 index.html：社長メッセージ
----------------------------------------------*/
/*.message #main_pht{
	position:relative;
	width:680px;
	height:300px;
}*/
.message #main_pht{
	position:relative;
	width:680px;
	height:150px;
}
.message h2{
	height:44px;
	position:absolute;
	top:0;
	left:65px;
	bottom:0;
	margin:auto 0;
}

/*----------------------------------------------
 profile.html：会社案内
----------------------------------------------*/
#dl_profile dl{
	display:table;
	width:100%;
}
#dl_profile dl dt{
	display:table-cell;
	width:8em;
	padding:16px 0;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
}
#dl_profile dl dd{
	display:table-cell;
	padding:16px 0 16px 0;
	border-bottom:1px solid #ccc;
}
#dl_profile dl dd table{
	width:100%;
	margin:0;
}
#dl_profile dl dd table tr{
	border-bottom:1px dotted #aaa;
}
#dl_profile dl dd table tr:last-child{
	border-bottom:none;
}
#dl_profile dl dd table th{
	width:13em;
	font-size:93.3%;
	font-weight:normal;
	text-align:left;
}
#dl_profile dl dd table td{
	font-size:93.3%;
}
#dl_profile dl dd table th,
#dl_profile dl dd table td{
	padding:10px 0;
}
#dl_profile dl dd table .spt{
	padding:0 0 10px 0;
}
#dl_profile dl dd table .spb{
	padding:10px 0 0 0;
}

/*----------------------------------------------
 business.html：事業目的
----------------------------------------------*/
#ol_business li{
	padding:6px 0 6px 1em;
}

/*----------------------------------------------
 contribution.html：社会貢献
----------------------------------------------*/
.internship_table{
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 2em;
}
.internship_table th,
.internship_table td{
  width: 7.5em;
  text-align: center;
  border-right: 1px solid #ccc;
}
.internship_table th{
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2;
}
.internship_table td{
  padding: 0.25em;
}
.srs-block{
  margin-top: 1em;
}
.srs-block dt{
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid;
}

/*----------------------------------------------
 sdgs.html：SDGsへの取り組み
----------------------------------------------*/
.SDGs p + p{
  margin-top: .5em;
}
.SDGs__head{
  margin-bottom: 40px;
}
.SDGs__head__Title{
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 16px;
  border-bottom: 2px solid #3d3d3d;
}
.SDGs__head p a::after{
  content: url("../images/icon_external.png");
}
.SDGs__block__head{
   letter-spacing: 0;
}
.SDGs__block__body{
  margin-bottom: 32px;
}
.SDGs__block__foot{
  padding: 16px 16px 20px;
  background-color: #f2f2f2;
}
.SDGs__block__foot h4{
  font-size: 93.3%;
  font-weight: normal;
  padding: 0;
  margin-bottom: 8px;
  border-bottom: none;
}
.SDGs__item{
  display: flex;
  align-items: center;
  width: calc(100% - 32px);
  color: #3d3d3d;
  margin: 4px 16px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.SDGs__item:hover{
  opacity: .75;
}
.SDGs__item__main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 80px;
  padding: 0 16px;
}
.SDGs__item__main img{
  max-width: 100%;
}
.SDGs__Media{
  width: 560px;
  margin: 24px auto;
}
.SDGs__Media p{
  font-weight: bold;
  margin-bottom: 4px;
}
.SDGs__Movie iframe{
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
}
.SDGs__item__sub{
  width: calc(100% - 160px);
  font-size: 93.3%;
  font-weight: bold;
  padding: 16px;
  border-left: 1px solid #dedede;
}

/*取組事例-----------------*/
.ActionList__item{
  line-height: 1.5;
  padding: 12px 0.75em;
  margin-bottom: 5px;
  border: 1px solid #e2eefa;
  border-left-width: 10px;
}
.ActionList__item a.external{
  color: #333;
}
.ActionList__item a.external::after{
  display: inline-block;
  content: url(../images/icon_external.png);
  margin-left: 3px;
}
.ActionList__item a.pdf{
  display: inline-block;
  text-decoration: underline;
  margin: 5px 0;
}
.ActionList__item .column{
  text-align: left;
}
.ActionList__item .column_title{
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ActionList__item .column > p{
  color: #333;
  font-size: 100%;
  margin-bottom: 0.75em;
}
.ActionList__item .column .link{
  font-size: 93%;
  margin-top: 0.5em;
}
.ActionList__item .column .link a{
  color: #0074ae;
  text-decoration: underline;
}

/*ひだかん-----------------*/
.SDGs__hidakan-logo{
  width: 160px;
  margin: 20px auto 0;
}
.SDGs__hidakan-logo img{
  max-width: 100%;
}


/*----------------------------------------------
 group.html：グループ会社
----------------------------------------------*/
section.group-category{
  margin-top: 40px;
}
.group-company{
  width: 100%;
  margin-bottom: 4px;
}
.group-company a{
  display: block;
  color: #3d3d3d;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  transition: ease 0.2s;
  box-sizing: border-box;
}
.group-company a::before{
  font-family: 'FontAwesome';
  content: "\f0a9";
  color: #0074ae;
  padding-right: 8px;
}
.group-company a:hover{
  text-decoration: none!important;
  background: #edf5fc;
}
.icon-blanklink{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/icon_external.png") no-repeat 0 0;
}