<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign h1 span {
	color: #fff;
    text-shadow: 2px 2px 4px rgba(10,10,10,0.7);
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    margin-left: 20px;
    padding-top: 15px;
    line-height: 1.4em;
    position: absolute;
    top: 0px;
    left: 20px;
}
	
#main .maindesign .description {
font-size: 16px;
text-align: justify;
line-height: 22px;
/*margin-top: 5px;*/
} 
	
.maindesign ul.flexList {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 40px; 
}
	
.maindesign ul.flexList li{
width: calc(90% / 3);
margin-bottom: 20px
}
	
.maindesign ul.flexList li img{
width: 100%
}
 
.maindesign ul.flexList li a:hover {
opacity: 0.4;
filter: alpha(opacity=40);
-ms-filter: "alpha(opacity=70)";
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
zoom: 1;
} 
 
.maindesign .goods {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px 
}
 
.maindesign .goods.cols3-2 li {
width: calc(90% / 3);
margin-bottom: 40px;
margin-right: 0; 
position: relative;
} 
 
.maindesign .goods.cols3-2 .copy_text {
font-family: "Noto Sans JP";
font-weight: bold;
color: #333;
text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
padding: 3px 0px;
font-size: 1.1em;
line-height: 1.5em;
box-sizing: border-box;
} 
	
.maindesign .goods.cols3-2 .text-box {
margin-bottom: 18%;
} 
	
.maindesign a.btnRadius02 {
height: auto;
width: 80%;
margin: 0 auto 15px;
}</pre></body></html>