/*
一般ページ
*/

.l-mt8 {
	margin-top: 0.8rem;
}

.l-mt16 {
	margin-top: 1.6rem;
}

.l-mt20 {
	margin-top: 2rem;
}

.l-mt32 {
	margin-top: 3.2rem;
}

.l-mt40 {
	margin-top: 4rem;
}

.l-mt48 {
	margin-top: 4.8rem;
}

.l-mt56 {
	margin-top: 5.6rem;
}

.l-mt56-32 {
	margin-top: 5.6rem;
}

.l-mt60-48-24 {
	margin-top: 6rem;
}

.l-mt72 {
	margin-top: 7.2rem;
}

.l-mt72-48-32 {
	margin-top: 7.2rem;
}

.l-mt80-40 {
	margin-top: 8rem;
}

.c-button-gc-link {
	border: 0.2rem solid #1794e3;
	border-radius: 0.5rem;
	color: #1794e3;
	display: inline-block;
	padding-bottom: 1.2rem;
	padding-left: 2rem;
	padding-right: 7.2rem;
	padding-top: 1.2rem;
	position: relative;
	transition: all 0.3s;
}

.c-button-gc-link::before {
	content: "";
	height: 0.8rem;
	position: absolute;
	right: 2.3rem;
	top: 50%;
	translate: 0 -50%;
	width: 0.8rem;
	-webkit-mask-image: url(../images/arrow01.svg);
	mask-image: url(../images/arrow01.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;
	transition: transform 0.3s;
}

.c-button-gc-link::after {
	border: 1px solid #1794e3;
	border-radius: 100%;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transition: transform 0.3s;
	translate: 0 -50%;
	width: 1.5rem;
}

.c-button-gc-link:hover {
	opacity: 0.8;
	transform: translateY(-7px);
}

.c-button-gc-link2 {
	color: #1794e3;
	display: inline-block;
	font-size: 1.6rem;
	padding-right: 3.2rem;
	position: relative;
}

.c-button-gc-link2::before {
	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.4em;
	width: 1.4rem;
}

.c-button-gc-pn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.8rem;
	justify-content: center;
}

.c-button-gc-pn__item {
	background-color: #1794e3;
	border-radius: 3rem;
	position: relative;
	position: relative;
	transition: all 0.3s;
}

.c-button-gc-pn__item a {
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	min-width: 14rem;
	padding-bottom: 1rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	padding-top: 1rem;
	text-align: center;
}

.c-button-gc-pn__item:first-of-type::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	height: 0.4em;
	left: 50%;
	position: absolute;
	rotate: 135deg;
	top: 55%;
	translate: calc(-50% - 1.5em) -50%;
	width: 0.4em;
}

.c-button-gc-pn__item:last-of-type::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	height: 0.4em;
	left: 50%;
	position: absolute;
	rotate: -45deg;
	top: 55%;
	translate: calc(-50% + 1.5em) -50%;
	width: 0.4em;
}

.c-gc-accordion + .c-gc-accordion {
	margin-top: 4rem;
}

.c-gc-accordion__tab {
	cursor: pointer;
}

.c-gc-accordion__title {
	background-color: #f6f6f6;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 0.6rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
	position: relative;
}

.c-gc-accordion__title .point {
	background-color: #1794e3;
	color: #ffffff;
	display: inline-block;
	margin-right: 0.8rem;
	padding-bottom: 0.4rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	padding-top: 0.4rem;
}

.c-gc-accordion__title::after {
	background-image: url(../images/arrow01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	position: absolute;
	right: 2.4rem;
	rotate: 90deg;
	top: 50%;
	transition: all 0.3s ease;
	translate: 0 -50%;
	width: 1rem;
}

.c-gc-accordion__tab[aria-selected=true] .c-gc-accordion__title::after {
	rotate: -90deg;
}

.c-gc-accordion__panel {
	margin-top: 1rem;
	padding-left: 3.2rem;
}

.c-gc-accordion__body ol li {
	counter-increment: cnt;
	padding-left: 2em;
	position: relative;
}

.c-gc-accordion__body ol li::before {
	content: "(" counter(cnt) ")";
	left: 0;
	position: absolute;
	top: 0.1em;
}

.c-gc-accordion__body ol li + li {
	margin-top: 3.2rem;
}

.c-gc-accordion__body p {
	font-size: 1.6rem;
	line-height: 1.8125;
}

.c-gc-accordion__body p.title {
	font-weight: 700;
}

.c-gc-accordion__body p + p {
	margin-top: 0.4rem;
}

.c-gc-accordion__body p + p.title {
	margin-top: 2rem;
}

.c-gc-accordion__body figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-gc-accordion__body figure figcaption {
	font-size: 1.6rem;
	padding-bottom: 0.8rem;
	text-align: center;
}

.c-gc-accordion__body figure img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.c-gc-table1 {
	table-layout: fixed;
	width: 100%;
}

.c-gc-table1 caption {
	font-size: 1.6rem;
	padding-bottom: 2rem;
	text-align: center;
}

.c-gc-table1 th,
.c-gc-table1 td {
	border: 1px solid #dee2e6;
	font-size: 1.6rem;
	padding-bottom: 1.6rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.6rem;
	vertical-align: middle;
}

.c-gc-table1 th {
	background-color: #1794e3;
	color: #ffffff;
	font-weight: 700;
	text-wrap: nowrap;
	word-break: keep-all;
}

.c-gc-table1 td {
	background-color: #ffffff;
}

.c-gc-table1 tfoot td {
	border: medium none currentcolor;
	border: initial;
	padding: 0;
	padding: initial;
	padding-top: 0.8rem;
	text-align: center;
}

.c-gc-table1 a {
	display: inline;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.c-gc-table1 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;
}

.c-gc-table1.c-gc-table1--others {
	table-layout: auto;
	table-layout: initial;
}

.c-gc-table1.c-gc-table1--others thead th {
	background-color: #f8f8f8;
	color: #696969;
}

.c-gc-table1.c-gc-table1--others thead th:nth-of-type(1) {
	width: 25%;
}

.c-gc-table1.c-gc-table1--others thead th:nth-of-type(3) {
	width: 20%;
}

.c-gc-table1.c-gc-table1--others th,
.c-gc-table1.c-gc-table1--others td {
	vertical-align: baseline;
	vertical-align: initial;
}

.c-gc-table2 {
	overflow-x: scroll;
	width: 100%;
}

.c-gc-table2 .red {
	color: #dc3545;
}

.c-gc-table2 th,
.c-gc-table2 td {
	border: 1px solid #dee2e6;
	font-size: 1.6rem;
	padding-bottom: 0.3rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.3rem;
}

.c-gc-table2 th {
	background-color: #1794e3;
	color: #ffffff;
	font-weight: 700;
	vertical-align: bottom;
	white-space: pre;
	word-break: keep-all;
}

.c-gc-table2 td {
	background-color: #ffffff;
	text-align: right;
}

.c-gc-table2 tfoot td {
	border: medium none currentcolor;
	border: initial;
	padding: 0;
	padding: initial;
	padding-top: 1.6rem;
	text-align: right;
}

.c-inline-modal {
	cursor: pointer;
	display: inline-block;
	padding-right: 2rem;
	position: relative;
}

.c-inline-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.4em;
	width: 1.4rem;
}

.c-point-gc {
	background-color: #2774d1;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 0.4rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-top: 0.4rem;
}

.c-section-title-gc1 {
	background-color: #d0e9ff;
	color: #005faf;
	font-size: 2.8rem;
	font-weight: 700;
	padding-bottom: 0.3rem;
	padding-left: 1.6rem;
	padding-top: 0.3rem;
}

.c-section-title-gc2 {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	padding-left: 3.2rem;
	position: relative;
}

.c-section-title-gc2::before {
	background-image: url(../images/ico_circle_blue.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-gc2.c-section-title-gc2--ex {
	cursor: pointer;
	padding-right: 3.2rem;
}

.c-section-title-gc2.c-section-title-gc2--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-gc2.c-section-title-gc2--modal {
	cursor: pointer;
	padding-right: 3.2rem;
}

.c-section-title-gc2.c-section-title-gc2--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;
}

.general-content {
	position: relative;
}

.general-content:has(.general-content.is-open)::before {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
}

.general-content:last-of-type {
	padding-bottom: 7.2rem;
}

.general-content#modal {
	background-color: #ffffff;
	box-shadow: 0.4rem 0.4rem 3.2rem rgba(0, 0, 0, 0.1);
	display: none;
	left: 5%;
	margin: 0;
	margin: initial;
	padding-top: 4.8rem;
	position: absolute;
	right: 5%;
	top: 0;
	width: 90%;
	z-index: 1000;
}

.general-content__close {
	color: #000000;
	cursor: pointer;
	font-size: 2.4rem;
	position: absolute;
	right: 1.6rem;
	top: 1.6rem;
	z-index: 2000;
}

.general-content__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.general-content__section + .general-content__section {
	margin-top: 2.4rem;
}

.general-content__subTitle {
	color: #2774d1;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1.5em;
}

.general-content__inline-box {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em 3em;
}

.general-content__inline-text {
	font-size: 1.6rem;
	line-height: 1.8125;
}

.general-content__text {
	font-size: 1.6rem;
	line-height: 1.8125;
}

.general-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%);
}

.general-content__text .bold {
	font-weight: 700;
}

.general-content__text a {
	color: #1794e3;
	word-break: break-all;
}

.general-content__text a.bold {
	font-weight: 700;
}

.general-content__text a.external {
	padding-right: 1.2em;
	position: relative;
}

.general-content__text a.external::after {
	content: "";
	height: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -40%;
	width: 1.4rem;
	-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;
}

.general-content__text a.pdf::after {
	background-image: url(../images/ico_pdf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.4rem;
	margin-left: 0.3em;
	width: 1.4rem;
}

.general-content__text ul {
	list-style-position: outside;
	list-style-type: "・";
	padding-left: 1.5em;
}

.general-content__text li {
	font-size: inherit;
	line-height: inherit;
}

.general-content__text.general-content__text--right {
	text-align: right;
}

.general-content__text.general-content__text--center {
	text-align: center;
}

.general-content__modal {
	color: #1794e3;
	cursor: pointer;
}

.general-content__modal::after {
	background-image: url(../images/ico_modal-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.4rem;
	margin-left: 0.5em;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 1.4rem;
}

.general-content__modal.is-right {
	display: block;
	margin-right: 1em;
	text-align: right;
}

.general-content__example {
	background-color: #2774d1;
	border-radius: 0.5rem;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 0.2rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	padding-top: 0.2rem;
}

.general-content__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.general-content__image figcaption {
	font-size: 1.6rem;
	padding-bottom: 0.8rem;
	text-align: center;
}

.general-content__image img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.general-content__cite {
	display: block;
	font-size: 1.6rem;
	font-style: normal;
	text-align: center;
	width: 100%;
	word-break: break-all;
}

.general-content__cite a {
	color: #1794e3;
}

.general-content__cite .prefix {
	flex-shrink: 0;
}

.general-content__cite .link {
	color: #1794e3;
	cursor: pointer;
}

.general-content__cite:has(ul) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.general-content__2clm {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4rem;
	gap: 4rem;
	width: 100%;
}

.general-content__2clm-flex {
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	justify-content: space-around;
	justify-content: center;
	width: 100%;
}

.general-content__2clm-flex .general-content__image {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: auto;
	width: initial;
}

.general-content__2clm-flex .general-content__image img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.general-content__3clm {
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem 8rem;
	width: 100%;
}

.general-content__3clm .general-content__image {
	max-width: 33%;
	width: auto;
	width: initial;
}

.general-content__3clm .general-content__image img {
	margin-top: 2.4rem;
}

.general-content__subcontent {
	background-color: #eaf5ff;
	padding-bottom: 1.6rem;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	padding-top: 1.6rem;
}

.general-content__data-item {
	line-height: 1.8125;
}

.general-content__data-item dt {
	font-weight: 700;
}

.general-content__circle-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6.4rem 8rem;
	gap: 6.4rem 8rem;
	width: 100%;
}

.general-content__image-list {
	background-color: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem 4.8rem;
	justify-content: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 92rem;
	padding-bottom: 3.2rem;
	padding-left: 6rem;
	padding-right: 6rem;
	padding-top: 3.2rem;
}

.general-content__image-item {
	max-width: 33.5rem;
}

.general-content__image-figure {
	display: block;
	width: 100%;
}

.general-content__image-figure img {
	display: block;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.general-content__image-figure cite {
	display: block;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.25;
	margin-top: 0.4rem;
}

.general-content__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem 7.2rem;
}

.general-content__box .general-content__text {
	margin-top: 2em;
}

.general-content__box .general-content__image {
	flex-shrink: 0;
	width: auto;
	width: initial;
}

.general-content__box.general-content__box--reverse {
	flex-direction: row-reverse;
}

.general-content__box.general-content__box--reverse .general-content__text {
	margin-top: 1em;
}

.general-content__box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem 7.2rem;
}

.general-content__box2 .general-content__text {
	width: 50%;
}

.general-content__box2 .general-content__image {
	flex-shrink: 0;
	width: auto;
	width: initial;
}

.general-content__table1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 69rem;
	overflow-x: auto;
	width: 100%;
}

.general-content__table2 {
	overflow-x: auto;
	width: 100%;
}

.general-content__table2-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.general-content__table2-note li {
	font-size: 1.6rem;
	line-height: 1.8;
}

.general-content__table2-note li .red {
	color: #dc3545;
}

.general-content__item {
	counter-increment: cnt;
	padding-left: 2em;
	position: relative;
}

.general-content__item p {
	font-size: 1.6rem;
	line-height: 1.8125;
}

.general-content__item p .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%);
}

.general-content__item p.title {
	font-weight: 700;
}

.general-content__item p + p {
	margin-top: 0.4rem;
}

.general-content__item::before {
	content: "(" counter(cnt) ")";
	left: 0;
	position: absolute;
	top: 0.1em;
}

.general-content__item + .general-content__item {
	margin-top: 6rem;
}

.general-list {
	background-color: #edf6ff;
	padding-bottom: 8rem;
	padding-top: 4rem;
}

.general-list__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.general-list__lead {
	line-height: 1.5;
	padding-bottom: 2.8rem;
}

.general-list__item + .general-list__item {
	margin-top: 1.2rem;
}

.general-list__link {
	background-color: #ffffff;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.2rem;
	padding-bottom: 1.6rem;
	padding-left: 2.4rem;
	padding-right: 1.6rem;
	padding-top: 1.6rem;
	transition: opacity 0.3s, background-color 0.3s;
}

.general-list__link:hover {
	background-color: #d7e9fc;
	opacity: 0.9;
}

.general-list__image {
	aspect-ratio: 150/95;
	max-width: 15rem;
	width: 100%;
}

.general-list__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.general-list__title {
	color: #005faf;
	font-size: 1.6rem;
	font-weight: 700;
}

.general-list__text .more {
	color: #1794e3;
}

.u-sp {
	display: none;
}

@media screen and (any-hover: hover) {

.c-button-gc-pn__item:hover {
	opacity: 0.8;
	transform: translateY(-7px);
}

}

@media screen and (max-width: 991px) {

.l-mt56-32 {
	margin-top: 3.2rem;
}

.l-mt60-48-24 {
	margin-top: 4.8rem;
}

.l-mt72-48-32 {
	margin-top: 4.8rem;
}

.l-mt80-40 {
	margin-top: 4rem;
}

.c-button-gc-link {
	padding-right: 4.8rem;
}

.c-button-gc-pn {
	gap: 3.2rem;
}

.c-button-gc-pn__item a {
	min-width: 12rem;
}

.c-gc-accordion__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-gc-accordion__title .point {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	text-wrap: nowrap;
	white-space: nowrap;
}

.c-gc-accordion__title::after {
	top: 80%;
}

.c-gc-accordion__panel {
	padding-left: 0.8rem;
}

.c-gc-table1 {
	table-layout: auto;
	table-layout: initial;
}

.c-gc-table1 th,
.c-gc-table1 td {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.c-gc-table2 th,
.c-gc-table2 td {
	padding-left: 1.6rem;
}

.c-inline-modal {
	padding-right: 1.8rem;
}

.c-inline-modal::after {
	top: 0.3em;
}

.c-section-title-gc1 {
	font-size: 2.4rem;
}

.c-section-title-gc2 {
	font-size: 2.2rem;
	padding-left: 3.2rem;
}

.c-section-title-gc2::before {
	height: 2.4rem;
	top: 0.3em;
	width: 2.4rem;
}

.c-section-title-gc2.c-section-title-gc2--modal {
	padding-right: 3.2rem;
}

.c-section-title-gc2.c-section-title-gc2--modal::after {
	top: 0.5em;
}

.general-content__inline-box {
	flex-direction: column;
}

.general-content__2clm {
	gap: 2.4rem;
}

.general-content__2clm-flex {
	gap: 2.4rem;
}

.general-content__circle-list {
	gap: 2.4rem;
}

.general-content__image-list {
	gap: 2rem 4rem;
	padding-bottom: 2.4rem;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 2.4rem;
}

.general-content__image-figure cite {
	font-size: 1.4rem;
}

.general-content__box {
	flex-direction: column;
}

.general-content__box .general-content__text {
	margin-top: 0;
	margin-top: initial;
}

.general-content__box.general-content__box--reverse {
	flex-direction: column;
}

.general-content__box.general-content__box--reverse .general-content__text {
	margin-top: 0;
	margin-top: initial;
}

.general-content__box2 {
	flex-direction: column;
}

.general-content__box2 .general-content__text {
	width: auto;
	width: initial;
}

}

@media screen and (max-width: 767px) {

.l-mt60-48-24 {
	margin-top: 2.4rem;
}

.l-mt72-48-32 {
	margin-top: 3.2rem;
}

.c-button-gc-pn {
	gap: 1.6rem;
}

.c-button-gc-pn__item a {
	font-size: 1.4rem;
	min-width: 8rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.c-inline-modal {
	padding-right: 1.6rem;
}

.c-inline-modal::after {
	top: 0.4em;
}

.c-section-title-gc1 {
	font-size: 1.8rem;
}

.c-section-title-gc2 {
	font-size: 1.8rem;
	padding-left: 2.4rem;
}

.c-section-title-gc2::before {
	height: 2rem;
	top: 0.2em;
	width: 2rem;
}

.c-section-title-gc2.c-section-title-gc2--modal {
	padding-right: 2.4rem;
}

.c-section-title-gc2.c-section-title-gc2--modal::after {
	top: 0.4em;
}

.general-content#modal {
	left: 0;
	right: 0;
	width: 100%;
}

.general-content__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.general-content__text li + li {
	margin-top: 0.8rem;
}

.general-content__image img {
	width: 80%;
}

.general-content__cite li + li {
	margin-top: 0.8rem;
}

.general-content__cite:has(ul) {
	display: block;
}

.general-content__2clm {
	gap: 1.6rem;
	grid-template-columns: repeat(1, 1fr);
}

.general-content__2clm-flex {
	align-items: center;
	flex-direction: column;
	gap: 1.6rem;
	justify-content: center;
}

.general-content__2clm-flex .general-content__image {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.general-content__2clm-flex .general-content__image img {
	margin-left: auto;
	margin-right: auto;
}

.general-content__3clm {
	flex-direction: column;
}

.general-content__3clm .general-content__image {
	max-width: none;
	max-width: initial;
}

.general-content__circle-list {
	gap: 1.6rem;
	grid-template-columns: repeat(1, 1fr);
}

.general-content__image-list {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

.general-content__table2 {
	margin-right: calc(50% - 50vw);
	width: auto;
	width: initial;
}

.general-content__table2-title {
	text-align: left;
}

.general-list__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.general-list__link {
	align-items: center;
	flex-direction: column;
	gap: 2.4rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: inline;
	display: initial;
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes fuwafuwa {

0% {
	transform: translate(0, 0) rotate(-7deg);
}

50% {
	transform: translate(0, -7px) rotate(0deg);
}

100% {
	transform: translate(0, 0) rotate(7deg);
}

}

@keyframes rinrin {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(0deg);
}

51% {
	transform: rotate(-10deg);
}

52% {
	transform: rotate(0deg);
}

53% {
	transform: rotate(-10deg);
}

54% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(0deg);
}

}

