@charset "utf-8";
/* CSS Document */
.box_wrap{border: 1px solid #121235;}
.box_wrap .box{border-bottom: 1px solid #121235;}
.box_wrap .box:last-of-type{border-bottom:none;}
.box_wrap .box div:last-of-type{border-left: 1px solid #121235;}

.box_wrap .box div:first-of-type{line-height: 2.375}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#cms_wrap {    margin-top: 0px;}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	.box_wrap .box div:first-of-type{padding-bottom: 0px;}


}