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

.box_inner h2 {
  background: none !important;
  padding: 0;
}

.plof_text {

}

.y_line2 {
  border-bottom: 1px solid #FFE800;
  display: inline-block;
  margin: 0 0 30px 0;
}

/*PC時横並び*/
@media screen and (min-width: 641px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em 0;
  }
  .rColumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex .flex_text {
    width: 48%;    
  }
  .flex .flex_img {
    width: 48%;
    margin: 0;
  }
}

/*top*/
.top_area {
  margin: 0 0 40px 0;
  text-align: center;
}

.top_area h1 {
  font-size: 3.6rem;
  margin: 50px 0 0 0;
}

.top_area .about {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .top_area .about {
    width: 400px;
    margin: auto;
  }
  .w90 {
    width: 90%;
  }
  .w80 {
    width: 80%;
  }
  .w70 {
    width: 70%;
  }
  .w60 {
    width: 60%;
  }
  .w50 {
    width: 50%;
  }
}

/*記事base*/
.imgBlk {
  margin: 20px auto;
  text-align: center;
}
.imgBlk figcaption {
  text-align: center;
  font-size: 12px;
}
.imgBOX {
  position: relative;
  margin-bottom: 90px;
}

.box {
  margin: 0 0 90px 0;
}

.list_box {
  width: 100%;
  letter-spacing: -0.4em;
}

.box_inner li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.desc_text {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 1.2rem;
  color: #5b5b5b;
}

@media screen and (max-width: 640px) {
  .box {
    margin: 0 0 80px 0;
    font-size: 2rem;
  }

  .box_inner li {
    display: block;
  }

  .box img {
    width: 100%;
    height: auto;
  }

  .desc_text {
    font-size: 1.4rem;
  }
}

.box_inner .cnt_img {
  margin: 0 0 50px 0;
}

/*//記事base*/

.set_01 p {
  text-indent: 1em;
}
.set_02 p {
  text-indent: 1em;
}
.set_03 p {
  text-indent: 1em;
}
.set_04 p:not(.noi) {
  text-indent: 1em;
}
.set_05 p {
  text-indent: 1em;
}
.set_06 p {
  text-indent: 1em;
}
.set_07 p {
  text-indent: 1em;
}
.set_08 p {
  text-indent: 1em;
}

@media screen and (min-width: 641px) {
  .set_01 {
  }
  .set_02 {
  }
  .set_03 {
  }
  .set_04 {
  }
  .set_05 {
  }
  .set_06 {
  }
  .set_07 {
  }
  .set_08 {
  }
}

p.font-gray {
  color: #666666;
}

.dash {
  letter-spacing: -4px;
  margin: 0 4px 0 2px;
  font-family: Meiryo;
}
