@charset "UTF-8";
/* pc
-------------------------------------*/
@media only screen and (min-width: 768px) {
#contbox_design_01 {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

#contbox_design_01 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin:40px 0 80px 0;
    box-sizing: border-box;
}
#contbox_design_01 .inner01 .item:first-child{
    width: 60%;
    align-self: center;
}
#contbox_design_01 .inner01 .item:last-child{
    width: 34%;
    align-self: center;
}

#contbox_design_01 .inner02{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin:40px auto;
    padding: 40px 0 0 0;
    border-top: 1px solid #ccc;
}

#contbox_design_01 .inner02 .item:first-child{
    width: 66%;
    align-self: center;
}
#contbox_design_01 .inner02 .item:last-child{
    width: 26%;
    align-self: center;
}
#contbox_design_01 .inner02 .img_box01{
    float: left;
    width: 26%;
    margin: 0 20px 20px 0;
}
}
/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
#contbox_design_01 {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#contbox_design_01 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin:40px 0 80px 0;
    box-sizing: border-box;
}
#contbox_design_01 .inner01 .item:first-child{
    width: 100%;
}
#contbox_design_01 .inner01 .item:last-child{
    width: 100%;
}
#contbox_design_01 .inner02{
    width: 100%;
    overflow: hidden;
    margin:40px auto;
    padding: 40px 0 0 0;
    border-top: 1px solid #ccc;
}

#contbox_design_01 .inner02 .item{
    width: 100%;
    margin: 0 0 20px 0;
}
#contbox_design_01 .inner02 .img_box01{
    width: 60%;
    margin: 20px auto;
}
}