﻿@charset "UTF-8";

.content_img_wrapper{
display:flex;

}

.content_img2,.content_img3,.content_img4,.content_img5,.content_img6{
width:45%;
max-width:390px;
/*width:250px;*/

height:auto;

/*max-height:450px;*/
margin-top:5px;

}

.content_img3,.content_img5{
margin-right:20px;
}


/*■■■■■■■■■■iPad■■■■■■■■■■*/

@media screen and (max-width:768px){

.content_img_wrapper{
display:flex;
height:100%;
/*height:270px;*/
}

.content_img3,.content_img4,.content_img5,.content_img6{
display:flex;
width:45%;
/*max-width:180px;*/
height:auto;

}


}/*スマホ終了タグ*/


/*■■■■■■■■■■スマホ■■■■■■■■■■*/
@media screen and (max-width:480px){




}/*スマホ終了タグ*/

