@charset "UTF-8";
/* CSS Document */





/* fs-l-pageMain
----------------- */
.fs-l-pageMain {
	padding-bottom: 80px;
}





/* fs-c-breadcrumb
----------------- */
.fs-c-breadcrumb {
	margin-bottom: 0;
}





/* pagetitle
----------------- */
#pagetitle .faq {
    background: url(https://alphaespace.itembox.design/item/img/cat_faq.png) no-repeat left center / 60px;
}
#pagetitle .guide {
    background: url(https://alphaespace.itembox.design/item/img/cat_guide.png) no-repeat left center / 60px;
}
#pagetitle .service_cat {
    background: url(https://alphaespace.itembox.design/item/img/cat_service.png) no-repeat left center / 60px;
}





/* set
----------------- */
.set {
	padding-top: 80px;
}
.set.first {
	padding-top: 0;
}
	.set .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.set .cell:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
		.set p {
			font-size: 1.4rem;
			line-height: 30px;
		}
		.set p.mb {
			margin-bottom: 10px;
		}
			.set p .logo-img {
				width: auto;
			}
			.set p a.link {
				text-decoration: underline;
			}
			.set p a.link:hover {
				text-decoration: none;
			}

		.set .logo-center {
			border: solid 1px #ddd;
			padding: 20px 10px;
			text-align: center;
			margin-bottom: 15px;
		}
			.set .logo-center img {
				width: auto;
			}

		.set .img-border {
			border: solid 1px #ddd;
			padding: 20px 10px;
			text-align: center;
		}
			.set .img-border img {
				width: 60%;
			}

		.set .img-center {
			width: auto;
			max-width: 100%;
			margin-bottom: 15px;
		}

		.set ul.list_icon li {
			font-size: 1.4rem;
			margin-bottom: 10px;
			position: relative;
			padding-left: 15px;
		}
		.set ul.list_icon li:before {
			content: "●";
			font-size: 1.0rem;
			color: #ddd;
			position: absolute;
			top: 3px;
			left: 0;
		}
		.set ul.list_icon li:nth-last-child(1) {
			margin-bottom: 0;
		}

		.set ul.logo li {
			margin-right: 5px;
		}

		.set .table01 {
			width: 100%;
			border-collapse: collapse;
		}
			.set .table01 th {
				width: 240px;
				padding: 15px;
				border: solid 1px #ddd;
			}
				.set .table01 th img {
					width: auto;
				}
			.set .table01 td {
				width: -webkit-calc(100% - 240px);
				width: calc(100% - 240px);
				padding: 15px;
				border: solid 1px #ddd;
				font-size: 1.4rem;
			}

		.set .table02 {
			width: 100%;
			max-width: 440px;
			border-collapse: collapse;
		}
			.set .table02 th {
				width: 50%;
				padding: 10px;
				background: #ececec;
				border: solid 1px #ddd;
				text-align: center;
			}
				.set .table01 th img {
					width: auto;
				}
			.set .table02 td {
				padding: 10px;
				border: solid 1px #ddd;
				font-size: 1.4rem;
			}
			.set .table02 td.price {
				text-align: right;
			}

		.set .table03 {
			width: 100%;
			border-collapse: collapse;
		}
			.set .table03 th {
				width: 200px;
				padding: 20px 10px;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				text-align: left;
			}
			.set .table03 td {
				padding: 20px 10px;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				font-size: 1.4rem;
			}

		.set .column3 {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-bottom: 15px;
		}
			.set .column3 li {
				width: 32%;
				margin-right: 2%;
			}
			.set .column3 li:nth-child(3n) {
				margin-right: 0;
			}


	.set .linkbox {
		width: 48%;
		padding-bottom:30px;
	}
		.set .linkbox a {
			display: block;
			border: solid 1px #ddd;
			font-size: 2.0rem;
			font-weight: 700;
			text-align: center;
			line-height: 1.6em;
			padding: 50px 30px;
			background: url("../img/icon_arrow.gif") no-repeat right bottom;
		}
			.set .linkbox a span {
				text-decoration: underline;
			}

			.set .linkbox a span .english {
				font-size: 1.5rem;
				font-weight: 200;
				text-align: center;
				line-height: 1.4em;
				text-decoration: none;
			}
	
	.set form table {
		width: 100%;
		border-collapse: collapse;
	}
		.set form table th {
			width: 200px;
			font-size: 1.5rem;
			padding: 20px 0;
		}
			.set form table th span {
				font-size: 1.1rem;
				color: #DA1013;
				padding-left: 10px;
			}

		.set form table td {
			width: -webkit-calc(100% - 200px);
			width: calc(100% - 200px);
			padding: 20px 0;
			font-size: 1.4rem;
		}
			.set form table td .txtbox01 {
				width: 100%;
				padding: 15px;
				border: none;
				background: #ececec;
			}
			.set form table td .txtbox02 {
				width: 42%;
				padding: 15px;
				border: none;
				background: #ececec;
			}
			.set form table td textarea {
				width: 100%;
				height: 200px;
				padding: 15px;
				border: none;
				background: #ececec;
			}
		.set form table .row th,
		.set form table .row td, {
			width: 100%;
		}

	
	.set form .cta {
		width: 260px;
		margin: auto;
		padding-top: 30px;
	}
		.set form .cta .submit {
			width: 260px;
			height: 62px;
			border: none;
			border-radius: 0;
			font-size: 1.6rem;
			font-weight: 700;
			letter-spacing: 0.1em;
			color: #fff;
   			background: #212121 url(https://alphaespace.itembox.design/item/img/icon_arrow_white.png) no-repeat 93% center;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		.set form .cta .submit:hover {
   			background: #212121 url(https://alphaespace.itembox.design/item/img/icon_arrow_white.png) no-repeat 95% center;
		}


		#thanks p {
			margin-bottom: 15px;
			text-align: center;
		}
		#thanks .btn {
			padding-top: 30px;
			margin: auto;
		}





/* h2_tit
----------------- */
.h2_tit {
	border-top: solid 3px #212121;
	border-bottom: solid 1px #212121;
	padding: 24px 0;
	font-size: 2.6rem;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 30px;
}





/* h3_tit
----------------- */
.h3_tit {
	font-size: 2.0rem;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
}





/* anchor
----------------- */
.anchor li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.anchor li:nth-child(3n) {
	margin-right: 0;
}
	.anchor li a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 60px;
		border: solid 1px #212121;
		font-size: 1.6rem;
		line-height: 1.4em;
		padding: 0 15px;
		background: url("https://alphaespace.itembox.design/item/img/ac_arrow_open.png") no-repeat 95% center / 10px;
	}





/* acbox
----------------- */
.acbox {
	background: #ececec;
	margin-bottom: 20px;
}
	.acbox dt {
		font-size: 1.8rem;
		font-weight: 700;
		cursor: pointer;
		padding: 20px 20px 20px 54px;
		position: relative;
	}
	.acbox dt:before {
		content: "Q.";
		font-size: 2.4rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		position: absolute;
		top: 16px;
		left: 20px;
	}
		.acbox dt span {
			display: block;
			position: relative;
			padding-right: 20px;
		}
		.acbox dt span:before {
			content: "";
			width: 20px;
			height: 1px;
			background: #212121;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -0.5px;
		}
		.acbox dt span:after {
			content: "";
			width: 1px;
			height: 20px;
			background: #212121;
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -10px;
		}
		.acbox dt.active span:after {
			display: none;
		}

	.acbox dd {
		display: none;
		padding: 0 20px 20px 54px;
		font-size: 1.4rem;
		position: relative;
	}
	.acbox dd:before {
		content: "A.";
		font-size: 2.4rem;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		color: #919191;
		position: absolute;
		top: -10px;
		left: 20px;
	}





/* tabbox
----------------- */
.tabbox {
}
	.tabbox .tab {
		width: 100%;
		margin-bottom: 50px;
	}
		.tabbox .tab li {
			width: 23%;
			height: 60px;
			border: solid 1px #212121;
			font-size: 1.6rem;
			line-height: 60px;
			text-align: center;
			cursor: pointer;
		}
		.tabbox .tab li.select {
			background: #212121;
			color: #fff;
			position: relative;
		}
		.tabbox .tab li.select:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7px 7px 0 7px;
			border-color: #212121 transparent transparent transparent;
			position: absolute;
			bottom: -7px;
			left: 50%;
			margin-left: -7px;
		}


	.tabbox .content .cell {
		display: block;
	}
	.tabbox .content .hide {
		display: none;
	}





/* service
----------------- */
.service {
	width: 100%;
	max-width: 100%;
}
	.service .menubox {
		display: block;
	}
		.service .menubox {
			width: 100% !important;
			height: 100vh;
			background: #262626;
			overflow-y: scroll;
			padding: 150px 0 80px 0;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 15;
			transform: translatex(-100%);
			transition: all 0.6s;
		}


		.service .fs-l-pageMain {
			width: 100%;
			max-width: 100%;
		}
			.service .fs-l-pageMain #service {
				max-width: 1200px;
				margin: auto;
				padding-bottom: 100px;
			}
				.service .fs-l-pageMain #service .read {
					font-size: 1.5rem;
					line-height: 34px;
					text-align: center;
				}


				.service .fs-l-pageMain #service .list {
					padding-top: 50px;
					margin-bottom: 30px;
				}
					.service .fs-l-pageMain #service .list .box {
						width: 16%;
					}
						.service .fs-l-pageMain #service .list .box a {
							display: block;
							background: #ececec url("https://alphaespace.itembox.design/item/img/ac_arrow_open.png?d=20200901190929") no-repeat center 88% / 12px;
							padding: 15px 10px 35px 10px;
							text-align: center;
						}
							.service .fs-l-pageMain #service .list .box a .en {
								font-size: 2.0rem;
							}
							.service .fs-l-pageMain #service .list .box a p {
								font-size: 1.4rem;
								font-weight: 700;
								line-height: 1.5em;
							}
								.service .fs-l-pageMain #service .list .box a p .border {
									text-decoration: underline;
								}


				.service .fs-l-pageMain #service .area {
					padding-top: 80px;
					padding-left: 40px;
				}
					.service .fs-l-pageMain #service .area .borderbox {
						border: solid 1px #212121;
						position: relative;
					}
						.service .fs-l-pageMain #service .area .borderbox .number {
							width: 80px;
							height: 80px;
							background: #212121;
							font-size: 3.0rem;
							line-height: 80px;
							color: #fff;
							text-align: center;
							position: absolute;
							top: -40px;
							left: -40px;
							z-index: 2;
						}

						.service .fs-l-pageMain #service .area .borderbox dl {
							display: flex;
							display: -webkit-flex;
							justify-content: space-between;
							padding: 40px 0;
						}
							.service .fs-l-pageMain #service .area .borderbox dl dt {
								width: 320px;
								display: flex;
								justify-content: center;
								align-items: center;
								font-size: 2.6rem;
								font-weight: 700;
								line-height: 38px;
								text-align: center;
								border-right: solid 1px #212121;
							}

							.service .fs-l-pageMain #service .area .borderbox dl dd {
								width: -webkit-calc(100% - 320px);
								width: calc(100% - 320px);
								padding: 0 40px;
								font-size: 1.5rem;
								line-height: 34px;
								letter-spacing: 0.1em;
							}

							.service .fs-l-pageMain #service .area .borderbox dl dd .border {
									text-decoration: underline;
								}




/* review
----------------- */
#review {
	width: 100%;
	padding: 100px 0;
	background: #ececec;
}
	#review .tabbox .tab {
		width: 580px;
		position: absolute;
		top: 0;
		right: 0;
	}
		#review .tabbox .tab li {
			width: 48%;
			height: 60px;
			font-size: 1.8rem;
			line-height: 60px;
			text-align: center;
			border: solid 1px #212121;
			cursor: pointer;
		}
		#review .tabbox .tab li.select {
			background: #212121;
			color: #fff;
			position: relative;
		}
		#review .tabbox .tab li.select:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7px 7px 0 7px;
			border-color: #212121 transparent transparent transparent;
			position: absolute;
			bottom: -7px;
			left: 50%;
			margin-left: -7px;
		}


	#review .content .cell {
		display: block;
		background: #fff;
		padding: 10px;
	}
	#review .content .hide {
		display: none;
	}
		#review .content .cell .scrollbox {
			padding: 40px;
			height: 540px;
			overflow-y: scroll;
		}
			#review .content .cell .scrollbox .box {
				padding-bottom: 30px;
				margin-bottom: 30px;
				border-bottom: dashed 1px #dddddd;
			}
			#review .content .cell .scrollbox .box:nth-last-child(1) {
				padding-bottom: 0;
				margin-bottom: 0;
				border-bottom: none;
			}
				#review .content .cell .scrollbox .box .text {
					width: 83%;
				}
					#review .content .cell .scrollbox .box .text h3 {
						font-size: 1.8rem;
						font-weight: 700;
						line-height: 1.6em;
						margin-bottom: 10px;
					}

					#review .content .cell .scrollbox .box .text .evaluation {
						font-size: 1.4rem;
						color: #ececec;
						margin-bottom: 10px;
					}
						#review .content .cell .scrollbox .box .text .evaluation span {
							color: #ffdd00;
						}

					#review .content .cell .scrollbox .box .text .txt {
						font-size: 1.4rem;
						line-height: 30px;
					}


				#review .content .cell .scrollbox .box .pht {
					width: 17%;
					padding-left: 20px;
				}


		#review .content .cell .fax {
			padding: 40px;
			height: 540px;
			overflow-y: scroll;
		}
			#review .content .cell .fax li {
				width: 22%;
				margin-right: 4%;
				margin-bottom: 4%;
				border: solid 1px #ddd;
			}
			#review .content .cell .fax li:nth-child(4n) {
				margin-right: 0;
			}
				#review .content .cell .fax li a {
					display: block;
					padding: 20px;
				}











/* 1260px */
@media screen and (max-width: 1260px) {
	

	

/* pagetitle
--------------------------- */
#pagetitle .faq {
	background: url(https://alphaespace.itembox.design/item/img/cat_faq.png) no-repeat 3% center / 60px;
}
#pagetitle .guide {
    background: url(https://alphaespace.itembox.design/item/img/cat_guide.png) no-repeat 3% center / 60px;
}
#pagetitle .service_cat {
    background: url(https://alphaespace.itembox.design/item/img/cat_service.png) no-repeat 3% center / 60px;
}





/* service
----------------- */
.service {
	padding: 0;
}
	.service .fs-l-pageMain #service {
		padding: 0 3%;
	}




}

	







/* max 1023px */
@media screen and (max-width: 1023px) {
	

	

/* pagetitle
--------------------------- */
#pagetitle .faq {
	background: url(https://alphaespace.itembox.design/item/img/cat_faq.png) no-repeat 5% center / 40px;
}
#pagetitle .guide {
    background: url(https://alphaespace.itembox.design/item/img/cat_guide.png) no-repeat 5% center / 40px;
}
#pagetitle .service_cat {
    background: url(https://alphaespace.itembox.design/item/img/cat_service.png) no-repeat 5% center / 40px;
}





/* anchor
----------------- */
.anchor {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.anchor li:nth-child(2n) {
		margin-right: 0;
	}
	.anchor li:nth-child(3) {
		margin-right: 2%;
	}
		.anchor li a {
			font-size: 1.3rem;
		}





/* set
----------------- */
.set {
	padding-top: 50px;
}
	.set .cell {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
		.set p {
			font-size: 1.3rem;
			line-height: 2em;
		}
	
		.set .img-border img {
			width: 90%;
		}

		.set ul.list_icon li {
			font-size: 1.3rem;
		}

		.set .table01 th {
			display: block;
			width: 100%;
			padding: 15px 0 0 0;
			border: none;
		}
			.set .table01 th img {
				width: auto;
			}
		.set .table01 td {
			display: block;
			width: 100%;
			padding: 10px 0 10px 0;
			border: none;
			text-align: left;
			font-size: 1.3rem;
		}

		.set .table02 th {
			font-size: 1.4rem;
		}
		.set .table02 td {
			font-size: 1.2rem;
			letter-spacing: 0;
		}

		.set .table03 th {
			display: block;
			width: 100%;
			padding: 15px 0 5px 0;
			border-top: solid 1px #ddd;
			border-bottom: none;
		}
		.set .table03 td {
			display: block;
			width: 100%;
			padding: 0 0 15px;
			border-top: none;
			border-bottom: none;
			font-size: 1.3rem;
		}
	
		.set .column3 {
			margin-bottom: 0;
		}
			.set .column3 li {
				width: 48%;
				margin-right: 4%;
				margin-bottom: 4%;
			}
			.set .column3 li:nth-child(2n) {
				margin-right: 0;
			}
			.set .column3 li:nth-child(3),
			.set .column3 li:nth-child(9) {
				margin-right: 4%;
			}

	
	.set .linkbox a {
		font-size: 1.5rem;
		line-height: 1.6em;
		padding: 20px;
	}

	
	.set form {
		width: 100%;
	}
	.set form table th {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}

	.set form table td {
		display: block;
		width: 100%;
		padding: 0 0 25px 0;
		font-size: 1.2rem;
	}
		.set form table td .txtbox02 {
			width: 40%;
		}
		.set form table td textarea {
			width: 100% !important;
			height: 150px !important;
			padding: 15px !important;
			border: none !important;
			background: #ececec !important;
		}

	
	.set form .cta {
		width: 80%;
		padding-top: 10px;
	}
		.set form .cta .submit {
			width: 100%;
		}


		#thanks p {
			text-align: left;
		}





/* h2_tit
----------------- */
.h2_tit {
	padding: 20px 0;
	font-size: 2.0rem;
}





/* h3_tit
----------------- */
.h3_tit {
	font-size: 1.6rem;
}





/* tabbox
----------------- */
.tabbox .tab {
	margin-bottom: 40px;
}
	.tabbox .tab li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24%;
		height: 50px;
		letter-spacing: 0.06em;
		font-size: 1.2rem;
		line-height: 1.4em;
		padding: 0 5px;
	}





/* acbox
----------------- */
.acbox {
	margin-bottom: 10px;
}
	.acbox dt {
		font-size: 1.5rem;
		line-height: 1.4em;
		padding: 15px 15px 15px 40px;
	}
	.acbox dt:before {
		font-size: 1.8rem;
		top: 16px;
		left: 15px;
	}
		.acbox dt span {
			padding-right: 30px;
		}

	.acbox dd {
		padding: 0 15px 15px 40px;
		font-size: 1.3rem;
	}
	.acbox dd:before {
		font-size: 1.8rem;
		top: -5px;
		left: 15px;
	}





/* service
----------------- */
.service .fs-l-pageMain #service {
	padding: 0 5% 30px 5%;
}
	.service .fs-l-pageMain #service .read {
		font-size: 1.4rem;
		line-height: 2em;
	}


	.service .fs-l-pageMain #service .list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 50px;
		margin-bottom: 20px;
	}
		.service .fs-l-pageMain #service .list .box {
			width: 49%;
			margin-right: 2%;
			margin-bottom: 2%;	
		}
		.service .fs-l-pageMain #service .list .box:nth-child(2n) {
			margin-right: 0;
		}
			.service .fs-l-pageMain #service .list .box a {
				padding: 10px 10px 35px 10px;
			}
				.service .fs-l-pageMain #service .list .box a .en {
					font-size: 1.8rem;
				}
				.service .fs-l-pageMain #service .list .box a p {
					font-size: 1.3rem;
				}


	.service .fs-l-pageMain #service .area {
		padding-top: 50px;
		padding-left: 20px;
}
		.service .fs-l-pageMain #service .area .borderbox .number {
			width: 40px;
			height:40px;
			background: #212121;
			font-size: 2.0rem;
			line-height: 40px;
			color: #fff;
			text-align: center;
			position: absolute;
			top: -20px;
			left: -20px;
			z-index: 2;
		}

		.service .fs-l-pageMain #service .area .borderbox dl {
			display: block;
			padding: 25px;
		}
			.service .fs-l-pageMain #service .area .borderbox dl dt {
				width: 100%;
				display: block;
				font-size: 2.0rem;
				line-height: 1.5em;
				text-align: left;
				border-right: none;
				margin-bottom: 8px;
			}
				.service .fs-l-pageMain #service .area .borderbox dl dt br {
					display: none;
				}

			.service .fs-l-pageMain #service .area .borderbox dl dd {
				width: 100%;
				padding: 0;
				font-size: 1.4rem;
				line-height: 2em;
			}






/* review
----------------- */
#review {
	padding: 50px 0;
}
	#review .tabbox .tab {
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}
		#review .tabbox .tab li {
			width: 48%;
			height: 50px;
			font-size: 1.4rem;
			line-height: 50px;
		}


	#review .content .cell .scrollbox {
		padding: 20px;
	}
		#review .content .cell .scrollbox .box {
			display: block;
			position: relative;
		}
		#review .content .cell .scrollbox .box:nth-last-child(1) {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}
			#review .content .cell .scrollbox .box .text {
				width: 100%;
			}
				#review .content .cell .scrollbox .box .text h3 {
					width: 70%;
					font-size: 1.4rem;
					text-align: left;
					line-height: 1.6em;
				}

				#review .content .cell .scrollbox .box .text .txt {
					font-size: 1.3rem;
					line-height: 2em;
				}


			#review .content .cell .scrollbox .box .pht {
				width: 27%;
				padding-left: 0;
				position: absolute;
				top: 0;
				right: 0;
			}


	#review .content .cell .fax {
		padding: 20px;
	}
		#review .content .cell .fax li {
			width: 48%;
		}
		#review .content .cell .fax li:nth-child(2n) {
			margin-right: 0;
		}
			#review .content .cell .fax li a {
				padding: 10px;
			}









}