@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {

#mainImage.lower.main-bg {
background-position: center 0;
background-image: url("../images/concept/hed_img.jpg");
}

/*-------------------------------*/
#box01 { margin-bottom: 50px; }
.box01_txt { font-size: 16px; line-height: 2em; font-weight: 400; text-align: center; }
.box02_imgbox { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 50px;  }
.box02_imgbox li { width: 49.7%; }
.box02_imgbox_img { width: 100%; margin: 0 auto; }
.box02_imgbox_img img { width: 100%; height: auto; }
.box02_txt { line-height: 2em; }

}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {

#mainImage.lower.main-bg {
background-position: center 0;
background-image: url("../images/concept/hed_img.jpg");
}

/*-------------------------------*/
#box01 { margin-bottom: 50px; }
.box01_txt { font-size: 14px; line-height: 2em; font-weight: 400; text-align: center; }
.box02_imgbox { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 50px;  }
.box02_imgbox li { width:100%; }
.box02_imgbox li:nth-child(n+2) { margin-top: 30px; }
.box02_imgbox_img { width: 100%; margin: 0 auto; }
.box02_imgbox_img img { width: 100%; height: auto; }
.box02_txt { line-height: 2em; }



}
