@charset "UTF-8";

/***********************************************************************
 * content
 ********************************************************************** */

.article-wrapper{
  padding: 15px 10px;
  position: relative;
}

.article-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8rem;
}

.article-title-wrapper .article-title-sub{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.article-title-wrapper .article-title-sub .date{
  color: #999;
  font-size: 10px;
}

.article-title-wrapper .article-title-sub .sns-list li{
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 15px;
}

.article-title-wrapper .article-title-sub .sns-list li a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.article-title-wrapper .article-title-sub .sns-list li:last-child{
  margin-right: 0;
}

.article-title-wrapper .article-title-sub .sns-list li .icn-twi{
  background-color: #55acee;
}

.article-title-wrapper .article-title-sub .sns-list li .icn-fb{
  background-color: #3b5998;
}

.article-title-wrapper .article-title-sub .sns-list li .icn-line{
  background-color: #00c21b;
}

.article-title-wrapper .article-title-sub .sns-list li img{
  display: block;
  padding-top: 4px;
  max-height: 23px;
  height: auto;
  max-width: 23px;
  width: auto;
  margin: auto;
}

.article-title-wrapper .article-title-sub .sns-list li .icn-twi img{
  padding-top: 7px;
}

.article-contents-wrapper .column-1-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article-contents{
  margin-top: 15px;
  height: auto;
}

.article-contents .main-visual{
  margin-bottom: 11px;
}

.article-contents .content-image{
  display: inline-block;
  float: left;
  width: 35%;
  max-width: 150px;
  margin: 0 10px 10px 0;
}

.article-contents::after{
  content:"";
  display: block;
  clear: both;
}

.article-contents .content-image img{
  display: block;
  width: 100%;
  height: auto;
}

.article-contents .content-image .image-link{
  display: block;
  background-color: #e5e5e5;
  margin-top: 10px;
  padding: 6px 9px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}

.article-contents .content-image .image-link span{
  display: inline-block;
}

.article-contents .content-image .image-link  > span{
  position: relative;
  padding-left: 18px;
  width: 90%;
  line-height: 1.3;
}

.article-contents .content-image .image-link span::before{
  content: '';
  display: inline-block;
  background: url(../../images/svg/icn-zoom.svg) no-repeat center;
  width: 18px;
  height: 18px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.article-contents p{
  font-size: 16px;
  line-height: 1.7rem;
  margin-top: 25px;

  display: none;
  opacity: 0;
}

.article-contents .first-text{
  display: inline;
  margin-top: 0;
  opacity: 1;
}

.article-contents p.is-active{
  display: block;
  opacity: 1;
  animation: textFadeIn 1s;
  -webkit-animation: textFadeIn 1s;
}

@keyframes textFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes textFadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/***********************************************************************
 * column-image-list
 ********************************************************************** */

.column-image-list{
  display: flex;
  flex-wrap: wrap;
}

.column-image-list li{
  display: block;
  width: 50%;
  padding: 12px 10px 0 10px;
  box-sizing: border-box;
}

.column-image-list li:nth-child(odd){
  padding-right: 5px;
}

.column-image-list li:nth-child(even){
  padding-left: 5px;
}

.column-image-list figure{
  max-width: 120px;
  height: 120px;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.column-image-list .caption{
  margin-top: 6px;
}

.column-image-list figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.column-image-list .news-title{
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3rem;
  margin-top: 6px;
}

.column-image-list .news-caption{
  line-height: 0.9rem;
  font-size: 10px;
  color: #666;
}

.column-image-list.image-large figure{
  max-width: 100%;
}

.column-image-list.image-large figure img{
  display: block;
  width: 100%;
}

.column-image-list.font-small .news-title{
  font-size: 12px;
  line-height: 1.4rem;
  color: #333;
}

.column-image-list + .text-list
,.column-image-list + .image-list{
  border-top: solid 1px #ddd;
  margin-top: 12px;
}



.paid-area{
  background-color: #EEEEEE;
  padding: 12px 10px 20px;
  display: block;
  font-size: 12px;
  margin: 12px auto 0;
  text-align: center;
}


/***********************************************************************
 * paid-area
 ********************************************************************** */

.paid-area .column-1-btn{
  margin: 12px auto;
}

.paid-area .header-title{
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
.paid-area .footer-title{
  font-weight: bold;
  color: #666;
}



/***********************************************************************
 * Youtube 対応 神戸作成
 ********************************************************************** */
.youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
    margin-bottom:11px;
}

.youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100% !important;
    height:100% !important;
}



/***********************************************************************
 * 連載記事などの「次へ」「前へ」の表示対応 神戸作成
 ********************************************************************** */
.ir_hyogo_next_prev_area{
margin:20px 0;
overflow:hidden;
}

.ir_hyogo_prev{
float:left;
width:50%;
}

.ir_hyogo_next{
float:right;
width:50%;
}

.ir_hyogo_next_prev_area p{
margin:5px 10px;
font-size:95%;
line-height:1.4;
color:#333333;
font-weight:bold;
}

.ir_hyogo_next p:before{
    content:"前へ";
	display:block;
	text-align:right;
color:#666;
background-color:#eee;
margin:0 -10px 10px 0;
font-weight:bold;
padding:5px 10px;
}

.ir_hyogo_prev p:before{
    content:"次へ";
	display:block;
color:#666;
background-color:#eee;
margin:0 0 10px -10px;
font-weight:bold;
padding:5px 10px;
}



/***********************************************************************
 * レコメンド用css 神戸作成
 ********************************************************************** */
.ad-recommend-wrapper{
margin-bottom:30px;
}



/***********************************************************************
 * 連載特集の一覧に出す前文の対応 神戸作成
 ********************************************************************** */
.rensai-header-text {
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    line-height: 1.7rem;
}

/***********************************************************************
 * 連載(長寿の作法)対応 神戸作成
 ********************************************************************** */
.memoArea{
background-color:#eee;
padding:5px 10px 10px 10px;
margin-top:20px;
overflow:hidden;
display:none;
}

.memoArea p{
margin-top:5px;
}

.noteTitle{
color: #666;
font-weight:bold;
font-size:15px;
border-bottom:2px solid #888;
padding:3px;
margin-bottom:10px;
display:block;
}

/***********************************************************************
 * 本文内リンクの色を変更 神戸作成
 ********************************************************************** */
.article-contents p a{
color:#c87473;
font-weight:bold;
}
