@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
* {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	overflow-y: scroll;
	font-family: 'BIZ UDGothic', sans-serif;
}
html.sp {
	font-size: 12px !important;
}

body, th, td, input, select, textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	max-width: 100%;
}

body {
	position: relative;
	margin: 0px auto;
	color: #373A3C;
	background: #ffffff;
	overflow: hidden;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

dl, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
}

.clear {
	clear: both;
}

.sp .view_pc {
	display: none !important;
}

.view_sp {
	display: none !important;
}
.sp .view_sp {
	display: block !important;
}

p, ul {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}

a {
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

header.renew {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 70px;
	background: #DA291C;
}
header.renew #logo {
	position: fixed;
	top: 35px;
	left: 40px;
	transform: translateY(-50%);
	z-index: 100;
}
.spc header.renew #logo {
	left: 20px;
}
header.renew #logo a {
	display: block;
	width: 200px;
}
.tablet header.renew #logo a {
	width: 130px;
}
header.renew #logo a img {
	display: block;
	width: 100%;
	height: auto;
}
header.renew #globalnavi {
	position: fixed;
	top: 35px;
	left: 280px;
	transform: translateY(-50%);
	z-index: 100;
}
.spc header.renew #globalnavi {
	left: 240px;
}
.tablet header.renew #globalnavi {
	display: none;
}
header.renew #globalnavi ul {
	display: flex;
	gap: 40px;
	align-items: center;
}
.spc header.renew #globalnavi ul {
	gap: 20px;
}
header.renew #globalnavi ul li a {
	position: relative;
	color: #fff;
}
.spc header.renew #globalnavi ul li a {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 14px;
	line-height: 0.875rem;
}
header.renew #globalnavi ul li.border a {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 5px 20px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 14px;
	line-height: 0.875rem;
	font-weight: bold;
	color: #DA291C;
	background: #fff;
	border-radius: 17px;
}
header.renew #menu {
	position: absolute;
	right: 40px;
	top: 35px;
	transform: translateY(-50%);
	z-index: 100;
}
.spc header.renew #menu {
	right: 20px;
}
header.renew #menu a {
	position: relative;
	display: block;
	width: 36px;
	height: 40px;
	background: transparent;
}
header.renew #menu a:before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 4.5px;
	border-radius: 3px;
	top: 8px;
	left: 0px;
	background: #fff;
	opacity: 1;
	transition: 400ms;
}
header.renew #menu a span:before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 4.5px;
	border-radius: 3px;
	top: 18px;
	left: 0px;
	background: #fff;
	transition: 400ms;
	transform-origin: top left;
}
header.renew #menu a span:after {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 4.5px;
	border-radius: 3px;
	top: 28px;
	left: 0px;
	background: #fff;
	transition: 400ms;
	transform-origin: bottom left;
}
header.renew #menu a.open:before {
	opacity: 0;
}
header.renew #menu a.open span:before {
	top: 6px;
	left: 7px;
	transform: rotate(45deg);
}
header.renew #menu a.open span:after {
	top: 30px;
	left: 7px;
	transform: rotate(-45deg);
}

.crc_box {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 40px;
}
.sp .crc_box {
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.crc_box .image {
	max-width: 30%;
}
.sp .crc_box .image {
	max-width: calc((100% - 40px) / 2);
}
.crc_box .image img {
	border: 1px solid #707070;
	padding: 10px;
}
.sp .crc_box .tx {
	width: 100%;
}

.orange_button {
	position: relative;
	margin-top: 20px;
}
.orange_button a {
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	font-size: 20px;
	background: #FFD100;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.tablet .orange_button a {
	font-size: 16px;
}

#fullmenu {
	position: fixed;
	right: 0px;
	width: 100%;
	top: 70px;
	height: calc(100vh - 70px);
	padding: 70px 25px 40px;
	background: #E8E8E8;
	z-index: 900;
	opacity: 0;
	transform: translateX(40%);
	transition: opacity 600ms, transform 600ms;
	pointer-events: none;
	overflow-y: auto;
}
.menuopen #fullmenu {
	transform: translateX(0%);
	opacity: 1;
	pointer-events: auto;
}
.sp #fullmenu {
	padding-top: 30px;
}
#fullmenu .home {
	width: min(560px, 100%);
	margin: auto;
}
#fullmenu .home a {
	position: relative;
	display: flex;
	gap: 14px;
	align-items: center;
	width: fit-content;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26.4px;
	line-height: 1.65rem;
	font-weight: bold;
}
.sp #fullmenu .home a {
	font-size: 20px;
}
#fullmenu .home a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/ico_home.svg) no-repeat;
	background-size: 100%;
}
.sp #fullmenu .home a::before {
	width: 17px;
	height: 17px;
}
#fullmenu .link {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin: 60px auto 0;
	width: min(560px, 100%);
}
.sp #fullmenu .link {
	gap: 20px;
	margin-top: 30px;
}
#fullmenu .link li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 98px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	background: #fff;
	border: 4px solid #DA291C;
	border-radius: 49px;
}
.sp #fullmenu .link li a {
	height: 68px;
	font-size: 16px;
}
#fullmenu .other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 49px;
	margin: 100px auto 0;
	text-align: center;
	width: fit-content;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	font-weight: bold;
}
.sp #fullmenu .other {
	margin-top: 50px;
}
#fullmenu .other li + li {
	position: relative;
}
#fullmenu .other li + li::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 1.6875em;
	left: -25px;
	top: calc(50% - 0.84375em);
	background: #000;
}

main.contents {
	position: relative;
	margin-top: 70px;
}
main.contents.crc {
	margin-top: 65px;
}
main.contents::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 215px;
	background: url(../images/bg_top.png) repeat-x;
	left: 0;
	top: 0;
	z-index: -1;
}
main.contents::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 302px;
	background: url(../images/bg_bottom.png) repeat-x;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.home main.contents::before {
	height: auto;
	background: url(../images/topbg.png) no-repeat;
	background-size: 100%;
	aspect-ratio: 1920 / 950;
}
.home main.contents::after {
	display: none;
}
.home main.contents .visual {
	width: min(1082px, 56.3541666667vw);
	padding: min(300px, 15.625vw) 0 40px;
	margin: auto;
}
.spc .home main.contents .visual {
	width: min(530px, 46.9858156028vw);
	padding: min(190px, 16.8439716312vw) 0 40px;
}
.tablet .home main.contents .visual {
	width: min(530px, 63.5491606715vw);
	padding: min(215px, 20.4761904762vw) 0 40px;
}
.sp .home main.contents .visual {
	width: min(265px, 67.9487179487vw);
	padding: min(140px, 17.9487179487vw) 0 40px;
}
.home main.contents .visual img {
	display: block;
	width: 100%;
	height: auto;
}
.home main.contents .lead {
	text-align: center;
}
.home main.contents .lead p {
	font-weight: bold;
	line-height: 1.875;
}
.spc .home main.contents .lead p {
	font-size: 14px;
	line-height: 2;
}
.sp .home main.contents .lead p {
	font-size: 13px;
	line-height: 1.846153846153846;
}
.home main.contents .lead p br.t {
	display: none;
}
.spc .home main.contents .lead p br.t {
	display: block;
}
.home main.contents .lead p br.s {
	display: none;
}
.sp .home main.contents .lead p br.s {
	display: block;
}
main.contents .bread_crumb {
	position: relative;
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 1255px;
	margin: auto;
	padding: 20px 20px;
	padding-left: 0;
}
.sp main.contents .bread_crumb {
	padding: 10px 10px;
}
main.contents .bread_crumb ul li {
	position: relative;
	display: inline-block;
}
main.contents .bread_crumb ul li + li {
	margin-left: 30px;
}
main.contents .bread_crumb ul li + li::before {
	content: "/";
	position: absolute;
	left: -20px;
	top: 0;
}
main.contents #pagehead {
	position: relative;
}
main.contents #pagehead:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 200px);
	background: linear-gradient(to bottom, #09cef2 0%, white 100%);
	opacity: 0.5;
	z-index: -2;
}
main.contents #pagehead:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 200px);
	background: url(../images/bg.svg) no-repeat center bottom;
	background-size: cover;
	z-index: -1;
}
main.contents #pagehead > div {
	position: relative;
	width: 100%;
	max-width: 1255px;
	margin: auto;
	padding: 64px 20px 220px;
}
.sp main.contents #pagehead > div {
	padding: 32px 10px 110px;
}
.sp main.contents #pagehead > div {
	padding-top: 70px;
	padding-bottom: 260px;
}
main.contents #pagehead > div:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 23px;
	left: 64px;
	background: url(../images/01.svg) no-repeat left top;
}
.sp main.contents #pagehead > div:before {
	left: 20px;
}
main.contents #pagehead > div:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 210px;
	top: 23px;
	right: 40px;
	background: url(../images/02.svg) no-repeat right top;
}
main.contents #pagehead h1 {
	position: relative;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	font-size: 42px;
	font-family: "BIZ UDGothic", sans-serif;
	line-height: 1.4;
}
.sp main.contents #pagehead h1 {
	margin-top: 30px;
	font-size: 28px;
}
main.contents #pagehead h1 {
	margin-top: 0.5em;
}
main.contents > .content_body {
	margin-top: -140px !important;
}
.sp main.contents > .content_body {
	margin-top: -180px !important;
}
main.contents .content_body {
	position: relative;
	width: 100%;
	max-width: 1255px;
	margin: auto;
	padding: 0px 20px 130px;
}
.sp main.contents .content_body {
	padding: 0px 10px 65px;
}
main.contents .content_body h2 {
	position: relative;
	font-size: 38px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 0;
}
.tablet main.contents .content_body h2 {
	font-size: 28px;
}
.sp main.contents .content_body h2 {
	font-size: 24px;
}
main.contents .content_body h2::before {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: 2px;
	left: 0;
	bottom: 0;
	background: #FFD100;
}
main.contents .content_body h2::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	right: 0;
	bottom: 1px;
	background: #FFD100;
	border-radius: 50%;
}
main.contents .content_body * + h2 {
	margin-top: 80px;
}
main.contents .content_body h3 {
	position: relative;
	font-size: 28px;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 0;
}
.tablet main.contents .content_body h3 {
	font-size: 24px;
}
.sp main.contents .content_body h3 {
	font-size: 18px;
}
main.contents .content_body * + h3 {
	margin-top: 40px;
}
main.contents .content_body h4 {
	position: relative;
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 0;
}
.tablet main.contents .content_body h4 {
	font-size: 24px;
}
.sp main.contents .content_body h4 {
	font-size: 18px;
}
main.contents .content_body * + h4 {
	margin-top: 30px;
}
main.contents .content_body p {
	font-size: 16px;
	line-height: 1.5;
}
.sp main.contents .content_body p {
	font-size: 14px;
}
main.contents .content_body p a.line {
	text-decoration: underline;
}
main.contents .content_body p a.line:hover {
	text-decoration: none;
}
main.contents .content_body * + p {
	margin-top: 20px;
}
main.contents .content_body * + p.mt {
	margin-top: 40px;
}
main.contents .content_body .ruby {
	line-height: 2em;
}
main.contents .content_body .hide {
	display: none;
	margin-top: 20px;
}
main.contents .content_body .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
* + main.contents .content_body .image {
	margin-top: 20px;
}
main.contents .content_body .treaty_area {
	margin-top: 40px;
}
main.contents .content_body .treaty_area .head {
	border-top: 1px solid #000;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
main.contents .content_body .treaty_area .head .left a {
	color: #0072C1;
	font-size: 14px;
	line-height: 16px;
}
main.contents .content_body .treaty_area .head .left a br {
	display: none;
}
.xsp main.contents .content_body .treaty_area .head .left a br {
	display: inline;
}
main.contents .content_body .treaty_area .head .right {
	text-align: right;
}
main.contents .content_body .treaty_area .head .right ul {
	text-align: right;
}
main.contents .content_body .treaty_area .head .right ul li {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}
.xsp main.contents .content_body .treaty_area .head .right ul li {
	display: block;
}
main.contents .content_body .treaty_area .head .right ul li + li {
	margin-left: 20px;
}
.sp main.contents .content_body .treaty_area .head .right ul li + li {
	margin-left: 0;
	margin-top: 10px;
}
main.contents .content_body .treaty_area .head .right ul li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
}
main.contents .content_body .treaty_area .head .right ul li.icon::before {
	background: url(../images/ico_icon.svg) no-repeat;
}
main.contents .content_body .treaty_area .head .right ul li.list::before {
	background: url(../images/ico_list.svg) no-repeat;
}
main.contents .content_body .treaty_area .treaty_index {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.tablet main.contents .content_body .treaty_area .treaty_index {
	gap: 30px;
}
.sp main.contents .content_body .treaty_area .treaty_index {
	gap: 20px;
}
.xsp main.contents .content_body .treaty_area .treaty_index {
	gap: 30px 0;
}
main.contents .content_body .treaty_area .treaty_index > div {
	width: calc((100% - 80px) / 3);
}
.tablet main.contents .content_body .treaty_area .treaty_index > div {
	width: calc((100% - 60px) / 3);
}
.sp main.contents .content_body .treaty_area .treaty_index > div {
	width: calc((100% - 20px) / 2);
}
.xsp main.contents .content_body .treaty_area .treaty_index > div {
	width: 100%;
}
main.contents .content_body .treaty_area .treaty_index > div .linein {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .num {
	font-size: 24px;
}
.tablet main.contents .content_body .treaty_area .treaty_index > div .linein .num {
	font-size: 20px;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .num span {
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: #FFD100;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	margin: 0 10px;
	font-weight: bold;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.tablet main.contents .content_body .treaty_area .treaty_index > div .linein .num span {
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 7px;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1 {
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1:hover {
	opacity: 0.7;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1 img {
	width: 150px;
	margin-top: 5px;
}
.tablet main.contents .content_body .treaty_area .treaty_index > div .linein .check1 img {
	margin-top: 13px;
	width: 98px;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1 img.on {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1.checked img.on {
	display: inline;
}
main.contents .content_body .treaty_area .treaty_index > div .linein .check1.checked img.off {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index > div .img {
	margin-top: 20px;
	border-top: 1px dotted #FFD100;
	padding-top: 20px;
}
main.contents .content_body .treaty_area .treaty_index > div .img img {
	width: 100%;
	line-height: 0;
}
main.contents .content_body .treaty_area .treaty_index > div .tx {
	font-size: 16px;
	margin-top: 15px;
	line-height: 2em;
}
main.contents .content_body .treaty_area .treaty_index > div .check2 {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index.list {
	display: block;
	border-top: 1px solid #FFD100;
}
main.contents .content_body .treaty_area .treaty_index.list > div {
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #FFD100;
	padding: 20px 0px;
}
.xsp main.contents .content_body .treaty_area .treaty_index.list > div {
	display: block;
}
main.contents .content_body .treaty_area .treaty_index.list > div::after {
	content: "";
	right: 70px;
	height: calc(100% - 40px);
	position: absolute;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px dotted #FFD100;
}
main.contents .content_body .treaty_area .treaty_index.list > div .linein {
	display: block;
}
main.contents .content_body .treaty_area .treaty_index.list > div .linein .num {
	width: 170px;
	font-size: 24px;
}
.xsp main.contents .content_body .treaty_area .treaty_index.list > div .linein .num {
	width: auto;
	font-size: 18px;
}
main.contents .content_body .treaty_area .treaty_index.list > div .linein .num span {
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: #FFD100;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	margin: 0 10px;
	font-weight: bold;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.xsp main.contents .content_body .treaty_area .treaty_index.list > div .linein .num span {
	font-size: 24px;
	width: 40px;
	height: 40px;
	background: #FFD100;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
	font-weight: bold;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
main.contents .content_body .treaty_area .treaty_index.list > div .linein .check1 {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index.list > div .img {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index.list > div .tx {
	width: calc(100% - 170px - 70px);
	margin-top: 0;
	padding-right: 20px;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.contents .content_body .treaty_area .treaty_index.list > div .tx:hover {
	opacity: 0.7;
}
.xsp main.contents .content_body .treaty_area .treaty_index.list > div .tx {
	width: calc(100% - 70px);
	margin-top: 10px;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2 {
	display: block;
	width: 70px;
	height: 100%;
	text-align: right;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2:hover {
	opacity: 0.7;
}
.xsp main.contents .content_body .treaty_area .treaty_index.list > div .check2 {
	position: absolute;
	right: 0px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2 img.on {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2.checked img.on {
	display: inline;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2.checked img.off {
	display: none;
}
main.contents .content_body .treaty_area .treaty_index.list > div .check2 img {
	width: 36px;
}
main.contents .content_body .col3 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}
.sp main.contents .content_body .col3 {
	display: block;
}
main.contents .content_body .col3 > a {
	display: block;
	width: calc((100% - 60px) / 3);
}
.sp main.contents .content_body .col3 > a {
	width: auto;
}
.sp main.contents .content_body .col3 > a + a {
	margin-top: 30px;
}
main.contents .content_body .col3 > a img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 10px;
}
main.contents .content_body .col3 > a .num {
	position: relative;
	height: 55px;
	text-align: center;
	margin-top: 10px;
}
main.contents .content_body .col3 > a .num span {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #CBE2F2;
	line-height: 55px;
	font-size: 30px;
	font-weight: bold;
}
main.contents .content_body .col3 > a .num::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-bottom: 1px dashed #000;
	z-index: -1;
}
main.contents .content_body .col3 > a .num::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #CBE2F2;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
main.contents .content_body .col3 > a * + .tx {
	margin-top: 25px;
}
main.contents .content_body .col3 > a .title {
	margin-top: 5px;
	text-align: center;
}
main.contents .content_body .col3 > a .title p {
	font-size: 20px;
}
main.contents .content_body .col3 > a .title p.underline {
	text-decoration: underline;
}
main.contents .content_body .col3 > a .title p.underline:hover {
	text-decoration: none;
}
main.contents .content_body .col3.sec2 > a .num span {
	background: #DAF2DB;
}
main.contents .content_body .col3.sec2 > a .num::after {
	background: #DAF2DB;
}
main.contents .content_body .col3.sec3 > a .num span {
	background: #F3E8CC;
}
main.contents .content_body .col3.sec3 > a .num::after {
	background: #F3E8CC;
}
main.contents .content_body .col3.sec4 > a .num span {
	background: #FFDCEB;
}
main.contents .content_body .col3.sec4 > a .num::after {
	background: #FFDCEB;
}
main.contents .content_body .col3.sec5 > a .num span {
	background: #FBFBD0;
}
main.contents .content_body .col3.sec5 > a .num::after {
	background: #FBFBD0;
}
main.contents .content_body .col3 + h2 {
	margin-top: 100px;
}
.sp main.contents .content_body .col3 + h2 {
	margin-top: 60px;
}
main.contents .episode1 {
	background: #CBE2F2;
	padding-top: 100px;
}
.sp main.contents .episode1 {
	padding-top: 60px;
}
main.contents .episode2 {
	background: #DAF2DB;
}
main.contents .episode3 {
	background: #F3E8CC;
}
main.contents .episode1-2 {
	height: 200px;
	background: url(../../episode/images/episode1-2.png) repeat-x;
}
main.contents .episode2-3 {
	height: 200px;
	background: url(../../episode/images/episode2-3.png) repeat-x;
}
main.contents .episode4 {
	background: #FFDCEB;
}
main.contents .episode3-4 {
	height: 200px;
	background: url(../../episode/images/episode3-4.png) repeat-x;
}
main.contents .episode5 {
	background: #FBFBD0;
}
main.contents .episode4-5 {
	height: 200px;
	background: linear-gradient(0deg, #fbfbd0 0%, #ffdceb 100%);
}
main.contents .episode1 h2::before, main.contents .episode1 h2::after, main.contents .episode2 h2::before, main.contents .episode2 h2::after, main.contents .episode3 h2::before, main.contents .episode3 h2::after {
	display: none;
}
main.contents .episode_num {
	position: relative;
	height: 55px;
	text-align: center;
	width: 95%;
	margin: 80px auto 0;
	max-width: 800px;
}
.sp main.contents .episode_num {
	margin: 40px auto 0;
}
main.contents .episode_num span {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #fff;
	line-height: 55px;
	font-size: 30px;
	font-weight: bold;
}
main.contents .episode_num::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-bottom: 1px dashed #000;
	z-index: 0;
}
main.contents .episode_num::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
main.contents .episode_col {
	display: flex;
}
.tablet main.contents .episode_col {
	display: block;
}
main.contents .episode_col > .youtube {
	width: 560px;
}
.tablet main.contents .episode_col > .youtube {
	width: auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.tablet main.contents .episode_col > .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main.contents .episode_col .tx {
	position: relative;
	width: calc(100% - 560px);
	padding-left: 30px;
	height: 360px;
	overflow: hidden;
}
.tablet main.contents .episode_col .tx {
	width: auto;
	padding-left: 0;
	margin-top: 20px;
	height: 220px;
}
main.contents .episode_col .tx::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(203, 226, 242, 0) 0%, #cbe2f2 100%);
}
main.contents .episode_col .tx .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	text-align: center;
}
main.contents .episode_col .tx .btn > div {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	padding: 10px 0;
	font-size: 24px;
	min-width: 280px;
	border: 2px solid #000;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.contents .episode_col .tx .btn > div:hover {
	opacity: 0.7;
}
main.contents .episode_col .tx .btn > div::before, main.contents .episode_col .tx .btn > div::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 14px;
	height: 2px;
	background-color: #000;
}
main.contents .episode_col .tx .btn > div::before {
	right: 20px;
	transform: rotateZ(-45deg);
}
main.contents .episode_col .tx .btn > div::after {
	right: 30px;
	transform: rotateZ(45deg);
}
main.contents .episode_col .tx .btn > div span.close {
	display: none;
}
main.contents .episode_col .tx.open::before {
	display: none;
}
main.contents .episode_col .tx.open .btn {
	bottom: 0px;
}
main.contents .episode_col .tx.open .btn > div::before {
	right: 20px;
	transform: rotateZ(45deg);
}
main.contents .episode_col .tx.open .btn > div::after {
	right: 30px;
	transform: rotateZ(-45deg);
}
main.contents .episode_col .tx.open .btn span.open {
	display: none;
}
main.contents .episode_col .tx.open .btn span.close {
	display: inline;
}
main.contents .episode2 .episode_col .tx::before {
	background: linear-gradient(180deg, rgba(218, 242, 219, 0) 0%, #daf2db 100%);
}
main.contents .episode3 .episode_col .tx::before {
	background: linear-gradient(180deg, rgba(243, 232, 204, 0) 0%, #f3e8cc 100%);
}
main.contents .episode4 .episode_col .tx::before {
	background: linear-gradient(180deg, rgba(255, 220, 235, 0) 0%, #ffdceb 100%);
}
main.contents .episode5 .episode_col .tx::before {
	background: linear-gradient(180deg, rgba(251, 251, 208, 0) 0%, #fbfbd0 100%);
}
main.contents .footer_link {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: auto;
	padding: 100px 20px;
	display: flex;
	gap: 40px;
}
.sp main.contents .footer_link {
	padding: 50px 10px;
}
.spc main.contents .footer_link {
	gap: 20px;
}
.tablet main.contents .footer_link {
	flex-direction: column;
	align-items: center;
}
.sp main.contents .footer_link {
	gap: 20px;
}
.home main.contents .footer_link {
	padding-top: 60px;
	padding-bottom: 65px;
}
main.contents .footer_link > div {
	width: calc((100% - 80px) / 3);
}
.spc main.contents .footer_link > div {
	width: calc((100% - 40px) / 3);
}
.tablet main.contents .footer_link > div {
	width: min(300px, 100%);
}
.sp main.contents .footer_link > div {
	width: min(260px, 100%);
}
main.contents .footer_link > div a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	background: #fff;
	border: 4px solid #DA291C;
	border-radius: 40px;
}
.sp main.contents .footer_link > div a {
	height: 60px;
	font-size: 16px;
}

@media screen and (max-width: 834px) {
	main.contents.crc {
		margin-top: 50px;
	}
}
#treaty_modal {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 500;
}
#treaty_modal > div.box {
	width: 70%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-top: 70px;
	transform: translate(-50%, -50%);
}
.sp #treaty_modal > div.box {
	width: 90%;
}
#treaty_modal > div.box .num {
	font-size: 24px;
	color: #fff;
}
#treaty_modal > div.box .num span {
	font-size: 30px;
	width: 60px;
	height: 60px;
	background: #FFD100;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	margin: 0 10px;
	font-weight: bold;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
#treaty_modal > div.box .img {
	margin-top: 20px;
	height: 40vh;
	text-align: center;
}
.sp #treaty_modal > div.box .img {
	height: auto;
}
#treaty_modal > div.box .img img {
	height: 100%;
}
.sp #treaty_modal > div.box .img img {
	height: auto;
	width: 100%;
}
#treaty_modal > div.box .tx {
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}
#treaty_modal .close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 90px;
	right: 20px;
	cursor: pointer;
}
#treaty_modal .close::before, #treaty_modal .close::after {
	content: "";
	position: absolute;
	left: -21%;
	top: 50%;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
#treaty_modal .close::before {
	transform: rotateZ(-45deg);
}
#treaty_modal .close::after {
	transform: rotateZ(45deg);
}

footer.renew {
	display: flex;
	align-items: center;
	min-height: 134px;
	padding: 25px 40px;
	background: #fff;
	border: 1px solid #707070;
}
.spc footer.renew {
	min-height: 127px;
	padding: 25px 20px;
}
.sp footer.renew {
	min-height: 0px;
	padding: 18px 12px;
}
footer.renew > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	width: 100%;
}
.spc footer.renew > div {
	flex-direction: column;
	align-items: flex-start;
}
.sp footer.renew > div {
	gap: 20px;
}
footer.renew > div .left ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	line-height: 1;
}
.spc footer.renew > div .left ul {
	font-size: 14px;
}
.sp footer.renew > div .left ul {
	font-size: 10px;
}
footer.renew > div .right p {
	line-height: 1.5;
}
.spc footer.renew > div .right p {
	font-size: 14px;
}
.sp footer.renew > div .right p {
	font-size: 10px;
}

.button {
	margin-top: 40px;
}
.button + .button {
	margin-left: 20px;
}
.button a {
	display: inline-block;
	min-width: 13.5rem;
	text-align: center;
	border: 1px solid #A7A7A7;
	margin: auto;
	padding: 10px 20px;
	border-radius: 30px;
	color: #000;
	transition: 0.3s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	font-size: 20px;
}
.button a:hover {
	opacity: 0.7;
}
.sp .button a {
	display: block;
	max-width: 320px;
}
.button a + a {
	margin-left: 30px;
}
.sp .button a + a {
	margin-left: auto;
	margin-top: 20px;
}
.button.yellow a {
	background: #FFD100;
	border: none;
}
.button.center {
	text-align: center;
}
