@media screen and (min-width: 668px) {
/* PC */

/* sp */
.pc_no {display: none;}

/* base_contents */
body {line-height:1.5; background:url(../imag/body_back.jpg) repeat top left; color:#000000; font-feature-settings : "palt"; font-family: 'Josefin Sans', sans-serif;}

#index_box {width:100%; margin: 0px auto;  display: flex; flex-wrap: wrap; justify-content: space-between; }
.index_n1 {width: 100%;  margin: 3% 0% 0px 3%; }
.copy {width: 100%;  margin: 3% 0% 0px 3%;  font-size: 16px; color: #282828;}
.img100 {width: 50%;}


}/* PC fin */












@media screen and (max-width: 667px) {
/* SP */

/* PC reset */
.sp_no {display: none;}

body { background:url(../imag/body_back.jpg) repeat top left;  font-family: 'Josefin Sans', sans-serif;}

#index_box {width:100%; margin: 0px auto;  display: flex; flex-wrap: wrap; justify-content: space-between; }
.index_n1 {width: 100%;  margin: 63% 0% 0px 3%; }
.copy {width: 100%;  margin: 3% 0% 0px 3%;  font-size: 16px; color: #282828;}
.img100 {width: 80%;}


}/* SP fin */

