﻿.container {
	width: min(96.6666666667vw, 1200px);
	margin: 0 auto
}

.container_min {
	width: min(58.3333333333vw, 700px);
	margin: 0 auto
}

@media(max-width: 767px) {
	.container {
		width: 92vw;
		margin: 0 auto
	}
}

.pc {
	display: block
}

.sp {
	display: none
}

@media(max-width: 767px) {
	.pc {
		display: none
	}

	.sp {
		display: block
	}
}

body {
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
	font-size: min(1.6666666667vw, 18px)
}

@media(max-width: 767px) {
	body {
		font-size: 3.7333333333vw
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000
}

table {
	width: 100%;
	border-collapse: collapse
}

li,
ol {
	list-style: none
}

a {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	letter-spacing: 0
}

.wrapper img {
	width: 100%;
	height: auto;
	display: block
}

.outer .wrapper .header {
	background: #f0c;
	padding: min(1.8518518519vw, 20px) 0;
	height: auto
}

@media(max-width: 767px) {
	.outer .wrapper .header {
		padding: 2.6666666667vw
	}
}

.outer .wrapper .header .header_inner {
	display: flex;
	align-items: center;
	gap: min(1.4814814815vw, 16px);
	font-size: min(3.3333333333vw, 36px);
	font-weight: bold;
	color: #ffebfb
}

@media(max-width: 767px) {
	.outer .wrapper .header .header_inner {
		gap: 0 3.2vw;
		font-size: 4.6666666667vw
	}
}

.outer .wrapper .header .header_inner img {
	width: min(7.4074074074vw, 80px)
}

@media(max-width: 767px) {
	.outer .wrapper .header .header_inner img {
		width: 10.6666666667vw
	}
}

.outer .wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 100%;
	min-height: 100vh
}

.outer .wrapper main {
	padding: min(1.6666666667vw, 20px) 0 min(5vw, 60px)
}

@media(max-width: 1000px) {
	.outer .wrapper main {
		padding: 2.6666666667vw 0 8vw
	}
}

.outer .wrapper main .container {
	display: flex;
	justify-content: space-between
}

.outer .wrapper main .container .main_wrap {
/*	width: min(58.3333333333vw, 700px)*/
width: 100%;
}

@media(max-width: 1000px) {
	.outer .wrapper main .container .main_wrap {
		width: 100%
	}
}

.outer .wrapper main .container .main_wrap img {
	margin-bottom: min(2.5vw, 30px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap img {
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap p {
	margin-bottom: min(2.5vw, 30px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap p {
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap p.small {
	font-size: min(1vw, 12px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap p.small {
		font-size: 2.6666666667vw
	}
}

.outer .wrapper main .container .main_wrap .bold {
	font-weight: bold
}

.outer .wrapper main .container .main_wrap .title_1 {
	background: #f0c;
	padding: min(1.3333333333vw, 16px);
	border: min(.3333333333vw, 4px) double #ffebfb;
	font-size: min(2.5vw, 30px);
	font-weight: bold;
	letter-spacing: min(.1666666667vw, 2px);
	margin-bottom: min(2.5vw, 30px);
	color: #ffebfb
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .title_1 {
		font-size: 5.3333333333vw;
		border: 1.0666666667vw double #ffebfb;
		padding: 2.6666666667vw;
		letter-spacing: .2666666667vw;
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap .title_2 {
	font-size: min(2.3333333333vw, 28px);
	margin-bottom: min(2.5vw, 30px);
	font-weight: 500;
	padding: min(.8333333333vw, 10px);
	border: min(.1666666667vw, 2px) solid #f0c
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .title_2 {
		font-size: 4.8vw;
		border: solid .5333333333vw #f0c;
		padding: 1.3333333333vw;
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap .title_3 {
	font-size: min(2vw, 24px);
	margin-bottom: min(2.5vw, 30px);
	font-weight: 500;
	padding-bottom: min(.8333333333vw, 10px);
	border-bottom: min(.1666666667vw, 2px) solid #f0c
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .title_3 {
		font-size: 4.5333333333vw;
		border-bottom: .5333333333vw solid #f0c;
		padding: 1.6vw 0;
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap .title_4 {
	font-size: min(1.6666666667vw, 20px);
	margin-bottom: min(2.5vw, 30px);
	font-weight: 500;
	padding-left: min(2.3333333333vw, 28px);
	position: relative
}

.outer .wrapper main .container .main_wrap .title_4::before {
	position: absolute;
	content: "■";
	width: min(1.6666666667vw, 20px);
	height: min(1.6666666667vw, 20px);
	top: 0;
	left: 0;
	color: #f0c
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .title_4 {
		font-size: 4.2666666667vw;
		padding-left: 5.3333333333vw;
		margin-bottom: 4vw
	}

	.outer .wrapper main .container .main_wrap .title_4::before {
		width: 4.2666666667vw;
		height: 4.2666666667vw
	}
}

.outer .wrapper main .container .main_wrap section {
	margin-bottom: min(5vw, 60px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap section {
		margin-bottom: 8vw
	}
}

.outer .wrapper main .container .main_wrap article {
	margin-bottom: min(5vw, 60px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap article {
		margin-bottom: 8vw
	}
}

.outer .wrapper main .container .main_wrap table {
	margin-bottom: min(2.5vw, 30px);
	overflow-x: scroll;
	display: block;
	border-collapse: separate;
	border-spacing: 0;
	border: solid min(.0833333333vw, 1px) #f0c
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table {
		margin-bottom: 4vw;
		border: solid .2666666667vw #f0c
	}
}

.outer .wrapper main .container .main_wrap table th {
	background: #ffebfb;
	border: solid min(.0833333333vw, 1px) #f0c;
	padding: min(1.3333333333vw, 16px) min(2.1666666667vw, 26px);
	font-weight: 500;
	white-space: nowrap;
	vertical-align: text-top
}

@media(max-width: 1000px) {
	.outer .wrapper main .container .main_wrap table th {
		width: 25%
	}
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table th {
		padding: 2.6666666667vw 4vw;
		border: solid .2666666667vw #f0c
	}
}

.outer .wrapper main .container .main_wrap table th img {
	width: min(4.1666666667vw, 50px);
	margin: 0 auto
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table th img {
		width: 9.3333333333vw
	}
}

.outer .wrapper main .container .main_wrap table td {
	padding: min(1.3333333333vw, 16px) min(2.1666666667vw, 26px);
	background: #fff;
	border: solid min(.0833333333vw, 1px) #f0c;
	white-space: nowrap;
	vertical-align: text-top
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table td {
		padding: 2.6666666667vw 4vw;
		border: solid .2666666667vw #f0c
	}
}

.outer .wrapper main .container .main_wrap table td a {
	background: #f0c;
	padding: min(.8333333333vw, 10px) 0;
	width: min(20.8333333333vw, 250px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	color: #ffebfb
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table td a {
		width: 33.3333333333vw;
		padding: 1.3333333333vw 0
	}
}

.outer .wrapper main .container .main_wrap table td a:hover {
	opacity: .5
}

.outer .wrapper main .container .main_wrap table td a::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: min(1.6666666667vw, 20px);
	width: min(.5vw, 6px);
	height: min(.5vw, 6px);
	border-top: solid min(.1666666667vw, 2px) #ffebfb;
	border-right: solid min(.1666666667vw, 2px) #ffebfb;
	transform: translateY(-50%) rotate(45deg)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap table td a::after {
		width: 1.6vw;
		height: 1.6vw;
		right: 2.6666666667vw;
		border-top: solid .2666666667vw #ffebfb;
		border-right: solid .2666666667vw #ffebfb
	}
}

.outer .wrapper main .container .main_wrap i {
	color: #fe0
}

.outer .wrapper main .container .main_wrap ul {
	margin: min(2.5vw, 30px) 0
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap ul {
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap ul li {
	padding-left: min(1.3333333333vw, 16px);
	position: relative
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap ul li {
		padding-left: 2.6666666667vw
	}
}

.outer .wrapper main .container .main_wrap ul li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0
}

.outer .wrapper main .container .main_wrap .evaluation_wrap {
	width: 100%;
	border: solid min(.3333333333vw, 4px) #f0c;
	padding: min(1.6666666667vw, 20px);
	margin-bottom: min(2.5vw, 30px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .evaluation_wrap {
		padding: 2.6666666667vw;
		border: solid .2666666667vw #f0c;
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap .evaluation_wrap p {
	margin: 0
}

.outer .wrapper main .container .main_wrap .evaluation_wrap .txt1 {
	font-size: min(2.1666666667vw, 26px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .evaluation_wrap .txt1 {
		font-size: 4.2666666667vw
	}
}

.outer .wrapper main .container .main_wrap .evaluation_wrap .txt2 {
	margin: min(1.6666666667vw, 20px) 0;
	font-size: min(3.3333333333vw, 40px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .evaluation_wrap .txt2 {
		margin: 2.6666666667vw 0;
		font-size: 7.4666666667vw
	}
}

.outer .wrapper main .container .main_wrap .evaluation_wrap .evaluation_contents {
	display: flex;
	flex-wrap: wrap;
	font-size: min(2vw, 24px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .evaluation_wrap .evaluation_contents {
		font-size: 3.7333333333vw;
		gap: 0 3.4666666667vw
	}
}

.outer .wrapper main .container .main_wrap .evaluation_wrap .evaluation_contents p {
	width: 50%
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .evaluation_wrap .evaluation_contents p {
		width: auto
	}
}

.outer .wrapper main .container .main_wrap .overview {
	margin-bottom: min(2.5vw, 30px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .overview {
		margin-bottom: 4vw
	}
}

.outer .wrapper main .container .main_wrap .overview table {
	scrollbar-width: none
}

.outer .wrapper main .container .main_wrap .overview table th {
	vertical-align: text-top;
	width: auto
}

.outer .wrapper main .container .main_wrap .overview table td {
	white-space: normal;
	width: 100%
}

.outer .wrapper main .container .main_wrap .btn {
	background: #f0c;
	padding: min(1.6666666667vw, 20px) 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto min(2.5vw, 30px);
	font-size: min(2vw, 24px);
	color: #ffebfb
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .btn {
		padding: 2.6666666667vw 0;
		font-size: 4.2666666667vw;
		margin: 0 auto 4vw
	}
}

.outer .wrapper main .container .main_wrap .btn:hover {
	opacity: .5
}

.outer .wrapper main .container .main_wrap .btn::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: min(5vw, 60px);
	width: min(.8333333333vw, 10px);
	height: min(.8333333333vw, 10px);
	border-top: solid min(.3333333333vw, 4px) #ffebfb;
	border-right: solid min(.3333333333vw, 4px) #ffebfb;
	transform: translateY(-50%) rotate(45deg)
}

@media(max-width: 767px) {
	.outer .wrapper main .container .main_wrap .btn::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		right: 4.5333333333vw;
		border-top: solid .2666666667vw #ffebfb;
		border-right: solid .2666666667vw #ffebfb
	}
}

.outer .wrapper main .container ul.breadcrumblist {
	margin: 0 0 min(4.1666666667vw, 50px);
	display: flex;
	flex-wrap: wrap;
	gap: min(1.6666666667vw, 20px)
}

@media(max-width: 767px) {
	.outer .wrapper main .container ul.breadcrumblist {
		margin: 0 0 6.6666666667vw;
		gap: 4vw
	}
}

.outer .wrapper main .container ul.breadcrumblist li {
	position: relative
}

.outer .wrapper main .container ul.breadcrumblist li:last-child::before {
	display: none
}

.outer .wrapper main .container ul.breadcrumblist li::before {
	position: absolute;
	content: ">";
	top: 0;
	right: -17px
}

@media(max-width: 1200px) {
	.outer .wrapper main .container ul.breadcrumblist li::before {
		right: -1.4166666667vw
	}
}

@media(max-width: 767px) {
	.outer .wrapper main .container ul.breadcrumblist li::before {
		right: -3.2vw
	}
}

.outer .wrapper main .container .menu_wrap {
	width: min(33.3333333333vw, 450px)
}

@media(max-width: 1000px) {
	.outer .wrapper main .container .menu_wrap {
		display: none
	}
}

.outer .wrapper main .container .menu_wrap .menu_title {
	background: #f0c;
	padding: min(.8333333333vw, 10px) min(1.6666666667vw, 20px);
	color: #ffebfb
}

.outer .wrapper main .container .menu_wrap ul {
	margin: min(1.6666666667vw, 20px) 0
}

.outer .wrapper main .container .menu_wrap ul li {
	padding-left: min(1.3333333333vw, 16px);
	position: relative
}

.outer .wrapper main .container .menu_wrap ul li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0
}

.outer .wrapper main .container .policy_wrap {
	width: 100%
}

.outer .wrapper main .container .policy_wrap .main_wrap {
	width: 100%
}

.outer .wrapper main .container .policy_wrap a {
	color: blue;
	text-decoration: underline
}

.outer .wrapper main .container .sitemap_wrap {
	width: 100%
}

.outer .wrapper main .container .sitemap_wrap .main_wrap {
	width: 100%
}

.outer .wrapper main .container .sitemap_wrap .main_wrap ul li::before {
	content: "■"
}

.outer .wrapper .float_btn {
	position: fixed;
	right: min(2.5vw, 30px);
	bottom: min(2.5vw, 30px);
	width: min(5vw, 60px);
	height: min(5vw, 60px);
	background: #f0c;
	border: solid min(.1666666667vw, 2px) #ffebfb
}

@media(max-width: 767px) {
	.outer .wrapper .float_btn {
		right: 2.6666666667vw;
		bottom: 2.6666666667vw;
		width: 10.6666666667vw;
		height: 10.6666666667vw;
		border: solid .2666666667vw #ffebfb
	}
}

.outer .wrapper .float_btn:hover {
	opacity: .5
}

.outer .wrapper .float_btn::after {
	content: "";
	position: absolute;
	top: min(2.1666666667vw, 26px);
	bottom: 0;
	left: 50%;
	width: min(.8333333333vw, 10px);
	height: min(.8333333333vw, 10px);
	border-top: solid min(.3333333333vw, 4px) #ffebfb;
	border-right: solid min(.3333333333vw, 4px) #ffebfb;
	transform: translatex(-50%) rotate(-45deg)
}

@media(max-width: 767px) {
	.outer .wrapper .float_btn::after {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		top: 4.5333333333vw;
		border-top: solid .2666666667vw #ffebfb;
		border-right: solid .2666666667vw #ffebfb
	}
}

footer {
	background: #f0c;
	padding: min(3.7037037037vw, 40px) 0 min(2.7777777778vw, 30px)
}

@media(max-width: 767px) {
	footer {
		padding: 8vw 0 4vw
	}
}

footer .footer_inner {
	font-size: min(1.8518518519vw, 20px);
	display: flex;
	justify-content: center;
	gap: 0 min(1.8518518519vw, 20px);
	margin-bottom: min(2.7777777778vw, 30px)
}

footer .footer_inner a {
	color: #ffebfb
}

@media(max-width: 767px) {
	footer .footer_inner {
		flex-wrap: wrap;
		font-size: 3.7333333333vw;
		gap: 4vw 5.3333333333vw;
		margin-bottom: 6.6666666667vw
	}
}

footer .copy {
	text-align: center;
	color: #ffebfb
}