@charset "UTF-8";

/* general
========================================== */
.ntv-wrapper {
	margin-bottom: 0;
}

.notice-wrapper {
	background-color: #fff;
}
.notice-contentsWrap {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.notice-contentsWrap:after {
	content: "";
	clear: both;
}
.notice-main {
	background-color: #fff;
}

/* utility
------------------------------ */
.font-bold {
	font-weight: bold;
}
.font-right {
	text-align: right;
}
.font-center {
	text-align: center;
}
.font-left {
	text-align: left;
}

/* notice-article
========================================== */
.notice-article {
	background-color: #fff;
}
.notice-article-body {
	padding: 55px 40px;
}
.notice-article-title {
	font-size: 2.4rem;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
	line-height: 1.5;
	text-align: center;
}
.notice-article-title span {
	display: block;
}
.notice-article-title .title-main {
	font-weight: bold;
}
.notice-article-title .title-sub {
	font-size: 1.8rem;
	margin-bottom: 3px;
}
.notice-article-date {
	font-size: 1.4rem;
	letter-spacing: 0.4px;
	color: #9b9b9b;
	text-align: right;
}
.notice-article-contents {
	padding-top: 40px;
	overflow: hidden;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 1.47;
	word-break: break-all;
}
.notice-article-contents a {
	text-decoration: underline;
}
.notice-article-author {
	margin-top: 40px;
	font-size: 1.4rem;
	letter-spacing: 0.4px;
	text-align: right;
}

.notice-text-lisl__sub-List {
	padding-left: 1em;
}

.notice-text-lisl__sub-List__item + li {
	margin-top: 15px;
}

.notice-text-list__item {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.7;
}

.notice-text-list__item + li {
	margin-top: 30px;
}

.notice-text-list__item::before {
	content: "・";
}

.notice-text-list__item p {
	margin-top: 5px;
	padding-left: 1em;
}

.notice-text-link {
	text-decoration: underline;
	color: #dd1e34;
}

.notice-article-middle-heading {
	font-weight: bold;
	font-size: 1.6rem;
}

.notice-article-sub-heading {
	font-weight: bold;
}

.notice-text-block + .notice-text-block {
	margin-top: 30px;
}

.notice-footer-links {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.notice-footer-links__item {
	padding: 30px 15px;
	text-decoration: underline;
	color: #dd1e34;
}

.notice-footer-links__item + a {
	margin-left: 15px;
}

.notice-definition-title {
	margin-top: 20px;
	font-weight: bold;
}

.notice-caution-text {
	font-weight: bold;
	font-size: 1.8rem;
}

/* gaibusoushin ---------------------*/
.sp-block {
	display: none;
}

.gaibusoushin {
	margin-top: 40px;
}

.head-title-pc {
	background-color: #333;
	color: #fff;
	display: flex;
}

.head-title-pc li {
	padding: 2px 15px;
}

.gaibusoushin-item {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	display: flex;
	line-height: 180%;
}

.gaibusoushin-item div {
	padding: 10px 15px;
}

.head-01 {
	width: 30%;
	border-right: 1px solid #fff;
}

.head-02 {
	width: 25%;
	border-right: 1px solid #fff;
}

.head-03 {
	flex: 1;
}

@media only screen and (min-width: 993px) {

	/* general
	========================================== */
	.notice-wrapper {
		min-width: 1024px;
		margin-bottom: 0;
	}
	.notice-contentsWrap {
		width: 1024px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.notice-main {
		width: 100%;
	}

	/* notice-article
	========================================== */
	.notice-article {
		margin-top: 20px;
	}
	.notice-article-contents {
		height: auto;
		font-size: 1.4rem;
		letter-spacing: 0.6px;
		line-height: 1.86;
	}
	.notice-article-contents h1 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.notice-article-contents h2 {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.notice-article-contents h3 {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.notice-article-contents h4,
	.notice-article-contents h5,
	.notice-article-contents h6 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.notice-article-contents strong {
		font-weight: bold;
	}
	.notice-article-contents img {
		width: auto;
		max-width: 100%;
	}
	.notice-article-contents p {
		color: #333;
		line-height: 1.86;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.notice-caution-text {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 600px) {
	/* notice-article
	========================================== */
	.notice-article-body {
		padding: 25px 20px 50px;
	}
	.notice-article-title {
		font-size: 2rem;
		letter-spacing: 0.2px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.notice-article-title span {
		display: block;
	}
	.notice-article-title .title-main {
	}
	.notice-article-title .title-sub {
		font-size: 1.4rem;
		margin-bottom: 3px;
	}
	.notice-article-date {
		font-size: 1.4rem;
		letter-spacing: 0.4px;
		color: #9b9b9b;
		text-align: right;
	}

	.notice-article-contents {
		padding-top: 20px;
	}
	.notice-article-contents h1 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.notice-article-contents h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.notice-article-contents h3,
	.notice-article-contents h4,
	.notice-article-contents h5,
	.notice-article-contents h6 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.notice-article-contents strong {
		font-weight: bold;
	}
	.notice-article-contents img {
		width: auto;
		max-width: 100%;
	}
	.notice-article-contents p {
		color: #333;
		line-height: 1.86;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.notice-caution-text {
		font-size: 1.6rem;
	}

	/* gaibusoushin ---------------------*/
	.pc-block {
		display: none;
	}

	.sp-block {
		display: block;
	}

	.gaibusoushin-item {
		display: block;
		margin-bottom: 30px;
		border-bottom: none;
		font-size: 14px;
	}
	
	.gaibusoushin-item div {
		padding: 0;
	}
	
	.head-01 {
		width: 100%;
		border-right: none;
	}

	.head-02, .head-03 {
		width: 100%;
		border-right: none;
	}

	.head-01 dt {
		background-color: #333;
		color: #fff;
		padding: 0 10px;
		font-size: 12px;
	}

	.head-02 dt,
	.head-03 dt {
		background-color: #aaa;
		color: #fff;
		padding: 0 10px;
		font-size: 12px;
	}

	.head-01 dd,
	.head-02 dd,
	.head-03 dd {
		padding: 10px;
	}

}

@media only screen and (min-width: 601px) {
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* notice-article
	========================================== */
	.notice-article-contents h1 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.notice-article-contents h2 {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.notice-article-contents h3 {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.notice-article-contents h4,
	.notice-article-contents h5,
	.notice-article-contents h6 {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.notice-article-contents strong {
		font-weight: bold;
	}
	.notice-article-contents img {
		width: auto;
		max-width: 100%;
	}
	.notice-article-contents p {
		color: #333;
		line-height: 1.86;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

}
