@charset "utf-8";

/*========================================================
feature-megabank.php
feature-pefund.php
feature-securities.php
========================================================*/

#pageBody #pageBodyInner #content {
    width: calc(100% - 235px);
    padding-right: 30px;
	box-sizing: border-box;
}
.feature-industry-title-wrap {
	background-size: cover;
	background-image: url('../images/img_industryFeatureTitle-02.jpg');
	width: 100%;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.feature-industry-title-wrap:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 1px;
	background: #e0e0e0;
	opacity: .6;
	z-index: 2;
}
.feature-company-title {
	position: relative;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 34px;
	text-shadow: 1px 0px 10px rgba(33, 80, 84, 0.25);
	letter-spacing: .3px;
}

.h2title {
	font-weight: bold;
	font-size: 21px;
	color: #111;
	line-height: 160%;
	padding-bottom: 8px;
	border-bottom: 1px solid #969696;
}
.h3title {
	font-weight: bold;
	font-size: 16px;
	color: #111;
	line-height: 160%;
	padding: 6px 15px;
	background-color: #fef8e8;
	border-left: 1px solid #fabf1b;
	margin-bottom: 4px;
}
.h4title {
	position: relative;
	font-size: 14px;
	color: #111;
	line-height: 160%;
	padding: 0 16px;
	font-weight: 600;
	margin-top: 20px;
}
.h4title:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #e0ac1c;
}
@media screen and (max-width: 750px){
	#pageBody #pageBodyInner #content {
		width: 100%;
		padding-right: 0;
	}
	.feature-company-title {
		font-size: calc(20 / 375 * 100vw);
		letter-spacing: calc(.3 / 375 * 100vw);
	    padding-bottom: calc(3 / 375* 100vw);
	}
	.h2title {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.h3title {
		font-size: 15px;
		padding: 4px 10px;
		margin-bottom: 2px;
	}
	.h4title {
		font-size: 14px;
		padding: 0 13px;
		margin-top: 10px;
	}
	.h4title:before {
        top: 10px;
        width: 8px;
	}
}
#support_service {
	padding-top: 161px;
	margin-top: -106px;
}
#support_service .service-info {
	margin-top: 25px;
}
#support_service .service-info ul {
	display: flex;
	justify-content: space-between;
}
#support_service .service-info ul > li {
	position: relative;
    width: calc((100% / 3) - 10px);
    background-color: #fff;
    border-radius: 8px;
    padding: 76px 16px 10px;
    box-sizing: border-box;
	letter-spacing: .1px;
}
#support_service .service-info span {
	position: absolute;
	top: 15px;
	left: 16px;
	font-size: 24px;
	line-height: 1;
	color: #e9a326;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}
#support_service .service-info li:before {
	position: absolute;
	display: block;
	left: 50%;
	content: "";
	opacity: .6;
}
#support_service .service-info .item-no1:before {
	width: 52px;
	height: 50px;
	top: 19px;
	margin-left: -26px;
	background: url('../images/item-no1.svg') no-repeat 0 0;
	background-size: 100%;
}
#support_service .service-info .item-no2:before {
	width: 46px;
	height: 46px;
	top: 20px;
	margin-left: -23px;
	background: url('../images/item-no2.svg') no-repeat 0 0;
	background-size: 100%;
}
#support_service .service-info .item-no3:before {
	width: 56px;
	height: 50px;
	top: 18px;
	margin-left: -28px;
	background: url('../images/item-no3.svg') no-repeat 0 0;
	background-size: 100%;
}
#support_service .service-info li p {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	letter-spacing: .1px;
}
#company_list {
	padding-top: 161px;
	margin-top: -106px;
}
#company_list h2 {
	margin-bottom: 25px;
}
#company_list .list-item {
	margin-top: 32px;
}
#company_list .list-item:first-child {
	margin-top: 0;
}
#company_list .list-item > ul {
	padding: 0 20px 0 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company_list .list-item > ul li {
	position: relative;
	width: calc(50% - 20px);
	border-bottom: 1px dashed #e0e0e0;
	font-size: 14px;
	line-height: 160%;
	padding: 7px 0 7px 8px;
}
#company_list .list-item > ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #e9a326;
	border-radius: 50%;
}
#company_article {
	padding-top: 161px;
	margin-top: -106px;
}
#company_article .h2title {
	margin-bottom: 25px;
}
#company_article .eyecatch {
	width: 100%;
    height: 160px;
    overflow: hidden;
}
#company_article .article__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#company_article .btn-more {
	position: relative;
	display: block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	width: 330px;
	height: 60px;
	margin: 30px auto 0;
	line-height: 60px;
	border-radius: 5px;
	background-color: #191d5d;
}
#company_article .btn-more:hover {
	text-decoration: none;
	color: #fff;
	opacity: .9;
}
#company_article .btn-more .arrow-right {
	position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
#company_jobs {
	padding-top: 161px;
	margin-top: -106px;
}
#company_jobs .h2title {
	margin-bottom: 25px;
}
#company_jobs .jobs-link {
	background-color: #fff;
	padding: 8px 18px 10px;
}
#company_jobs .jobs-link .link-wrap + .link-wrap {
	border-top: 1px solid #d0d0d0;
}
#company_jobs .jobs-link .link-wrap {
	padding: 12px 0 10px;
	display: flex;
}
#company_jobs .jobs-link .link-wrap h2 {
	font-size: 16px;
	width: 140px;
	font-weight: 700;
}
#company_jobs .jobs-link .link-wrap .info-list {
	width: calc(100% - 140px);
}
#company_jobs .jobs-link .link-wrap .info-list > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -16px;
}
#company_jobs .jobs-link .link-wrap .info-list > ul li {
    display: inline-block;
    width: auto;
    margin: 10px 0 0 16px;
}
#company_jobs .jobs-link .link-wrap .info-list > ul li a {
	font-size: 14px;
	text-decoration: underline;
	color: #111;
	line-height: 140%;
	display: inline-block;
}
#company_jobs .jobs-link .link-wrap .info-list > ul li a:hover {
	text-decoration: none;
}
#company_jobs .jobs-link .link-wrap .info-list .link-txt {
	text-align: right;
	margin-top: 10px;
}
#company_jobs .jobs-link .link-wrap .info-list .link-txt a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
#company_jobs .jobs-link .link-wrap .info-list .link-txt a:hover {
	text-decoration: underline;
}
#pageBody .pagenumber{
	font-size:14px;
	margin-top: 45px;
	text-align: right;
}

#pageBody .pagenumber p {
    display: inline-block;
	letter-spacing:0.08em;
}
@media screen and (max-width: 750px){
	.feature-industry-title-wrap {
		background-image: url('../images/img_industryFeatureTitle-02_sp.jpg');
		height: calc(89 / 375 * 100vw);
	}
	.feature-industry-title-wrap:after {
		bottom: calc(27 / 375 * 100vw);
		margin-left: calc(-17.5 / 375 * 100vw);
		width: calc(35 / 375 * 100vw);
	}
	#support_service {
		padding-top: 35px;
		margin-top: 0;
	}
	#support_service .service-info {
		margin-top: 15px;
	}
	#support_service .service-info ul > li {
	    width: calc((100% / 3) - 3px);
	    border-radius: 5px;
	    padding: 55px 6px 8px;
	}
	#support_service .service-info span {
		top: 8px;
		left: 10px;
		font-size: 15px;
	}
	#support_service .service-info .item-no1:before {
	    width: 40px;
	    height: 40px;
		top: 10px;
		margin-left: -20px;
	}
	#support_service .service-info .item-no2:before {
	    width: 38px;
	    height: 41px;
	    top: 10px;
	    margin-left: -17px;
	}
	#support_service .service-info .item-no3:before {
		width: 40px;
		height: 38px;
		top: 12px;
		margin-left: -20px;
	}
	#support_service .service-info li p {
	    font-size: 11px;
	    line-height: 17px;
	}
	#company_list {
		padding-top: 35px;
		margin-top: 0;
	}
	#company_list h2 {
		margin-bottom: 15px;
	}
	#company_list .list-item {
		margin-top: 12px;
	}
	#company_list .list-item:first-child {
		margin-top: 0;
	}
	#company_list .list-item > ul {
		padding: 0 10px 0 8px;
	}
	#company_list .list-item > ul li {
		width: calc(50% - 7px);
		box-sizing: border-box;
	    font-size: 13px;
	    line-height: 150%;
	    padding: 5px 0 5px 8px;
	}
	#company_list .list-item > ul li:before {
	    top: 12px;
	    width: 2px;
	    height: 2px;
	}
	#company_article {
		padding-top: 35px;
		margin-top: 0;
	}
	#company_article .h2title {
		margin-bottom: 15px;
	}
	#company_article .eyecatch {
		height: 110px;
	}
	.industry_feature #informationList .article__box a {
        font-size: 13px;
	}
	#company_article .btn-more {
		font-size: 14px;
	    width: 300px;
	    height: 40px;
	    margin: 20px auto 0;
	    line-height: 40px;
	    border-radius: 5px;
	}
	#company_article .btn-more:hover {
		opacity: 1;
	}
	#company_article .btn-more .arrow-right {
	    right: 15px;
	    margin-top: -4px;
	    width: 8px;
	    height: 8px;
	}
	#company_jobs {
		padding-top: 35px;
		margin-top: 0;
	}
	#company_jobs .h2title {
		margin-bottom: 15px;
	}
	#company_jobs .jobs-link {
		padding: 5px 15px 8px;
	}
	#company_jobs .jobs-link .link-wrap {
		display: block;
		padding: 10px 0;
	}
	#company_jobs .jobs-link .link-wrap h2 {
		font-size: 14px;
		width: 100%;
		margin-bottom: 8px;
	}
	#company_jobs .jobs-link .link-wrap .info-list {
		width: 100%;
	}
	#company_jobs .jobs-link .link-wrap .info-list > ul {
		margin: -8px 0 0 -8px;
	}
	#company_jobs .jobs-link .link-wrap .info-list > ul li {
	    margin: 8px 0 0 8px;
	}
	#company_jobs .jobs-link .link-wrap .info-list > ul li a {
		font-size: 13px;
		line-height: 150%;
	}
	#company_jobs .jobs-link .link-wrap .info-list .link-txt {
		margin-top: 8px;
	}
	#company_jobs .jobs-link .link-wrap .info-list .link-txt a {
		font-size: 14px;
	}
	#company_jobs .jobs-link .link-wrap .info-list .link-txt a:hover {
		text-decoration: none;
	}
	#pageBody .pagenumber{
		font-size: 12px;
		margin-top: 15px;
	}
	body #pageBody .pagenumber p {
		padding: 0 !important;
		float: none !important;
	}
}
.h2title {
	font-weight: bold;
    font-size: 21px;
    color: #111;
    line-height: 160%;
    padding: 0;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #969696;
    margin: 0;
}
#anclink_list {
	padding-top: 34px;
}
.anclink__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 455px;
	width: 100%;
	margin: 0 auto;
}
.anclink__list > li {
	width: calc(50% - 30px);
	border-bottom: 1px solid #e0e0e0;
}
.anclink__list > li a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #111;
	padding: 5px 12px 5px 0;
    transition: all 0.3s;
}
#pageBody .anclink__list > li a:hover {
	color: #111;
	text-decoration: none;
	opacity: .6;
}
.anclink__list > li a .arrow-down {
	display: block;
	position: absolute;
	right: 2px;
	top: 11px;
	vertical-align: middle;
	color: #e9a326;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
.anclink__list .num {
	font-size: 11px;
	color: #e9a326;
	margin-right: 10px;
}

#voice_list {
    padding-top: 146px !important;
    margin-top: -106px;
    margin-bottom: 0 !important;
}
#voice_list .voice__list {
	margin-bottom: 0 !important;
}
#voice_list .voice__list .voice__list-item {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
#voice_list .voice__list .voice__list-item a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 0;
}
#voice_list .voice__list .voice__list-item a:hover {
	text-decoration: none;
	opacity: .6;
    transition: all 0.3s;
}
#voice_list .link-area {
	display: flex;
}
#voice_list .link-area .vol {
    font-size: 16px;
    color: #e9a326;
    width: 90px;
    font-weight: 600;
    letter-spacing: .8px;
}
#voice_list .link-area .txt-wrap {
	width: calc(100% - 90px);
}
#voice_list .link-area h4 {
	font-size: 14px;
	line-height: 160%;
	color: #111;
}
#voice_list .link-area .name {
	font-size: 12px;
	text-align: left;
	line-height: 160%;
	color: #787878;
	letter-spacing: .1px;
    margin-top: 7px;
}
#voice_list .link-area .arrow-right {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    vertical-align: middle;
    color: #e9a326;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 750px) {
	#anclink_list {
		padding-top: 20px;
	}
	.anclink__list {
		max-width: 100%;
	}
	.anclink__list > li {
		width: calc(50% - 7px);
	}
	.anclink__list > li a {
		font-size: 12px;
		padding: 5px 8px 5px 0;
	}
	#pageBody .anclink__list > li a:hover {
		opacity: 1;
	}
	.anclink__list > li a .arrow-down {
		top: 10px;
		width: 6px;
		height: 6px;
	}
	.anclink__list .num {
		margin-right: 3px;
	}
	#voice_list {
	    padding-top: 25px !important;
	    margin-top: 0;
	}
	#voice_list .voice__list .voice__list-item {
		margin-bottom: 0 !importantcode;
	}
	#voice_list .voice__list .voice__list-item a {
		padding: 10px 20px 10px 0;
	}
	#voice_list .voice__list .voice__list-item a:hover {
		opacity: 1;
	}
	#voice_list .link-area .vol {
	    font-size: 12px;
	    width: 65px;
	    letter-spacing: .5px;
	}
	#voice_list .link-area .txt-wrap {
		width: calc(100% - 65px);
	}
	#voice_list .link-area h4 {
		font-size: 13px;
	}
	#voice_list .link-area .name {
		font-size: 11px;
	    margin-top: 2px;
	}
	#voice_list .link-area .arrow-right {
	    right: 5px;
	    top: 50%;
	    margin-top: -5px;
		width: 8px;
		height: 8px;
	}
}