@charset "UTF-8";
/* =========================================================
　◆Mainvis
========================================================= */
.mainvis {
  background: url(../images/mainvis.jpg) no-repeat top center;
  background-size: 100% auto; 
  margin-bottom: 4.375%;
  min-width: 1000px;
  width: 100%;
}
.mainvis .mainvis-inner {
  margin: 0 auto;
  padding-top: 19.375%;
  position: relative; 
  width: 1000px;
}
.mainvis .mainvis-inner .mainvis-ttl {
  color: #fff;
  font-size: 2.625vw;
  font-weight: bold;
  left: 10%;
  letter-spacing: .05em; 
  position: absolute;
  top: 41.2%;
}

/* =========================================================
　◆News 共通
========================================================= */
.main .main-inner {
  width: 800px;
}

.news-area {
  width: 800px;
}

/* =========================================================
　◆News top
========================================================= */
body.pg-top .news-area .news-list {
  margin-bottom: 49px;
}
body.pg-top .news-area .news-list ul li {
  border-top: 1px solid #e0e0e0; 
  margin-bottom: 30px;
  padding-top: 30px;
}
body.pg-top .news-area .news-list ul li .news-date {
  border-left: 4px solid #0a3052; 
  color: #0a3052;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
}
body.pg-top .news-area .news-list ul li .news-ttl {
  color: #4c4c4c;
  display: inline-block; 
  font-size: 16px;
  line-height: 1.8;
}
body.pg-top .news-area .news-list ul li .news-ttl:hover {
  color: #ff6b1b;
  text-decoration: underline;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
body.pg-top .news-area .news-list ul li:last-child {
  border-bottom: 1px solid #e0e0e0; 
  padding-bottom: 30px;
}

/* =========================================================
　◆News 詳細
========================================================= */
body.pg-details article.entry-post [class^="post-heading"] {
  color: #0a3052; 
  font-weight: bold;
}
body.pg-details article.entry-post .post-header .post-date {
  font-size: 16px;
}
body.pg-details article.entry-post .post-header .post-heading01 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 25px;
  padding-left: 28px;
  position: relative;
}
body.pg-details article.entry-post .post-header .post-heading01::before {
  background: #0a3052;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0; 
  width: 6px;
}
body.pg-details article.entry-post .post-body {
  font-size: 16px;
  line-height: 1.8;
  margin: 45px 0 50px;
}
body.pg-details article.entry-post .post-body a {
  color: #8cb9da;
}
body.pg-details article.entry-post .post-body a:hover {
  color: #ff6b1b;
  text-decoration: underline;
}
body.pg-details article.entry-post .post-body p.nomal-txt {
  margin-bottom: 25px; 
  margin-top: 25px;
}
body.pg-details article.entry-post .post-body ul.post-list-1em {
  margin-bottom: 10px; 
  margin-top: 10px;
}
body.pg-details article.entry-post .post-body ul.post-list-1em > li {
  padding-left: 1em; 
  text-indent: -1em;
}
body.pg-details article.entry-post .post-body .post-note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}
body.pg-details article.entry-post .post-body .post-heading02 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 45px;
}
body.pg-details article.entry-post .post-body .post-heading03 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 35px;
}
body.pg-details article.entry-post .post-body .post-col-area {
  margin-top: 25px;
}
body.pg-details article.entry-post .post-body .post-col-area img {
  width: 100%;
}
body.pg-details article.entry-post .post-body .post-col-area::after {
  clear: both; 
  content: "";
  display: block;
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-half {
  float: left;
  margin-right: 20px; 
  width: calc(50% - 10px);
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-half:last-child {
  margin-right: 0;
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-left {
  float: left;
  margin: 20px 20px 20px 0; 
  width: calc(50% - 10px);
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-right {
  float: right;
  margin: 20px 0 20px 20px; 
  width: calc(50% - 10px);
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-left:first-child, body.pg-details article.entry-post .post-body .post-col-area .post-col-right:first-child {
  margin-top: 0;
}
body.pg-details article.entry-post .post-body .post-col-area .post-col-left img, body.pg-details article.entry-post .post-body .post-col-area .post-col-right img {
  width: 100%;
}
body.pg-details article.entry-post .post-body .post-table {
  border: 1px solid #ccc;
  line-height: 1.25;
  margin-top: 45px;
  width: 100%;
  word-break: break-all;
}
body.pg-details article.entry-post .post-body .post-table th, body.pg-details article.entry-post .post-body .post-table td {
  border-top: 1px solid #ccc; 
  font-weight: normal;
  padding: 14px 20px;
}
body.pg-details article.entry-post .post-body .post-table th {
  background: #f5f5f5;
  vertical-align: top;
}
body.pg-details article.entry-post .post-body .post-table td:nth-of-type(1) ul.post-list-1em {
  margin-top: 0;
}
body.pg-details article.entry-post .back-link {
  color: #8cb9da; 
  text-align: right;
}
body.pg-details article.entry-post .back-link a {
  color: #8cb9da;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}
body.pg-details article.entry-post .back-link a:hover {
  color: #ff6b1b;
  text-decoration: underline;
}
body.pg-details article.entry-post .back-link a::before {
  background: url(../images/link_arrow.png) no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block; 
  height: 12px;
  left: -12px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 7px;
}

@media screen and (max-width: 750px) {
  /*! =========================================================
  　◆Main
  ========================================================= */
  .main .main-inner {
    margin-bottom: 0; 
    width: auto;
  }
  /*! =========================================================
  　◆Mainvis
  ========================================================= */
  .mainvis {
    background: url(../images/sp_mainvis.jpg) no-repeat center;
    background-size: 100% auto; 
    margin-bottom: 50px;
    min-height: initial;
    min-width: initial;
    padding-top: 0;
    width: 100%;
  }
  .mainvis .mainvis-inner {
    padding-top: 37.33333%;
    width: 100%;
  }
  .mainvis .mainvis-inner .mainvis-ttl {
    font-size: 5.6vw;
    left: 10%; 
    position: absolute;
    top: 40%;
  }
  /*! =========================================================
  　◆News 共通
  ========================================================= */
  .news-area {
    float: none; 
    margin: 0 auto 40px;
    width: 86.66667%;
  }
  /*! =========================================================
  　◆News top
  ========================================================= */
  body.pg-top .news-area .news-list {
    margin-bottom: 40px;
  }
  body.pg-top .news-area .news-list ul li {
    border-top: 1px solid #e0e0e0; 
    margin-bottom: 30px;
    padding-top: 30px;
  }
  body.pg-top .news-area .news-list ul li .news-date {
    font-size: 12px; 
    height: 17px;
    line-height: 17px;
    margin-bottom: 13px;
    padding-left: 10px;
  }
  body.pg-top .news-area .news-list ul li .news-ttl {
    font-size: 14px;
    line-height: 1.5;
  }
  body.pg-top .news-area .news-list ul li:last-child {
    border-bottom: 1px solid #e0e0e0; 
    padding-bottom: 30px;
  }
  /* ========================================================= 　◆News 詳細 ========================================================= */
  body.pg-details article.entry-post .post-header .post-date {
    font-size: 12px;
  }
  body.pg-details article.entry-post .post-header .post-heading01 {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 20px; 
    padding-left: 17px;
  }
  body.pg-details article.entry-post .post-header .post-heading01::before {
    width: 4px;
  }
  body.pg-details article.entry-post .post-body {
    font-size: 14px;
    line-height: 1.5;
    margin: 35px 0 35px;
  }
  body.pg-details article.entry-post .post-body p {
    margin-top: 15px;
  }
  body.pg-details article.entry-post .post-body .post-heading02 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 35px;
  }
  body.pg-details article.entry-post .post-body .post-heading03 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }
  body.pg-details article.entry-post .post-body .post-col-area {
    margin-top: 25px;
  }
  body.pg-details article.entry-post .post-body .post-col-area::after {
    clear: both; 
    content: "";
    display: block;
  }
  body.pg-details article.entry-post .post-body .post-col-area [class^="post-col-"] {
    width: 100%;
  }
  body.pg-details article.entry-post .post-body .post-col-area .post-col-half {
    float: none;
    margin: 20px 0 0 0;
  }
  body.pg-details article.entry-post .post-body .post-col-area .post-col-half:first-child {
    margin-top: 0;
  }
  body.pg-details article.entry-post .post-body .post-col-area .post-col-left, body.pg-details article.entry-post .post-body .post-col-area .post-col-right {
    float: none;
    margin: 20px 0;
  }
  body.pg-details article.entry-post .post-body .post-table {
    line-height: 1.3;
    margin-top: 30px;
  }
  body.pg-details article.entry-post .post-body .post-table th, body.pg-details article.entry-post .post-body .post-table td {
    display: block;
  }
  body.pg-details article.entry-post .post-body .post-table tr:first-child th {
    border-top: none;
  }
  body.pg-details article.entry-post .back-link a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
  }
  body.pg-details article.entry-post .back-link a::before {
    height: 10px; 
    width: 6px;
  }
}

/*# sourceMappingURL=news.css.map */
