@charset "utf-8";
/* CSS Document */


/*//////////// セクション1 ///////////////*/
.sec1 h1 {
	font-size: 1.4rem;
}

.sec1 strong {
	border-radius: 0 12px 12px 0;
	padding-right: 0.75rem;
	padding-left: 0.5rem;
	background-color: #707070;
	display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;
	vertical-align: 0.05rem;
	margin-right: 8px;
}

.sec1 .price {
	font-size: 0.9rem;
	font-weight: 700;
	color: #707070;
	line-height: 1.75em;
}

.sec1 .price span {
	font-size: 1.4em;
	color: #FF0000;
}


@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.5rem;
	}

	.sec1 strong {
		font-size: 0.85rem;
	}

	.sec1 .price {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {	
	.sec1 .price {
		font-size: 1.1rem;
		line-height: 1.3em;	
	}
	
	.sec1 .clip02 {
		position: absolute;
		top: -40px;
		right: 3%;
		width: 110px;
	}	
}

@media (min-width: 992px) {
	.sec1 .container {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	
	.sec1 h1 {
		font-size: 1.6rem;
	}

	.sec1 strong {
		font-size: 0.9rem;
		padding: 0.2rem 0.75rem;
		margin-right: 10px;
	}
	
	.sec1 .price {
		font-size: 1.1rem;
	}
	
	.sec1 .clip02 {
		top: -35px;
		width: 115px;
	}	
}


/*/////// スライド ////////*/
.sec1 .container-fluid {
	width: 100% !important;
	max-width: 960px;
}

.slider-area {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.slider {
	padding: 0 1.5%;
}

.slider-area img {
	width: 100%;
	display: block;
	height: auto;
}

.thumnail-item {
	margin-bottom: 10px;
	margin-top: 5px;
}

.thumnail-item:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.thumnail {
	width: 100%;
	margin: 0 auto;
}
.thumnail .slick-track {
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: start;
	flex-flow: row wrap;
}

.thumnail .slick-slide {
    display: block!important;
    float: none !important;
    flex: 30%;
	padding: 0 1.5%;
	margin: 10px 5px;

}

@media (min-width: 768px) {
	.thumnail .slick-slide {
		display: block!important;
		float: none !important;
		flex: 14%;
		padding: 0 1%;
	}

	.thumnail-item {
		margin-bottom: 20px;
	}
	
	.slider {
		padding: 0 1%;
	}	
}	


/*/////// スライド矢印 ////////*/
.slick-prev, .slick-next {
	width: 20px;
	height: 50px;
	padding: 0;
	z-index: 10;
}

.slick-prev {
	top:50%;
	left:1.5%;
}

.slick-next {
	top:50%;
	right: 1.5%;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/slider-arrow_right_b.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}

.slick-prev:before{
	background: url(../../assets/images/common/slider-arrow_left_b.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
}


@media (min-width: 576px) {
	.slick-prev, .slick-next {
		width: 24px;
		height: 60px;
	}
}

@media (min-width: 768px) {
	.slick-prev, .slick-next {
		width: 28px;
		height: 70px;
	}
	
	.slick-prev {
		left:1%;
	}

	.slick-next {
		right: 1%;
	}	
}


/*//////////// セクション2 ///////////////*/
.sec2 h1, .sec3 h1 {
	font-size: 1.3rem;
}

table {
	width: 100%;
}

table th, table td {
	font-weight: 500;
	line-height: 1.5em;
	padding: 1rem 0.75rem;
}

table th {
	background-color: #EFEFEF;
	width: 40%;
}

table tr {
	border-bottom: 1px dashed #e0e0e0;
}

table tr:first-child {
	border-top: 1px solid #A7A7A7;
}


@media (min-width: 576px) {
	.sec2 h1, .sec3 h1 {
		font-size: 1.35rem;
	}

	table th {
		width: 30%;
	}
}

@media (min-width: 768px) {
	table th, table td {
		padding: 1.25rem;
	}
	
	table th {
		width: 25%;
	}
}


/*//////////// セクション3 ///////////////*/
.sec3 table th {
	width: 25%;
}

/*//////////// セクション4 ///////////////*/
.btn a {
	width: 200px !important;
	display: block;
	background-color: #1897D2 !important;
	color: #fff;
	font-size: 1.05rem;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}
