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

#contbox_des_01 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_01 .inner01{
    display: flex;
    justify-content: space-between;
	width:100%;
	margin:0 auto 60px auto;
	overflow:hidden;
}
#contbox_des_01 .inner01 .item{
    width: 48%;
    align-self: center;
}
#contbox_des_01 .inner02{
	width:100%;
	margin:0 auto 60px auto;
    padding: 20px 15% 0 15%;
	overflow:hidden;
    box-sizing: border-box;
    background-color: #514e4d
}
#contbox_des_01 .inner02 p{
    color: #fff;
}

#contbox_des_02 {
	width:100%;
	margin:0 auto 40px auto;
    padding: 30px 30px 0 30px;
	overflow:hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
#contbox_des_02 h5.h5_designer{
    color: #62b0ae;
}
#contbox_des_02 .inner01{
    display: flex;
    justify-content: space-between;
	width:100%;
	overflow:hidden;
}
#contbox_des_02 .inner01 .item:first-child{
    width: 54%;
}
#contbox_des_02 .inner01 .item:nth-child(2){
    width: 18%;
}
#contbox_des_02 .inner01 .item:last-child{
    width: 20%;
}
#contbox_des_02 .inner01 .item .img_box01{
    float: left;
    width: 34%;
    margin: 0 20px 20px 0;
}

/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
	

#contbox_des_01 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_01 .inner01{
    display: flex;
    flex-wrap: wrap;
	width:100%;
	margin:0 auto ;
	overflow:hidden;
}
#contbox_des_01 .inner01 .item{
    width: 100%;
}
#contbox_des_01 .inner02{
	width:100%;
	margin:0 auto 60px auto;
	overflow:hidden;
}


#contbox_des_02 {
	width:100%;
	margin:0 auto 40px auto;
    padding: 10px 10px 0 10px;
	overflow:hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
#contbox_des_02 h5.h5_designer{
    color: #62b0ae;
}
#contbox_des_02 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	overflow:hidden;
}
#contbox_des_02 .inner01 .item:first-child{
    width: 100%;
    margin: 0 0 20px 0;
}
#contbox_des_02 .inner01 .item:nth-child(2){
    width: 49%;
}
#contbox_des_02 .inner01 .item:last-child{
    width: 49%;
}
#contbox_des_02 .inner01 .item .img_box01{
    float: left;
    width: 38%;
    margin: 0 20px 20px 0;
}
}</pre></body></html>