@charset "Shift_JIS";

/*-------------------------------------------------------*/
/* ipt-section */
/*-------------------------------------------------------*/

.ipt-section {
	display: flex;
	margin: 20px 0;
}

.ipt-title {
	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;
	width: 195px;
	margin-top: 0 !important;
	padding: 15px 0;
	color: #fff;
	font-size: 107%;
	background: #E72929;
	text-align: center;
}

.ipt-title::before {
	content: '';
	display: block;
	position: absolute;
	/* top: 37px; */
	top: calc(50% + 11px);
	right: -6px;
	width: 12px;
	height: 12px;
	background: #E72929;
	transform: rotate(45deg) translate(-100%, -100%);
}

.ipt-list {
	border: 1px solid #ccc;
	border-left: none;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

@media not screen and (max-width: 968px) {
	.ipt-list {
		width: calc(100% - 195px);
	}
}

.ipt-list li {
	display: -webkit-box;
	display: flex;
	padding: 15px 25px;
}

.ipt-list li + li {
	padding-top: 0;
}

.ipt-list time {
	width: 100px;
	color: #212121;
	font-weight: bold;
}

.ipt-list .text {
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin-top: 0 !important;
}

@media not screen and (max-width: 968px) {
	.ipt-list time + .text {
		width: calc(100% - 100px);
	}
}

/* english ver */
.page-slider + a[name="other_troublenews"] + .ipt-section[lang="en"] {
	margin-top: 35px;
}

.ipt-section[lang="en"] {
	position: relative;
}

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

.ipt-section[lang="en"] .text {
	font-size: 123.1%;
	font-weight: bold;
}

.ipt-section[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 var */
@media (max-width: 968px) {
	.ipt-section {
		padding-right: 16px;
		padding-left: 16px;
	}

	.ipt-section:not([lang="en"]) {
		display: -webkit-box;
		display: flex;
		margin: 20px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

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

	.ipt-section:not([lang="en"]) > .ipt-title::before {
		display: none;
	}

	.ipt-section:not([lang="en"]) > .ipt-list {
		border-left: 1px solid #ccc;
		-webkit-box-flex: 1;
		flex-grow: 1;
	}

	.ipt-section:not([lang="en"]) > .ipt-list li {
		display: -webkit-box;
		display: flex;
		padding: 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.ipt-section:not([lang="en"]) > .ipt-list time {
		width: 100%;
	}

	.ipt-section:not([lang="en"]) > .ipt-list time + .text {
		margin-top: 5px;
	}
}

/* english var */
.ipt-section[lang="en"] > .ipt-title > img {
	width: 20px;
	height: 20px;
}

.ipt-section[lang="en"] .text {
	font-size: 100%;
}

@media (max-width: 968px) {
	.ipt-section[lang="en"] > .ipt-title,
	.ipt-section[lang="en"] > .ipt-list li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.ipt-section[lang="en"] > .ipt-title::before {
		top: 32px;
	}
}

@media (max-width: 520px) {
	.ipt-section[lang="en"] > .ipt-title {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		width: auto;
		padding: 0 30px;
	}

	.ipt-section[lang="en"] > .ipt-title > img {
		width: 15px;
		height: 15px !important;
	}

	.ipt-section[lang="en"] > .ipt-title::before {
		display: none;
	}

	.ipt-section[lang="en"] > .ipt-list {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.ipt-section[lang="en"] > .ipt-list li {
		padding: 5px 20px;
	}
}

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

/*-------------------------------------------------------*/
/* info-section */
/*-------------------------------------------------------*/

.info-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.info-title {
	margin-bottom: 15px;
	font-size: 184.6%;
	font-weight: 700;
}

.info-list {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.info-list li {
	display: -webkit-box;
	display: flex;
	padding: 12px 15px;
	border-top: 1px solid #dcdcdc;
}

.info-list li:first-child {
	border-top: none;
}

.info-list time {
	min-width: 105px;
}

.info-list .text {
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin-top: 0 !important;
}

@media (max-width: 968px) {
	.info-section .block-note {
		padding-right: 16px;
		padding-left: 16px;
	}

	.info-title {
		margin-bottom: 10px;
		font-size: 138%;
	}

	.info-list li {
		padding: 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.info-list .text {
		margin-top: 5px;
	}
}

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

.o-alert--dengon {
	box-sizing: border-box;
}

.o-alert--dengon .o-alert__header {
	padding-top: 12px;
	padding-bottom: 14px;
}

.o-alert--dengon .o-alert__title {
	background: none;
	padding-left: 0;
	text-align: center;
	font-size: 138.5%; /* 18px */

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

.o-alert--dengon .o-alert__body {
	padding: 30px 40px;
	background-color: #FAE1E3;
}

.o-card-dengon {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(231,41,41,.3);
	transition: box-shadow .2s;
	text-decoration: none !important;
	color: #222 !important;
}

.o-card-dengon:hover {
	box-shadow: 0 3px 15px rgba(231,41,41,.8);
}

.o-card-dengon:hover img {
	opacity: .8;
}

.o-card-dengon > h3 {
	font-size: 123.1%; /* 16px */
	font-weight: bold;
}

.o-card-dengon > * {
	width: 100%;
	text-align: center;
}

.o-card-dengon > * + * {
	margin-top: 20px;
	min-height: 0%; /* for IE11 */
}

@media (max-width: 968px) {
	.o-alert--dengon .o-alert__title {
		font-size: 123.1%; /* 16px */
	}

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

	.o-alert--dengon .o-alert__body {
		padding: 20px;
	}

	.o-alert--dengon .grid-margin-20 {
		margin-right: -10px;
		margin-left: -10px;
	}

	.o-alert--dengon .grid-cell {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*------------------------------------*/
/* 171/web171 mini banner, add 201119 */
/*------------------------------------*/

.important-bnr {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}

@media (max-width: 968px) {
	.important-bnr {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.important-bnr * {
	box-sizing: border-box;
}

.important-bnr > dt {
	width: 195px;
	line-height: 1;
	padding: 2px 5px;
	background-color: #E72929;
	font-weight: bold;
	color: #fff;

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

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

.important-bnr img {
	flex-shrink: 0; /* for IE11 */
}

@media (max-width: 600px) {
	.important-bnr > dt {
		flex-basis: auto;
	}
}

@media (max-width: 520px) {
	.important-bnr > dt {
		width: 75px;
		flex-direction: column;
		font-size: 76.9%;
	}

	.important-bnr > dt > img {
		width: 20px;
		height: auto;
		margin-right: 0;
		margin-bottom: 3px;
	}
}

.important-bnr > dd {
	flex: 1;
	border: 2px solid #E72929;
	border-left-width: 0;
}

.important-bnr > dd > a {
	padding: 2px;
	background-color: #fff;
	transition: background-color .2s;
	text-align: center;

	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.important-bnr > dd > a:hover {
	background-color: #FAE1E3;
}
