/*Service common CSS　Ver.1.0.0 */

.original-catgory {
	margin: 60px 0 20px;
}
.original-catgory a {
	width: 48%;
	margin-bottom: 20px;
}
.step-inner {
	padding-top: 40px;
}
.step-title {
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	color: rgb(40, 188, 125);
}
.step-title::before {
	font-family: 'Material Icons';
	content: '\e8cc';
	font-size: 19px;
	margin-right: 4px;
	padding: 4px;
	color: rgb(255, 255, 255);
	background-color: rgb(75, 75, 75);
	border-radius: 50%;
}
.step h3 {
	padding: 3px 20px;
	font-weight: bold;
	text-align: center;
	background-color: rgb(255, 217, 0);
}
.step h4 {
	padding: 0 20px 30px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#sheet-color {
	margin-top: 40px;
}
.step-sub-title {
	padding: 5px 20px 10px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.option-box {
	width: 48.5%;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	border: 2px solid rgb(40, 188, 125);
	border-radius: 8px;
}
.option-box dt {
	padding: 0.3em;
	color: rgb(255, 255, 255);
	background-color: rgb(40, 188, 125);
}
.option-box dd.opt-price {
	margin: 10px 0 5px;
	font-weight: bold;
}
.option-box dd.opt-price + dd {
	padding: 10px 0 0;
	border-top: 1px solid rgb(120, 120, 120);
}
.send-price ul {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(120, 120, 120);
}
.send-price ul li {
	font-weight: lighter;
	margin-bottom: 6px;
}
.send-price ul li::before {
	content: "●";
	margin-right: 4px;
	color: rgb(40, 188, 125);
}
.movie-box {
	width: 48.5%;
	margin-bottom: 20px;
}
.movie-box iframe {
	height: 300px;
}
.step-3-alert {
	padding: 30px 0 0;
}
.tab-original-3-conte p {
	margin: 15px 0 20px;
}
.laminate-price table {
	min-width: 767px;
}
.laminate-price table th, 
.laminate-price table td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.laminate-price table thead th:not(:first-child) {
	color: rgb(255, 255, 255);
	background-color: rgb(40, 188, 125);
	border-left: 2px solid rgb(255, 255, 255);
}
.laminate-price table tbody th {
	color: rgb(40, 188, 125);
	background-color: rgba(40, 188, 125, 0.2);
	border-top: 2px solid rgb(255, 255, 255);
}
.laminate-price table td {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
}
.laminate-price table td:not(:first-child) {
	border-top: 1px solid rgb(40, 188, 125);
}
.laminate-price table td span {
	font-size: 12px;
}
.yajirushi {
	margin-top: 30px;
	text-align: center;
}
.yajirushi img {
	width: 8%;
}



/*=================================
タブ設定
=================================*/
.tab-basic, 
.tab-cut1 {
	display: flex;
	flex-wrap: wrap;
}
#tab-cut-color {
	margin-bottom: 15px;
	padding-bottom: 15px;
	justify-content: center;
	border-bottom: 1px solid rgb(75, 75, 75);
}
#tab-cut-color label img {
	margin-bottom: 2px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
}
.tab-basic > label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0;
	background-color: #e9f0f6;
	color: #535353;
	font-size: 1.1rem;
	text-align: center;
	cursor: pointer;
}
#tab-cut-color > label {
	order: -1;
	width: 18%;
	padding: 1%;
	text-align: center;
	cursor: pointer;
}
.tab-basic > label:hover, 
.tab-cut1 > label:hover {
	opacity: .8;
}
.tab-basic input, 
.tab-cut1 input {
	display: none;
}
.tab-basic > div {
	display: none;
	width: 100%;
	padding: 1em;
	background-color: #fff;
} 
.tab-cut1 > div {
	display: none;
	width: 100%;
}
.tab-basic label:has(:checked) {
	background-color: #fff;
	border-color: rgba(40,188,125,1.0) #f0f0f0 #fff;
	border-style: solid;
	border-width: 4px 1px 1px;
	border-radius: 5px;
	color: #333333;
}
.tab-cut1 label:has(:checked) {
	color: rgba(40,188,125,1.0);
}
.tab-basic label:has(:checked) + div, 
.tab-cut1 label:has(:checked) + div {
	display: block;
	text-align: center;
}
.tab-001-conte img {
	max-width: 540px;
}
#tab-original-2 {
	margin-bottom: 10px;
}
.tab-caption {
	margin-top: 10px;
}


/*=================================
Swiper設定
=================================*/
.swiper-slide {
	overflow: hidden;
}
.swiper-button-prev, 
.swiper-button-next {
	/*
	width: 60px;
	height: 60px;
	*/
	display: inline-block;
	font-size: 60px;
	font-weight: normal;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.85);
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-button-prev {
	left: 10px;
	text-align: left;
}
.swiper-button-prev::before {
	font-family: 'Material Icons';
	content: '\e5cb';
}
.swiper-button-next {
	right: 10px;
	text-align: right;
}
.swiper-button-next::before {
	font-family: 'Material Icons';
	content: '\e5cc';
}
.swiper-pagination {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
}
.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.65);
}
.service-aside-swiper .swiper-slide img {
	border-radius: 50%;
}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	.movie-box iframe {
		height: 240px;
	}

}



/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	#laminate-sozai .dsp-scroll-alert {
		display: block;
	}
	.original-catgory {
		margin: 40px 0 10px;
	}
	.original-catgory a {
		width: 100%;
	}
	.step h3 {
		font-size: 18px;
	}
	#step-2 .step-sub-title {
		margin-bottom: 20x;
		font-size: 16px;
	}
	.option-box {
		width: 100%;
	}
	.imp-txt {
		font-size: 1.0rem;
	}
	.movie-box {
		width: 100%;
	}
	.movie-box iframe {
		height: 200px;
	}
	.yajirushi img {
		width: 20%;
	}

	/*== ここからタブ設定 ==========*/
	.tab-basic > label {
		padding: .5em .2em .3em;
		font-size: 13px;
	}
	.tab-basic > div {
		padding: 1.5em 0;
	}
	.tab-cut1 > label {
		width: 33.3%;
		padding: 1.5%;
		font-size: 10px;
		text-align: left;
	}

	/*== ここからSwiper設定 ==========*/
	.swiper-button-prev, 
	.swiper-button-next {
		font-size: 48px;
	}
	.swiper-button-prev {
		left: 2px;
	}
	.swiper-button-next {
		right: 2px;
	}

}
