@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_news_single
====================================================================== */
.p_news_single {
  background: #fafafa;
}
.p_news_single .inner .contents {
  width: 1100px;
  margin: 100px auto 60px;
  padding: 80px 80px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_news_single .inner .contents {
    width: calc(100% - 40px);
    margin: 40px 20px;
    padding: 40px 20px 20px;
  }
}
.p_news_single .inner .contents h1 {
  margin: 0 0 20px;
}
.p_news_single .inner .contents h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  font-size: 22px;
  line-height: 1.75;
}
.p_news_single .inner .contents h2:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #333;
}
.p_news_single .inner .contents h3 {
  margin: 0 0 20px;
  font-size: 19px;
}
.p_news_single .inner .contents h4 {
  margin: 0 0 20px;
  font-size: 16px;
}
.p_news_single .inner .contents p {
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 1.75;
}
.p_news_single .inner .contents .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p_news_single .inner .contents .box {
    margin: 0;
    align-items: flex-start;
  }
}
.p_news_single .inner .contents .box img {
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 768px) {
  .p_news_single .inner .contents .box img {
    width: 100%;
  }
}
.p_news_single .inner .contents .box p {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_news_single .inner .contents .box p {
    width: 100%;
    margin: 20px 0 40px;
  }
}
.p_news_single .inner .contents blockquote {
  position: relative;
  padding: 25px 47px;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .p_news_single .inner .contents blockquote {
    padding: 50px 20px;
  }
}
.p_news_single .inner .contents blockquote:before {
  content: '“';
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1.4;
  font-size: 40px;
  color: #c4c4c4;
}
.p_news_single .inner .contents blockquote:after {
  content: '“';
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 1.4;
  font-size: 40px;
  color: #c4c4c4;
  transform: rotate(180deg);
}
.p_news_single .inner .contents blockquote p {
  font-size: 1.2rem;
  margin: 0;
}
.p_news_single .inner .contents ol {
  margin: 0 0 60px;
}
.p_news_single .inner .contents ol li {
  margin: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 1.75;
  list-style-type: decimal-leading-zero;
}
.p_news_single .inner .contents ul {
  margin: 0 0 60px;
}
.p_news_single .inner .contents ul li {
  margin: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 1.75;
  list-style-type: disc;
}

.c_pager_prev_next {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next {
    margin: 0 0 155px;
  }
}
.c_pager_prev_next .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next .box {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    margin: 0 30px;
  }
}
.c_pager_prev_next .box .prev a,
.c_pager_prev_next .box .next a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 315px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #333;
  color: #333;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next .box .prev a,
  .c_pager_prev_next .box .next a {
    width: 150px;
    padding: 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.c_pager_prev_next .box .prev a i,
.c_pager_prev_next .box .next a i {
  margin: 0 10px 0;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next .box .prev a i,
  .c_pager_prev_next .box .next a i {
    display: none;
  }
}
.c_pager_prev_next .box .curr {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next .box .curr {
    position: absolute;
    top: 75px;
    width: 100%;
    margin: 0;
  }
}
.c_pager_prev_next .box .curr a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 315px;
  height: 60px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #333;
  cursor: pointer;
}

/*# sourceMappingURL=p_news_single.css.map */
