@charset "utf-8";

/*
  File Name   : info.css
  Description : お知らせ
*/

/*.global-nav-list > li:nth-child(1) > a:before {
  width: 100%;
}*/
.global-nav-list > li:nth-child(2) > a:before {
  width: 100%;
}

/* info/index.html
============================================================ */

.sec-info-top {
  padding: 80px 0 0;
}

.sec-info-top .sec-news-list li {
  border-bottom: 1px solid #e6e6e6;
}

.sec-info-top .sec-news-list li:nth-child(even) {
  background: #fff;
}

@media screen and (max-width: 1023px) {


}

/* editor layout */
.edt-L-img-R-text,
.edt-L-text-R-img,
.edt-C-img,
.edt-C-text,
.edt-free {
  margin: 0 0 20px;
}
.edt-L-img-R-text .img-block,
.edt-L-text-R-img .img-block {
  width: 40%;
  float: left;
  text-align: center;
}
.edt-C-img .img-block {
  text-align: center;
}
.edt-C-img-text .img-block img,
.edt-L-img-R-text .img-block img,
.edt-L-text-R-img .img-block img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.edt-L-text-R-img .img-block {
  float: right;
}
.edt-L-img-R-text .text-block,
.edt-L-text-R-img .text-block {
  box-sizing: border-box;
  width: 60%;
  float: right;
  padding-left: 20px;
}
.edt-L-text-R-img .text-block {
  float: left;
  padding-left: 0;
  padding-right: 20px;
}
.edt-C-img-text .title,
.edt-C-text .title,
.edt-L-img-R-text .title,
.edt-L-text-R-img .title {
  font-size: 16px;
  font-weight: bold;
  color: #ddd;
  margin: 0 0 10px;
  line-height: 1.6;
}
.edt-C-img-text .img-block {
  margin: 0 0 10px;
  text-align: center;
}
.edt-C-img img,
.edt-C-text img,
.edt-free img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


/* info/detail.html
============================================================ */

.sec-info-detail {
  padding: 80px 0 0;
}

.info-detail-header {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.info-detail-header span {
  margin-bottom: 10px;
  display: block;
}

.info-detail-header h1 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.info-detail-body p {
  line-height: 2em;
  margin-bottom: 20px;
}

.info-detail-body p:last-of-type {
  margin-bottom: 0;
}

.info-detail-bottom {
  padding-top: 80px;
  text-align: center;
}

.info-detail-file {
  display: inline-block;
  line-height: 1em;
  margin-left: 5px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .info-title {
    padding: 0 0 20px;
    margin: 0 0 10px;
  }
  .info-title .title {
    font-size: 18px;
  }
  .info-title .day {
    font-size: 14px;
  }
  /* editor layout */
  .edt-L-img-R-text,
  .edt-L-text-R-img,
  .edt-C-img,
  .edt-C-text,
  .edt-free {
    margin: 0 0 10px;
  }
  .edt-C-img img,
  .edt-C-text img,
  .edt-free img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .edt-L-img-R-text .img-block,
  .edt-L-text-R-img .img-block {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .edt-L-text-R-img .img-block {
    float: none;
  }
  .edt-L-img-R-text .text-block,
  .edt-L-text-R-img .text-block {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .edt-L-text-R-img .text-block {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .edt-C-text .title,
  .edt-L-img-R-text .title,
  .edt-L-text-R-img .title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .edt-L-img-R-text iframe,
  .edt-L-text-R-img iframe,
  .edt-C-img iframe,
  .edt-C-text iframe,
  .edt-free iframe {
    width: 100%;
    height: auto;
    min-height: 220px;
  }
}
@media screen and (max-width: 1023px) {


  .sec-info-detail {
    padding: 40px 0 0;
  }

  .info-detail-header {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .info-detail-header span {
    margin-bottom: 7px;
  }

  .info-detail-header h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .info-detail-bottom {
    padding-top: 40px;
  }

}
