/*==========================================================================
	 overwrite  - global.cssの上書き -
===========================================================================*/
/* header
	-----------------------------------------------------------------*/
.g-header__logo {
	overflow: visible;
}

.g-header .g-header__logo {
	top: 30px;
	height: auto;
}

.g-header .g-header__logo.jcom {
	top: 23px;
}

.g-header .g-header__logo .logo01 {
	height: 27px;
}

.g-header .g-header__logo.jcom .logo01 {
	height: 43px;
}

.g-header.is-active .g-header__logo .logo01 {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.g-header .g-header__logo {
		top: 16px;
	}

	.g-header .g-header__logo.jcom {
		top: 12px;
	}

	.g-header .g-header__logo .logo01 {
		height: 15px;
	}

	.g-header .g-header__logo.jcom .logo01 {
		height: 24px;
	}

	.g-header .g-header__toggle span {
		background-color: #0e0d6a;
	}

	.g-page--top .g-header.is-open {
		background-color: #fff !important;
	}
}

/* news
	-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.m-main-news__btn {
		z-index: 50;
	}
}

/* conversion
	-----------------------------------------------------------------*/
.g-conv__main {
	background-image: none;
	background-color: #232893;
}

/* footer
	-----------------------------------------------------------------*/
.modePC .g-footer__nav__upper a span,
.modePC .g-footer__nav__lower a {
	border: 0;
}

.g-footer__bottom {}

.footer__heading {
	font-size: 16px;
	font-weight: 600;
}

.g-footer__help {
	display: flex;
	float: none;
}

.g-footer__help-inner {
	margin-top: 16px;
}

.g-footer__help__logo,
.g-footer__help__list {
	float: none;
}

.g-footer__help__logo {
	padding-right: 0;
	margin-bottom: 8px;
}

.g-footer__help__logo a {
	line-height: inherit;
}

.g-footer__help__logo img {
	width: 134px;
}

.g-footer__nav__upper a {
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: border .3s ease;
}

.g-footer__nav__upper a:hover {
	border-bottom: 1px solid #0e0d6a;
}

.footer {
	display: flex;
	margin: 0 -18px;
}

.footer__inner {
	width: 50%;
	padding: 18px;
}

.footer__inner:nth-child(2) {
	border-left: 1px solid #ebedf3;
}

.footer__group:nth-child(n + 2) {
	margin-top: 25px;
}

.footer__title {
	font-weight: 600;
}

.footer__list {
	margin-top: 8px;
}

.footer__list-item:nth-child(n + 2) {
	margin-top: 7px;
}

.footer__link {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	font-weight: 500;
	line-height: 1.5714;
	color: #0e0d6a;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s ease;
}

.footer__link::before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #4373cf;
}

.footer__link:hover {
	border-bottom: 1px solid #0e0d6a;
}

.footer__link--small {
	font-size: 12px;
}

.footer__link img {
	width: 11px;
	margin: 2px;
}

.g-footer__copy {
	margin-top: 10px;
	line-height: 1.363;
}

@media screen and (max-width: 768px) {
	.g-footer__help__logo img {
		width: 80px;
	}

	.footer__heading {
		padding: 0 18px;
		margin-top: 18px;
		font-size: 12px;
	}

	.footer {
		display: block;
		padding: 18px;
		margin: 0;
	}

	.footer__inner {
		padding: 0;
		border-left: 0;
	}

	.footer__inner:nth-child(1),
	.footer__inner:nth-child(2) {
		width: auto;
	}

	.footer__inner:nth-child(2) {
		margin-top: 18px;
		border-left: 0;
	}

	.footer__link {
		padding-left: 10px;
	}

	.footer__link::before {
		top: 3px;
		border-width: 5px 0 5px 5px;
	}

	.footer__link--small {
		font-size: 10px;
	}

	.footer__link img {
		width: 11px;
		margin: 2px;
	}

	.g-footer__copy {
		padding: 15px 0;
		margin-top: 0;
	}
}

.c-sec-ttl .u-font-c01 {
	position: relative;
	display: inline-block;
}

.c-sec-ttl .u-font-c01::before {
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 35px;
	height: 3px;
	content: '';
	background-image: url('../images/common/heading_line.png');
	background-size: contain;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.c-sec-ttl .u-font-c01::before {
		bottom: -12px;
		width: 17.5px;
		height: 1.5px;
	}
}