@charset "UTF-8";
/* pc
-------------------------------------*/
#contbox_des_01 {
	width:1200px;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_01 .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 40px 0;
}
#contbox_des_01 .inner .item:first-child{
    width: 56%;
    align-self: center;
}
#contbox_des_01 .inner .item:last-child{
    width: 36%;
    align-self: center;
}
#contbox_des_01 .inner .item .img_box{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
#contbox_des_01 .inner .item:last-child ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    
}
#contbox_des_01 .inner .item:last-child ul li{
    width: 46%;
}

#contbox_des_01 .inner02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 40px 0;
}
#contbox_des_01 .inner02 .item:first-child{
    width: 40%;
    align-self: center;
}
#contbox_des_01 .inner02 .item:last-child{
    width: 56%;
    align-self: center;
}
#contbox_des_01 .inner02 .item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
}
#contbox_des_01 .inner02 .item ul li{
    width:48%;
    padding: 10px;
    border: 2px solid #004386;
    overflow: hidden;
    box-sizing: border-box;
}
#contbox_des_01 .inner02 .item ul li p{
    text-align: center;
    margin: 0 0 0 0;
}

#contbox_des_01 .inner03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 40px 0;
}
#contbox_des_01 .inner03 .item{
    width: 18%;
}
/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
	
#contbox_des_01 {
	width:94%;
}
#contbox_des_01 .inner .item:first-child{
    width: 100%;
    align-self: auto;
}
#contbox_des_01 .inner .item:last-child{
    width: 100%;
    align-self: auto;
}
#contbox_des_01 .inner .item .img_box{
    width: 100%;
}
#contbox_des_01 .inner .item:last-child ul li{
    width: 100%;
}

#contbox_des_01 .inner02 .item:first-child{
    width: 100%;
    align-self: auto;
    margin: 0 0 20px 0;
}
#contbox_des_01 .inner02 .item:last-child{
    width: 100%;
    align-self: auto;
}
#contbox_des_01 .inner02 .item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
}
#contbox_des_01 .inner02 .item ul li{
    width:48%;
    padding: 10px;
    border: 2px solid #004386;
    overflow: hidden;
    box-sizing: border-box;
}
#contbox_des_01 .inner02 .item ul li p{
    text-align: center;
    margin: 0 0 0 0;
}

#contbox_des_01 .inner03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 40px 0;
}
#contbox_des_01 .inner03 .item{
    width: 30%;
}
}