body{
  color: #000;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
  font-size: 18px !important;
  line-height: 16px !important;
}

img{
  max-width: 100% ;
}

#single_frame{
  background: url(../img_180118/bg_board.gif) repeat 0 0 / 250px 250px;
  padding: 33px 59px 30px 59px;
  width: 800px;
}
#page_top{
  margin-top: -21px;
}

.nr_date,
.nr_rt{
  font-size: 92% !important;
  line-height: 1;
}
.nr_lt{
  font-size: 140% !important;
}

h1#nr_title{
  padding-bottom: 20px;
}
h1#nr_title img{
  width: 70%;
}

.address{
  text-align: center;
}
.address a{
  color: #000;
  font-size: 20px !important;
}

.main_visual{
  width: 100%;
}

.img-01,
.img-02{
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.img-01:before{
  position: absolute;
  content: "";
  top: 21px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: url(../img_180118/img_01_label.svg) no-repeat 0 0 /100% auto;
}

.lay-img_col2{
  width: 532px;
  margin: 20px auto 10px;
  display: table;
}

.lay-img_col2 > div{
  display: table-cell;
  padding: 0 5px;
  width: 261px;
}
.lay-img_col3{
  width: 100%;
  display: table;
}
.lay-img_col3 > div{
  display: table-cell;
  padding: 0 5px;
  width: 260px;
}
.lay-img_col2 > div img,
.lay-img_col3 > div img{
  width: 260px;
}

.lay-img_col2 > div:first-child,
.lay-img_col3 > div:first-child{
  padding-left: 0;
}
.lay-img_col2 > div:last-child,
.lay-img_col3 > div:last-child{
  padding-right: 0;
}
.product-01 h3{
  margin: 20px 0 10px;
}

.product_02_img{
  margin: 30px auto 0;
  text-align: center;
}

.product-02 h3{
  margin-top: -15px;
}

#nr_text p.center{
  margin-top: 10px;
  text-align: center;
  padding-bottom: 0;
}

.product_list {
    line-height: 2;
    margin: 0;
    padding-bottom: 20px;
}

.product-01,
.product-02{
  margin-bottom: 20px;
}

.line-labo{
  height: 9px;
  width: 100%;
  background:repeating-linear-gradient( -70deg, #f7ca00, #f7ca00 30px, #409edb 30px, #409edb 60px, #e75b80 60px, #e75b80 90px );
}
.line-dotted{
  height: 9px;
  width: 100%;
background: -webkit-linear-gradient(right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 0%) repeat-x -3px bottom / 20px 3px;
background: -o-linear-gradient(right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 0%) repeat-x -3px bottom / 20px 3px;
background: linear-gradient(to left, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 0%) repeat-x -3px bottom / 20px 3px;
}