
/* icon */
.fa-arrow-up-right-from-square:before,
.fa-external-link:before,
.fa-file-video:before,
.fa-circle-question:before,
.fa-question-circle:before,
.fa-book-open:before,
.fa-file-pdf:before,
.fa-download:before,
.fa-box-open:before,
.fa-users:before {
	font-weight: 700;
    margin-right: 3px;
}
.fa-star:before,
.fa-door-closed:before,
.fa-group:before,
.fa-users:before,
.fa-tags:before,
.fa-box-open:before,
.fa-gear:before,
.fa-cog:before,
.fa-right-to-bracket:before,
.fa-sign-in-alt:before,
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
	font-weight: 700;
    margin-right: 10px;
}
.fa-star:before,
.fa-door-closed:before,
.fa-group:before,
.fa-users:before,
.fa-tags:before,
.fa-box-open:before,
.fa-gear:before,
.fa-cog:before,
.fa-right-to-bracket:before,
.fa-sign-in-alt:before,
.fa-door-closed:before,
.fa-people-arrows-left-right:before,
.fa-people-arrows:before,
.fa-box-open:before,
.fa-users:before {
	font-weight: 700;
    color: #3993E3;
}
.fa-toolbox:before {
	font-weight: 700;
}


/* common */ 
.container {
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
}
.container .section_01 .wrapper {
    width: 90%;
    max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media (max-width: 767px) {
	.container .section_01 .wrapper {
		width: 100% !important;
		padding: 50px 13px !important;
	}
}
.container .section_01 .wrapper .heading {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.container .section_01 .wrapper .heading {
		display: flex;
        justify-content: space-between;
	}
}
.container .section_01 .wrapper .heading div p {
	color: #505050;
	font-size: 18px;
	font-weight: 500;
}
.container .section_01 .wrapper .heading div h1 {
	font-size: 48px;
	font-weight: 500;
-webkit-text-stroke: 1px;
paint-order: stroke fill;
letter-spacing: -0.03em;
}
.container .section_01 .wrapper .heading div span {
	font-size: 30px;
	font-weight: 500;
    line-height: 1.75;
}
.container .section_01 .wrapper .heading div a {
    color: #3993E3;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #3993E3;
    border-radius: 9999px;
    line-height: 1.75;
    padding: 10px 20px;
    display: block;
	transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
	.container .section_01 .wrapper .heading div a:hover {
		color: #fff;
        background-color: #3993E3;
	}
}
@media (max-width: 767px) {
	.container .section_01 .wrapper .heading div a {
        text-align: center;
        margin: 20px 0 30px;
        padding: 20px;
	}
}
.container .section_01 .wrapper .iframe {
	aspect-ratio: 16 / 9;
}
.container .section_01 .wrapper .iframe iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.container .section_01 .wrapper .menu_01,
.container .section_01 .wrapper .menu_02 {
	gap: 30px;
}
@media (min-width: 768px) {
	.container .section_01 .wrapper .menu_01,
	.container .section_01 .wrapper .menu_02 {
		display: flex;
	}
	.container .section_01 .wrapper .menu_01 {
        width: 60%;
	}
}
.container .section_01 .wrapper .menu_01 a,
.container .section_01 .wrapper .menu_02 a {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	background-color: #3993E3;
	padding: 20px 10px;
	display: block;
	align-content: center;
	transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
	.container .section_01 .wrapper .menu_01 a:hover,
	.container .section_01 .wrapper .menu_02 a:hover {
		background-color: #185992;
	}
}
@media (max-width: 767px) {
	.container .section_01 .wrapper .menu_01 a:nth-child(n+2),
	.container .section_01 .wrapper .menu_02 a:nth-child(n+2) {
		margin-top: 15px;
	}
}

.container .section_02 {
	background-color: #f4f4f4;
	padding-bottom: 100px;
}
.container .section_02 .wrapper {
    width: 90%;
    max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}
@media (max-width: 767px) {
	.container .section_02 .wrapper {
		width: 100% !important;
		padding-right: 13px;
		padding-left: 13px;
	}
}
.container .section_02 .wrapper .iframe {
	aspect-ratio: 16 / 9;
}
.container .section_02 .wrapper .iframe iframe {
	width: 100%;
	height: 100%;
}
.container .section_02 .wrapper h2 {
	font-size: 20px;
	font-weight: 500;
	border-left: 5px solid #3993E3;
	padding: 5px 0 5px 20px;
}
.container .section_02 .wrapper h2 + .iframe {
	margin-top: 20px;
}
.container .section_02 .wrapper h3 {
	color: #444;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 10px 0;
}
.container .section_02 .wrapper .label {
	border: 1px solid #e5e7eb;
	background-color: #fff;
	margin-top: 15px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
	.container .section_02 .wrapper .label:hover {
		background-color: #f4f4f4;
	}
}
.container .section_02 .wrapper .label:after{
	content:"";
	top: 0;
	right: 2%;
	bottom: 15%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	margin-bottom: 5px;
	padding-right: 5px;
	display: block;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.container .section_02 .wrapper .label span {
	width: 100%;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}
.container .section_02 .wrapper .label h4 {
	color: #444;
	font-size: 18px;
	font-weight: 500;
    line-height: 1.75;
	padding: 0;
}
.container .section_02 .wrapper input[type="checkbox"] {
	display: none;
}
.container .section_02 .wrapper input[type=checkbox]:checked + label:after{
	content:"";
	top: 7%;
	right: 2%;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	margin-top: 5px;
	padding-right: 5px;
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion {
    padding: 30px;
}
.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion_admin {
    padding: 20px;
}
.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion,
.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion_admin {
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}
@media (max-width: 767px) {
	.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion,
	.container .section_02 .wrapper input[type="checkbox"]:checked + label + .accordion_admin {
		padding: 20px 15px;
	}
}
.container .section_02 .wrapper .accordion {
	background-color: #fff;
}
.container .section_02 .wrapper .accordion_admin {
    background-color: #f9fafb;
}
.container .section_02 .wrapper .accordion,
.container .section_02 .wrapper .accordion_admin {
	height: 0;
	border-right: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	border-left: 1px solid #e5e7eb;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.container .section_02 .wrapper .accordion_admin .label {
    margin-top: 0;
	transition: all 0.2s ease 0s;
}
.container .section_02 .wrapper .accordion_admin .label:nth-of-type(n+2) {
    margin-top: 20px;
}
@media (min-width: 768px) {
	.container .section_02 .wrapper .label:hover {
		background-color: #f4f4f4;
	}
}
.container .section_02 .wrapper .accordion .ol-top {
    margin-bottom: 10px;
}
.container .section_02 .wrapper .accordion .ol-top b {
	color: #505050;
	font-size: 16px;
    font-weight: 500;
    display: block
}
.container .section_02 .wrapper .accordion ol,
.container .section_02 .wrapper .accordion_admin ol {
    margin-bottom: 30px;
	list-style: decimal;
	list-style-position: inside;
}
.container .section_02 .wrapper .accordion ol li,
.container .section_02 .wrapper .accordion_admin ol li {
	color: #505050;
	font-size: 16px;
    margin-top: 10px;
    list-style-type: auto !important;
}
.container .section_02 .wrapper .accordion ol li:first-child {
    margin-top: 0 !important;
}
.container .section_02 .wrapper .accordion ol .comment,
.container .section_02 .wrapper .accordion_admin ol .comment {
	color: #ef4444 !important;
	list-style-type: none !important;
}
.container .section_02 .wrapper .accordion .iframe {
	aspect-ratio: 16 / 9;
}
.container .section_02 .wrapper .accordion .iframe iframe {
	width: 100%;
	height: 100%;
}
.container .section_02 .wrapper .accordion span {
	color: #505050;
	font-size: 16px;
}
.container .section_02 .wrapper .accordion p {
    color: #505050;
    font-size: 16px;
}
.container .section_02 .wrapper .accordion .comment {
	color: #ef4444 !important;
}

.container .section_02 .wrapper .accordion .imgblock .img img {
    width: 100%;
	margin-top: 20px;
}
.container .section_02 .wrapper .accordion .imgbox {
	width: 100%;
	list-style: none;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}
.container .section_02 .wrapper .accordion .imgbox::before {
	width: calc(100% / 2 - 10px);
	display: block;
	content: '';
	order: 1;
}
.container .section_02 .wrapper .accordion .imgbox::after {
	width: calc(100% / 2 - 10px);
	display: block;
	content: '';
}
.container .section_02 .wrapper .accordion .imgbox .img {
	width: calc(100% / 2 - 10px);
	margin-top: 20px;
}
.container .section_02 .wrapper .accordion .imgbox .img img {
    width: 100%;
}
@media (max-width: 767px) {
	.container .section_02 .wrapper .accordion .imgbox::before {
		content: none;
	}
	.container .section_02 .wrapper .accordion .imgbox::after {
		content: none;
	}
	.container .section_02 .wrapper .accordion .imgbox .img {
		width: 100%;
	}
}

.container .section_02 .wrapper .flexbox {
	width: 100%;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.container .section_02 .wrapper .flexbox .block {
	width: calc(100% / 2 - 10px);
    border-top: 4px solid #3993e3;
	background-color: #fff;
	margin-top: 20px;
	padding: 20px 30px 30px;
	display: block;
}
.container .section_02 .wrapper .flexbox .block::before {
	width: calc(100% / 2 - 10px);
	display: block;
	content: '';
	order: 1;
}
.container .section_02 .wrapper .flexbox .block::after {
	width: calc(100% / 2 - 10px);
	display: block;
	content: '';
}
@media (max-width: 767px) {
	.container .section_02 .wrapper .flexbox .block {
		width: 100%;
	}
	.container .section_02 .wrapper .flexbox .block::before {
		content: none;
	}
	.container .section_02 .wrapper .flexbox .block::after {
		content: none;
	}
}
.container .section_02 .wrapper .flexbox .block h3 {
	color: #444;
	font-size: 20px;
	font-weight: 500;
}
.container .section_02 .wrapper .flexbox .block p {
	color: #505050;
	font-size: 16px;
	padding: 20px 0;
}
.container .section_02 .wrapper .flexbox .block p span {
	font-size: 14px;
}
.container .section_02 .wrapper .flexbox .block a {
    width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
    text-align: center;
	text-decoration: none;
	background-color: #3993e3;
	margin: 0 auto;
	padding: 20px;
	display: inline-block;
	transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
	.container .section_02 .wrapper .flexbox .block a:hover {
		background-color: #185992;
	}
}