.anchorList>li {
	margin-left: 22px;
}
.anchorList>li:first-child {
	margin-left: 0;
}
.anchorList>li>a {
	display: block;
	width: 161px;
	color: #333;
	font-size: 1em;
	line-height: 1;
	background: #dde7f7;
	padding: 17px 30px;
}
.anchorList>li>a>span {
	display: block;
	padding: 0 14px;
	background: url(../company/images/icon_arrow_down.png) no-repeat left center;
	text-align: center;
}
.anchorList>li>a:hover {
	opacity: 0.8;
}
.sectionTtl>span {
	display: inline-block;
	padding-bottom: 30px;
	position: relative;
}
.sectionTtl>span:before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #2e3092;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sectionTtl.v01 {
	margin-bottom: 46px;
}
.sectionTtl.v02 {
	padding-top: 68px;
	margin-bottom: 51px;
}
.sectionTtl.v03 {
	margin-top: 63px;
	margin-bottom: 51px;
}
.section01Img {
	padding-top: 8px;
	margin-bottom: 30px;
}
.section01Img>p {
	line-height: 1;
 margin-bottom: 15px;
}
.section01Img>.text01 {
	font-size: 0.875em;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 10px;
}
/*
.section01Text {
	margin-right: 350px;
	height: 350px;
}
*/
.section01Text p {
	margin-bottom: 28px;
}
.section01Text .president {
	margin-bottom: 28px;
	text-align: right;
}
.section01Text p.txt {
	width: 950px;
	margin-bottom: 28px;
}
/*
.cus_overflow{
	height: 350px;
	overflow-y: auto !important;
}
*/
.cus_overflow.is-active{
  height:auto;
}
.cus_overflow::-webkit-scrollbar {
    width: 8px;
}
.cus_overflow::-webkit-scrollbar-track {
    background: #cdcdcd; 
}
.cus_overflow::-webkit-scrollbar-thumb {
    background: #999999; 
}
.cus_overflow::-webkit-scrollbar-thumb:hover {
    background: #999999; 
}
.section02Table {
	width: 100%;
}
.section02Table th, .section02Table td {
	border: 1px solid #ccc;
	padding: 14px 20px 13px;
}
.section02Table th {
	width: 21%;
	background: #ebf0f8;
	text-align: left;
	font-weight: normal;
}
.section02Table td ul>li {
	margin-top: 12px;
}
.section02Table td ul>li:first-child {
	margin-top: 0;
}
.banner02 {
	height: 393px;
	background: url(../company/images/banner_02.jpg) no-repeat center;
}
.sectionTtl.v03 {
	padding-top: 52px;
	margin-top: 0;
	margin-bottom: 43px;
}
.sectionTtl.v04 {
	margin-bottom: 33px;
}
.section04List dl {
	border-top: 1px solid #ccc;
}
.section04List dl:first-child {
	border-top: none;
}
.section04List dt {
	float: left;
	width: 133px;
	padding: 14px 20px 13px;
}
.section04List dd {
	width: 722px;
	margin-left: 173px;
	padding: 14px 35px 13px 20px;
}

/* 201903 */
.mt25{margin-top: 25px;}
.mr60{margin-right: 60px;}
.overflow_hidden{overflow: hidden;}

.text03{
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
}

/* 20240703 */
#section03 h3 {
	text-align: center;
	color:#2e3092 ;
	font-size: 1.8em;
	margin: 0 0 30px;
}

#section03 h4 {
	text-align: center;
	font-size: 1.5em;
	margin: 0 0 15px;
}

#section03 .section03_health01 {
	padding: 20px 35px;
	border: 4px solid #2e3092;
	margin: 50px 0;
}

#section03 .section03_health01 p{
	margin: 0 0 15px;
	font-size: 1.05em;
}

#section03 .section03_health01 p:last-child{
	margin: 0;
}

#section03 .section03_health01 .president {
	display: flex;
	justify-content: end;
}


#section03 .section03_health02 .health_flexbox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}


#section03 .section03_health02 .health_flexbox .health_imgbox p {
	text-align: right;
	font-size: 0.7em;
	margin-top: 20px;
}

#section03 .section03_health02 .health_flexbox .health_president {
	text-align: right;
	align-content: end;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4;
}

#section03 .section03_health02 .health_flexbox .health_president span {
	font-size: 1.25em;
	display: block;
	margin-top: 5px;
}

