@charset "UTF-8";
#contbox_acc_01 {
	width:100%;
	margin:0 auto 60px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_acc_01 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
#contbox_acc_01 .inner01 .item{
    width: 33.33%;
    margin: 0 0 0 0;
}
#contbox_acc_02 {
	width:80%;
	margin:0 auto 60px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_02 img.img_routemap{
    width: 1000px;
    margin: 40px auto;
}
#contbox_acc_02 img.img_time01{
    width: 800px;
    margin: 0 auto 40px auto;
}
#contbox_acc_03{
	width:80%;
	margin:0 auto 60px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_03 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto 60px auto;
    padding: 20px;
    background-color: #efefef;
    box-sizing: border-box;
}
#contbox_acc_03 .inner01 .item:first-child{
    width: 18%;
    align-self: center;
}
#contbox_acc_03 .inner01 .item:nth-child(2){
    width: 38%;
    align-self: center;
}
#contbox_acc_03 .inner01 .item:last-child{
    width: 38%;
    align-self: center;
}