<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
-------------------------------------*/
img.img_border{
	border:1px solid #666;
    box-sizing: border-box;
}

#contbox_acc_01 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_01 .inner01{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner01 .item{
    width: 20%;
}
#contbox_acc_01 .inner02{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner02 .item{
    width: 48%;
    align-self: center;
}
#contbox_acc_01 .inner03{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner03 .item:first-child{
    width: 30%;
    align-self: center;
}

#contbox_acc_01 .inner03 .item:last-child{
    width: 66%;
    align-self: center;
}
#contbox_acc_01 .inner03 .item:first-child hr{
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}
#contbox_acc_01 .inner04{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner04 .item{
    width: 46%;
    align-self: center;
}


/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
	
img.img_border{
	border:1px solid #666;
    box-sizing: border-box;
}


#contbox_acc_01 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_acc_01 .inner01{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#contbox_acc_01 .inner01 .item{
    width: 33.3%;
}
#contbox_acc_01 .inner02{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner02 .item{
    width: 100%;
    margin: 0 0 20px 0;
}
#contbox_acc_01 .inner03{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner03 .item:first-child{
    width: 100%;
    margin: 0 0 20px 0;
}

#contbox_acc_01 .inner03 .item:last-child{
    width: 100%;
}
#contbox_acc_01 .inner03 .item:first-child hr{
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}
#contbox_acc_01 .inner04{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    overflow: hidden;
}

#contbox_acc_01 .inner04 .item{
    width: 100%;
    margin: 0 0 20px 0;
}
}</pre></body></html>