/*==================================
メインビジュアルの個別設定
==================================*/
#ContMainSlider {
background: url(../img/other_header.jpg) no-repeat center center;
background-size: cover;
}

#ContMainSlider .ContMainTitleBG {
background: -webkit-linear-gradient(left, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
background: linear-gradient(to right, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
}

/*==================================
ページコンテンツの設定
==================================*/
#PageCategoryWrapper form#pageCategory {
width: 100%;
}

@media screen and (max-width: 980px) {
#PageCategoryWrapper li a {
font-size: 0.8em;
}
}

@media screen and (max-width: 940px) {
#PageCategoryWrapper li a {
padding-left: 15px;
padding-right: 15px;
}
}

@media screen and (max-width: 900px) {
#PageCategoryWrapper li a {
padding-left: 12px;
padding-right: 12px;
}
}

@media screen and (max-width: 850px) {
#PageCategoryWrapper li a {
padding-left: 9px;
padding-right: 9px;
}
}

@media screen and (max-width: 820px) {
#PageCategoryWrapper li a {
padding-left: 7px;
padding-right:7px;
}
}

@media screen and (max-width: 800px) {
#PageCategoryWrapper li a {
padding-left: 5px;
padding-right:5px;
}
}

#StakeholderWrapper h3 {
background: #F1F1F1;
font-size: 1rem;
padding: 7px;
line-height: 1.5;
margin-top: 30px;
margin-bottom: 10px;
font-weight: 700;
}

.stakeholderBox {
clear: both;
padding-bottom: 40px;
overflow: hidden;
}

.stakeholderBox a {
color: #222;
font-weight: 500;
}

.stakeholderBox a i {
padding-right: 10px;
}

.stakeholderBox a:hover {
text-decoration: none;
}

.stakeholderPh {
float: right;
width: 25%;
padding-top: 5px;
}

.stakeholderPh img {
width: 100%;
display: block;
}

.stakeholderPh span {
display: block;
font-size: 0.7rem;
text-align: center;
line-height: 1.5;
padding-top: 5px;
}

.stakeholderTextLeft {
float: left;
width: 73%;
}

@media screen and (max-width: 800px) {
.stakeholderPh {
float: none;
width: 50%;
padding-top: 5px;
padding-bottom: 15px;
margin: auto;
}
.stakeholderTextLeft {
float: none;
width: 100%;
}
}


.tableBorder {
padding-top: 20px;
}

.tableBorder h4 {
font-weight: 700;
padding-bottom: 10px;
}

.stakeholderTextLeft .tableBorder th {
width: 50%;
}

