<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:40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_01 img.img_t01{
    width: 580px;
    height: auto;
    margin: 0 0 40px 0;
}


#contbox_des_02 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_02 .inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#contbox_des_02 .inner .item{
    align-self: center;
}
#contbox_des_02 .inner .item:first-child{
    width: 38%;
    height: auto;
}
#contbox_des_02 .inner .item:last-child{
    width: 60%;
    height: auto;
}
#contbox_des_03 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_des_03 .inner{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

#contbox_des_04{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px auto;
    background-color: #999;
}
#contbox_des_04 .inner{
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    
}
#contbox_des_04 .inner .item{
    align-self: center;
}
#contbox_des_04 .inner .item:first-child{
    width: 60%;
    height: auto;
}
#contbox_des_04 .inner .item:last-child{
    width: 34%;
    height: auto;
}
#contbox_des_05 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_05 .inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#contbox_des_05 .inner .item{
    align-self: center;
}
#contbox_des_05 .inner .item:first-child{
    width: 60%;
    height: auto;
}
#contbox_des_05 .inner .item:last-child{
    width: 34%;
    height: auto;
}

/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
	
#contbox_des_01 {
	width:100%;
    margin:40px auto 0 auto;
}
#contbox_des_01 img.img_t01{
    width: 100%;
    margin: 0 0 0 0;
}


#contbox_des_02 {
	width:100%;
}
#contbox_des_02 .inner{
    flex-wrap: wrap;
}
#contbox_des_02 .inner .item{
    align-self: auto;
}
#contbox_des_02 .inner .item:first-child{
    width: 100%;
}
#contbox_des_02 .inner .item:last-child{
    width: 100%;
}
#contbox_des_03 {
	width:100%;
}
#contbox_des_04{
 width: 100%;
}

#contbox_des_04 .inner{
    flex-wrap: wrap;
    width: 94%;
    margin: 20px auto 0 auto;
    
}
#contbox_des_04 .inner .item{
    align-self: auto;
}
#contbox_des_04 .inner .item:first-child{
    width: 100%;
}
#contbox_des_04 .inner .item:last-child{
    width: 100%;
}
#contbox_des_05 {
	width:100%;
}
#contbox_des_05 .inner{
    flex-wrap: wrap;
}
#contbox_des_05 .inner .item{
    align-self: auto;
}
#contbox_des_05 .inner .item:first-child{
    width: 100%;
}
#contbox_des_05 .inner .item:last-child{
    width: 100%;
}
}</pre></body></html>