@charset "utf-8";
/*------------------------------------------------------------
	fees
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 15rem;
	background-image: url(../img/fees/page_title_bg.jpg);
}
#main .comBgBox {
	background: url(../img/index/pick_bg01.png) no-repeat right -60rem top 18rem / 89.4rem, url(../img/index/pick_bg01.png) no-repeat left -50rem top 180rem / 89.4rem;
}
#main .inner {
	margin-bottom: 8rem;
}
#main .subInner {
	margin-bottom: 12rem;
	border: 1px solid #e05916;
	border-radius: 2rem;
	position: relative;
}
#main .subInner::before {
	position: absolute;
	bottom: -9.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4.8rem;
	height: 5rem;
	background: url(../img/common/icon11.png) no-repeat left top / 100%;
	content: '';
	z-index: 50;
}
#main .subInner:last-child {
	margin-bottom: 0;
}
#main .subInner:last-child::before {
	display: none;
}
#main .subInner .titleBox {
	padding: 1.6rem 3.9rem 1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e05916;
	border-radius: 1.8rem 1.8rem 0 0;
	position: relative;
}
#main .subInner .titleBox .number {
	color: #ffca9d;
	font-size: 2.4rem;
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0.05em;
}
#main .subInner .titleBox .title {
	padding-top: 0.1rem;
	width: calc(100% - 14rem);
	color: #FFF;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .subInner .titleBox .title small {
	margin-left: 3.7rem;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#main .subInner .titleBox .link {
	position: absolute;
	top: 1.4rem;
	right: 3.9rem;
	width: 26rem;
}
#main .subInner .titleBox .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 4rem;
	background: #FFF;
	border-radius: 2rem;
}
#main .subInner .titleBox .link a:hover {
	opacity: 0.7;
}
#main .subInner .titleBox .link a span {
	padding-left: 3.1rem;
	display: inline-block;
	color: #e05916;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../img/common/icon10.png) no-repeat left center / 1.7rem;
}
#main .subInner .innerBox {
	padding: 4rem;
	background: #FFF;
	border-radius: 0 0 2rem 2rem;
}
#main .subInner .innerBox .inputBox .subBox {
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
#main .subInner .innerBox .inputBox .subBox .sub {
	width: 30rem;
}
#main .subInner .innerBox .inputBox .subBox .sub input {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1rem;
    height: 6rem;
    border: 1px solid #959595;
    box-sizing: border-box;
	color: #4d4d4d;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    width: 100%;
    background-color: #FFF;
}
#main .subInner .innerBox .inputBox .subBox .text {
	margin-left: 1rem;
	font-size: 2rem;
}
#main .subInner .innerBox .inputBox .note {
	text-align: center;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .inputUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .subInner .innerBox .inputUl li {
	width: calc((100% - 4rem) / 3);
}
#main .subInner .innerBox .inputUl.style01 {
	justify-content: space-between;
}
#main .subInner .innerBox .inputUl.style01 li {
	width: calc((100% - 2rem) / 2);
}
#main .subInner .innerBox .inputUl li input {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1rem;
    height: 6rem;
    border: 0.2rem solid #fdbd32;
    box-sizing: border-box;
	color: #4d4d4d;
    font-size: 1.8rem;
	font-weight: 500;
    padding: 0 1.5rem 0.5rem;
    width: 100%;
	cursor: pointer;
    letter-spacing: 0.1em;
    background-color: #FFF;
	transition: 0.3s;
}
#main .subInner .innerBox .inputUl li.on input {
	color: #FFF;
	background-color: #fdbd32;
}
#main .subInner .innerBox .checkBox {
	margin-top: -0.5rem;
}
#main .subInner .innerBox .checkBox .subArea:not(:last-child) {
	margin-bottom: 3.5rem;
}
#main .subInner .innerBox .checkBox .subArea .title {
	margin-bottom: 1.5rem;
	color: #e05916;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .checkBox .subArea .checkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .subInner .innerBox .checkBox .subArea .checkUl li {
	width: calc((100% - 4rem) / 3);
}
#main .subInner .innerBox .checkBox .subArea .checkUl li input[type="checkbox"] {
	display: none;
}
#main .subInner .innerBox .checkBox .subArea .checkUl li input[type="checkbox"] ~ span {
	padding: 1.3rem 0 1.6rem 5rem;
	display: block;
	color: #4d4d4d;
	font-size: 1.8rem;
	font-weight: 500;
    cursor: pointer;
	border: 0.2rem solid #fdbd32;
	background: #FFF url(../img/common/icon12.png) no-repeat left 1.8rem center / 1.8rem;
	border-radius: 1rem;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#main .subInner .innerBox .checkBox .subArea .checkUl li input[type="checkbox"]:checked ~ span {
	color: #FFF;
	background-color: #fdbd32;
	background-image: url(../img/common/icon12_on.png);
}
#main .subInner .innerBox .bottomBox {
	margin: -1.6rem 0 5.8rem;
}
#main .subInner .innerBox .bottomBox .hTitle {
	margin-bottom: 2.3rem;
	color: #e05916;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .subInner .innerBox .bottomBox .hTitle .number {
	margin: 0 0.5rem 0 1.8rem;
	font-size: 5.6rem;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0;
	vertical-align: -0.1rem;
}
#main .subInner .innerBox .bottomBox > .text {
	margin-bottom: 3.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .subInner .innerBox .bottomBox .areaBox .area:not(:last-child) {
	margin-bottom: 5.3rem;
}
#main .subInner .innerBox .bottomBox .areaBox .area .title {
	margin-bottom: 2.6rem;
	color: #e05916;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList {
	margin-bottom: 1.9rem;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li {
	padding: 0 0 0.3rem;
	width: 23.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #4d4d4d;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li::before {
	position: absolute;
	top: 1.5rem;
	right: -3.9rem;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon13.png) no-repeat left top / 100%;
	content: '';
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li:last-child::before {
	display: none;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li .text {
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li .price {
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li .price .number {
	margin-right: 0.2rem;
	color: #e05916;
	font-size: 2.8rem;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0;
	vertical-align: -0.2rem;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList.style01 > li:not(:last-child) {
	margin-bottom: 1.3rem;
}
#main .subInner .innerBox .bottomBox .areaBox .area .textList.style01 .subUl li {
	padding: 1.1rem 0;
	justify-content: center;
}
#main .subInner .innerBox .bottomBox .areaBox .area .priceArea {
	margin-left: auto;
	padding-bottom: 0.3rem;
	width: fit-content;
	min-width: 40rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.2rem solid #e05916;
}
#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .text {
	padding-top: 0.8rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .price {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .price .number {
	margin-right: 0.7rem;
	color: #e05916;
	font-size:4.4rem;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0;
	vertical-align: -0.3rem;
}
#main .subInner .innerBox .noteBox {
	padding: 3.1rem 3.9rem 3.6rem;
	background: #fffbf1;
	border-radius: 2rem;
}
#main .subInner .innerBox .noteBox .noteUl li {
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-left: 2.8em;
	text-indent: -2.8em;
}
#main .outLink {
	margin: 0 auto;
	width: 36rem;
}
#main .outLink a {
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	letter-spacing: 0.1em;
	background: #e05916;
	border-radius: 3.5rem;
}
#main .outLink a:hover {
	opacity: 0.7;
}
#main .innerLink {
	margin: 11.3rem auto -0.9rem;
	width: 64rem;
}
#main .innerLink a {
	min-height: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #e05916;
	border-radius: 4rem;
	position: relative;
}
#main .innerLink a:hover {
	opacity: 0.7;
}
#main .innerLink a span {
	padding: 0.5rem 0 0.8rem 3.7rem;
	color: #FFF;
	font-size: 2rem;
	letter-spacing: 0.1em;
	background: url(../img/common/icon14.png) no-repeat left center / 2.7rem;
}
#main .innerLink a::before {
	position: absolute;
	top: -5rem;
	left: 4rem;
	width: 9rem;
	height: 16rem;
	background: url(../img/fees/img01.png) no-repeat left top / 100%;
	content: '';
}
#main .innerLink a::after {
	position: absolute;
	top: -7rem;
	right: 2.8rem;
	width: 11.2rem;
	height: 18rem;
	background: url(../img/fees/img02.png) no-repeat left top / 100%;
	content: '';
}
#main .comContactBox {
	margin-top: 26.1rem;
}
.mfp-bg {
	background: rgba(224, 89, 22, 0.9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.mfp-container {
	padding: 12rem 4rem !important;
	height: auto !important;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.popBox {
	margin: 0 auto;
	padding: 6.3rem 5rem 6.9rem;
	max-width: 80rem;
	background: #FFF;
	position: relative;
}
.popBox .close {
	position: absolute;
	top: -4.1rem;
	right: 0;
	width: 3.1rem;
	z-index: 5;
	cursor: pointer;
}
.popBox .hTitle {
	margin-bottom: 5.1rem;
	color: #e05916;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.popBox .textUl {
	padding: 3.4rem 0.6rem 4.3rem;
	border-top: 1px solid #ffae68;
	border-bottom: 1px solid #ffae68;
}
.popBox .textUl li {
	margin-bottom: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
}
.popBox .textUl li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .subInner .innerBox .inputUl li input:hover {
		color: #FFF;
		background-color: #fdbd32;
	}
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 7rem;
	}
	.pageTitle .headLine02 .en {
		white-space: nowrap;
	}
	#main .comBgBox {
		background: url(../img/index/pick_bg01.png) no-repeat right -25rem top 30rem / 44.7rem, url(../img/index/pick_bg01.png) no-repeat left -31rem bottom 20rem / 44.7rem;
	}
	#main .inner {
		margin-bottom: 5rem;
	}
	#main .subInner {
		margin-bottom: 8rem;
		border-radius: 1rem;
	}
	#main .subInner::before {
		bottom: -4.5rem;
		width: 2.4rem;
		height: 2.5rem;
	}
	#main .subInner .titleBox {
		padding: 1rem 1.5rem;
		border-radius: 0.8rem 0.8rem 0 0;
	}
	#main .subInner .titleBox.style01 {
		padding-bottom: 6rem;
	}
	#main .subInner .titleBox .number {
		font-size: 1.6rem;
	}
	#main .subInner .titleBox .title {
		padding-top: 0.2rem;
		width: calc(100% - 7.5rem);
		font-size: 1.4rem;
	}
	#main .subInner .titleBox .title small {
		margin-left: 0;
		font-size: 1.2rem;
		display: block;
	}
	#main .subInner .titleBox .link {
		top: auto;
		bottom: 1rem;
		right: 1.5rem;
		width: 20rem;
	}
	#main .subInner .titleBox .link a {
		min-height: 3.5rem;
	}
	#main .subInner .titleBox .link a span {
		padding-left: 2rem;
		background-size: 1.4rem;
	}
	#main .subInner .innerBox {
		padding: 2rem 1.5rem;
		border-radius: 0 0 1rem 1rem;
	}
	#main .subInner .innerBox .inputBox .subBox .sub {
		width: 18rem;
	}
	#main .subInner .innerBox .inputBox .subBox .sub input {
		border-radius: 0.6rem;
		height: 4.5rem;
		font-size: 1.4rem;
	}
	#main .subInner .innerBox .inputBox .subBox .text {
		font-size: 1.4rem;
	}
	#main .subInner .innerBox .inputBox .note {
		padding-left: 1em;
		text-align: left;
		text-indent: -1em;
	}
	#main .subInner .innerBox .inputUl {
		display: block;
	}
	#main .subInner .innerBox .inputUl li {
		margin-bottom: 2rem;
		width: auto !important;
	}
	#main .subInner .innerBox .inputUl li:last-child {
		margin-bottom: 0;
	}
	#main .subInner .innerBox .inputUl li input {
		border-radius: 0.6rem;
		height: 4.5rem;
		font-size: 1.4rem;
		padding: 0 1.5rem 0.5rem;
	}
	#main .subInner .innerBox .checkBox {
		margin-top: 0;
	}
	#main .subInner .innerBox .checkBox .subArea:not(:last-child) {
		margin-bottom: 4.5rem;
	}
	#main .subInner .innerBox .checkBox .subArea .title {
		font-size: 1.8rem;
	}
	#main .subInner .innerBox .checkBox .subArea .checkUl {
		display: block;
	}
	#main .subInner .innerBox .checkBox .subArea .checkUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .subInner .innerBox .checkBox .subArea .checkUl li:last-child {
		margin-bottom: 0;
	}
	#main .subInner .innerBox .checkBox .subArea .checkUl li input[type="checkbox"] ~ span {
		padding: 1rem 0 1rem 4rem;
		font-size: 1.4rem;
		background: #FFF url(../img/common/icon12.png) no-repeat left 1.4rem center / 1.4rem;
		border-radius: 0.6rem;
	}
	#main .subInner .innerBox .bottomBox {
		margin: 0 0 5.8rem;
	}
	#main .subInner .innerBox .bottomBox .hTitle {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#main .subInner .innerBox .bottomBox .hTitle .number {
		margin: 0 0.5rem;
		font-size: 3rem;
	}
	#main .subInner .innerBox .bottomBox > .text {
		margin-bottom: 2.5rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area:not(:last-child) {
		margin-bottom: 3.5rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .title {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl {
		display: block;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li {
		margin-bottom: 3rem;
		padding: 0.3rem 0;
		width: auto;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li:last-child {
		margin-bottom: 0;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li::before {
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -3rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList .subUl li .price .number {
		font-size: 2.2rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList.style01 {
		margin-bottom: 3rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList.style01 > li:not(:last-child) {
		margin-bottom: 5rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .textList.style01 .subUl li {
		padding: 0.6rem 0;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .priceArea {
		min-width: inherit;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .text {
		padding-top: 0.8rem;
		font-size: 1.6rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .price {
		margin-left: 2rem;
		font-size: 1.5rem;
	}
	#main .subInner .innerBox .bottomBox .areaBox .area .priceArea .price .number {
		margin-right: 0.4rem;
		font-size: 3rem;
	}
	#main .subInner .innerBox .noteBox {
		padding: 3rem 2rem;
		border-radius: 1rem;
	}
	#main .outLink {
		width: 30rem;
	}
	#main .outLink a {
		min-height: 5rem;
	}
	#main .innerLink {
		margin: 6rem auto -2rem;
		width: auto;
		max-width: 30.3rem;
	}
	#main .innerLink a {
		min-height: 6rem;
	}
	#main .innerLink a span {
		padding: 0.5rem 0 0.8rem 3rem;
		font-size: 1.6rem;
		background: url(../img/common/icon14.png) no-repeat left center / 2rem;
	}
	#main .innerLink a::before {
		top: -3rem;
		left: 1rem;
		width: 4.5rem;
		height: 8rem;
	}
	#main .innerLink a::after {
		top: -3.8rem;
		right: 1rem;
		width: 5.6rem;
		height: 9rem;
	}
	#main .comContactBox {
		margin-top: 15rem;
	}
	.mfp-container {
		padding: 8rem 2rem !important;
	}
	.popBox {
		margin: 0;
		padding: 4rem 2rem;
		max-width: inherit;
	}
	.popBox .close {
		top: -3.5rem;
		width: 2.5rem;
	}
	.popBox .hTitle {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	.popBox .textUl {
		padding: 2rem 0.5rem;
	}
	.popBox .textUl li {
		margin-bottom: 0.8rem;
	}
}