<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*　小カテゴリ
================================================*/
.example_area_small {
	padding: 60px 0;
}
.example_area_small_top {
	padding: 60px 0 0;
}

@media screen and (max-width: 680px) {
	.example_area_small {
		padding: 15px 0;
	}
	.example_area_small_top {
		padding: 15px 0 0;
	}
}

.basic_table .col_true_gree{
	font-size: 1.6rem;
}

.basic_table .fz_s{
	font-size: 1.1rem;
	display: block;
}
.module_container .basic_table th, .module_container .basic_table td {
    padding: 10px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.module_container .basic_table .w18 {
	    width: 12%;
	}
	.basic_table .fz_s{
		font-size: .9rem;
	}
	.module_container .basic_table th, .module_container .basic_table td {
	    padding: 5px 0;
	    font-size: 1rem;
	    width: 10%;
	}
	.basic_table .col_true_gree{
		font-size: 1rem;
	}
}



.price_list{
	margin: 1em auto 2em;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
}
.price_list  &gt; li{
	width: 29%;
	margin-top: 2em;
}
.price_list  &gt; li a &gt; div{
	 background: #ffffff;
	height:250px;
	width:250px;
	border-radius: 250px;
   position: relative;
}
.price_list  &gt; li a div &gt; div{
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price_list  &gt; li:hover{
    opacity: 0.8;
}
.price_list  &gt; li a &gt; div:after{
	font-weight: bold;
	font-size:15px;
    content: "&gt;";
	position: absolute;
	bottom:10px;
	color: #004da3;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.price_list  &gt; li a{
	color:#231815;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 1.8rem;
	text-align: center;
    display: block;
	width:100%;
}
.price_list  &gt; li  a .img{
	margin-bottom:1em;
}
@media screen and (min-width: 681px) {
	.price_list{
		width: 80%;
	}
	.price_list  &gt; li:not(:nth-child(3)){
		margin-right: 6.5%;
	}
}
@media screen and (max-width: 680px) {
	.price_list{
		width: 96%;
		margin: 0 auto 2em;
		flex-wrap: wrap;
	}
	.price_list  &gt; li{
		width:50%;
		margin-top:2em;
	}
	.price_list  &gt; li a &gt; div{
		background: #ffffff;
		height:160px;
		width:160px;
		border-radius: 160px;
		position: relative;
		margin: 0 auto;
	}
	.price_list  &gt; li a{
		color:#231815;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1;
		font-size: 1.3rem;
		text-align: center;
	    display: block;
		width:100%;
	}
	.price_list  &gt; li  a .img{
		margin-bottom: 10px;
	}
	.price_list  &gt; li a &gt; div:after{
		font-weight: bold;
		font-size:14px;
	    content: "&gt;";
		position: absolute;
		bottom:5px;
		color: #004da3;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

}
@media screen and (max-width: 340px) {
	.price_list  &gt; li a{
		font-size: 1.2rem;
	}
	.price_list  &gt; li a &gt; div{
		height:140px;
		width:140px;
		border-radius: 100%;
	}
	.price_list  &gt; li a &gt; div:after{
		bottom:0;
	}
}


/* fbox_
============================================================================================================ */
.fbox {
	display: flex;
	display: -ms-flexbox; /* IE10 */
}
.price_parts_page .module_block:before {
	content: "";
	height: 60px;
	margin-top: -60px;
	display: block;
	visibility: hidden;
}
@media screen and (max-width: 680px) {
	.price_parts_page .module_block:before {
		content: "";
		height: 80px;
		margin-top: -80px;
		display: block;
		visibility: hidden;
	}
}
.column3_block .img{
	height: 300px;
	overflow: hidden;
}
.img img{
	width: auto;
	max-height: 100%;
}</pre></body></html>