/* ここに修正cssとか */

.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.colorBox{
    margin: 30px 0 0;
}
.colorBoxList li{
    width: 19%;
    margin: 0 1.25% 2% 0;
}
.colorBoxList li:nth-child(5n){
    margin-right: 0;
}
.colorBoxList li img{
    width: 100%;
}
.colorBoxList li h3{
    font-weight: bold;
    font-size: 1.3rem;
    margin: 10px 0 0;
    padding: 0;
}
.colorBoxList li p{
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}
.orderFin{
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
}
@media screen and (max-width: 1050px) {
    .colorBoxList li{
    width: 23.5%;
    margin: 0 2% 2% 0;
    }
    .colorBoxList li:nth-child(5n){
    margin-right: 2%;
    }
    .colorBoxList li:nth-child(4n){
    margin-right: 0%;
    }
    .colorBoxList li h3{
    font-size: 1.2rem;
    }
}
@media screen and (max-width: 768px) {
    .colorBoxList li{
    width: 32%;
    margin: 0 2% 2% 0;
    }
    .colorBoxList li:nth-child(4n){
    margin-right: 2%;
    }
    .colorBoxList li:nth-child(3n){
    margin-right: 0%;
    }
}


.clearfix::after{
content: "";
display: block;
clear: both;
}
.dB{
letter-spacing: -.4em;
}
.dBlock{
letter-spacing: 0.08em;
line-height: 1.5;
vertical-align: top;
display: inline-block;
}
.fl{
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.flc{
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: wrap;
}
.flr{
display: -webkit-flex;
display: flex;
-webkit-justify-content: right;
justify-content: right;
-webkit-align-items: right;
align-items: right;
flex-wrap: wrap;
}
.imgTri{
position: relative;
width: 100%;
height: 100%;
padding: 65% 0 0;
overflow: hidden;
border-radius: 20px;
}
.imgTri img{
position: absolute;
top: 0;
left: 0;
width: 100%;
}


/* guide price */
.guide_pricelist{

}
.guide_pricelist h3{
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0;
}
.guide_pricelist p{
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}
.guide_pricelist table{
    width:100%;
    border-collapse: collapse;
    border: solid 1px #333;
    margin: 10px 0 0;
}
.guide_pricelist table th,
.guide_pricelist table td{
    border: solid 1px #333;
    text-align: center;
}
.guide_pricelist table th{
    padding: 10px;
    background: #EEE;
    font-size: 1.6rem;
}
.guide_pricelist table td{
    width: 50%;
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
}
.guide_pricelist table tr td:nth-child(3){
    min-width: 140px;
    vertical-align: middle;
}
.guide_pricelist table tr td:nth-child(3) span{
    font-size: 1.3rem;
}

/* privacy */
.privacy h1{
    font-size: 3rem;
    font-weight: bold;
}
.privacy h2{
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0 0;
}
.privacy ul{
    margin-left: 15px;
}

/* 特定商取引法 */
.tokutei{

}
.tokutei table{
    width:100%;
}
.tokutei table th{
    min-width: 150px;
    width: 20%;
    padding: 15px 5% 15px 0;
    border-bottom : solid 1px #CCC;
}
.tokutei table td{
    width: 75%;
    padding: 15px 0;
    border-bottom : solid 1px #CCC;
}

/* お問い合わせ完了 */
.contactFin{
    text-align: center;
}
.contactFin h3{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.contactFin p{
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
}