﻿@charset "UTF-8";

@import url('common_style.css');
/*-------------------------*/
/*reset*/
/*-------------------------*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: '游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  color: #333333;
  background-color: #ffffff;
  font-feature-settings: "palt" 1;
}

li,dd,dt{
  list-style: none;
}

form{
  display: block;
}
/*共通要素*/
.date{
  font-size: 10px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

img{
  max-width: 100%;
  height: auto;
}

main{
  margin-top: 70px;
  padding-top: 50px;
  display: block;
  background: #fff;
}

a{
  color: #333333;
  word-break: break-all;
}
a:hover{
  opacity: 0.7;
}

.wrapper{
  min-width: 1000px;
}

/*----------------------*/
/*表示切替*/
.pc_block{
}
.sp_block{
  display: none !important;
}

/*------------------------------------------------*/
/*コンテンツエリア*/

/*コンテンツ中央寄せ*/
.contentsBox{
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/*コンテンツ分割*/
.contentsBox_column{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.contentsBox_column_L{
  width: calc(72% - 80px);
  margin-right: 80px;
}

.contentsBox_column_R{
  width: 28%;
}


/*----------------------*/
/*キーワード一覧*/
/*----------------------*/
/*見出し*/
.keywordListHeader{
  margin-bottom: 30px;
  padding: 0px 0 10px;
  border-bottom: 1px dashed #333;
  position: relative;
}
.keywordListHeader h1{
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.keywordListHeader p{
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 18px;
}

.keywordListHeader .icon{
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/*リスト*/
.keywordList{
  margin-top: 30px;
}
.keywordList ul{
  margin-bottom: 40px;
  display: flow-root;
}
.keywordList ul li{
  margin: 0 10px 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.keywordList ul li:last-child{
  margin-right: 0;
}
.keywordList ul li:hover{
  border-color: #ffe13b;
  background: #ffe13b;
}

.keywordList ul a{
  color: #333;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}

/*キーワードカテゴリ見出し*/
.keywordList .topWord{
  font-weight: bold;
  text-decoration: none;
  border: none;
  display: block;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0;
}
/*キーワードタグ下に見出しが続く場合の余白調整*/
.keywordList ul + .topWord{
  margin-top: -20px;
}

/*----------------------*/
/*カテゴリトップ*/
/*----------------------*/
.featureHeader{
  background: #F0F0F0;
  background-size: cover;
  position: relative;
  min-width: 1000px;
  margin-bottom: 40px;
  margin-top: -50px;
}
.featureHeader .contentsBox{
  padding: 45px 0;
  overflow: visible;
}

/*見出し*/
.featureHeader h1{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.featureHeader h1 .featureTitle{
  font-size: 26px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-weight: bold;
  z-index: 1;
}
.featureHeader h1 .featureTitle:before{
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 100%;
  background: #ffdd24;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

/*リード文*/
.featureHeader .description{
  font-size: 16px;
}

/*メインビジュアル*/
.featureHeader .featureImage{
  position: absolute;
  top: 0;
  left: 720px;
  bottom: 0;
}
.featureHeader .featureImage img{
  height: 100%;
  max-width: none;
  width: auto;
}


/*----------------------*/
/*もっと見るボタン*/
/*----------------------*/
.btn_more{
  position: relative;
  text-align: center;
  width: 280px;
  display: block;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 25px;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.3;
}
.btn_more:hover{
  opacity: 0.7;
}
.btn_more:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);

  position: absolute;
  top: 11px;
  right: 45px;
}
.btn_more:after{
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);

  position: absolute;
  top: 9px;
  right: 45px;
}

.ranking .btn_more:after{
  background: #f0f0f0;
}

/*------------------------------------------------------*/
/*キーワードリスト*/
/*------------------------------------------------------*/
.Keyword_list {
  text-align: left;
  margin-top: 2px;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
}
.Keyword_list li{
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  border-radius: 20px;
  line-height: 1;
  color: #666;
  margin-bottom: 8px;
  margin-right: 4px;
  font-weight: bold;
  cursor: pointer;
}
.Keyword_list li a{
  color: #666;
  text-decoration: none;
}
.Keyword_list > a{
  color: #666;
  text-decoration: none;
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
}
.Keyword_list li a:hover{
  color: #333;
}
.Keyword_list li:hover,
.Keyword_list a:hover{
  background: #ffdd24;
  border-color: #ffdd24;
  color: #333;
}
.Keyword_list li.select{
  background: #ffdd24;
  border-color: #ffdd24;
  color: #333;
}
.Keyword_list li.keyword_more{
  border:none;
}
.Keyword_list li.keyword_more:hover{
  background: none;
}

li.Keyword_list_more {
  padding: 8px 20px 8px 10px;
  font-weight: bold;
  float: right;
  position: relative;
  font-size: 11px;
  cursor: pointer;
  border: none !important;
  padding-right: 18px;
  padding: 10px 20px !important;
  color: #333;
}
li.Keyword_list_more:hover {
  background-color: #fff !important;
  opacity: 0.7
}
.Keyword_list_more:before{
  content: "";
  display: inline-block;
  background: #333333;
  height: 6.3px;
  width: 6.3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -5.5px;
}
.Keyword_list_more:after{
  content: "";
  display: inline-block;
  background: #ffffff;
  height: 6.3px;
  width: 6.3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  position: absolute;
  top: calc(50% - 1px);
  right: 3px;
  margin-top: -5.5px;
}

/*絞り込み*/
.keywordTitle{
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 1.4;
}
.keywordTitle:first-of-type{
  margin-top: 0;
}
/*------------------------------------------------------*/
/*プルダウンメニュー*/
/*------------------------------------------------------*/
.pullDown{
  height: 35px;
  border: 2px solid #cccccc;
  position: relative;
}

.pullDownSelect{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 24px;
}

.pullDownSelect:before{
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
}

.pullDownList{
  border: 2px solid #cccccc;
  border-top: 0;
  position: absolute;
  top: 0px;
  left: -2px;
  right: -2px;
  display: none;
  background: #ffffff;
  margin-top: 31px;
  z-index: 3;
}
.pullDown.act .pullDownList{
  display: block;
}
.pullDownList label{
  display: block;
  min-height: 35px;
  width: calc(100% - 26px);
  font-weight: bold;
  border-top: 1px solid #cccccc;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 20px;
  position: relative;
}
.pullDownList label span{
  display: inline-block;
  vertical-align: middle;
}
.pullDownList label:hover{
  background: #FFDD24;
}
.pullDownList label.act{
  background: #FFDD24;
}
.pullDownList label:before{
  content: "";
  display: block;
  width: 7.5px;
  height: 11px;
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5.5px;
}
.pullDownList label:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  min-height: 35px;
  width: 1px;
}
.pullDownList input{
  display: none;
}


/*------------------------------------------------------*/
/*ボタンリンク*/
/*------------------------------------------------------*/
.btn_link {
    position: relative;
    text-align: center;
    max-width: 280px;
    display: block;
    color: #333;
    text-decoration: none;
    border: 2px solid #333;
    border-radius: 25px;
    padding: 10px 41px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.3;
}
.btn_link:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5.5px;
}
.btn_link[target="_blank"]:after{
  width: 12px;
  height: 12px;
  background-image: url(/mem/hitotoki/common/img/icon/parts_06.png);
  background-size: 100% auto;
  margin-top: -6px;
}

.contentsBox_column_R .btn_link {
    padding: 10px 0px;
}
.contentsBox_column_R .btn_link:after {
  display: inline-block;
  position: static;
  margin-top: -3px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: -11px;
}

.btn_orange a {
  background: #ff6928;
  display: inline-block;
  color: #f3ffd8;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  margin: 20px 0px;
}

.articleDetail .btn_orange a{
  text-decoration: none;
}

/*------------------------------------------------------*/
/*セクションリンク*/
/*------------------------------------------------------*/
.section_link{
  display: block;
  color: #000000;
  position: relative;
  padding: 17px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}
.section_link:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.section_link[target="_blank"]:after{
  width: 12px;
  height: 12px;
  background-image: url(/mem/hitotoki/common/img/icon/parts_05.png);
  background-size: 100% auto;
  margin-top: -6px;
}

.section_link:before{
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------------*/
/*記事情報*/
/*------------------------------------------------------*/
.magazineItem{
  text-decoration: none;
  color: #000000;
}

.magazineItem .imgBox{
  position: relative;
  padding-top: 66.5625%;
  overflow: hidden;
}
.magazineItem .imgBox img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.magazineItem .cateName{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.magazineItem .title{
  font-size: 16px;
  margin-top: 16px;
}
.magazineItem .date{
  display: block;
  line-height: 1;
  font-size: 10px;
  margin-top: 18px;
}

.keyword{
  margin-top: 10px;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.keyword span{
  line-height: 1;
  display: inline-block;
  margin-left: 20px;
  color: #666666;
}

/*------------------------------------------------------*/
/*活用術、解決法*/
/*------------------------------------------------------*/
.top_article_section{
  margin-top: 83px;
  position: relative;
}

.top_article_section.inflection{
  margin-top: 0;
}

.top_article_section-title{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  padding-right: 235px;
  padding-bottom: 10px;
  font-size: 24px;
}
.top_article_section-title img{
  margin-right: 13px;
}

.top_article_section .pullDown{
  position: absolute;
  top: 3px;
  right: 0;
  width: 220px;
}

.top_article_section-magazine_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: -50px;
}

.top_article_section-magazine_box .magazineItem{
  margin-left: 20px;
  width: calc(50% - 20px);
  margin-top: 50px;
}
.top_article_section-magazine_box .magazineItem .title,
.top_article_section-magazine_box .magazineItem .date{
  padding: 0 10px;
}

.top_article_section .btn_link{
  margin-top: 40px;
}
.top_article_section .btn_link span{
  display: inline-block;
}

/*------------------------------------------------------*/
/*カテトップ絞り込み*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*カテトップ記事出力*/
/*------------------------------------------------------*/

.articles{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: -50px;
}

.featureContents .articles{
  padding-top: 30px;
}

.featureContents .articles .result_0{
  margin-top: 30px;
  margin-left: 20px;
}

.articles .magazineItem{
  flex:0 1 auto;
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
  margin-top: 50px;
}
.articles.first .magazineItem:nth-of-type(9) ~ .magazineItem{
  display: none;
}

.articles .magazineItem .title{
  margin-top: 13px;
}
.articles .magazineItem .date{
  margin-top: 12px;
}

.articles + .btn_more{
  margin-top: 40px;
}

/*------------------------------------------------------*/
/*記事*/
/*------------------------------------------------------*/
.articleDetail a {
    word-break: break-all;
    text-decoration: underline;
}

/*----------------------*/
/*記事メイン画像、記事タイトル～リード文まで*/
/*----------------------*/
.articleDetail .articleFirstView_box .articleDetail_mainImage {
  margin: 0 0px;
  line-height: 0;
}
.articleDetail .articleFirstView_box .category {
  display: inline-block;
  margin-top: 30px;
  padding: 3px 20px 2px;
  border: 2px solid #333;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.articleDetail .articleFirstView_box h1 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
}
.articleDetail .articleFirstView_box .articleFirstView_detail {
  margin-top: 20px;
  padding-right: 60px;
  position: relative;
}
.articleDetail .articleFirstView_box .articleFirstView_detail .Keyword_list li {
  border-radius: 0;
}
.articleDetail .articleFirstView_box .articleFirstView_detail .articleDetail_date {
  color: #666;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.articleDetail .articleFirstView_box .articleFirstView_detail .articleDetail_date span{
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.articleDetail .articleFirstView_box p {
  margin-top: 30px;
}

/*----------------------*/
/*もくじ*/
/*----------------------*/
.articleDetail .anker_link {
  border: 1px solid #333333;
  margin: 50px 0 60px;
  padding: 30px;
}
.articleDetail .anker_link .anker_title {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}
.articleDetail .anker_link .anker_list {
  margin-top: 20px;
  padding-left: 17px;
}
.articleDetail .anker_link ul.anker_list li {
  position: relative;
  font-size: 14px;
  list-style: none;
}
.articleDetail .anker_link ul.anker_list li + li {
  margin-top: 20px;
}
.articleDetail .anker_link ul.anker_list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.articleDetail .anker_link ul.anker_list li a {
  color: #333333;
}
.articleDetail .anker_link ul.anker_list li a:hover {
  text-decoration: none;
}

/*----------------------*/
/*見出し*/
/*----------------------*/
/* h2見出し */
.articleDetail h2 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

/* h3見出し */
.articleDetail h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* h4見出し */
.articleDetail h4 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}

/*----------------------*/
/*テキスト*/
/*----------------------*/
.articleDetail p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}

.articleDetail span.txtHightlight {
    display: inline;
    font-weight: bold;
    background: #ffdd24;
    background: linear-gradient(transparent 70%, #ffdd24 30%, #ffdd24 0%);
    line-height: 1.4;
}

.articleDetail  .authorText{
  color: #666;
  font-size: 10px;
  margin-top: 30px;
  margin-top: 20px;
}

/*引用*/
.articleDetail .article__citation {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #333333;
  background-color: #F0F0F0;
}

/*文字詰めを解除する汎用クラス（テキストをスペースなどでそろえたいときに使う）*/
.feature_initial{
  font-feature-settings: initial;
}

/*----------------------*/
/*アイコンリンク*/
/*----------------------*/

.iconLink a{
  color: #333;
  word-break: break-all;
}
.iconLink a.blank{
  font-weight: bold;
  font-size: 16px;
}
.blank:after{
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(/mem/hitotoki/common/img/parts_05.png) no-repeat left top;
  background-size: 100% auto;
  margin-left: 5px;
  vertical-align: middle;
}

.articleDetail .iconLink {
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
}
.articleDetail .iconLink:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333333;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    left: 0;
}
.articleDetail .iconLink:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    z-index: 2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    left: -2px;
}

/*----------------------*/
/*画像*/
/*----------------------*/
.articleDetail .articleDetail_image_L,
.articleDetail .articleDetail_image_M {
  margin: 40px auto 0;
  text-align: center;
}
.articleDetail .articleDetail_image_L {
  width: 520px;
}
.articleDetail .articleDetail_image_M {
  width: 520px;
}
.articleDetail .articleDetail_image_L p,
.articleDetail .articleDetail_image_M p {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  text-align: left;
}

/*----------------------*/
/*リスト*/
/*----------------------*/
.articleDetail ol.decimal{
    padding-left: 0;
    list-style-type: decimal;
    margin-top: 20px;
}
.articleDetail ol.decimal > ol {
    margin: 0 0 0 2em;
    text-indent: 0;
}
.articleDetail ol.decimal > li {
    margin: 0 0 0 1.5em;
    list-style-type: decimal;
    text-indent: 0;
    font-size: 16px;
    line-height: 1.5;
}

.articleDetail ul.disc{
    padding-left: 0;
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.articleDetail ul.disc > ul {
    margin: 0 0 0 2em;
}
.articleDetail ul.disc > li {
    margin: 0 0 0 1.5em;
    text-indent: 0;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
}


/*----------------------*/
/*注釈*/
/*----------------------*/
/*旧*/
.articleDetail .comments {
    font-size: 14px;
    margin-top: 10px!important;
}
/*新*/
.note {
  font-size: 14px !important;
  padding-left: 1.5em;
  position: relative;
  margin-top: 10px!important;
}
.note:not(ul):before,
ul.note > li:before{
  content: "※";
  position: absolute;
  left: 0em;
}

/*----------------------*/
/*動画*/
/*----------------------*/

/*----------------------*/
/*テーブル*/
/*----------------------*/
table{
  margin: 20px 0;
  width:100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top:1px solid #333;
  border-left:1px solid #333;
}
table th{
  background:#F0F0F0;
}
table th,
table td{
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  padding:3px;
}

.clor_yellow{
  background-color: #fff2aa;
}

.clor_grey{
  background-color: #bfbfbf;
}

/*----------------------*/
/*この記事のキーワード*/
/*----------------------*/
.articleDetail .keywordTitle {
  margin-top: 80px;
  color: #666;
  line-height: 1.4;
}
.articleDetail .Keyword_list {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 20px;
}
.articleDetail .Keyword_list li {
  margin-left: 20px;
  padding: 0;
  border: none;
  border-radius: 0;
}

/*----------------------*/
/*いいねボタン*/
/*----------------------*/
.articleDetail .likeArticleTitle {
  margin-top: 80px;
  color: #666;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.articleDetail .likeArticleBtn {
  margin-top: 10px;
  text-align: center;
}
.articleDetail .likeArticleBtn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 7px;
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.articleDetail .likeArticleBtn span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 26px;
  margin-right: 15px;
  background: url(/mem/hitotoki/common/img/icon/btn_like_off.png) no-repeat center/contain;
}
.articleDetail .likeArticleBtn.isActive span::before {
  background-image: url(/mem/hitotoki/common/img/icon/btn_like_on.png);
  animation: anime1 0.3s ease 1 normal;
}

@keyframes anime1 {
  0% {
      transform: scale(2);
  }

  100% {
      transform: scale(1);
  }
}

/*----------------------*/
/*シェアボタン*/
/*----------------------*/
.articleDetail .article_share_title {
  margin-top: 30px;
  color: #666;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.articleDetail .article_share {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.articleDetail .article_share a {
  margin: 0 10px;
}
.articleDetail .article_share .share_LINE {
  display: none;
}
/*----------------------*/
/*スポット情報*/
/*----------------------*/
.articleDetail .address {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}
.articleDetail .address strong {
    font-size: 15px;
}
/*----------------------*/
/*ライター*/
/*----------------------*/
.profile{
  position: relative;
  padding: 27px 20px 30px;
  border: 1px solid #333333;
  margin: 30px 0;
}
.profile .profLabel{
  font-size: 12px;
  font-weight: bold;
  padding: 4px 14px;
  color: #fde143;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
}
.profileMain{
  display: flex;
  align-items: center;
}
.profile h2{
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: normal;
}
.profile h2 span{
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.profile .profile_nameText{
  flex: 1 1 250px;
}
.profile figure{
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  background: #dddddd;
  border-radius: 60px;
  overflow: hidden;
}
.profile .profile_discription{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile .writerOtherArticle{
  text-align: center;
  margin-top: 20px;
}
.profile .writerOtherArticle a{
  width: 280px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 15px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background:#666666;
}
.profile .writerOtherArticle a:hover{
  background: #ffdd24;
  color: #333;
}
.profile .writerOtherArticle a::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-left: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.profile .writerOtherArticle a:hover::after {
  border-color: #333;
}

.profile .iconLink {
    margin-top: 0px;
}


/*----------------------*/
/*カテゴリーの記事一覧を見る*/
/*----------------------*/
.categoryArticleList_btn {
  margin-top: 40px;
  text-align: center;
}
.categoryArticleList_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 20px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.categoryArticleList_btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/*----------------------*/
/*前後の記事*/
/*----------------------*/
.articlePrevNext {
  display: flex;
  align-content: stretch;
  align-items:stretch;
  margin-top: 20px;
  position: relative;
  margin-bottom: 60px;
}
.articlePrevNext::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.articlePrevNext .articlePrevNext_prev {
  margin-left: auto;
  width: 50%;
}
.articlePrevNext .articlePrevNext_next {
  margin-left: auto;
  width: 50%;
}
.articlePrevNext .articlePrevNext_prev a,
.articlePrevNext .articlePrevNext_next a{
  display: block;
  width: 320px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.articlePrevNext .articlePrevNext_prev a{
  padding: 25px 20px 0 0;
}
.articlePrevNext .articlePrevNext_next a{
  padding: 25px 0 0 20px;
}
.articlePrevNext .articlePrevNext_prev article,
.articlePrevNext .articlePrevNext_next article{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.articlePrevNext .articlePrevNext_prev article{
  flex-direction: row-reverse;
}
.articlePrevNext .articlePrevNext_next p,
.articlePrevNext .articlePrevNext_prev p{
  width: 190px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.articlePrevNext figure{
  width: 100px;
}
.articlePrevNext figure img{
  max-width: 100%;
  height: auto;
  display: block;
}
.articlePrevNext_prev .prev,
.articlePrevNext_next .next{
  position: absolute;
  top: 0;
  font-size: 12px;
  font-weight: bold;
}
.articlePrevNext_prev .prev{
  left: 0;
  padding-left: 20px;
}
.articlePrevNext_next .next{
  right: 0;
  padding-right: 20px;
}
.articlePrevNext_prev .prev:before,
.articlePrevNext_next .next:before,
.articlePrevNext_prev .prev:after,
.articlePrevNext_next .next:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.articlePrevNext_prev .prev:before,
.articlePrevNext_next .next:before{
  background: #333333;
}
.articlePrevNext_prev .prev:before{
  left: 2px;
}
.articlePrevNext_next .next:before{
  right: 2px;
}
.articlePrevNext_prev .prev:after,
.articlePrevNext_next .next:after{
  background: #ffffff;
}
.articlePrevNext_prev .prev:after{
  left: 3px;
}
.articlePrevNext_next .next:after{
  right: 3px;
}

/*----------------------*/
/*関連ページ*/
/*----------------------*/
.relationLink {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.relationLink .sectionHeadline {
  margin-bottom: 30px;
  text-align: center;
}
.relationLink .sectionHeadline span {
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
.relationLink .sectionHeadline span:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  background: #ffe13b;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.relationLink_wrap {
  display: flex;
  flex-wrap: wrap;
}
.relationLink_item{
  display: flex;
  width: 100%;
  color: #333333;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.relationLink_item + .relationLink_item{
  margin-top: 30px;
}

.relationLink_item .imgBox{
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border: 1px solid #ccc;
  margin-right: 20px;
  line-height: 0;
}
.relationLink_item .imgBox img{
  width: 100%;
}
.relationLink_item .textBox{
  flex: 1;
}
.relationLink .relationLink_name{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.relationLink p.relationLink_discription{
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
}

/*----------------------*/
/*おすすめの記事*/
/*----------------------*/
.moreArticle {
  margin-top: 30px;
}
.moreArticle .sectionHeadline{
  margin-bottom: 20px;
  text-align: center;
}
.moreArticle .sectionHeadline .moreArticleTitle_main {
  display: none;
}
.moreArticle .sectionHeadline .moreArticleTitle_sub {
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
.moreArticle .sectionHeadline .moreArticleTitle_sub:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  background: #ffe13b;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.moreArticle .moreArticleList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
.moreArticle .moreArticleList .item {
  display: block;
  width: 200px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.moreArticle .moreArticleList .item + .item{
  margin-left: 20px;
}

.moreArticle .moreArticleList .textBox .category {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 20px 2px;
  border: 2px solid #333;
  font-size: 10px;
  line-height: 1;
}
.moreArticle .moreArticleList .textBox .title {
  margin-top: 15px;
  font-size: 16px;
}
.moreArticle .moreArticleList .textBox .keyword {
  margin-top: 10px;
}
.moreArticle .moreArticleList .textBox .keyword span {
  text-decoration: underline;
}
.moreArticle .moreArticleList .textBox .moreArticle_date {
  display: none;
}

/*------------------------------------------------------*/
/*サイド共通*/
/*------------------------------------------------------*/
.contentsBox_column_R .newArticle a{
  text-decoration: none;
  color: #333;
}
/*タイトル*/
.contentsBox_column_R .sideTitle{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}


.contentsBox_column_R  .sideTitle span {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.contentsBox_column_R  .sideTitle span:before {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 110%;
  background: #ffdd24;
  position: absolute;
  bottom: 2px;
  left: -8px;
  z-index: -1;
}
/*見出しが英語時の調整*/
.contentsBox_column_R .sideTitle span.eng {
  font-size: 31px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.contentsBox_column_R  .sideTitle span.eng:before {
  left: -5px;
}

.contentsBox_column_R .articles {
  display: block;
  width: 100%;
  margin: 0;
}
.contentsBox_column_R .articles .magazineItem{
  display: block;
  width: 100%;
  margin: 0;
}

/*------------------------------------------------------*/
/*サイド新着記事*/
/*------------------------------------------------------*/
.contentsBox_column_R .newArticle{
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.contentsBox_column_R .newArticle .articles .magazineItem{
  margin-bottom: 25px;
}
.contentsBox_column_R .newArticle article{
  display: flex;
  width: 100%;
}
.contentsBox_column_R .newArticle .articles .magazineItem .imgBox{
  flex: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  line-height: 0;
  width: 38%;
  margin-right: 4%;
  padding-top: calc(66.5625% * 0.38);
}
.contentsBox_column_R .newArticle .articles .magazineItem .textBox{
  width: 150px;
}
.contentsBox_column_R .newArticle .articles .magazineItem .textBox .title{
  margin-top: 0;
  font-size: 14px;
}

/*------------------------------------------------------*/
/*サイドランキング*/
/*------------------------------------------------------*/
.contentsBox_column_R .popularArticle{
  margin-bottom: 40px;
}
.contentsBox_column_R .popularArticle .popularArticle_tab{
  display: flex;
  justify-content: center;
}
.contentsBox_column_R .popularArticle .popularArticle_tab .popularArticle_tabItem{
  flex: 1 1 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% / 3);
  padding: 12px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background: #f0f0f0;
  cursor: pointer;
}
.contentsBox_column_R .popularArticle .popularArticle_tab .popularArticle_tabItem + .popularArticle_tabItem{
  margin-left: 4px;
}
.contentsBox_column_R .popularArticle .popularArticle_tab .popularArticle_tabItem:not(.isActive){
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  cursor: default;
}
.contentsBox_column_R .popularArticle .popularArticle_contents{
  padding: 30px 15px 0;
  border: 5px solid #f0f0f0;
}
.contentsBox_column_R .popularArticle .articles{
  display: none;
  border-bottom: 1px solid #333;
  counter-reset: rankingitem;
}
.contentsBox_column_R .popularArticle .articles.isActive{
  display: block;
}
.contentsBox_column_R .popularArticle .magazineItem{
  margin-bottom: 20px;
  position: relative;
}
.contentsBox_column_R .popularArticle .magazineItem:after{
  counter-increment: rankingitem;
  content: counter(rankingitem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #333;
  background: #ffe13b;
  position: absolute;
  top: 0;
  left: 0;
}
.contentsBox_column_R .popularArticle article{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.contentsBox_column_R .popularArticle .magazineItem .imgBox{
  flex: 0 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  width: 33%;
  margin-right: 10px;
  padding-top: calc(100% * 0.33);
}
.contentsBox_column_R .popularArticle .magazineItem .imgBox img{
  width: auto;
  height: 100%;
  left: calc(50% - 150.2347% / 2);
  max-width: none;
}

.contentsBox_column_R .popularArticle .magazineItem .textBox{
  align-self: flex-start;
}
.contentsBox_column_R .popularArticle .magazineItem .textBox .title{
  margin-top: 0;
  color: #333;
  font-size: 14px;
}
.contentsBox_column_R .popularArticle .popularArticle_moreBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.contentsBox_column_R .popularArticle .popularArticle_moreBtn:after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/*------------------------------------------------------*/
/*サイド活用術*/
/*------------------------------------------------------*/
.side_inflection{
  margin-top: 52px;
}

.side_inflection-title{
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.side_inflection-title > span {
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.side_inflection-title > span:before{
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 110%;
  background: #ffdd24;
  position: absolute;
  bottom: 2px;
  left: -8px;
  z-index: -1;
}

.side_inflection-title > span > span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.side_inflection_content{
  margin-top: 22px;
  margin-bottom: 23px;
  padding: 0 30px;
}

.side_inflection_content .pullDown{
  margin-bottom: 20px;
}

/*------------------------------------------------------*/
/*サイドトラブル解決法*/
/*------------------------------------------------------*/
.side_troubled{
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.side_troubled-title{
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.side_troubled-title > span {
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.side_troubled-title > span:before{
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 110%;
  background: #ffdd24;
  position: absolute;
  bottom: 2px;
  left: -8px;
  z-index: -1;
}
.side_troubled-title > span > span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.side_troubled_content{
  margin-top: 22px;
  margin-bottom: 23px;
  padding: 0 30px;
}

.side_troubled_content .pullDown{
  margin-bottom: 20px;
}


/*------------------------------------------------------*/
/*サイドちょっとひといきコラム*/
/*------------------------------------------------------*/

.contentsBox_column_R .hitoikiColumnArticle .sideTitle{
  margin-bottom: 30px;
  padding-top: 50px;
  background: url(/mem/hitotoki/common/img/2020_renewal/bg_side_hitoikicolumn_title.png) no-repeat top center/contain;
  border-top: 1px solid #ccc;
  margin-top:
}
.contentsBox_column_R .hitoikiColumnArticle .magazineItem{
  margin-bottom: 30px;
}
.hitoikiColumnArticle_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  text-decoration: none;
}
.hitoikiColumnArticle_head .category{
  line-height: 1;
}
.hitoikiColumnArticle_head .moreBtn{
  padding-right: 20px;
  color: #333;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}
.hitoikiColumnArticle_head .moreBtn:after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.hitoikiColumnArticle_body{
  display: flex;
  width: 100%;
  color: #333;
  text-decoration: none;
}
.hitoikiColumnArticle .magazineItem .imgBox{
  flex: 0 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  width: 38%;
  margin-right: 4%;
  padding-top: calc(66.5625% * 0.38);
}
.hitoikiColumnArticle .magazineItem .textBox .title{
  margin-top: 0;
  font-size: 14px;
}
.hitoikiColumnArticle .btn_link{
  margin: 0 30px;
}


/*------------------------------------------------------*/
/*サイド話題のキーワード*/
/*------------------------------------------------------*/

.side_keywords{
  margin-bottom: 50px;
}

/*------------------------------------------------------*/
/*サイドピックアップ記事/
/*------------------------------------------------------*/

.pickup_section{
  border: 10px solid #f0f0f0;
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 40px;
}


/*------------------------------------------------------*/
/*ちょっとひといきコラム*/
/*------------------------------------------------------*/

.top_hitoikicolumn_section{
  background: #fffbe1;
  padding-bottom: 52px;
  margin-top: 80px;
}

.top_hitoikicolumn_section .contentsBox{
  overflow: visible;
}

.top_hitoikicolumn_title img{
  display: block;
  margin: 0 auto;
}

.top_hitoikicolumn_title{
  margin-bottom: 30px;
}

/*-------------*/
.top_hitoikicolumn_itemBox_wrap{
  position: relative;
  margin-top: 50px;
  min-width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 15px;
}

.top_hitoikicolumn_itemBox{
  opacity: 0;
}

/*-------------*/

.top_hitoikicolumn_item{
  background: #ffffff;
  padding: 20px 30px;
  margin-right: 15px;
  margin-left: 15px;
  text-decoration: none;
}

.top_hitoikicolumn_item_title{
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.top_hitoikicolumn_item_title span{
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.top_hitoikicolumn_item_title span:before{
    content: "";
    display: inline-block;
    height: 0.4em;
    width: 110%;
    background: #ffdd24;
    position: absolute;
    bottom: 2px;
    left: -8px;
    z-index: -1;
}



.top_hitoikicolumn_item_img{
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-top: calc(66.5625%);
  display: block;
}
.top_hitoikicolumn_item_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.top_hitoikicolumn_item_date{
  font-size: 10px;
  margin-top: 12px;
}
.top_hitoikicolumn_item_text{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

/*-----------------*/
.top_hitoikicolumn_section .slick-dots li{
  width: 10px;
  height: 10px;
}

.top_hitoikicolumn_section .slick-dots li button{
  padding: 0;
  width: 10px;
  height: 10px;
}

.top_hitoikicolumn_section .slick-dots li button:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}

.top_hitoikicolumn_section .slick-dots li.slick-active button:before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #000000;
  border: 1px solid #000000;
}

.top_hitoikicolumn_itemBox_arrow span{
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333333;
  background-position: center;
  background-size: auto 16px;
  background-repeat: no-repeat;
}
.top_hitoikicolumn_itemBox_arrow .prev-arrow{
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right_l_w.svg);
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.top_hitoikicolumn_itemBox_arrow .next-arrow{
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right_w.svg);
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}

/*-----------------*/
.top_hitoikicolumn_item.picup{
  position: relative;
  padding: 0;
  padding-left: calc(50%);
  overflow: hidden;
  margin: 0;
}
.top_hitoikicolumn_item.picup:before{
  content: "";
  width: 1px;
  padding-top: calc(66.5625%);
  float: left;
  margin-left: -1px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_title{
  margin-top: 30px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_text{
  font-size: 24px;
  margin-top: 35px;
  padding: 0 30px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_date{
  margin-top: 20px;
  padding: 0 30px;
}
.top_hitoikicolumn_item.picup .section_link{
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: calc(50% - 60px);
}

/*------------------------------------------------------*/
/*三井住友カードからのお知らせ*/
/*------------------------------------------------------*/
.notice_section{
  background: #f0f0f0;
  border-top: 1px solid #cccccc;
  padding: 50px 0 0;
}

.notice_section .contentsBox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.notice_section h2{
  margin-bottom: 44px;
  text-align: center;
  font-size: 24px;
  width: 100%;
}
.notice_section h2 span{
  display: inline-block;
  line-height: 1;
  padding: 0 5px 20px;
  border-bottom: 4px solid #000000;
}

.notice_section h2#topInfo{
  padding-top: 70px;
  margin-top: -70px;
}

/*----------------------*/
/*共通セクションスタイル*/
/*----------------------*/
.notice_section_item{
  padding: 20px 30px 15px;
  background: #ffffff;
}

.notice_section_item_title{
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
}
.notice_section_item_title span{
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.notice_section_item_title span:before {
    content: "";
    display: inline-block;
    height: 0.4em;
    width: 105%;
    background: #ffdd24;
    position: absolute;
    bottom: 2px;
    left: -2.5%;
    z-index: -1;
}


/*------------------------------------------------------*/
/*三井住友カード・チャンネル*/
/*------------------------------------------------------*/
.notice_section_item.mailMagazine{
  position: relative;
  padding-left: calc(50% + 15px);
  overflow: hidden;
  margin-bottom: 40px;

  width: 100%;
}
.notice_section_item.mailMagazine:before{
  content: "";
  display: inline-block;
  float: left;
  width: 1px;
  margin-left: -1px;
  padding-top: 66.4912%;
}
.mailMagazine_content_img{
  position: absolute;
  top: calc(50% - 66.4912% / 2 - 30px);
  left: 30px;
  width: calc(50% - 45px);
  height: auto;
}
.mailMagazine_content_img img{
  display: block;
}

.notice_section_item.mailMagazine .notice_section_item_title{
  font-size: 24px;
  margin-top: 15px;
}
.mailMagazine_content_newData .date{
  font-size: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.mailMagazine_content_newData img{
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.notice_section_item.mailMagazine .section_link{
  margin-top: 10px;
}

/*------------------------------------------------------*/
/*お客様の声にお応えして*/
/*------------------------------------------------------*/
.notice_section_item.customerVoice{
  width: calc(50% - 20px);
  flex: 0 0 auto;
  margin-right: 20px;
  position: relative;
  padding-bottom: 76px;
}
/*ページ内リンク調整*/
.customerVoice .notice_section_item_title{
  padding-top: 70px;
  margin-top: -70px;
}

.customerVoice_content_item {
  padding-left: 160px;
  overflow: hidden;
  display: block;
  clear: both;
  text-decoration: none;
  color: #000000;
}
.customerVoice_content_item:before{
  content: "";
  padding-top: calc(62.5% * 0.60);
  width: 1px;
  margin-left: -1px;
  float: left;
}

.customerVoice_content_item + .customerVoice_content_item{
  margin-top: 28px;
}
.customerVoice_content_item_img{
  width: 140px;
  float: left;
  margin-left: -160px;
}

.customerVoice_content_item_date{
  font-size: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}

[target="_blank"] .customerVoice_content_item_text:after{
content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url(/mem/hitotoki/common/img/icon/parts_05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.notice_section_item.customerVoice .section_link{
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
}

/*------------------------------------------------------*/
/*ニュースリリース*/
/*------------------------------------------------------*/
.notice_section_item.newsRelease{
  width: calc(50% - 20px);
  flex: 0 0 auto;
  margin-left: 20px;
  position: relative;
  padding-bottom: 76px;
}
.newsRelease_content_item{
  text-decoration: none;
  color: #000000;
  padding-left: 20px;
  position: relative;
  display: block;
}
.newsRelease_content_item:before{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5.5px);
  left: 0px;
}

.newsRelease_content_item + .newsRelease_content_item{
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #cccccc;
}


.newsRelease_content_item_date{
  font-size: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}

[target="_blank"] .newsRelease_content_text:after{
content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url(/mem/hitotoki/common/img/icon/parts_05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.notice_section_item.newsRelease .section_link{
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
}

/*------------------------------------------------------*/
/*公式SNSのご紹介*/
/*------------------------------------------------------*/


.officialSNS{
  width: 100%;
  /*margin-top: 77px;*/
}

.officialSNS_title{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.officialSNS_content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.officialSNS_fb{
  width: calc(50% - 20px);
  flex: 0 0 auto;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  /*以下201118追加分*/
  display: none!important;
}

.officialSNS_tw{
  width: calc(50% - 20px);
  flex: 0 0 auto;
  margin-left: 20px;
  border-radius: 5px;
  overflow: hidden;
  /*以下201118追加分*/
  margin: 0 auto;
}
/*以下201118追加分*/
@media all and (-ms-high-contrast:none){
  .officialSNS{display: none!important;}
}
.pageTop_contents {
  background: #f0f0f0;
  margin-top: 100px;
}
.pageTop_contents .officialSNS{
  margin-top: 50px;
}

.notice_section .officialSNS{
  display: block;
  margin-top: 75px;
}


/*------------------------------------------------------*/
/*kv*/
/*------------------------------------------------------*/

.top_kv{
  margin-bottom: 63px;
}

.top_kv .contentsBox{
  height: calc((1000px * 0.665625) * 0.59);
}

.top_kv_article_box{
  margin-bottom: 0 !important;
}

.top_kv_article_item{
  position: relative;
}
.top_kv_article_item a:hover{
  opacity: 1;
}
.top_kv_article_item:hover{
  opacity: 0.7;
}

.top_kv_article_item .imgBox{
  position: relative;
  padding-top: calc(66.5625% * 0.59);
  overflow: hidden;
  width: 59%;
}
.top_kv_article_item .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.top_kv_article_item_detail{
  width: 46%;
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 15%;
  background-color: #ffdd24;
  z-index: 1;
  padding: 0 40px;
  padding-top: 85px;
  color: #000000;
  text-decoration: none;
}

.top_kv_article_item_detail .cateName{
  position: absolute;
  top: 12%;
  left: 40px;
  background: #ffffff;
  padding: 6px 15px;
  line-height: 1;
  font-size: 12px;
}
.top_kv_article_item_detail .date{
  margin-top: 30px;
  font-size: 12px;
  display: block;
}

.top_kv_article_arrow{
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_kv_article_arrow span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  background-position: center;
  background-size: auto 16px;
  background-repeat: no-repeat;
}
.top_kv_article_arrow span:hover{
  background-color: #ffdd24;
}

.top_kv_article_arrow .prev-arrow{
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right_l.svg);
  border-radius: 5px 0 0 5px;
  margin-right: 3px;
}
.top_kv_article_arrow .next-arrow{
  background-image: url(/mem/hitotoki/common/img/icon/icon_arrow_right.svg);
  border-radius: 0 5px 5px 0;
}

.top_kv_article_box .slick-dots{
  width: calc(41% - 63px);/*前後ボタンの幅*/
  bottom: 10px;
  right: 63px;
}

.top_kv_article_box .slick-dots li{
  width: 10px;
  height: 10px;
}

.top_kv_article_box .slick-dots li button{
  padding: 0;
  width: 9px;
  height: 9px;
}

.top_kv_article_box .slick-dots li button:before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #cccccc;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}

.top_kv_article_box .slick-dots li.slick-active button:before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #ffdd24;
  border: 1px solid #ffdd24;
}

/*------------------------------------------------------*/
/*ランキング*/
/*------------------------------------------------------*/

.ranking_header{
  text-align: center;
  margin-bottom: 30px;
}
.ranking_header h1{
  font-size: 16px;
}
.ranking_header h1 span {
  font-size: 48px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  background: #ffdd24;
  background: linear-gradient(transparent 70%, #ffdd24 40%, #ffdd24 0%);
  margin-bottom: 7px;
}

/*-----------------------*/

.ranking_contents .Keyword_list{
  text-align: center;
}

/*-----------------------*/
.ranking_list {
  counter-reset: rankingitem;
  margin-top: 30px;
  display: none;
}
.ranking_list.best{
  display: block;
}

.ranking_list article{
  position: relative;
  padding-left: 44%;
  padding-bottom: 2px;

}
.ranking_list .magazineItem{
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ranking_list a{
  text-decoration: none;
}
.ranking_list .magazineItem .keyword{
  margin-bottom: 15px;
}

.ranking_list .magazineItem .txtHightlight + p{
  margin-top: 5px;
  font-size: 14px;
}

.ranking_list .magazineItem .cateName{
  position: relative;
  left: initial;
  bottom: initial;
  border: 2px solid #000000;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.ranking_list .magazineItem + .magazineItem{
  margin-top: 35px;
}

.ranking_list .magazineItem article:before{
  counter-increment: rankingitem;
  content: counter(rankingitem);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background-color: #ffdd24;
  margin-right: 10px;
}
.ranking_list .magazineItem:before {
    content: "";
    display: block;
    width: 1px;
    margin-left: -1px;
    float: left;
    padding-top: calc(((640px * 0.665625) * 0.41) + 2px);
}

.ranking_list .magazineItem:nth-of-type(3) ~ .magazineItem:after{
  background-color: #ffffff;
  left: 1px;
  top: 1px;
}

.ranking_list article .imgBox{
  padding-top: 0;
  width: 41%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border:1px solid #cccccc;
}
.ranking_list article .imgBox img{
  position: relative;
  max-width: none;
  display: block;
  transform: scale(1.01);
}


@media print, screen and (min-width: 768px) {
  .ranking_list .magazineItem:nth-of-type(3) ~ .magazineItem article{
    padding-left: 37%;
  }

  .ranking_list .magazineItem:nth-of-type(3) ~ .magazineItem .imgBox{
    width: 34%;
  }
}

/*-----------------------------------------------------------
モーダル共通
------------------------------------------------------------*/
.ModalArea{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    color: #333333;
    display: none;
}

#inline-wrap {
    max-width: 1138px;
    min-width: 1000px;
    background: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    padding: 90px 100px;
    margin: 20px auto;
    outline: none;
    text-align: center;
}

.ModalInner .siteLogo_text{
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 60px;
}
.ModalInner p.descriptioon{
    font-size: 18px;
}
.ModalInner p+p.descriptioon{
    margin-top: 26px;
}
.ModalCloseBtn {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 44px;
    color: #333333 !important;
}
.ModalCloseBtn:hover {
    opacity: 0.7;
}
.ModalCloseBtn:before{
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 2px;
    right: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #333333;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}
.ModalCloseBtn:after{
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 4px;
    left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background: #333333;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}
.ModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.9;
}

.hitotokitoha .hitotokiLogo{
    text-align: center;
    width: 190px;
    margin: 0 auto 30px;
}


/*------------------------------------------------------*/
/*その他の特集*/
/*------------------------------------------------------*/

.otherColumn{
  margin-top: 80px;
}
.otherColumn:first-child{
  margin-top: 0px;
}

.otherColumnTitle{
  text-align: center;
  margin-bottom: 30px;
}
.otherColumnTitle span{
  font-size: 20px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  font-weight: normal;
  z-index: 0;
}

.otherColumnTitle span:before {
    content: "";
    display: inline-block;
    height: 0.3em;
    width: 106%;
    background: #ffdd24;
    position: absolute;
    bottom: 3px;
    left: -5px;
    z-index: -1;
}

.otherColumnarticles{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width: calc(100% + 10px);
  margin-left: -10px;
  margin-top: -30px;
}
.otherColumnItem{
  width: calc(50% - 10px);
  flex:0 0 auto;
  margin-left: 10px;
  margin-top: 30px;
}

.otherColumnItem .imgBox{
  flex: 0 0 auto;
  width: 40%;
  margin-right: 15px;
}
.otherColumnItem .textBox{
  flex: 1 1 auto;
  padding-right: 10px;
}
.otherColumnItem .textBox .title{
  line-height: 1.7;
  font-size: 14px;
}

.otherColumnItem .category{
    font-size: 16px;
    font-weight: bold;
}
/*カテゴリプルダウンがコンテンツの下に来ると見切れるため調整*/
.column_index + .pageTop_contents{
  margin-top: 0;
}
.column_index .contentsBox{
  padding-bottom: 100px;
}

/*------------------------------------------------------*/
/*動画エリア*/
/*------------------------------------------------------*/

.movie__box{
  text-align: center;
  width: 80%;
  margin: 50px auto;
  position: relative;
  padding-top: calc(56.25% * 0.8);
}
.movie__box iframe{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/*------------------------------------------------------*/
/*レシピレイアウト*/
/*------------------------------------------------------*/
.cuisine__recipe{
    width: 80%;
    margin: 0 auto;
}
.cuisine__recipe .detail__title3{
    padding-top: 30px;
    font-weight: bold;
}
.cuisine__recipe .decimal{
    margin-bottom: 20px;
}
table.table__recipe{
    margin: 0 auto;
    border-style: none;
}
table.table__recipe .cooking__material{
    text-align: left;
}
table.table__recipe .cooking__amount{
    text-align: right;
}
table.table__recipe tr{
    border-bottom: 2px solid #F0F0F0;
}
table.table__recipe th,
table.table__recipe td{
    padding-top: 10px;
    border-style: none;
}

/*------------------------------------------------------*/
/*ステップ*/
/*------------------------------------------------------*/
.articleDetail .step{
  margin-top: 50px;
}

/*------------------------------------------------------*/
/*黒枠*/
/*------------------------------------------------------*/
.detail__border {
  padding: 20px;
  border: 2px solid #333333;
}
.detail__border *:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------*/
/*吹き出し右*/
/*------------------------------------------------------*/
.bubble_r{
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.bubble_r>figure{
  margin-right: 30px;
}
.bubble_r>.bubble__text::before{
  content: "";
  position: absolute;
  top: calc(50% - 35px);
  left: -42px;
  border: 18px solid transparent;
  border-right: 60px solid #F0F0F0;
  transform: rotate(10deg);
  z-index: -1;
}
.bubble_r_multiple>figure{
  margin-right: 0!important;
}
.bubble_l_multiple>figure{
  margin-left: 0!important;
}
/*------------------------------------------------------*/
/*吹き出し左*/
/*------------------------------------------------------*/
.bubble_l{
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.bubble_l>figure{
  margin-left: 30px;
}
.bubble_l>.bubble__text::before{
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  right: -42px;
  border: 18px solid transparent;
  border-left: 60px solid #F0F0F0;
  transform: rotate(-10deg);
  z-index: -1;
}
/*------------------------------------------------------*/
/*吹き出し共通設定*/
/*------------------------------------------------------*/
.bubble__text{
  position: relative; 
  min-width: 40%;
  max-width: 80%;
  margin-top: 15px;
  padding: 29px 15px;
  border-radius: 25px;
  background: #F0F0F0;
  z-index: 1;
}
.bubble_r_multiple>.bubble__text{
  margin-left: 20px;
}
.bubble_l_multiple>.bubble__text{
  margin-right: 20px;
}
.bubble_l .bubble__text p,.bubble_r .bubble__text p{
  margin: 0;
}
.bubble__text p:nth-child(n+2){
  margin-top: 15px;
}
.bubble_l .note{
  margin-right: 17%;
}
.bubble_r .note{
  margin-left: 17%;
}
p.bubble__name{
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.bubble__profimg{
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
/*------------------------------------------------------*/
/*吹き出し他モジュール設定*/
/*------------------------------------------------------*/
.bubble__text ul.note{
  margin-bottom: 10px;
}
.bubble__text table td{
  background-color: white;
}
.bubble_l .iconLink{
  min-width: 40%;
  max-width: 70%;
  margin-top:5px;
  margin-right:17%;
}
.bubble_r .iconLink{
  min-width: 40%;
  max-width: 70%;
  margin-top:5px;
  margin-left:17%;
}

.bubble_l .note,.bubble_r .note{
  min-width: 40%;
  max-width: 70%;
}

.clscampaign{
  border-radius: 10px;
  background-color: #f0f0f0;
}
.clscampaign p.clstxt{
  font-weight: bold;
  padding-left: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.clscampaign > .clstxt::before{
  content: "※";
  position: absolute;
  left: 0.5em;
}
.bnr{
  margin: 30px 0;
}
.bnr .detail__text.heading{
  font-size: 24px;
  line-height: 1.26;
  font-weight: bold;
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 28px;
}
.bnr img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bnr a.txtlink{
  display: inline;
}

/*内部リンクモジュール*/
.interlink{
  padding: 10px 20px 0 20px;
  margin: 25px 0 20px;
  border: solid 1px black;
}
.interlink p.heading{
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 17px;
  display: block;
  user-select: none;
}

a.interlink_item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.interlink_item div + div{
  margin-top: 20px;
}
.interlink_item .kv_img{
  max-width: 120px;
  margin-right: 20px;
}
.interlink_item .kv_img img{
  max-width: 100%;
  height: auto;
}
.interlink_item .title{
  max-width: calc(100% - 150px);
}

/*アコーディオンメニュー*/
.accordionMenu{
  width: 100%;
  border: 1px solid;
  margin-top: 10px;
}

.articleDetail .accordionTitle{
  margin-top: 0;
}

.accordionTitle{
  background-color: #F0F0F0;
  padding: 10px 40px 10px 20px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.accordionTitle::after{
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all .3s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-50%) rotate(135deg);
}

.accordionTitle.is-active::after{
  transform: translateY(-50%) rotate(315deg);
}

.accordionContent{
  line-height: 0;
  max-height: 800px;
  height: 0;
  overflow: hidden;
  background-color: #F0F0F0;
  transition:
    height .5s ease-out;
}

.accordionContent li{
  /*閉じている状態*/
  padding: 0 20px;
  opacity: 0;
  /* 閉じるアニメーション */
  transition:
    opacity        .2s ease-out,
    height         .5s ease-out,
    padding-top    .5s ease-out,
    padding-bottom .5s ease-out;
}

.accordionContent.is-open{
  line-height: normal;
  height: 100%;
}

.accordionContent.is-open li{
  padding: 10px 20px;
  opacity: 1;
  transition:
    padding-top    .5s ease-out,
    padding-bottom .5s ease-out,
    height  .5s ease-out,
    opacity .5s ease-out;
}

@media screen and (max-width: 768px){
  .articleDetail .accordionTitle{
    margin-top: 0;
  }
}
