@charset "utf-8";

.l-sec.-important + .l-sec.-important > div { padding-top: 0; }
.l-sec + .l-sec.-important > div { padding-top: 0; }
.l-sec.-important + .l-sec > div { padding-top: 0; }

.l-main:has(.o-title-lv1) > .o-kzBreakDown {
	display: none;
}

/*-------------------------------------------------------*/
/* l-sec__inner--w1080 */
/*-------------------------------------------------------*/

.l-sec__inner--w1080 {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.l-sec:has(> .l-sec__inner--w1080) ~ .l-sec > .l-sec__inner--w1080 {
	padding-top: 0;
}

/*-------------------------------------------------------*/
/* l-important */
/*-------------------------------------------------------*/

.l-important {
	display: flex;
	font-size: 81.3%; /* 13px */
}

.l-important__title {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 200px;
	margin-top: 0 !important;
	padding: 15px 0;
	color: #fff;
	background-color: #DE0239;
	text-align: center;
	font-weight: bold;
	font-size: 100% !important;
}

.l-important__list {
	border: 1px solid #DCDCDC;
	border-left: none;
}

.l-important__list > li {
	display: flex;
	padding: 15px 25px;
}

.l-important__list > li + li {
	padding-top: 0;
}

.l-important__list time {
	width: 8.5em;
	color: #1A1311;
	font-weight: bold;
}

.l-important__text {
	margin-top: 0 !important;
	font-size: 100% !important;
}

@media not screen and (max-width: 968px) {
	.l-important__list,
	.l-important__text {
		flex: 1;
	}
}

/* english ver
------------------------------------------*/

.l-important[lang="en"] {
	position: relative;
}

.l-important[lang="en"] img {
	vertical-align: top;
}

.l-important[lang="en"] .l-important__list {
	flex-grow: 1;
}

.l-important[lang="en"] .l-important__text {
	font-size: 123.1%;
	font-weight: bold;
}

.l-important[lang="en"] a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: rgba(0,0,0,0);
}

/* japanese ver
------------------------------------------*/

@media (max-width: 968px) {
	.l-important:not([lang="en"]) {
		flex-direction: column;
	}

	.l-important:not([lang="en"]) > .l-important__title {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

	.l-important:not([lang="en"]) > .l-important__list {
		padding-bottom: 10px;
		border-left: 1px solid #DCDCDC;
		border-top: none;
	}

	.l-important:not([lang="en"]) > .l-important__list > li {
		padding: 10px 10px 0;
		flex-direction: column;
	}

	.l-important:not([lang="en"]) > .l-important__list time {
		width: 100%;
	}

	.l-important:not([lang="en"]) > .l-important__text {
		margin-top: 5px;
	}
}

/* english ver
------------------------------------------*/

@media (max-width: 968px) {
	.l-important[lang="en"] > .l-important__title,
	.l-important[lang="en"] > .l-important__list > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 520px) {
	.l-important[lang="en"] > .l-important__title {
		width: auto;
		padding: 0 30px;
	}

	.l-important[lang="en"] > .l-important__title > img {
		width: 15px;
		height: 15px;
	}

	.l-important[lang="en"] > .l-important__list {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.l-important[lang="en"] > .l-important__list > li {
		padding: 5px 20px;
	}
}

@media (max-width: 350px) {
	.l-important[lang="en"] > .l-important__title {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* trouble ver
------------------------------------------*/

.l-important--trouble > .l-important__title {
	background: #666;
}

/*-------------------------------------------------------*/
/* 171/web171 mini banner */
/*-------------------------------------------------------*/

.l-important-bnr {
	display: flex;
	flex-wrap: wrap;
}

.l-important-bnr > dt {
	width: 200px;
	line-height: 1;
	padding: 8px;
	border: 2px solid #0072bc;
	background-color: #e7f2fc;
	font-weight: bold;
	font-size: 87.5%; /* 14px */

	display: flex;
	justify-content: center;
	align-items: center;
}

.l-important-bnr > dt > img {
	margin-right: 10px;
}

.l-important-bnr > dd {
	flex: 1;
}

.l-important-bnr .o-btn {
    padding: 10px 30px 10px 10px;
    height: 100%;
    border-width: 2px;
	border-left: none;
}

/* --teikyo
------------------------------------------*/

.l-important-bnr.--teikyo > dt {
	border: none;
	background-color: #DE0239;
	color: #FFF;
}

.l-important-bnr.--teikyo .o-btn--outline {
	border-color: #DE0239;
}

.l-important-bnr.--teikyo .o-btn--outline {
	background-image: url(/cmn3/img/icon/ic_arrow_right_red.svg);
}

.l-important-bnr.--teikyo .o-btn--outline:hover {
	background-color: #FEEFF0;
}

@media (max-width: 1079px) {
	.l-important-bnr > dt {
		width: 100%;
		font-size: 87.5%;
	}

	.l-important-bnr .o-btn {
		border-top: none;
	}

	.l-important-bnr dd:nth-child(2) .o-btn {
		border-left-style: solid;
		border-left-width: 2px;
	}
}

@media (max-width: 767px) {
	.l-important-bnr > dt {
		padding: 12px;
		border-width: 1px;
	}

	.l-important-bnr > dt > img {
		width: 20px;
		height: 20px;
	}

	.l-important-bnr > dd {
		width: 100%;
		flex: none;
	}

	.l-important-bnr .o-btn {
		border-left-style: solid;
		border-width: 1px;
		padding: 10px;
		background-image: none;
	}
	.l-important-bnr dd:nth-child(2) .o-btn {
		border-left-width: 1px;
	}

	.l-important-bnr.--teikyo .o-btn--outline {
		background-image: none;
	}
}

/*-------------------------------------------------------*/
/* 171/web171 */
/*-------------------------------------------------------*/

.l-important-171 {
	display: flex;
	justify-content: center;
}

.l-important-171_icon {
	display: flex;
	align-items: center;
}

.l-important-171_icon img {
	height: 44px;
	width: auto;
}

.l-important-171_txt {
	white-space: nowrap;
	color: #DE0239;
	display: flex;
	align-items: center;
	padding: 0 10px;
	line-height: 1.2;
}

.l-important-171_bnr img {
	height: auto;
	width: 142px;
}

@media (max-width: 930px) {
	.l-important-171 {
		display: block;
	}

	.l-important-171_icon, .l-important-171_txt {
		display: block;
	}

	.l-important-171_txt {
		padding: 0;
		margin: 3px 0;
		white-space: normal;
	}

	.l-important-171_icon img {
		height: 34px;
	}

	.l-important-171_bnr img {
		max-width: 129px;
		width: 100%;
	}
}

/*-------------------------------------------------------*/
/* mainvisual 171/web171 ver */
/*-------------------------------------------------------*/

/* l-sec--dengon
------------------------------------------*/

.l-sec--dengon > .l-sec__inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.l-sec--dengon .o-alert__header {
	margin: -2px -2px 0;
	padding: 0;
}

.l-sec--dengon .o-alert__body {
	background-color:#FEEFF0;
}

@media not screen and (max-width: 1079px) {
	.l-sec--dengon .o-alert__body {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.l-sec--dengon .l-sec__inner--w1080 {
	padding-top: 0;
	padding-bottom: 0;
}

/* o-box-link--center */
.l-sec--dengon .o-box-link--center {
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 40px;
	text-align: center;
}

.l-sec--dengon .o-box-link--center > * {
	width: 100%;
}

.l-sec--dengon .o-box-link--center > p {
	font-weight: normal;
}

@media (max-width: 767px) {
	.l-sec--dengon .o-box-link--center {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.l-sec--dengon .o-box-link--center > p {
		margin-top: 15px;
	}
}

/* o-btn--alert
------------------------------------------*/

.o-btn--alert {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	background-color: #DE0239;

	display: flex;
	justify-content: center;
	align-items: center;
}

.o-btn--alert:hover {
	background-color: #C70435;
}

.o-btn--alert > img {
	flex-shrink: 0; /* for IE11 */
}

@media (max-width: 767px) {
	.o-btn--alert {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 81.3%; /* 13px */
		text-align: left;
	}
}
