﻿header #header #logo{ width:15%; }
footer #footer #footer_logo{ width:15%; }
#intro h2{ padding-bottom: 10px;}
#page5 .cate .box .box_img_wrap .box_img2{padding:15px;}


/* ----- 個別対応 ----- */
/* 全ページにバナーを追加 */
#banner{
padding: 0 5%;
text-align: center;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: center;
align-items: center;
flex-direction: row;
}
#banner p{display: inline-block; margin: 0 10px;}
#banner a{transition: opacity 0.3s;}
#banner a:hover{opacity: 0.7;}
#banner p img{width: 300px;height: auto;}
@media screen and (max-width: 700px){
#banner{font-size:14px;}
#banner p{width: 100%; margin: 0 auto 30px;}
}



#main_img{ margin-bottom: 100px }
#page8{ margin-top: 50px; }
footer{ margin-top: 80px; }