@charset "utf-8";
/* ========================================
見出し
======================================== */

.article_h2,
.article_h3,
.article_h4,
.article_h5 {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  margin: 0.8em 0 0.4em;
  animation: slideIn 1s ease 0.5s 1 both;
}

.article_h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0.5em 0 1em;
}

.article_h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 1.8em 0 0.4em;
}

.article_h4 {
  font-size: 1.8rem;
}

.article_h5 {
  font-size: 1.6rem;
}

.article_h2 .newMark,
.article_h3 .newMark,
.article_h4 .newMark,
.article_h5 .newMark {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  top: 10px;
  margin-right: -15px;
}

.u-c-yellow {
  color: #D3933C !important;
}

/* ========================================
ニュース、コンテンツ記事
======================================== */

#news_block {
}

#news_block>div[class^="page_"] {
}


/* 記事
------------------------------------------ */

.ph {
  margin-bottom: 16px;
}

.read {
  margin-bottom: 16px;
}




/* Type1、2
------------------------------------------ */
  .type_1_r,
  .type_1_l,
  .type_2 {
    position: relative;
  }

@media screen and (max-width: 599px) {
  .img_l,
  .img_r {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 600px) {

  .type_2 {
    display: flex;
  }

  .type_1_r::after,
  .type_1_l::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }

  .img_l {
    float: left !important;
    margin-right: 16px;
  }
  
  .img_r {
    margin-left: 16px;
    float: right !important;
  }
}

/* Type3
------------------------------------------ */

.atl_inner.type_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_l_tp3 {
  flex-basis: 50%;
  flex-shrink: 0;
  position: relative;
}

.read_l {
  margin: 0 0 0 16px !important;
}

@media screen and (min-width: 600px) {
  .atl_inner.type_3 {
    flex-direction: row;
    align-items: flex-start;
  }
}


/* Type4
------------------------------------------ */

.tp4,
.tp4 tbody,
.tp4 th,
.tp4 td {
  display: block;
  padding: 0;
}

.tp4 tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tp4 td {
    position: relative;
}

.tp4 img {
  width: 100%;
  max-width:100%;
}

.tp4 .cap {
  margin: 0.5em 0 1em;
}

/* NEW
------------------------------------------ */
.new_ic {
  display: inline-block;
}

#list_01 td span.new_ic>a{
  display: inline;
}

.new_ic::before {
  content:"NEW";
  background: #bb4a4a;
  color: #fafafa;
  font-weight: 300;
  font-size: 1.1rem;
  padding: 0.2em 0.2em 0.1em;
  margin: 0 0.5em 0 0;
}

.ph {
  position: relative;
}

.newMark {
  position: absolute;
  background: url(../../images/main/common/newmark.gif) center/cover no-repeat;
  width: 40px;
  height: 40px;
  z-index: 2;
  top: -20px;
  left: -20px;
  pointer-events: none;
  backface-visibility: hidden;
  opacity: 0.9;
}

/* ページネーション
------------------------------------------ */

.nb_navi {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", serif;
  text-align: center;
  margin-top: 50px;
}

.page {
  font-weight: 500;
}

.page>.nom {

  font-size: 2rem;
}

.nb_navi a {
  text-decoration: none;
  transition: 0.5s;
}

.nb_navi a:hover {
  opacity: 0.5;
}

.page_navi ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}

.page_navi ul>li {
  margin: 0 1em;
  font-size: 1.7rem;
  white-space: nowrap;
}

.page_navi ul>li>span {
  opacity: 0.2;
}

.page_navi ul>li.nb_crt,
.page_navi ul>li.nb_link {
  margin: 0 0.5em;
}

.page_navi ul>li.nb_crt {
  color: #000;
}

.news-list-back {
  text-align: center;
  margin-top: 50px;
}

.news-list-back a{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  padding: 7px 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  letter-spacing: 0.15em;
  color: #000;
  font-weight: 600;
  font-feature-settings: 'pkna';
  transition: 0.5s ;
  transition-delay: 0.1s;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 50%, #000 100%) top center/250%;
}

.news-list-back a:hover{
  color: #e5e3d6;
  background-position: bottom;
}

.news-list-back a::before {
  content:">";
  margin-right: 5px;
}



/* ========================================
component
======================================== */

.c-listTable th {
  padding-right: 16px;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 899px){
  .c-listTable tr,
  .c-listTable th,
  .c-listTable td{
      display: block;
  }
}

/* 横並びリスト */
.c-horizontalList {
  display:flex;
  flex-wrap: wrap;
}

.c-horizontalList>li {
  margin: 0 1em 0 0;
}

/* ※付きリスト */

.c-asterisk_list>li {
  display: flex;
}

.c-asterisk_list>li::before {
  content: "※";
}


/* 円形付きリスト */

.c-disc_list {
  list-style: disc !important;
  padding-left: 1.5em !important;
}


/* 中空円付きリスト */

.c-circle_list {
  list-style: circle !important;
  padding-left: 1.5em !important;
}

/* ========================================
バナー
======================================== */

#bnu_001_t,
#bnu_001_n,
#bnu_001_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 0;
  position: relative;
}

#bnu_001_t>p,
#bnu_001_n>p,
#bnu_001_c>p{
  max-width: 350px;
  margin: 0 auto 30px;
}

#bnu_001_t>p img,
#bnu_001_n>p img,
#bnu_001_c>p img{
  backface-visibility: hidden;
}

@media screen and (min-width: 900px) {

#bnu_001_t,
#bnu_001_n,
#bnu_001_c {
    justify-content: space-between;;
}

#bnu_001_t>p,
#bnu_001_n>p,
#bnu_001_c>p{
  width: calc(50% - 30px);
  margin: 0 0 30px;
}
}

/* ========================================
animation keyframes
======================================== */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {transform: translate(0,10px);}
  100% {transform: translate(0,0);}
}

.mfp-bg {
  background:#fcfbfa !important;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  background:#fcfbfa;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.mfp-fade.mfp-bg {
  opacity: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* Closeボタンカスタマイズ */

.mfp-close {
  font-size: 30px !important;
  position: absolute !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  right:0 !important;
  left: 0 !important;
  margin: 0 auto;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden !important;
  padding-right: 0px !important;
  top: auto !important;
  bottom: -60px !important;
  transition: 0.5s;
}


/* 左 */

.mfp-close::before {
  position: absolute;
  top: 49%;
  left: -19%;
  width: 138%;
  height: 5%;
  content: "";
  background-color: #000;
  transform: rotate(45deg);
}


/* 右 */

.mfp-close::after {
  position: absolute;
  top: 49%;
  right: -19%;
  width: 138%;
  height: 5%;
  content: "";
  background-color: #000;
  transform: rotate(135deg);
}