@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0;list-style:none;}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}strong {font-weight: bold}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #221F1D;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:visited {
    color: #221F1D;
}
a.txtlink {
	color: #488299;
	text-decoration: underline;
}
a.txtlink:hover {
	text-decoration: none;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #221F1D;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
.number {
	font-family: "Cormorant Infant", serif;
	font-weight: 500;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #488299;
}
	#header .logo {
		width: 70px;
	}
		#header .logo a:hover {
			opacity: 0.7;
		}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	#header {
		height: 60px;
	}
		#header .logo {
			width: 50px;
		}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-breadcrumb {
	width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
	overflow-x: scroll;
}
.fs-c-breadcrumb::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.fs-c-breadcrumb::-webkit-scrollbar-track {
	background: #fff;
}
.fs-c-breadcrumb::-webkit-scrollbar-thumb {
	background: #eeeeee;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
	white-space: nowrap;
	font-size: 1.4rem;
}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a {
		text-decoration: underline;
		color: #221F1D;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a:hover {
		text-decoration: none;
	}
@media screen and (max-width: 1200px) {
	.fs-c-breadcrumb {
		width: 100%;
		padding: 10px 5% 0 5%;
	}
}
@media screen and (max-width: 1024px) {
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
		font-size: 1.2rem;
	}
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle */
#pagetitle .text {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 85px;
}
	#pagetitle .text .en {
		font-size: 5.4rem;
		line-height: 1.1em;
		margin-bottom: 5px;
	}

	#pagetitle .text h1 {
		font-size: 1.8rem;
		line-height: 1.3em;
	}

/* tit */
.tit {
	border-top: solid 1px #ddd;
	font-size: 2.4rem;
	line-height: 1.3em;
	padding-top: 20px;
	margin-bottom: 20px;
}
.sub-tit {
	font-size: 2.0rem;
	line-height: 1.3em;
	color: #488299;
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	/* pagetitle */
	#pagetitle .text {
		padding-bottom: 70px;
	}
		#pagetitle .text .en {
			font-size: 4.4rem;
		}

		#pagetitle .text h1 {
			font-size: 1.6rem;
		}

	/* tit */
	.tit {
		font-size: 2.2rem;
	}
	.sub-tit {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	/* pagetitle */
	#pagetitle .text {
		padding-bottom: 50px;
	}
		#pagetitle .text .en {
			font-size: 3.4rem;
		}

		#pagetitle .text h1 {
			font-size: 1.2rem;
		}

	/* tit */
	.tit {
		font-size: 2.0rem;
	}
	.sub-tit {
		font-size: 1.6rem;
	}
}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
.fs-l-main {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.fs-l-pageMain {
    max-width: 100%;
    width: 100%;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.inner_full {
	width: 100%;
	padding: 0 50px;
	position: relative;
}
.inner_800 {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

/* wrap */
.wrap-top {
	padding-top: 150px;
}
.wrap-bottom {
	padding-bottom: 150px;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

/* color */
.blue {
	color: #488299;
}
.red {
	color: #D8605B;
}

/* txt */
.txt {
	font-size: 1.5rem;
	line-height: 2em;
}

/* table-layout */
.table-layout {
	width: 100%;
	border-collapse: collapse;
}
	.table-layout th {
		width: 30%;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.5rem;
		padding: 30px 20px;
		text-align: left;
	}
	.table-layout td {
		width: 70%;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.5rem;
		padding: 30px 0;
		text-align: left;
	}
		.table-layout td a {
			color: #488299;
			text-decoration: underline;
		}
		.table-layout td a:hover {
			text-decoration: none;
		}

/* table-default */
.table-default {
	max-width: 500px;
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}
	.table-default th {
		border: solid 1px #ddd;
		font-size: 1.3rem;
		background: #F9F7F6;
		padding: 10px;
		text-align: center;
	}
	.table-default td {
		border: solid 1px #ddd;
		font-size: 1.3rem;
		padding: 10px;
		text-align: center;
	}

/* row */
.row {
	margin-bottom: 100px;
}
.row:nth-last-child(1) {
	margin-bottom: 0;
}
	.row .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.row .cell.last,
	.row .cell:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
		.row .cell .txt {
			margin-bottom: 15px;
		}
		.row .cell .txt.mt {
			margin-top: 15px;
		}
		.row .cell .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			.row .cell .txt a {
				color: #488299;
				text-decoration: underline;
			}
			.row .cell .txt a:hover {
				text-decoration: none;
			}

		.row form .cell h3 {
			color: #221F1D;
		}
			.row form .cell h3 span {
				padding-left: 10px;
				font-size: 1.6rem;
				color: #D8605B;
			}

		.row form .cell .txtbox {
			width: 100%;
			height: 60px;
			border: none;
			border-radius: 3px;
			background: #F9F7F6;
			font-size: 1.6rem;
			padding: 20px;
		}
		.row form .cell .txtbox-mini {
			width: 200px;
			height: 60px;
			margin-left: 10px;
			border: none;
			border-radius: 3px;
			background: #F9F7F6;
			font-size: 1.6rem;
			padding: 20px;
		}
		.row form .cell .column2 .txtbox {
			width: 49%;
		}
		.row form .cell .txtbox.mt {
			margin-top: 20px;
		}
			.row form .cell textarea {
				height: 200px !important;
			}

		.row form .cell .head {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			line-height: 1;
			margin-bottom: 0;
		}

		.row form .cell .selectbox-6 {
			width: 200px;
			position: relative;
			margin-left: 20px;
		}

		.row form .cell .selectbox-6::before,
		.row form .cell .selectbox-6::after {
			position: absolute;
			right: 25px;
			width: 9px;
			height: 6px;
			background-color: #535353;
			content: '';
			pointer-events: none;
		}

		.row form .cell .selectbox-6::before {
			top: calc(50% - 9px);
			clip-path: polygon(50% 0, 100% 100%, 0 100%);
		}

		.row form .cell .selectbox-6::after {
			bottom: calc(50% - 9px);
			clip-path: polygon(0 0, 50% 100%, 100% 0);
		}

		.row form .cell .selectbox-6 select {
			appearance: none;
			width: 100%;
			height: 60px;
			padding: 0 20px;
			font-size: 1.6rem;
			border: none;
			overflow: hidden;
			border-radius: 3px;
			background: #F9F7F6;
			cursor: pointer;
		}

		.row form .cell .cta {
			width: 300px;
			margin: 0 auto;
		}
			.row form .cell .cta input {
				width: 100%;
				height: 60px;
				border-radius: 30px;
				font-size: 1.8rem;
				font-weight: 500;
				color: #fff;
				border: none;
				background: #221F1D url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
				cursor: pointer;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.row form .cell .cta input:hover {
				background: #488299 url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
			}

/* list-number */
ol.list-number {
	padding-left: 25px;
}
	ol.list-number li {
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 5px;
		list-style-type: decimal;
	}
	ol.list-number li:nth-last-child(1) {
		margin-bottom: 0;
	}
		ol.list-number li a {
			color: #488299;
    		text-decoration: underline;
		}
		ol.list-number li a:hover {
    		text-decoration: none;
		}

/* list-icon */
ul.list-icon {
	padding-left: 25px;
}
ul.list-icon.mb {
	margin-bottom: 15px;
}
	ul.list-icon li {
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 5px;
		list-style: disc;
	}
	ul.list-icon li:nth-last-child(1) {
		margin-bottom: 0;
	}
		ul.list-icon li a {
			color: #488299;
    		text-decoration: underline;
		}
		ul.list-icon li a:hover {
    		text-decoration: none;
		}

/* btn */
.btn {
	min-width: 300px;
	text-align: center;
	margin: 0 auto;
}
	.btn a {
		display: inline-block;
		min-width: 300px;
		height: 60px;
		padding: 0 50px 0 45px;
		border-radius: 30px;
		overflow: hidden;
		background: #221F1D url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: center;
		line-height: 60px;
		color: #fff;
	}
	.btn a:hover {
		background: #488299 url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
	}
@media screen and (max-width: 1200px) {
	.inner {
		width: 100%;
		padding: 0 5%;
	}
	.inner_full {
		width: 100%;
		padding: 0 5%;
	}
}
@media screen and (max-width: 1024px) {
	.inner_800 {
		padding: 0 5%;
	}
	
	.wrap-top {
		padding-top: 100px;
	}
	.wrap-bottom {
		padding-bottom: 100px;
	}

	.txt {
		font-size: 1.4rem;
		line-height: 1.8em;
	}

	/* table-layout */
	.table-layout th {
		width: 30%;
		font-size: 1.4rem;
		padding: 25px 15px;
		text-align: left;
	}
	.table-layout td {
		width: 70%;
		font-size: 1.4rem;
		padding: 25px 0;
	}

	/* table-default */
	.table-default th {
		font-size: 1.2rem;
	}
	.table-default td {
		font-size: 1.2rem;
	}

	/* row */
	.row {
		margin-bottom: 70px;
	}
		.row .cell {
			margin-bottom: 25px;
			padding-bottom: 25px;
		}
			.row .cell .txt {
				margin-bottom: 12px;
			}
			.row .cell .txt.mt {
				margin-top: 12px;
			}

			.row form .cell .txtbox {
				height: 56px;
				padding: 16px;
			}
			.row form .cell .txtbox-mini {
				height: 56px;
				padding: 16px;
			}
			.row form .cell .column2 .txtbox {
				width: 49%;
			}

			.row form .cell .selectbox-6 select {
				height: 56px;
				padding: 0 16px;
			}
			.row form .cell textarea {
				height: 170px !important;
			}

			.row form .cell .cta {
				width: 280px;
			}
				.row form .cell .cta input {
					height: 56px;
					border-radius: 28px;
					font-size: 1.6rem;
				}

	/* list-number */
	ol.list-number {
		padding-left: 22px;
	}
		ol.list-number li {
			font-size: 1.4rem;
			line-height: 1.7em;
		}

	/* list-icon */
	ul.list-icon {
		padding-left: 22px;
		margin-bottom: 12px;
	}
		ul.list-icon li {
			font-size: 1.4rem;
			line-height: 1.7em;
		}

	/* btn */
	.btn {
		min-width: 280px;
	}
		.btn a {
			min-width: 280px;
			height: 54px;
			border-radius: 27px;
			overflow: hidden;
			line-height: 54px;
			background: #221F1D url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 20px center;
			font-size: 1.6rem;
		}
		.btn a:hover {
			background: #488299 url(https://chut.itembox.cloud/item/common/img/icon_arrow_white.svg) no-repeat right 20px center;
		}
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}
	
	.wrap-top {
		padding-top: 70px;
	}
	.wrap-bottom {
		padding-bottom: 70px;
	}

	.txt {
		font-size: 1.3rem;
		line-height: 1.7em;
	}

	/* table-layout */
	.table-layout th {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		padding: 25px 0 8px 0;
		text-align: left;
		border-bottom: none;
	}
	.table-layout td {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 0 0 25px 0;
		border-top: none;
		border-bottom: none;
	}

	/* table-default */
	.table-default {
		margin: 15px 0;
	}
		.table-default th {
			padding: 8px;
			font-size: 1.1rem;
		}
		.table-default td {
			padding: 8px;
			font-size: 1.1rem;
		}

	/* row */
	.row {
		margin-bottom: 50px;
	}
		.row form .cell .txtbox-mini {
			width: 120px;
		}

		.row form .cell .selectbox-6 {
			width: 150px;
			margin-left: 15px;
		}

		.row form .cell .cta {
			width: 80%;
		}

	/* list-number */
	ol.list-number {
		padding-left: 20px;
	}
		ol.list-number li {
			font-size: 1.3rem;
			line-height: 1.6em;
		}

	/* list-icon */
	ul.list-icon {
		padding-left: 20px;
	}
		ul.list-icon li {
			font-size: 1.3rem;
			line-height: 1.6em;
		}

	/* btn */
	.btn {
		min-width: 80%;
	}
		.btn a {
			min-width: 80%;
			font-size: 1.5rem;
		}
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	border-top: solid 1px #ddd;
	padding: 80px 0;
}
	#footer .info {
		width: 140px;
	}
		#footer .info .logo {
			margin-bottom: 30px;
		}
			#footer .info .logo a:hover {
				opacity: 0.7;
			}

		#footer .info ul.sns li {
			width: 40px;
			margin-right: 10px;
		}
		#footer .info ul.sns li:nth-last-child(1) {
			margin-right: 0;
		}
			#footer .info ul.sns li a:hover {
				opacity: 0.7;
			}

	#footer .text {
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
		padding-left: 100px;
	}
		#footer .text ul.sitemap li {
			margin-right: 40px;
			margin-bottom: 30px;
		}
			#footer .text ul.sitemap li a {
				display: block;
				font-size: 1.4rem;
				line-height: 1;
			}
			#footer .text ul.sitemap li a:hover {
				color: #488299;
			}

		#footer .text .copyright {
			font-size: 1.2rem;
			line-height: 1;
			letter-spacing: 0.06em;
			text-align: right;
			margin-top: 50px;
		}
@media screen and (max-width: 1024px) {
	#footer {
		padding: 60px 0;
	}
		#footer .text ul.sitemap li {
			margin-right: 30px;
		}
			#footer .text ul.sitemap li a {
				font-size: 1.3rem;
			}

		#footer .text .copyright {
			font-size: 1.1rem;
			margin-top: 20px;
		}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 0;
	}
	#footer .inner {
		width: 100%;
		padding: 0;
		display: block;
	}
		#footer .info {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			width: 100%;
			padding: 20px 5%;
		}
			#footer .info .logo {
				width: 80px;
				margin-bottom: 0;
				margin-right: 30px;
			}
				#footer .info .logo a:hover {
					opacity: 0.7;
				}

			#footer .info ul.sns li {
				width: 40px;
				margin-right: 10px;
			}
			#footer .info ul.sns li:nth-last-child(1) {
				margin-right: 0;
			}
				#footer .info ul.sns li a:hover {
					opacity: 0.7;
				}

		#footer .text {
			width: 100%;
			padding-left: 0;
		}
			#footer .text ul.sitemap li {
				width: 50%;
				border-top: solid 1px #ddd;
				border-right: solid 1px #ddd;
				margin-right: 0;
				margin-bottom: 0;
			}
			#footer .text ul.sitemap li:nth-child(2n) {
				border-right: none;
			}
				#footer .text ul.sitemap li a {
					display: block;
					font-size: 1.2rem;
					padding: 20px 15px;
					letter-spacing: 0.04em;
					line-height: 1;
				}
				#footer .text ul.sitemap li a:hover {
					color: #488299;
				}

			#footer .text .copyright {
				border-top: solid 1px #ddd;
				font-size: 1.0rem;
				padding: 25px 0;
				text-align: center;
				margin-top: 0;
			}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* maintenance */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.maintenance {
	padding: 80px 5%;
	text-align: center;
}
	.maintenance h2 {
		font-size: 2.6rem;
		line-height: 1.3em;
		margin-bottom: 20px;
	}

	.maintenance h3 {
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 20px 0;
		font-size: 2.1rem;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
@media screen and (max-width: 767px) {
	.maintenance {
		padding: 50px 5%;
	}
		.maintenance h2 {
			font-size: 2.2rem;
		}

		.maintenance h3 {
			font-size: 1.7rem;
		}
}

.fs-body-closed, .fs-body-closed .fs-l-main, .fs-body-closed .fs-l-pageMain {
    height: auto;
}





















