.navigation.pagination {
  width: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}

.navigation.pagination .screen-reader-text {
  display: none;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  letter-spacing: 0;
  padding: 0 10px;
}
.navigation.pagination .page-numbers.current {
  color: #ee7a00;
}
.navigation.pagination .page-numbers.dots {
  padding: 0 5px;
}
.navigation.pagination a.page-numbers {
  color: #fff;
  text-decoration: none;
}
.navigation.pagination a.page-numbers:hover {
  opacity: 1;
  color: #ee7a00;
}
.navigation.pagination a.page-numbers.prev {
  background: url(../images/common/icon_page_arrow_left.png) 50% 50%/9px auto no-repeat scroll;
  margin-right: 10px;
}
.navigation.pagination a.page-numbers.next {
  margin-left: 10px;
  background: url(../images/common/icon_page_arrow_right.png) 50% 50%/9px auto no-repeat scroll;
}

.pg-postsBody {
  padding-bottom: 150px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .pg-postsBody {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .pg-postsBody {
    padding-bottom: 70px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pg-postsBody__inner {
  padding: 70px 50px;
  background: #fff url(../images/common/bg_dots_palegray.png) calc(100% + 10px) -10px/343px auto no-repeat scroll;
}
@media (max-width: 880px) {
  .pg-postsBody__inner {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .pg-postsBody__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__inner {
    padding: 35px 20px;
    background-size: 200px auto;
  }
}

.pg-postsBody__inner--black {
  border: 1px solid #555;
  background-color: #333;
  background-image: url(../images/common/bg_dots_palegray-translucent.png);
  color: #fff;
}

.pg-postsBody__inner--black a:not(.pg-postsNavBtn):not(.p-linkCardsLink):not(.c-btn--gray) {
  color: #659fff;
}
.pg-postsBody__inner--black a:not(.pg-postsNavBtn):not(.p-linkCardsLink):not(.c-btn--gray):visited {
  color: #c565ff;
}

.pg-postsBody__content h2:first-child:not(.active-mt), .pg-postsBody__content h3:first-child:not(.active-mt), .pg-postsBody__content h4:first-child:not(.active-mt), .pg-postsBody__content h5:first-child:not(.active-mt), .pg-postsBody__content h6:first-child:not(.active-mt) {
  margin-top: 0;
}

.pg-eyecatch {
  background: #222;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.pg-eyecatchSlider {
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  max-height: 450px;
}
@media (max-width: 768px) {
  .pg-eyecatchSlider {
    max-height: 410px;
  }
}
@media (max-width: 480px) {
  .pg-eyecatchSlider {
    max-height: 190px;
  }
}

.pg-eyecatchSlider.slick-initialized {
  opacity: 1;
  max-height: 10000px;
}
@media (max-width: 768px) {
  .pg-eyecatchSlider.slick-initialized {
    margin-bottom: 70px;
  }
}

.pg-eyecatchSlider div img {
  width: 100%;
  height: auto;
}

.pg-eyecatchSlider .slick-list {
  background: #f3f3f3;
}

.pg-eyecatchSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.pg-eyecatchSlider .slick-dots {
  padding-left: 0;
  bottom: -35px;
}

.pg-eyecatchSlider .slick-dots li {
  width: 60px;
  height: 6px;
}
@media (max-width: 480px) {
  .pg-eyecatchSlider .slick-dots li {
    margin: 0 8px;
    width: 40px;
    height: 6px;
  }
}

.pg-eyecatchSlider .slick-dots li button,
.pg-eyecatchSlider .slick-dots li button::before {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}

.pg-eyecatchSlider .slick-dots li button::before {
  content: "";
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
}

.pg-eyecatchSlider .slick-dots li button:hover::before,
.pg-eyecatchSlider .slick-dots li.slick-active button::before {
  background: #ee7a00;
}

.pg-postsBody__content h2 {
  position: relative;
  margin: 70px 0 20px;
  padding: 0 50px 15px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background: url(../images/common/ico_btnbar_orange-back.png) calc( 100% - 10px ) 50%/24px auto no-repeat scroll;
}
.pg-postsBody__content h2 + h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .pg-postsBody__content h2 {
    margin: 50px 0 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__content h2 {
    margin: 40px 0 15px;
    padding: 0 0 12px 0;
    font-size: 22px;
    font-size: 2.2rem;
    background: none;
  }
}
.pg-postsBody__content h2::before, .pg-postsBody__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
}
.pg-postsBody__content h2::before {
  left: 0;
  background: linear-gradient(to right, #ccc 0%, #ebebeb 100%);
  width: 100%;
}

.pg-postsBody__inner--black .pg-postsBody__content h2::before {
  background: linear-gradient(to right, #555 0%, #888888 100%);
}

.pg-postsBody__content h3 {
  margin: 50px 0 15px;
  padding: 0.5em 1em;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  background: #f5f5f5 url(../images/common/bg_line_white.png) 100% 0/180px auto no-repeat scroll;
  color: #444;
}
.pg-postsBody__content h3:first-letter {
  color: #ee7a00;
}
.pg-postsBody__content h3 + h4 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .pg-postsBody__content h3 {
    margin: 35px 0 15px;
    font-size: 20px;
    font-size: 2rem;
    background-size: 120px auto;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__content h3 {
    margin: 28px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 80px auto;
  }
}

.pg-postsBody__content h3:first-letter {
  color: #222;
}

.pg-postsBody__inner--black .pg-postsBody__content h3 {
  background-image: url(../images/common/bg_line_darkgray.png);
  background-color: #555;
  color: #fff;
}

.pg-postsBody__inner--black .pg-postsBody__content h3:first-letter {
  color: #fff;
}

.pg-postsBody__content h4 {
  display: table;
  border-bottom: 1px solid #ee7a00;
  margin: 30px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .pg-postsBody__content h4 {
    margin: 20px 0 10px;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__content h4 {
    margin: 15px 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.pg-postsBody__content figcaption {
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: center;
}

.pg-postsBody__content ul:not(.p-linkCardsList):not(.slick-dots) {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.3em;
}

.pg-postsBody__content ol {
  counter-reset: num;
  list-style: none;
}

.pg-postsBody__content ol li {
  position: relative;
  padding-left: 1.5em;
}
.pg-postsBody__content ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 4px;
}

.pg-postsBody__content table {
  border-top: 1px solid #ccc;
  width: 100%;
}

.pg-postsBody__content th, .pg-postsBody__content td {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 1em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .pg-postsBody__content td:first-child {
    width: 30%;
  }
}

.pg-postsBody__inner--black table.c-simpleTable th,
.pg-postsBody__inner--black .c-simpleTable table th {
  background: #222;
}

.pg-postsBody__content blockquote {
  background: #f3f3f3;
  padding: 1em;
}

.pg-postsBody__inner--black .pg-postsBody__content blockquote {
  background: #222;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.pg-postsHeader {
  margin: 0 0 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}
@media (max-width: 768px) {
  .pg-postsHeader {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .pg-postsHeader {
    margin: 0 0 30px;
  }
}

.pg-postsHeader__subInfo {
  margin: 0 0 10px;
}

.pg-postsHeader__postDate {
  display: inline-block;
  margin-right: 1.5em;
  vertical-align: middle;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9375em;
  color: #ee7a00;
}

.pg-postsHeader__category {
  display: inline-block;
  border: 1px solid #999;
  padding: 4px 1em;
  vertical-align: middle;
  line-height: 1em;
  font-size: 0.75em;
}

.pg-postTitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pg-postTitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .pg-postTitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.pg-postsFooter {
  margin: 70px 0 0;
}
@media (max-width: 480px) {
  .pg-postsFooter {
    margin: 50px 0 0;
  }
}

.pg-postsBody__shareBlock {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .pg-postsBody__shareBlock {
    display: block;
    padding: 20px 20px 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__shareBlock {
    padding: 20px 10px 0;
    text-align: left;
  }
}

.pg-postsBody__shareTitle {
  display: block;
  margin-right: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .pg-postsBody__shareTitle {
    position: absolute;
    top: -12px;
    left: 50%;
    margin: 0;
    padding: 4px 10px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 22px;
    color: #fff;
    line-height: 1em;
    background-color: #555;
  }
}
@media (max-width: 480px) {
  .pg-postsBody__shareTitle {
    padding: 6px 10px 0;
    left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.pg-postsBody__shareTitle::after {
  display: inline-block;
  margin-left: 1.5em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  vertical-align: middle;
  width: 1px;
  height: 40px;
  background-color: #ee7a00;
}
@media (max-width: 768px) {
  .pg-postsBody__shareTitle::after {
    right: -6px;
  }
}

@media (max-width: 768px) {
  .pg-postsBody__shareTitle::before {
    left: -6px;
  }
}

.pg-postsBody__shareTitle::before,
.pg-postsBody__shareTitle::after {
  content: "";
}
@media (max-width: 768px) {
  .pg-postsBody__shareTitle::before,
.pg-postsBody__shareTitle::after {
    position: absolute;
    top: 0;
    background: #555;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    width: 10px;
    height: 22px;
  }
}

.pg-postsBody__snsBtns {
  letter-spacing: -0.4em;
}
@media (max-width: 768px) {
  .pg-postsBody__snsBtns {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pg-postsBody__snsBtns li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  letter-spacing: 0;
}
.pg-postsBody__snsBtns li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .pg-postsBody__snsBtns li {
    margin-bottom: 10px;
  }
}

/*
.fb-like{
}
.twitter-share-button{
}
.line-it-button{
}
.hatena-bookmark-button{
}
*/
.pg-postsNav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  margin: 30px 0 0;
  font-size: 0.88em;
}
@media (max-width: 480px) {
  .pg-postsNav {
    margin: 20px 0 0;
    font-size: 0.9em;
  }
}
@media (max-width: 320px) {
  .pg-postsNav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pg-postsNav li {
  margin: 0 15px 0 0;
  width: calc( 100%/3 - 10px );
}
.pg-postsNav li:nth-child(3n), .pg-postsNav li:last-child {
  margin-right: 0;
}
@media (max-width: 880px) {
  .pg-postsNav li {
    margin-right: 10px;
  }
}

.pg-postsNavBtn {
  display: block;
  box-sizing: border-box;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 32px 6px;
  background-color: #ccc;
  color: #222;
}
.pg-postsNavBtn:visited {
  color: #222;
}
.pg-postsNavBtn:hover {
  background-color: #ee7a00;
}

.pg-postsNavBtn--prev {
  background-image: url(../images/common/icon_horizontal_arrow_left.png);
  background-position: 10px 50%;
}
@media (max-width: 480px) {
  .pg-postsNavBtn--prev::before {
    left: 6px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
}

.pg-postsNavBtn--next {
  background-image: url(../images/common/icon_horizontal_arrow_right.png);
  background-position: calc(100% - 10px) 50%;
}
@media (max-width: 480px) {
  .pg-postsNavBtn--next::after {
    right: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 480px) {
  .pg-postsNavBtn--prev,
.pg-postsNavBtn--next {
    position: relative;
    background-image: none;
  }
}

@media (max-width: 480px) {
  .pg-postsNavBtn--prev::before,
.pg-postsNavBtn--next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    width: 6px;
    height: 6px;
  }
}

.l-generalPagesEditArea h2 {
  position: relative;
  margin: 70px 0 20px;
  padding: 0 50px 15px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background: url(../images/common/ico_btnbar_orange-back.png) calc( 100% - 10px ) 50%/24px auto no-repeat scroll;
}
.l-generalPagesEditArea h2 + h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-generalPagesEditArea h2 {
    margin: 50px 0 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .l-generalPagesEditArea h2 {
    margin: 40px 0 15px;
    padding: 0 0 12px 0;
    font-size: 22px;
    font-size: 2.2rem;
    background: none;
  }
}
.l-generalPagesEditArea h2::before, .l-generalPagesEditArea h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
}
.l-generalPagesEditArea h2::before {
  left: 0;
  background: linear-gradient(to right, #ccc 0%, #ebebeb 100%);
  width: 100%;
}

.l-generalPagesEditArea h3 {
  margin: 50px 0 15px;
  padding: 0.5em 1em;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  background: #f5f5f5 url(../images/common/bg_line_white.png) 100% 0/180px auto no-repeat scroll;
  color: #444;
}
.l-generalPagesEditArea h3:first-letter {
  color: #ee7a00;
}
.l-generalPagesEditArea h3 + h4 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-generalPagesEditArea h3 {
    margin: 35px 0 15px;
    font-size: 20px;
    font-size: 2rem;
    background-size: 120px auto;
  }
}
@media (max-width: 480px) {
  .l-generalPagesEditArea h3 {
    margin: 28px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 80px auto;
  }
}

.l-generalPagesEditArea h4 {
  display: table;
  border-bottom: 1px solid #ee7a00;
  margin: 30px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .l-generalPagesEditArea h4 {
    margin: 20px 0 10px;
  }
}
@media (max-width: 480px) {
  .l-generalPagesEditArea h4 {
    margin: 15px 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=maps/news.css.map */
