@charset "UTF-8";

/*================================================
 * 各ページCSS
 ================================================*/
#header_img{margin-top: 140px; background-color: #000000;padding: 3em 0;}
.header_img_box{background: url("../img/header_img.png")no-repeat right center;background-size: 30%;}

.page_title{width: 1000px;margin: 0 auto;background: url("../img/header_title_back.svg")no-repeat left center;}
.page_title h2{font-size: 1.4em; color:#ffffff;padding:0.6% 0; }
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */

/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
p{margin: 0;padding: 0;line-height: 1.8}

.page_h3{font-size: 1.4em;}
.fd01{font-size: 0.84em;}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
#header_img{margin-top: 130px; background-color: #000000;padding: 1.8em 0;}
.header_img_box{background: url("../img/header_img_sp.png")no-repeat right center;background-size: contain;}
.page_title{width: 100%;margin: 0 auto;background: none;}
.page_title h2{font-size: 1.4em; color:#ffffff;padding:0% 0 0% 1%; }
.border_box{border: solid 1px gray;padding: 2% 0;margin-bottom: 1em;}	

.box-item02{width: 48%;display: inline-block;margin:1% 0 2%;height: auto;}
}


