@charset "UTF-8";
/* CSS Document */

#limini_template{
padding-bottom: 0;
}
#fixed_banner{
display: none;
}
/* 中身-モバイルファースト======================================================================================================== */

.flex .img{
margin-bottom: 20px;
}



/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

.flex{
display: flex;
flex-direction: row-reverse;
}
.flex .text{
flex: 1;
margin-right: 40px;
}
.flex .img{
margin-bottom: 0px;
}



}

