@charset "UTF-8";

/*========================================

    表示設定

========================================*/
.customerbox,
.catebox {
	display: none;
}

#customerbox {
	display: block;
}

.catebox.active {
	display: block;
}

.option,
.use {
	opacity: .3;
	pointer-events: none;
}

.option.active,
.use.active {
	opacity: 1;
	pointer-events: all;
}

.use .requ {
	display: none;
}

.use.active .requ {
	display: inline-block;
}


.terms-check-label,
.attenbox {
	opacity: .5;
}

.terms-check-label.active,
.attenbox.active {
	opacity: 1;
}

.terms-check-label,
.attenbox {
	margin-top: 1.5em;
}


tr.limit {
	opacity: .3;
}


/*========================================

    CONTACT  

========================================*/
.grecaptcha-badge {
	z-index: 99 !important;
}


.flow ul {
	display: flex;
	justify-content: space-between;
	counter-reset: step;
	margin: 40px 0;
	padding: 0;
	list-style: none;
}

.flow li {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 10px 10px 10px 40px;
	background: #eee;
	color: #666;
	border-radius: 20px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 1.4;
	counter-increment: step;
}

/* アクティブ（現在のステップ） */
.flow li.active {
	background: #0051a4;
	color: #fff;
	font-weight: bold;
}


.flow li:last-child {
	margin-right: 0;
}

.flow li::before {
	content: counter(step);
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #888;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
}

.flow li.active::before {
	color: #0051a4;
}


.flow li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #eee;
}

.flow li:last-child::after {
	display: none;
}


@media screen and (max-width: 767px) {
	.flow ul {
		flex-direction: column;
		align-items: stretch;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.flow li {
		margin-bottom: 10px;
		margin-right: 0;
		padding: 10px 10px 10px 50px;
		text-align: left;
	}

	.flow li::before {
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}

	.flow li::after {
		display: none;
	}
}




.hpwrap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hpfield {
	opacity: 0;
	pointer-events: none;
}


.img-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: -2px 0;
}

.img-thumb {
	width: 30%;
	margin: 0;
}

.img-thumb img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.img-thumb figcaption {
	font-size: 12px;
	margin-top: 4px;
	color: #333;
}

.img-fallback {
	font-size: 12px;
	color: #555;
	padding: 4px 0;
}

.formtable td .img-grid {
	margin-top: .3em;
}



.sec_innr {
	width: 1000px;
}

@media screen and (max-width: 767px) {
	.sec_innr {
		width: 90%;
	}
}



#com_page_top_sub {
	background-color: #0051a4;
	color: #fff;
	padding: 1.2em 0;
}

#com_page_top_sub h1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	#com_page_top_sub h1 {
		font-size: 6vw;
	}
}



#detail #sec001 {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 100px;
}

#detail .p01 {
	font-size: 20px;
}

#detail .p02 {
	font-size: 16px;
	margin-top: 20px;
}

#detail .p02 a {
	color: #0051a4;
}

#detail #sec001 h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #0051a4;
	color: #fff;
	padding: .5em 1em;
	margin-top: 80px;
}

#detail #sec001 .checktxt {
	margin-top: 2em;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#detail #sec001 .checktxt {
		margin-top: 0;
		font-size: 3.6vw;
	}
}


#detail #sec001 h3.cate {
	background-color: #f4f8ff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0051a4;
	margin-top: 1em;
	padding: 1.5em;
	border-radius: 10px;
	cursor: pointer;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	#detail #sec001 h3.cate {
		font-size: 4.8vw;
		padding: 1em;
	}
}


.com_table table td.nospace {
	padding: 0;
	padding-bottom: 30px;
	border: none;
}

.com_table table td.nospace2 {
	padding: 0;
	padding-bottom: 30px;
	border-bottom: none;
}

.file-ui {
	font-size: 12px;
	letter-spacing: 0;
	padding-bottom: 1em;
}


#detail #sec001 .com_table table .subhead-row th {
	background-color: #0051a4;
	color: #fff;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}


.setopt-slot-row>td {
	padding: 0;
}

#detail #sec001 h3.cate:hover {
	background-color: #d3e3ff;
}

#detail #sec001 h3.cate span {
	display: flex;
	justify-content: space-between;
}

#detail #sec001 h3.cate span::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transition: .3s;
}

#detail #sec001 h3.cate.open span::after {
	transform: rotate(-180deg);
}

#detail #sec001 h3.catettl {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0051a4;
	margin-top: 3em;
}

#detail #sec001 .product {
	border-bottom: 2px solid #0051a4;
	padding: 1.5em .5em;
	font-size: 16px;
}





@media screen and (max-width: 767px) {
	#detail #sec001 h3.catettl {
		font-size: 4vw;
	}

	#detail #sec001 h3.catettl small {
		display: block;
	}

	#detail #sec001 .product {
		font-size: 3.4vw;
	}
}

#detail #sec001 .product .disc {
	color: #c00;
}

#detail #sec001 .product .total {
	font-weight: bold;
}

#detail #sec001 .product strong {
	color: #0051a4;
	font-weight: bold;
	font-size: 20px;
}

#detail #sec001 .com_table .product.kibou {
	padding-top: 50px;
	padding-bottom: 0;
	border-bottom: none;
	padding-left: 0;
	padding-right: 0;
}

#detail #sec001 .com_table .product.kibou strong {
	display: block;
	color: #0051a4;
	background-color: #f4f8ff;
	border-bottom: 2px solid #0051a4;
	font-weight: bold;
	padding: 1em;
}


@media screen and (max-width: 767px) {
	#detail #sec001 .product strong {
		font-size: 4vw;
		display: block;
	}
}



.base-group {
	padding-bottom: 50px;
	margin-top: 30px;
}

.base-group .basettl {
	background-color: #f4f8ff;
	color: #0051a4;
	font-size: 24px;
	font-weight: bold;
	padding: 1em;
}

@media screen and (max-width: 767px) {
	.base-group .basettl {
		font-size: 5vw;
	}
}



#detail #sec001 .kisyubox {
	border: 2px solid #ccc;
	font-size: 90%;
	padding: 30px;
	margin-top: 30px;
	border-radius: 10px;
}

#detail #sec001 .com_table .kisyubox table {
	margin-top: 1em;
}

#detail #sec001 .com_table .kisyubox table th,
#detail #sec001 .com_table .kisyubox table td {
	padding: 1em;
}

#detail #sec001 .kisyubox h3.catettl {
	margin-top: 0;
}



#detail #sec001 .catebox {
	padding-bottom: 50px;
}


#detail #sec001 caption {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #0051a4;
	padding-bottom: 1em;
}

#detail #sec001 caption small {
	color: #333;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	#detail #sec001 caption {
		font-size: 5vw;
	}

	#detail #sec001 caption small {
		font-size: 3vw;
	}
}


p a {
	color: #0051a4;
	text-decoration: underline;
}

p a:hover {
	color: #0051a4;
	opacity: .7;
	text-decoration: none;
}


#detail #sec001 h2.checkttl {
	margin-top: 0;
}

#detail #sec001 .flex {
	display: flex;
	justify-content: space-between;
}

#detail #sec001 .flex div {
	width: 47%;
}


#detail #sec001 .txt {
	font-size: 14px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	#detail #sec001 .txt {
		font-size: 3.4vw;
	}
}



#detail #sec001 .tup {
	padding-bottom: 1em;
}

#detail #sec001 .tbt {
	padding-top: 1em;
}

#detail #sec001 .tbt2 {
	margin-top: 3em;
	margin-left: .5em;
	padding-bottom: 2em;
}



#detail #sec001 .tbt3 {
	margin-top: 3em;
}


@media screen and (max-width: 767px) {
	#detail #sec001 .tbt2 {
		margin-top: 1em;
	}

	#detail #sec001 .tbt3 {
		margin-top: 1em;
	}
}


#detail #sec001 .tct {}

#detail #sec001 .nme {
	padding-bottom: .5em;
}

#detail #sec001 .item {
	margin-top: 20px;
}

#detail #sec001 .item.fir {
	margin-top: 0;
}

#detail #sec001 .box {
	margin-top: 70px;
}


#detail #sec001 .area-hidden {
	display: none;
	margin-top: 20px;
}


#detail #sec001 .area-hidden.active {
	display: block;
}

#detail #sec001 .box .item {
	width: 380px;
	background-color: #efede9;
	box-sizing: border-box;
	padding: 30px;
}

#detail #sec001 .textbox {
	height: 20em;
	overflow-y: scroll;
	border: 1px solid #aaa;
	padding: 2em;
	border-radius: 10px;
	font-size: 13px;
}

#detail #sec001 .textbox.tall {
	height: auto;
	overflow-y: auto;
	margin-top: 20px;
}

#detail #sec001 .textbox.tall.bnon {
	border: none;
	padding: 0;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#detail #sec001 .textbox {
		font-size: 3vw;
	}
}


#detail #sec001 .sampleimg {
	padding-bottom: 30px;
}

#detail #sec001 .sampleimg dl {
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 10px;
}

#detail #sec001 .sampleimg dl dt {
	font-weight: bold;
}

#detail #sec001 .sampleimg dl dd {
	margin-top: 1em;
}

#detail #sec001 .sampleimg ul {
	display: flex;
	align-items: flex-start;
	list-style: none;
	gap: 3%;
}

#detail #sec001 .price {
	display: block;
	margin-top: 1em;
	font-size: 20px;
	font-weight: bold;
}

#detail #sec001 .price.mtp0 {
	margin-top: .3em;
}

#detail #sec001 .price span {
	background-color: #0051a4;
	color: #fff;
	padding: .2em .5em;
	line-height: 1em;
	border-radius: 4px;
	margin-right: .7em;
	font-size: 15px;
}

#detail #sec001 .waribiki {
	font-weight: bold;
	color: #c00;
	font-size: 16px;
	margin-top: .8em;
	letter-spacing: 0;
}

#detail #sec001 .sampleimg ul li {
	width: 31%;
	width: 150px;
	position: relative;
}

#detail #sec001 .sampleimg ul.four li {
	width: 22%;
	width: 150px;
}

#detail #sec001 .sampleimg ul li img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

#detail #sec001 .sampleimg ul li a::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 26px;
	height: 26px;
	background: url(../img/mrk_plus.svg) no-repeat 0 0;
	background-size: cover;
}



@media screen and (max-width: 767px) {
	#detail #sec001 .sampleimg dl dd {
		margin-top: 0;
	}

	#detail #sec001 .sampleimg ul {
		flex-wrap: wrap;
		gap: 3vw;
		margin-top: 3vw;
	}

	#detail #sec001 .sampleimg ul li {
		width: 35vw;
		margin-top: 0;
	}

	#detail #sec001 .sampleimg ul.four li {
		width: 35vw;
	}

	#detail #sec001 .sampleimg ul li img {
		width: 35vw;
		height: 35vw;
		object-fit: cover;
	}

	#detail #sec001 .sampleimg ul li a::after {
		right: 2vw;
		bottom: 2vw;
		width: 4vw;
		height: 4vw;
	}
}




#detail #sec001 .textbox {
	letter-spacing: 0;
}



#detail #sec001 .textbox p {
	margin-top: 1em;
}

#detail #sec001 .textbox ul {
	padding-left: 1.5em;
	margin-top: .7em;
}

#detail #sec001 .textbox ol {
	margin-top: .7em;
	padding-left: 2.5em;
}

#detail #sec001 .textbox li {
	margin-top: .3em;
}

#detail #sec001 .textbox li a {
	text-decoration: underline;
	color: #0051a4;
}

#detail #sec001 .textbox li a:hover {
	text-decoration: none;
	opacity: .7;
}

#detail #sec001 .textbox h3,
#detail #sec001 .textbox h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: .5em;
}

#detail #sec001 .textbox h3 {
	border-bottom: 1px solid #aaa;
	padding: .2em;
}

#detail #sec001 .textbox h4 {
	margin-top: 2em;
	font-size: 14px;
}

@media screen and (max-width: 767px) {

	#detail #sec001 .textbox h3,
	#detail #sec001 .textbox h4 {
		font-size: 4vw;
	}

	#detail #sec001 .textbox h4 {
		font-size: 3.4vw;
	}
}



#detail #sec001 .textbox {}

#detail #sec001 th img {
	margin-top: 15px;
	border-radius: 5px;
	width: 170px;
}


#detail #sec001 .box .item strong {
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span {
	display: block;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span i {
	margin-right: .2em;
}

#detail #sec001 .box .item p {
	font-size: 16px;
	line-height: 1.8em;
}

#detail #sec001 .btn {}

#detail #sec001 .btn a {
	display: inline-block;
	color: #fff;
	border-radius: 9999px;
	background-color: #0051a4;
	padding: .8em 1.5em;
}

#detail #sec001 .btn a:hover {
	opacity: .7;
	transition: .3s;
}

#detail #sec001 .btn a span.pdf::after {
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-left: .5em;
}

#detail #sec001 .btn a span.window::after {
	content: "\f2d2";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	#detail #sec001 {
		padding-top: 10vw;
	}

	#detail .p01 {
		font-size: 3.8vw;
	}

	#detail .p02 {
		font-size: 3.8vw;
		margin-top: 5vw;
	}

	#detail #sec001 h2 {
		font-size: 5.4vw;
		margin-top: 10vw;
	}

	#detail #sec001 .box {
		margin-top: 8vw;
	}

	#detail #sec001 .box .item {
		width: 100%;
		padding: 5vw;
		margin-bottom: 5vw;
	}

	#detail #sec001 .box .item strong {
		font-size: 4.5vw;
	}

	#detail #sec001 .box .item span {
		font-size: 6vw;
	}

	#detail #sec001 .box .item p {
		font-size: 3.6vw;
	}

	#detail #sec001 .btn a {
		font-size: 3.6vw;
		border-radius: 1.5vw;
	}
}

#detail #sec001 .com_table table {
	margin-top: 40px;
	width: 100%;
}

#detail #sec001 .com_table table.setopt-table {
	margin-top: 0;
}

#detail #sec001 .com_table table.use-inline {
	margin-top: 20px;
}

#detail #sec001 .com_table table th {
	white-space: nowrap;
	font-weight: bold;
}

#detail #sec001 .com_table table th.bgblue {
	background-color: #0051a4;
	color: #fff;
	vertical-align: middle;
}

#detail #sec001 .com_table table tr:last-child th {
	border-bottom: 2px solid #0051a4;
}

#detail #sec001 .com_table table tr:last-child td {
	border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 767px) {
	#detail #sec001 .com_table table tr:last-child th {
		border-bottom: none;
	}

	#detail #sec001 .com_table table tr:last-child td {
		border-bottom: none;
	}
}



#detail #sec001 .com_table table tr.none {
	opacity: .5;
}


.totalbox {
	margin: 20px 0;
	padding: 20px;
	border: 2px solid #333;
	border-radius: 10px;
	background: #fafafa;
	font-size: 18px;
}

.totalbox .ttl {
	font-weight: bold;
	margin-right: 12px;
}

.totalbox .amt {
	font-weight: bold;
	font-size: 24px;
}

.totalbox .wari {
	color: #c00;
}

.totalbox.pending {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
	.totalbox {
		margin: 0 0 10vw;
		padding: 5vw;
		font-size: 4vw;
		text-align: center;
	}

	.totalbox .ttl {
		display: block;
		margin-right: 0;
	}

	.totalbox .amt {
		font-size: 4.5vw;
	}


	.totalbox.pending {
		font-size: 3.8vw;
	}

	.sphiden {
		display: none;
	}
}



.popup {
	padding: 2em;
	text-align: center;
}

.popup p {
	font-size: 15px;
	margin-top: 1em;
	white-space: nowrap;
}

.popup p strong {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}




.popup .cboxClose {
	display: inline-block;
	padding: .5em 1.2em;
	background-color: #0051a4;
	color: #fff;
	text-decoration: none;
	margin-top: 1em;
	border-radius: 999px;
}

.popup .cboxClose:hover {
	opacity: .7;
}



#sending-overlay[hidden] {
	display: none !important;
}

#sending-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .45);
	display: grid;
	place-items: center;
	backdrop-filter: blur(2px);
}

#sending-overlay .sending-box {
	min-width: 260px;
	max-width: 90vw;
	padding: 20px 24px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	font-size: 16px;
	line-height: 1.6;
}

#sending-overlay .spinner {
	width: 36px;
	height: 36px;
	margin: 0 auto 12px;
	border: 3px solid #ddd;
	border-top-color: #555;
	border-radius: 50%;
	animation: spin .9s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}