@charset "utf-8"; 
/* -------------------------------------- 
    news style
 -------------------------------------- */
/* -------------------------------------- 
    一覧・詳細 共通
 -------------------------------------- */
.col-news {
    width: 78%;
    padding-right: 60px;
    order: 1;
}
.col-newslist {
    width: 22%;
    order: 2;
}
@media (max-width: 991px) {
    .col-news {
        width: 100%;
        padding-right: 0;
        order: 1;
    }
    .col-newslist {
        width: 100%;
        order: 2;
    }
}


/* -------------------------------------- 
    一覧（サムネイルリスト）
 -------------------------------------- */
.col-news .thum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0 -20px;
}

.information-list {
    margin-right: -20px;
    margin-left: -20px;
  }
  .information-list__item {
    width: 33.3333%;
    padding: 0 20px 60px;
  }
  .information-list__item a {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
  }
  .information-list__img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .information-list__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform 0.28s ease;
    transform: scale(1.01);
  }
  .information-list__img img:not(:first-child) {
      display: none;
  }

  .information-list__ct {
    border-bottom: solid var(--sub-color) 3px;
    position: relative;
  }
  .information-list__meta {
    margin-bottom: 11px;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .information-list__cat {
    display: inline-block;
    color: #000;
    padding: 7px 15px;
    background: #ffcb16;
    line-height: 1;
  }
  .information-list__time {
    display: inline-block;
  }
  .info-cont {
    line-height: 1.3;
    padding: 0 15px 65px 0;
  }
  .info-cont .price{
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  .sec-information .btn-area .c-btn__01 {
    margin: 0 auto;
    display: block;
  }
  
  @media screen and (min-width: 768px) {
    .information-list__item a:hover img {
      transform: scale(1.05);
    }
  }
  @media screen and (max-width: 1200px) {
    .information-list {
      margin-right: -15px;
      margin-left: -15px;
    }
    .information-list__item {
      width: 50%;
      padding: 0 15px 50px;
    }
  }
  @media screen and (max-width: 640px) {
    .information-list {
      margin-right: 0;
      margin-left: 0;
    }
    .information-list__item {
      width: 100%;
    }
  }

  .arrow-only{
    position: absolute;
    right: 0;
    bottom: 6px;
  }
  
  .arrow-only .btn.btn-style04{
      background-color: var(--sub-color);
  }

  @media (min-width: 768px){
    .btn:hover .btn-style04 .arrow01::before {
     right: 35px;
    }
    .information-list__item a:hover .btn-style04 .arrow01::before {
      right: 30px;
    }
  }

/* サムネイル画像 -------------------- */
.thum-list .cont-box .photo-wrap {
    overflow: hidden;
    display: block;
}
.thum-list .cont-box .photo-wrap img {
    display: block;
    width: 100%;
    transition: all .28s ease-out;
}
.thum-list .cont-box:hover .photo-wrap img {
    transform: scale(1.03);
}

/* サムネイル画像がないとき */
.thum-list .cont-box .photo-wrap.no-img {
    background: #ebebeb;
}
.thum-list .sbox-news .cont-box .photo-wrap.no-img img {
    background-image: url(../img/news/no-img.svg);
    background-position: center  50%;
    background-repeat: no-repeat;
    background-size: 55%;
    opacity: 0.15;
}

/* border */
.ttl-newsdetail{
  border-bottom: solid 2px var(--sub-color);
}
.thumbnail{
  border-top: solid 2px var(--sub-color);
}

/* カテゴリ・日付・タイトル -------------------- */
.thum-list .sbox-news .txt-area {
    padding: 10px 0;
}
.thum-list .sbox-news .txt-area .upper-stage {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    padding-bottom: 10px;
}
.thum-list .sbox-news .txt-area .upper-stage .t-cat {
    vertical-align: middle;
	padding: 1px 10px;
	line-height: 1.6;
}
.thum-list .sbox-news .txt-area .upper-stage .t-date {
    color: #999;
}

@media (max-width: 640px) {
    .thum-list .sbox-news .txt-area {
        padding: 10px 0;
    }
    
}*/



/* -------------------------------------- 
   詳細
 -------------------------------------- */
.box-newsdetail .sbox-newsdetail img {
    max-width: 100%;
    width: inherit;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.box-newsdetail .sbox-newsdetail p {
    min-height: 1em;
}
.box-newsdetail .sbox-newsdetail p , 
.box-newsdetail .sbox-newsdetail ul , 
.box-newsdetail .sbox-newsdetail ol {
	margin-bottom: 20px;
}
.box-newsdetail .sbox-newsdetail p:nth-last-child(1) {
	margin-bottom: 0;
}
.box-newsdetail .sbox-newsdetail b,
.box-newsdetail .sbox-newsdetail strong {
	font-weight: bold;
}
.box-newsdetail .sbox-newsdetail em {
    font-style: italic;
}
.box-newsdetail .sbox-newsdetail a {
	color: var(--sub-txtcolor);
	text-decoration: underline;
}
.box-newsdetail .sbox-newsdetail a:hover {
    text-decoration: none;
}
.box-newsdetail .sbox-newsdetail ul {
    list-style-type: disc;
    padding-left: 30px;
}
.box-newsdetail .sbox-newsdetail ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.box-newsdetail .sbox-newsdetail li {
    list-style-type: inherit;
}
.box-newsdetail .sbox-newsdetail sup {
    vertical-align: super;
    font-size: smaller;
}
.box-newsdetail .sbox-newsdetail sub {
    vertical-align: sub;
    font-size: smaller;
}
.box-newsdetail .sbox-newsdetail blockquote {
    background-color: #efefef;
}
.box-newsdetail .sbox-newsdetail table {
    border-collapse:  collapse;
}
.box-newsdetail .sbox-newsdetail th , 
.box-newsdetail .sbox-newsdetail td {
    border: solid 1px #efefef;
}
.box-newsdetail .sbox-newsdetail video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    background-color: #f0f0f0;
}
.box-newsdetail .sbox-newsdetail .player{
position:relative;
height:0;
padding-bottom:56.25%;
overflow: hidden;
}
.box-newsdetail .sbox-newsdetail .player iframe{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}

.sbox-newsdetail-btn.btnarea {
    display: block;
}
.sbox-newsdetail-btn .pdf.btn {
    width: 100%;
    padding: 15px 20px;
}



@media (max-width: 480px){
	.box-newsdetail .sbox-newsdetail p , 
    .box-newsdetail .sbox-newsdetail ul , 
    .box-newsdetail .sbox-newsdetail ol {
		margin-bottom: 15px;
	}
}


/* -------------------------------------- 
   side
 -------------------------------------- */
/* side 共通 -------------------- */
.snav-box {
    width: 100%;
}
.snav-box .rside-title {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    font-size: 108%;
    font-weight: 700;
}
.snav-box .nav-list > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.snav-box .nav-list > li a {
    display: block;
	position: relative;
	padding: 10px 30px 10px 0; 
}
.snav-box .nav-list > li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-50%,-50%) rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all .3s ease-out;
}
.snav-box .nav-list > li a:hover {
    opacity: 0.7;
}
.snav-box .nav-list > li a:hover::before {
    right: 2px;
}
.snav-box .nav-list > li a > span {
    transition: all .3s ease-out;
}

/* side_新着情報 -------------------- */
#r-latest .nav-list .r-latestpost a .t-date {
    display: inline-block;
	color: #666;
	padding-right: 10px;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0;
}
#r-latest .nav-list .r-latestpost a .t-cat {
	display: inline-block;
    color: #000;
    padding: 4px 8px;
    background: #ffcb16;
    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;
}
#r-latest .nav-list .r-latestpost a .rtxt-latestpost {
    transition: all .3s ease-out;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* side_アーカイブ -------------------- */
.list-archive > .acv_Y,
.list-archive .arc_month .acv_M {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-archive > .acv_Y > a {
	display: block;
    position: relative;
	padding: 10px 30px 10px 0;
}
.list-archive > .acv_Y > a::before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #000;
    transform: translate(-50%,-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all .2s linear;
}
.list-archive > .acv_Y > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #000;
    transform: translate(-50%,-50%);
    position: absolute;
    right: 5px;
    top: 50%;
    transition: all .2s linear;
}
.list-archive > .acv_Y > a.open::before {
    transform: translate(-50%,-50%) rotate(90deg);
    transform-origin: center;
}
.list-archive .arc_month .acv_M > a {
    padding-left: 1.3em;
}


