/*ここだけのcss*/
/*倉庫に使っている左コメント右2つ写真のcss*/
.column_a {width:320px;margin-right:10px;}
.column_b {width:320px;}
.column_c {width:320px;margin-left:10px;}
@media screen and (max-width: 1100px) {
.column_a {width:320px;margin-right:10px;}
.column_b {width:210px;}
.column_c {width:210px;margin-left:10px;}
.column_b .imgbox {height:160px;}
.column_c .imgbox {height:160px;}
}
@media screen and (max-width: 780px) {
.column_a {width:320px;margin-right:10px;}
.column_b {width:140px;}
.column_c {width:140px;margin-left:10px;}
.column_b .imgbox {height:120px;}
.column_c .imgbox {height:120px;}
}
@media screen and (max-width: 680px) {
.column_a {width:320px;margin-right:10px;}
.column_b {width:120px;}
.column_c {width:120px;margin-left:10px;}
.column_b .imgbox {height:100px;}
.column_c .imgbox {height:100px;}
}
/*iPhone+ 414*/
@media screen and (max-width: 640px) {
.column_a {width:320px;margin-right:auto;margin-left:auto;}
.column_b {width:320px;margin-right:auto;margin-left:auto;margin-top:10px;}
.column_c {width:320px;margin-right:auto;margin-left:auto;margin-top:10px;}
.column_b .imgbox {height:200px;}
.column_c .imgbox {height:200px;}
}
/*iPhone 375*/
@media screen and (max-width: 390px) {
.column_a {width:96%;margin-right:auto;margin-left:auto;}
.column_b {width:96%;margin-right:auto;margin-left:auto;}
.column_c {width:96%;margin-right:auto;margin-left:auto;}
.column_b .imgbox {height:200px;}
.column_c .imgbox {height:200px;}
}


/*空き倉庫検索のcss*/
#aki-soko h2 {font-size:24px;}
#aki-soko p {font-size:18px;line-height:28px;}
#aki-soko .submitbtn {width:320px;height:70px;padding-top:25px;position:absolute;top:10px;right:10px;}
.w460_v {display:none;}
@media screen and (max-width: 1100px) {
#aki-soko h2 {font-size:20px;}
#aki-soko p {font-size:16px;line-height:28px;}
#aki-soko .submitbtn {width:320px;height:66px;padding-top:23px;}
}
@media screen and (max-width: 780px) {
#aki-soko h2 {text-align:center;font-size:20px;}
#aki-soko p {text-align:center;font-size:15px;line-height:24px;}
#aki-soko .submitbtn {width:320px;height:60px;padding-top:20px;position:relative;margin-left:auto;margin-right:auto;right:0px;}
}
@media screen and (max-width: 460px) {
.w460_v {display:block;}
#aki-soko .submitbtn {width:300px;height:60px;padding-top:20px;position:relative;margin-left:auto;margin-right:auto;right:0px;}
}
/*iPhoneSE 320*/
@media screen and (max-width: 350px) {
#aki-soko .submitbtn {width:260px;margin-left:auto;margin-right:auto;}
}

/*倉庫のcss*/
.soko_img {position:relative;height:180px;}
.soko_img .img2 {position:absolute;height:130px;width:45%;}
.soko_img .img2 .imgbox {height:130px;width:100%;}
.soko_img .img2 .cap {position:absolute;top:130px;color:#333;line-height:140%;}
.soko_img .img2:first-child {left:5px;}
.soko_img .img2:last-child {right:5px;}
.waku h4 {margin-left:1em;text-indent:-1em;}
@media screen and (max-width: 780px) {
.soko_img .img2 .imgbox {height:100px;}
.soko_img .img2 .cap {top:100px;}
}
/*iPhone+ 414*/
@media screen and (max-width: 640px) {
.soko_img {position:relative;height:200px;}
.soko_img .img2 .imgbox {height:150px;}
.soko_img .img2 .cap {top:150px;}
}
/*iPhone 375*/
@media screen and (max-width: 390px) {
.soko_img {position:relative;height:180px;}
.soko_img .img2 .imgbox {height:130px;}
.soko_img .img2 .cap {top:130px;}
}
/*iPhoneSE 320*/
@media screen and (max-width: 350px) {
.soko_img {position:relative;height:150px;}
.soko_img .img2 .imgbox {height:110px;}
.soko_img .img2 .cap {top:110px;}
}

/*左小さく右が大きい*/
.column_a2 {width:360px;margin-right:10px;}
.column_b2 {width:620px;}
/*iPad 768*/
@media screen and (max-width: 780px) {
.column_a2 {width:600px;margin-right:auto;margin-left:auto;}
.column_b2 {width:600px;margin-right:auto;margin-left:auto;}
}
/*iPhone+ 414*/
@media screen and (max-width: 640px) {
.column_a2 {width:320px;margin-right:auto;margin-left:auto;}
.column_b2 {width:320px;margin-right:auto;margin-left:auto;}
}
/*iPhone 375*/
@media screen and (max-width: 390px) {
.column_a2 {width:96%;margin-right:auto;margin-left:auto;}
.column_b2 {width:96%;margin-right:auto;margin-left:auto;}
}


.w600 {width:600px;}
.w500 {width:500px;}
.w380 {width:380px;}
/*iPhone+ 414*/
@media screen and (max-width: 640px) {
.w600 {width:100%;}
.w500 {width:100%;}
.w380 {width:100%;}
}