/* pc
-------------------------------------*/
@media only screen and (min-width: 768px) {

img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}


#contbox_location_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_01 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
	margin:40px auto ;
}
#contbox_location_01 .inner01 .item:first-child{
    width: 50%;
    align-self: center;
}
#contbox_location_01 .inner01 .item:last-child{
    width: 44%;
    align-self: center;
}
#contbox_location_02 {
	width:100%;
	margin:80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
	margin:0 auto 40px auto;
}
#contbox_location_02 .inner01 .item:first-child{
    width: 46%;
	padding: 10px;
	box-sizing: border-box;
    align-self: center;
	background-color: #fff;
}
/*#contbox_location_02 .inner01 .item:nth-child(2){
    width: 20px;
    padding: 20% 0 0 0;
}*/
#contbox_location_02 .inner01 .item:last-child{
    width: 46%;
    align-self: center;
}
#contbox_location_02 .inner01 .item:last-child .txt_box{
    width: 100%;
    background-color: #D5D2C3;
    margin: 20px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}
#contbox_location_02 .inner01 .item:last-child .txt_box p{
	color: #000;
    margin: 0 0 0 0;
}

#contbox_location_02 .inner01 .item .triangle{
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #666;
}

}

/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}


#contbox_location_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_01 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
	margin:40px auto ;
}
#contbox_location_01 .inner01 .item:first-child{
    width: 100%;
}
#contbox_location_01 .inner01 .item:last-child{
    width: 100%;
}
#contbox_location_02 {
	width:94%;
	margin:80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
	margin:0 auto 40px auto;
}
#contbox_location_02 .inner01 .item:first-child{
    width: 100%;
    margin: 0 0 20px 0;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
/*#contbox_location_02 .inner01 .item:nth-child(2){
    width: 20px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
}*/
#contbox_location_02 .inner01 .item:last-child{
    width: 100%;
}

#contbox_location_02 .inner01 .item:last-child .txt_box{
    width: 100%;
    background-color: #D5D2C3;
    margin: 20px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
}
#contbox_location_02 .inner01 .item:last-child .txt_box p{
	color: #000;
    margin: 0 0 0 0;
}

#contbox_location_02 .inner01 .item .triangle{
  border-top: 20px solid #666;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

}