/**********
プライバシーポリシー
サイトポリシー
アクセシビリティガイドライン
***********/

.c-button-other {
	background-color: #464646;
	border-radius: 3rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
	padding-right: 2.4rem;
	padding-top: 1rem;
	transition: background-color 0.3s, transform 0.3s;
}

.c-button-other::after {
	background-image: url(../images/arrow01-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-left: 1.6rem;
	transition: transform 0.3s;
	width: 1rem;
}

.c-section-title-ot1 {
	background-color: #eceade;
	color: #222222;
	font-size: 2.8rem;
	font-weight: 700;
	padding-bottom: 0.3rem;
	padding-left: 1.6rem;
	padding-top: 0.3rem;
}

.c-section-title-ot2 {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	padding-left: 3.2rem;
	position: relative;
}

.c-section-title-ot2::before {
	background-image: url(../images/ico_circle_gold.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.6rem;
	left: 0;
	position: absolute;
	top: 0.35em;
	width: 2.6rem;
}

.c-section-title-ot2.c-section-title-ot2--ex {
	cursor: pointer;
	padding-right: 3.2rem;
}

.c-section-title-ot2.c-section-title-ot2--ex::after {
	background-image: url(../images/ico_blank_blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 0.3em;
	width: 1.4rem;
}

.c-section-title-ot2.c-section-title-ot2--modal {
	cursor: pointer;
	padding-right: 3.2rem;
}

.c-section-title-ot2.c-section-title-ot2--modal::after {
	background-image: url(../images/ico_modal-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 0.6em;
	width: 1.4rem;
}

.others-content {
	position: relative;
}

.others-content__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.others-content__section + .others-content__section {
	margin-top: 6.4rem;
}

.others-content__subtitle {
	margin-top: 4.8rem;
}

.others-content__text {
	font-size: 1.6rem;
	line-height: 1.8125;
}

.others-content__text .under_y {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffdb58));
	background: linear-gradient(transparent 60%, #ffdb58 0%);
}

.others-content__text .bold {
	font-weight: 700;
}

.others-content__text a {
	color: #1794e3;
	display: inline;
	word-break: break-all;
}

.others-content__text a.bold {
	font-weight: 700;
}

.others-content__text a.external::after {
	aspect-ratio: 1;
	content: "";
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.2em;
	width: 1em;
	-webkit-mask-image: url(../images/open-external-link-icon.svg);
	mask-image: url(../images/open-external-link-icon.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #1794e3;
	mask-repeat: no-repeat;
	vertical-align: baseline;
}

.others-content__text a.pdf::after {
	aspect-ratio: 1;
	background-image: url(../images/ico_pdf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.2em;
	vertical-align: baseline;
	width: 1em;
}

.others-content__text ul {
	list-style-position: outside;
	list-style-type: "・";
	padding-left: 1.5em;
}

.others-content__text ol {
	counter-reset: list-counter;
	list-style: none;
	padding-left: 1.5em;
}

.others-content__text ol li {
	counter-increment: list-counter;
	padding-left: 2em;
	position: relative;
}

.others-content__text ol li::before {
	content: "(" counter(list-counter) ")";
	left: 0;
	position: absolute;
}

.others-content__text li {
	font-size: inherit;
	line-height: inherit;
}

.others-content__text li + li {
	margin-top: 0.8rem;
}

.others-content__text .icon {
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.2em;
	vertical-align: middle;
}

.others-content__text.others-content__text--right {
	text-align: right;
}

.others-content__text.others-content__text--center {
	text-align: center;
}

.others-content__table1 {
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
}

.others-content__button {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-top: 4rem;
	place-items: center;
}

@media screen and (any-hover: hover) {

.c-button-other:hover {
	background-color: #797979;
	transform: translateY(-7px);
}

}

@media screen and (max-width: 991px) {

.c-section-title-ot1 {
	font-size: 2.4rem;
}

.c-section-title-ot2 {
	font-size: 2.2rem;
	padding-left: 3.2rem;
}

.c-section-title-ot2::before {
	height: 2.4rem;
	top: 0.3em;
	width: 2.4rem;
}

.c-section-title-ot2.c-section-title-ot2--modal {
	padding-right: 3.2rem;
}

.c-section-title-ot2.c-section-title-ot2--modal::after {
	top: 0.5em;
}

}

@media screen and (max-width: 767px) {

.c-section-title-ot1 {
	font-size: 1.8rem;
}

.c-section-title-ot2 {
	font-size: 1.8rem;
	padding-left: 2.4rem;
}

.c-section-title-ot2::before {
	height: 2rem;
	top: 0.2em;
	width: 2rem;
}

.c-section-title-ot2.c-section-title-ot2--modal {
	padding-right: 2.4rem;
}

.c-section-title-ot2.c-section-title-ot2--modal::after {
	top: 0.4em;
}

.others-content__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.others-content__section + .others-content__section {
	margin-top: 3.2rem;
}

.others-content__text li + li {
	margin-top: 0.4rem;
}

.others-content__table1 {
	width: auto;
	width: initial;
}

}

