<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body#product_top{
	background-image: url('../img/product_back.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
}
#product_area{
	background: none;
}
#product_area .box .panel .title{
	background-color: #071355;
	color: #ffffff;
}
#product #product_area .panel span::after{
	content: '';
	display: inline-block;
	background: url(../img/arrow_right-24px.png) padding-box no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: auto 0;
	padding: 5px 10px 5px 5px;
	box-sizing: border-box;
	position: absolute;
	top: 30px;
	right: 30px;
}
#button_list_area{

}
#button_list_area .inner a{
	margin-bottom: 20px;
}
#product_detail section:nth-child(2){
	margin-top: 90px;
}
#product_detail .box h5:first-child{
	margin-top: 0;
}
#product_detail .box .half figure{
	border: 1px solid #DDDDDD;
}
#product_detail .box img{
	display: block;
}
#product_detail .box .half div{
	width: 100%;
}
#product_detail .box .half div &gt; *{
	margin-bottom: 32px;
	word-break: break-word;
}
#product_detail .box p{
	font-size: 20px;
	line-height: 34px;
}
#product_detail .table_area {
	white-space: nowrap;
}
#product_detail .table_area table tr th,
#product_detail .table_area table tr td{
	text-align: center;
}
#product_detail .table_area table tr.top th{
	background-color: #2A68BC;
	color: #ffffff;
	border-color: #ffffff;
}
.construction_info{
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.construction_info &gt; div{
	width: 250px;
	border: 3px solid #cccccc;
	border-radius: 14px;
	flex-grow: 0;
}
.construction_info div,
.construction_info a{
	width: 310px;
	height: 80px;
	margin: 0 0 20px 35px;
	padding: 18px 10px;
	display: inline-block;
	border: 2px solid #DEDEDE;
	border-radius: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 37px;
	color: #071355;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.construction_info a::after{
	 content: "";
	 width: 6px;
	 height: 12px;
	 margin: 0;
	 padding: 0;
	 background-image: url('../img/arrow_right.png');
	 display: inline-block;
	 position: absolute;
	 right: 20px;
	 top: 50%;
	 bottom: 0;
	 transform: translateY(-50%);
 }
.construction_info div.blue,
.construction_info a.blue{
	border: 2px solid #61b3d8;
}
.construction_info &gt; div:first-child,
.construction_info &gt; div:nth-child(3n+1),
.construction_info &gt; a:first-child,
.construction_info &gt; a:nth-child(3n+1){
	margin: 0 0 20px 0;
}
.construction_info div &gt; span,
.construction_info a &gt; span{
	width: 75%;
	margin: 0;
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3em;
	display: -webkit-box;
}
.construction_info a &gt; span{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.construction_info div &gt; span &gt; .small,
.construction_info a &gt; span &gt; .small{
	display: inline-block;
	font-weight: normal;
}

@media screen and (max-width:660px){
body#product_top{
	background-size: 200%;
}
#product, #product_detail{
	margin-top: 62px;
}
#product_area .inner{
	padding-top: 60px;
}
#button_list_area{
}
#button_list_area .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#button_list_area .inner a{
	max-width: 47%;
	margin: 0 5% 20px 0;
}
#button_list_area .inner a:nth-child(2n){
	margin-right: 0;
}
#button_list_area .inner a span{
	font-size: 14px;
	line-height: 33px;
}
#product_detail section:nth-child(2){
	margin-top: 40px;
}
#product_detail h5,
#product_detail h5 span{
	font-size: 16px;
	line-height: 25px;
}
#product_detail h5{
	margin-bottom: 20px;
}
#product_detail .inner .box .half figure{
	padding: 17px;
}
#product_detail .inner .box .half p{
	font-size: 16px;
	line-height: 27px;
}
#product_detail .table_area{
	overflow-x: scroll;
}
.construction_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.construction_info &gt; div,
.construction_info &gt; a {
	width: 48%;
	height: auto;
	padding: 25px 0;
	margin: 0 1% 20px!important;
	font-size: 14px;
	line-height: 24px;
	border-radius: 10px;
}
.construction_info &gt; div::before,
.construction_info &gt; div::after,
.construction_info &gt; a::before,
.construction_info &gt; a::after {
	height: 13px;
	right: 9px;
}
.construction_info div span,
.construction_info a span{
	width: 80%;
	font-size: 13px;
}
}
</pre></body></html>