@charset "UTF-8";

/*------------------------------------------------*/
/*----------------------*/
body main{
  padding-top: 0px;
}
.wrapper{
  min-width: 0;
}

/*----------------------*/
/*表示切替*/
.pc_block{
  display: none !important;
}
.sp_block{
  display: block !important;
}
/*------------------------------------------------*/
/*コンテンツエリア*/
.detailsContents{
  max-width: 100%;
  min-width: 100%;
}

.contentsBox {
  width: 100%;
  min-width: 0px;
  padding: 0 15px;
  overflow: visible;
}

/*----------------------*/
/*パンくず*/

.breadcrumb li + li:after {
    border-color: transparent transparent transparent #f0f0f0;
}

/*キーワード一覧調整*/
.detailsContents.keyword_details{
  padding-top: 20px;
}

/*----------------------*/
/*キーワード一覧*/
/*----------------------*/
/*見出し*/
.keywordListHeader{
  padding-top: 20px;
}
.keywordListHeader h1{
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
}
.keywordListHeader p{
  font-size: 15px;
}

/*リスト*/
.keywordList{
  margin-top: 35px;
}
.keywordList ul{
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
}
.keywordList ul:last-of-type{
  margin-bottom: 0;
}
.keywordList ul li{
  display: inline-flex;
  margin: 0 5px 10px;
}
.keywordList ul li:last-child{
  margin-right: 5px;
}

/*------------------------------------------------------*/
/*カテゴリトップ*/
/*------------------------------------------------------*/
.featureHeader{
  margin: 0 auto;
  min-width: 100%;
  background: none;
}
.featureHeader .contentsBox{
  padding: 0;
}
/*見出し*/
.featureHeader h1 {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 20px;
  background: #f0f0f0;
  position: relative;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
.featureHeader h1 .featureTitle{
  font-size: 24px;
}
.featureHeader h1 .featureTitle:before{
  display: none;
}
.featureHeader h1 .featureTitle > span{
  position: relative;
  z-index: 1;
}
.featureHeader h1 .featureTitle > span:before{
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 105%;
    background: #ffdd24;
    position: absolute;
    bottom: 2px;
    left: -2.5%;
    z-index: -1;
}

/*リード文*/
.featureHeader .description{
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.7;
}


/*------------------------------------------------------*/
/*もっと見るボタン*/
/*------------------------------------------------------*/
.btn_more{
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 41px;
}
.btn_more:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);

  position: absolute;
  top: 18px;
  right: 30px;
}
.btn_more: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: 15px;
  right: 30px;
}

/*------------------------------------------------------*/
/*キーワードリスト*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*プルダウンメニュー*/
/*------------------------------------------------------*/
.pullDown{
  height: 50px;
}
.pullDownList label{
  min-height: 50px;
}
.pullDownList label:after {
  min-height: 50px;
}
.pullDownList{
  margin-top: 46px;
}

.featureContents .pullDown{
  width: calc(100% - 60px);
  margin-left: 30px;
}

/*------------------------------------------------------*/
/*ボタン*/
/*------------------------------------------------------*/
.btn_link {
  padding: 14px 0px;
  width: 80%;
  max-width: 100%;
}

.btn_link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: static;
    top: 0;
    right: 0;
    margin-top: 0px;
    margin-left: 9%;
    margin-top: -3px;
}

/*------------------------------------------------------*/
/*セクションリンク*/
/*------------------------------------------------------*/
.contentsBox_column_R .section_link{
    position: relative;
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
    border: 2px solid #333;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 35px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.3;
    padding: 14px 41px;
    width: 80%;
    max-width: 100%;
}
.contentsBox_column_R .section_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;
}
.contentsBox_column_R .section_link:before{
  display: none;
}

/*------------------------------------------------------*/
/*記事情報*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*活用術、解決法*/
/*------------------------------------------------------*/
.top_article_section{
  padding-bottom: 155px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 40px;
  padding-top: 35px;
}

.top_article_section.troubled{
  border-top: 1px solid #cccccc;
}

.top_article_section-title {
    display: block;
    margin-bottom: 30px;
    border-bottom: none;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    position: relative;
    text-align: center;
}

.top_article_section-title > span{
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top_article_section-title > span:before{
    content: "";
    display: inline-block;
    height: 0.4em;
    width: 110%;
    background: #ffdd24;
    position: absolute;
    bottom: 2px;
    left: -8px;
    z-index: -1;
}

.top_article_section-title > span > span{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.top_article_section-title img {
    display: none;
}

.top_article_section .pullDown {
    position: absolute;
    top: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 65px;
    width: 80%;
}

.top_article_section .btn_link{
    position: absolute;
    top: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    width: 80%;
}


.top_article_section-magazine_box-wrap{
  width: calc(100%);
  margin-left: 0px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.top_article_section-magazine_box{
  display: block;
  width: calc(100%);
  margin-left: 0px;
  margin-top: 0px;
  white-space: nowrap;
}
.top_article_section-magazine_box .magazineItem{
  display: inline-block;
  margin-left: 15px;
  width: calc(68%);
  margin-top: 0px;
  white-space: normal;
  line-height: 1;
  vertical-align: top;
}
.top_article_section-magazine_box .magazineItem:last-child{
  margin-right: 15px;
}
/*------------------------------------------------------*/
/*カテトップ絞り込み*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*カテトップ記事出力*/
/*------------------------------------------------------*/
.articles{
  width: calc(100% + 15px);
  margin-left: -15px;
  margin-top: -30px;
}

.articles .magazineItem{
  flex:0 1 auto;
  width: calc(100% / 2 - 15px);
  margin-left: 15px;
  margin-top: 30px;
}

.articles .magazineItem .title{
  margin-top: 12.5px;
}

/*------------------------------------------------------*/
/*記事*/
/*------------------------------------------------------*/
.article_contents{
  padding-top: 0;
}
/*----------------------*/
/*記事メイン画像、記事タイトル～リード文まで*/
/*----------------------*/
.articleDetail .articleFirstView_box .articleDetail_mainImage {
  margin: 0 -15px;
}
.articleDetail .articleFirstView_box h1 {
  margin-top: 20px;
  font-size: 24px;
}
.articleDetail .articleFirstView_box .articleFirstView_detail {
  margin-top: 15px;
  padding-right: 0;
}
.articleDetail .articleFirstView_box .articleFirstView_detail .Keyword_list {
  margin-top: 0;
}
.articleDetail .articleFirstView_box .articleFirstView_detail .articleDetail_date {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  position: static;
}
.articleDetail .articleFirstView_box p {
  margin-top: 40px;
}

/*----------------------*/
/*もくじ*/
/*----------------------*/
.articleDetail .anker_link {
  border: 1px solid #333333;
  margin: 25px 0 40px;
  padding: 30px 20px;
}
.articleDetail .anker_link .anker_list {
  margin-top: 20px;
  padding-left: 20px;
}
.articleDetail .anker_link ul.anker_list li:before {
  left: -19px;
}

/*----------------------*/
/*見出し*/
/*----------------------*/
/* h2見出し */
.articleDetail h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 20px;
}

/* h3見出し */
.articleDetail h3 {
  margin-top: 20px;
  font-size: 18px;
}
/* h4見出し */
.articleDetail h4 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

/*----------------------*/
/*テキスト*/
/*----------------------*/
.articleDetail p {
  margin-top: 25px;
  line-height: 1.7;
}

/*----------------------*/
/*アイコンリンク*/
/*----------------------*/

/*----------------------*/
/*画像*/
/*----------------------*/
.articleDetail .articleDetail_image_L,
.articleDetail .articleDetail_image_M {
  margin: 30px auto 0;
}
.articleDetail .articleDetail_image_L {
  width: 74%;
}
.articleDetail .articleDetail_image_M {
  width: 74%;
}

/*----------------------*/
/*動画*/
/*----------------------*/

/*----------------------*/
/*テーブル*/
/*----------------------*/
.table__horizontal-scroll {
    overflow: auto;
}
.table__horizontal-scroll table {
    width: 640px;
}

/*----------------------*/
/*この記事のキーワード*/
/*----------------------*/
.articleDetail .keywordTitle {
  margin-top: 50px;
  font-size: 12px;
}
.articleDetail .Keyword_list {
  width: calc(100% + 15px);
  margin-left: -15px;
  margin-top: 15px;
}
.articleDetail .Keyword_list li {
  margin-left: 15px;
}

/*----------------------*/
/*いいねボタン*/
/*----------------------*/
.articleDetail .likeArticleTitle {
  margin-top: 35px;
  font-size: 12px;
}
.articleDetail .likeArticleBtn span {
  padding: 10px;
  border-radius: 25px;
  font-size: 14px;
}
.articleDetail .likeArticleBtn span::before {
  width: 29px;
  height: 24.5px;
}

/*----------------------*/
/*シェアボタン*/
/*----------------------*/
.articleDetail .article_share_title {
  font-family: '游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  font-size: 12px;
}
.articleDetail .article_share {
  display: flex;
  justify-content: center;
  max-width: none;
  margin-top: 10px;
}
.articleDetail .article_share a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.articleDetail .article_share .share_LINE {
  display: block;
}

/*----------------------*/
/*ライター*/
/*----------------------*/
.profile{
  padding: 25px 15px 20px;
  margin: 35px 0 40px;
}
.profileMain{
  display: flex;
}
.profile h2{
  margin: 0;
  font-size: 24px;
}
.profile h2 span{
  font-size: 12px;
}
.profile .writerOtherArticle a{
  max-width: 100%;
}

/*----------------------*/
/*カテゴリーの記事一覧を見る*/
/*----------------------*/
.categoryArticleList_btn a {
  width: 280px;
  max-width: 100%;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 14px;
}

/*----------------------*/
/*前後の記事*/
/*----------------------*/
.articlePrevNext{
  margin-bottom: 15px;
}

.articlePrevNext .articlePrevNext_prev a,
.articlePrevNext .articlePrevNext_next a{
  width: 100%;
}
.articlePrevNext .articlePrevNext_next p,
.articlePrevNext .articlePrevNext_prev p{
  width: 100%;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
.articlePrevNext article{
  flex-wrap: wrap;
}

.articlePrevNext article figure{
  width: 80%;
  order: 1;
  margin: 0 auto;
}

.articlePrevNext article .title{
  width: 100%;
  order: 2;
  margin-top: 10px;
}

/*----------------------*/
/*関連ページ*/
/*----------------------*/
.relationLink{
  margin: 15px 0;
}
.relationLink .sectionHeadline {
  font-weight: normal;
}
.relationLink_wrap {
  display: block;
}
.relationLink_item{
  width: 100%;
  margin-top: 25px;
}
.relationLink_item:nth-of-type(even){
  margin-left: 0;
}
.relationLink_item .imgBox{
  margin-right: 15px;
}

/*----------------------*/
/*おすすめの記事*/
/*----------------------*/
.moreArticle {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}
.moreArticle .sectionHeadline{
  margin-bottom: 20px;
  text-align: center;
}
.moreArticle .sectionHeadline .moreArticleTitle_main {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
}
.moreArticle .sectionHeadline .moreArticleTitle_main:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  background: #ffe13b;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
.moreArticle .sectionHeadline .moreArticleTitle_sub {
  display: block;
  font-size: 14px;
  padding: 0;
}
.moreArticle .sectionHeadline .moreArticleTitle_sub:before {
  content: none;
}
.moreArticle .moreArticleList {
  display: block;
  margin-top: 30px;
}
.moreArticle .moreArticleList .item {
  width: 100%;
}
.moreArticle .moreArticleList .item + .item {
  margin-top: 20px;
  margin-left: 0;
}
.moreArticle .moreArticleList .item article {
  display: flex;
}
.moreArticle .moreArticleList .imgBox {
  width: 120px;
  margin-right: 15px;
  flex: 0 0 120px;
}
.moreArticle .moreArticleList .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.moreArticle .moreArticleList .textBox .category {
  display: none;
}
.moreArticle .moreArticleList .textBox .title {
  margin-top: 0;
  font-size: 14px;
}
.moreArticle .moreArticleList .textBox .keyword {
  display: none;
}
.moreArticle .moreArticleList .textBox .moreArticle_date {
  display: block;
  margin-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
}

/*------------------------------------------------------*/
/*サイド共通*/
/*------------------------------------------------------*/
/*タイトル*/
.contentsBox_column_R  .sideTitle{
  font-size: 14px;
  margin-bottom: 30px;
}

.contentsBox_column_R  .sideTitle span {
  font-size: 24px;
  font-weight: normal;
}
.contentsBox_column_R  .sideTitle span:before {
  height: 0.3125em;
  bottom: 6px;
}
/*見出しが英語時の調整*/
.contentsBox_column_R .sideTitle span.eng {
  font-size: 32px;
  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{
  margin-top: 35px;
}
.contentsBox_column_R .newArticle,
.contentsBox_column_R .newArticle .articles{
  margin-bottom: 35px;
}
.contentsBox_column_R .newArticle .articles .magazineItem{
  margin-bottom: 20px;
}
.contentsBox_column_R .newArticle article{
  margin-bottom: 0;
}
.contentsBox_column_R .newArticle .articles .magazineItem .textBox{
  width: auto;
}


/*------------------------------------------------------*/
/*サイドランキング*/
/*------------------------------------------------------*/
.contentsBox_column_R .popularArticle{
  margin-bottom: 35px;
}
.contentsBox_column_R .popularArticle .popularArticle_tab .popularArticle_tabItem{
  width: auto;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
}
.contentsBox_column_R .popularArticle .popularArticle_tab .popularArticle_tabItem + .popularArticle_tabItem{
  margin-left: 15px;
}
.contentsBox_column_R .popularArticle .popularArticle_contents{
  margin: 0 -15px;
  padding: 30px 20px;
  border: 10px solid #f0f0f0;
}
.contentsBox_column_R .popularArticle .articles{
  border-bottom: none;
}
.contentsBox_column_R .popularArticle .magazineItem{
  margin-bottom: 25px;
}
.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 .magazineItem .imgBox{
  width: 38%;
  margin-right: 4%;
  padding-top: calc(66.5625% * 0.38);
}
.contentsBox_column_R .popularArticle .magazineItem .imgBox img{
  top: 0;
  left: 0;
}

.contentsBox_column_R .popularArticle .popularArticle_moreBtn{
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 100%;
  display: block;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 25px;
  padding: 10px 0px;
  margin: 35px auto 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.3;
}
.contentsBox_column_R .popularArticle .popularArticle_moreBtn:after{
  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;
  border: none;
  position: static;
  top: 50%;
  right: 30px;
  bottom: auto;
  margin: -3px -11px 0 10px;
  vertical-align: middle;
  transform: none;
}

/*------------------------------------------------------*/
/*サイド活用術*/
/*------------------------------------------------------*/
.side_inflection{
  margin-top: 35px;
}
.side_inflection-title > span {
  font-weight: normal;
}
.side_inflection-title > span > span {
  font-weight: bold;
}

.side_inflection_content{
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 15px;
}

.side_inflection_content .pullDown{
  margin-bottom: 15px;
}


/*------------------------------------------------------*/
/*サイドトラブル解決法*/
/*------------------------------------------------------*/
.side_troubled{
  margin-top: 35px;
}
.side_troubled-title > span {
  font-weight: normal;
}
.side_troubled-title > span > span {
  font-weight: bold;
}

.side_troubled_content{
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 15px;
}

.side_troubled_content .pullDown{
  margin-bottom: 15px;
}


/*------------------------------------------------------*/
/*サイドちょっとひといきコラム*/
/*------------------------------------------------------*/
.contentsBox_column_R .hitoikiColumnArticle{
  background: #fffbe1;
  margin: 40px -15px 0;
  padding-bottom: 20px;
}
.contentsBox_column_R .hitoikiColumnArticle .sideTitle{
  margin-bottom: 40px;
  padding-top: 30px;
  background: url(/mem/hitotoki/common/img/2020_renewal/bg_side_hitoikicolumn_title_sp.png) no-repeat top right/120px auto;
  font-weight: bold;
}
.contentsBox_column_R .hitoikiColumnArticle .sideTitle span{
  padding-bottom: 5px;
  font-weight: bold;
}
.contentsBox_column_R .hitoikiColumnArticle .articles{
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 25px 15px;
  background: #fff;
}
.contentsBox_column_R .hitoikiColumnArticle .magazineItem{
  margin-bottom: 25px;
}
.contentsBox_column_R .hitoikiColumnArticle .magazineItem .imgBox{

}
.contentsBox_column_R .hitoikiColumnArticle .magazineItem .textBox .title{
  margin-top: 5px;
}

.hitoikiColumnArticle .btn_link{
  margin: 0 auto;
}

/*------------------------------------------------------*/
/*サイドキーワード*/
/*------------------------------------------------------*/
.contentsBox_column_R .Keyword_list{
  text-align: center;
}

/*------------------------------------------------------*/
/*サイドピックアップ記事/
/*------------------------------------------------------*/

.pickup_section{
  padding: 20px;
  margin-bottom: 0;
}
.pickup_section .sideTitle{
  margin-bottom: 20px;
}

/*------------------------------------------------------*/
/*ちょっとひといきコラム*/
/*------------------------------------------------------*/
.top_hitoikicolumn_section{
  margin-top: calc(35px + 16vw);
  margin-bottom: 30px;
}
.top_hitoikicolumn_section .contentsBox{
  padding: 0;
}

.top_hitoikicolumn_title{
  position: relative;
  padding-top: 36.8%;
  width: calc(100%);
  margin-bottom: 0;
}
.top_hitoikicolumn_title img{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(((100vw) * 0.368) * -0.215);
}
/*-----------------*/

.top_hitoikicolumn_itemBox_wrap{
  position: relative;
  margin-top: 30px;
  min-width: calc(100% - 7.5px);
  margin-left: 7.5px;
  padding: 0px;
}

.top_hitoikicolumn_item{
  padding: 15px 30px;
  width: 80%;
}
.top_hitoikicolumn_item .section_link{
  width: calc(100% + 30px);
  margin-left: -15px;
}

.top_hitoikicolumn_section .slick-dots{
  bottom: -35px;
}

.top_hitoikicolumn_section .slick-list {
  padding: 0 30% 0 0;
}

.top_hitoikicolumn_item {
  margin: 0 7.5px;
}

.top_hitoikicolumn_itemBox_arrow .prev-arrow{
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0 5px 5px 0;
  left: -7.5px;
}
.top_hitoikicolumn_itemBox_arrow .next-arrow{
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.top_hitoikicolumn_item_title{
  width: calc(100% + 60px);
  margin-left: -30px;
  text-align: center;
  font-size: 4.3vw;
}

/*-----------------*/
.top_hitoikicolumn_item.picup{
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  padding-left: 0;
}
.top_hitoikicolumn_item.picup:before{
  display: none;
}

.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_img{
  order: 0;
  position: relative;
  width: 100%;
  margin-bottom: -42.5px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_title{
  order: 1;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: 0 15px;
  position: relative;
  z-index: 1;
  padding: 15px 0 17px;
  font-size: 18px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_text{
  order: 2;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-top: -1px;
}
.top_hitoikicolumn_item.picup .top_hitoikicolumn_item_date{
  order: 3;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.top_hitoikicolumn_item.picup .section_link{
  order: 4;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: 0 15px;
  position: relative;
  bottom: initial;
  right: initial;
  padding-bottom: 20px;
}

.top_hitoikicolumn_item.picup .section_link:before{
  left: 15px;
  right: 15px;
  width: auto;
}
.top_hitoikicolumn_item.picup .section_link:after{
  top: calc(50% - 15.5px + 17px / 2);
  right: 15px;
}

.top_hitoikicolumn_section .slick-dots li button:before{
}


/*------------------------------------------------------*/
/*三井住友カードからのお知らせ*/
/*------------------------------------------------------*/

.notice_section{
  padding-bottom: 0;
}

.notice_section h2{
  margin-bottom: 30px;
}

/*----------------------*/
/*共通セクションスタイル*/
/*----------------------*/


/*------------------------------------------------------*/
/*三井住友カード・チャンネル*/
/*------------------------------------------------------*/

.notice_section_item.mailMagazine{
  padding:30px 30px 15px;
  margin-bottom: 15px;
}
.notice_section_item.mailMagazine .notice_section_item_title{
  display: none;
}
.mailMagazine_content_img{
  position: relative;
  top: 0;
  left: 0px;
  width: calc(100%);
  height: auto;

}
.mailMagazine_content_img img{
  margin: 0 auto;
}

.mailMagazine_content_newData .date{
  margin-top: 30px;
  text-align: left;
  padding-left: 3.5%;
  font-size: 16px;
}
.mailMagazine_content_newData img{
  width: 100%;
  margin-top: -2vw;
}
/*------------------------------------------------------*/
/*お客様の声にお応えして*/
/*------------------------------------------------------*/
.notice_section_item.customerVoice{
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 20px 15px 15px;
  padding-bottom: 20px;
}

.customerVoice_content_item{
  padding-left: 40%;
  position: relative;
}
.customerVoice_content_item_img{
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.notice_section_item.customerVoice .section_link{
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
}

/*------------------------------------------------------*/
/*ニュースリリース*/
/*------------------------------------------------------*/
.notice_section_item.newsRelease{
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.newsRelease_content .newsRelease_content_item:nth-of-type(3){
  display: none;
}
.notice_section_item.mailMagazine .section_link{
  position: relative;
  z-index: 1;
}
.notice_section_item.newsRelease .section_link{
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
}
/*------------------------------------------------------*/
/*公式SNSのご紹介*/
/*------------------------------------------------------*/

.officialSNS{
  margin-top: 40px;
  padding: 0 15px;
}

.officialSNS_fb{
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  background: #ffffff;
}

.officialSNS_tw{
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0;
  margin-bottom: 0;
  background: #ffffff;
}

.notice_section .officialSNS{
  display: none;
}
.pageTop_contents{
  margin-top: 0;
}

.pageTop_contents .officialSNS{
  display: block;
}



/*------------------------------------------------------*/
/*kv*/
/*------------------------------------------------------*/
.top_kv .contentsBox{
  height: auto;
  overflow: visible;
}

.top_kv_article_box_sp{
  margin-bottom: 30px;
}
.top_kv_article_box_sp .top_kv_article_item{
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.top_kv_article_item .imgBox {
    position: relative;
    padding-top: calc(66.5625%);
    overflow: hidden;
    width: 100%;
    order: 0;
}
.top_kv_article_box_sp .top_kv_article_item .top_kv_article_item_detail{
    order: 1;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 25px 30px 20px;
    margin-top: -14vw;
    background-color: #ffdd24;
}
.top_kv_article_box_sp .top_kv_article_item_detail .cateName{
  top: calc(-0.5em - 6px);
  left: 0;
}
.top_kv_article_box_sp .top_kv_article_item_detail .title{
  font-size: 18px;
}
.top_kv_article_box_sp .top_kv_article_item_detail .date{
  margin-top: 12px;
}
/*--------------------*/
.top_kv_article_box{
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
}
.top_kv_article_box .slick-list {
    padding: 0 30% 0 0;
}
.top_kv_article_item{
  width: calc(100%);
  margin-right:15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.top_kv_article_box.slick-initialized .slick-slide{
  display: flex !important;
}
.top_kv_article_item .top_kv_article_item_detail{
    order: 1;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: calc(100%);
    margin: 0 auto;
    padding: 0px;
    margin-top: 0vw;
    padding: 10px 10px 0;
    background-color: #fff;
}
.top_kv_article_item_detail .cateName {
    position: absolute;
    top: calc(-1em - 12px);
    left: 0px;
}
.top_kv_article_item_detail .title{
  font-size: 14px;
}
.top_kv_article_item_detail .date{
  margin-top: 15px;
  font-size: 10px;
}
.top_kv_article_box .slick-dots{
  width: calc(100%);
  bottom: -30px;
  right: 0px;
}
.top_kv_article_box_wrap{
  position: relative;
  height: auto;
  overflow: visible;
}
.top_kv_article_arrow{
  top: 50%;
  bottom: initial;
  right: -15px;
  left: -15px;
  overflow: hidden;
  margin-top: -30px;
}
.top_kv_article_arrow span{
  border: 1px solid #ffffff;
  background-color: #ffdd24;
}

.top_kv_article_arrow .prev-arrow{
  border-radius:0 5px 5px 0;
  border-left: none;
}
.top_kv_article_arrow .next-arrow{
  border-radius:5px 0 0 5px;
  float: right;
  border-right: none;
}


/*------------------------------------------------------*/
/*ランキング*/
/*------------------------------------------------------*/



.ranking_list .magazineItem + .magazineItem {
    margin-top: 20px;
}
.ranking_list article {
    padding-left: 40%;
}
.ranking_list .magazineItem:before {
    padding-top: calc((100vw - 30px) * 0.35);
}
.ranking_list article .imgBox {
    padding-top:0;
    width: 35%;
}
.ranking_list article .imgBox:before{
  content: "";
  display: inline-block;
  width: 1px;
  padding-top: 100%;
}
.ranking_list article .imgBox img{
  position: absolute;
  height: calc(100% + 4px);
  width: auto;
  max-width: none;
  left: calc(50% - 150.2347% / 2);
}
.ranking_list .magazineItem article:before{
  width: 30px;
  height: 30px;
  margin-right: 0;
}

/*-----------------------------------------------------------
モーダル共通
------------------------------------------------------------*/

#inline-wrap {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    background: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    padding: 60px 25px;
    margin: 10px auto;
    outline: none;
    text-align: center;
}

.ModalCloseBtn {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 44px;
    color: #333333 !important;
}
.ModalCloseBtn {
    width: 32px;
    height: 32px;
    padding-top: 32px;
    top: 5px;
    right: 5px;
}
.ModalCloseBtn:hover {
    opacity: 1;
}
.ModalCloseBtn:before{
    content: "";
    display: block;
    width: 2px;
    height: 38px;
    position: absolute;
    top: 4px;
    right: 3px;
    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: 38px;
    position: absolute;
    top: 5px;
    left: 1px;
    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;
}
.ModalCloseBtn02 {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    color: #333333 !important;
    font-size: 10px;
    padding-top: 25px;
}
.ModalCloseBtn02:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 15px;
    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;
}
.ModalCloseBtn02:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 14px;
    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;
}

.hitotokitoha .hitotokiLogo{
    text-align: center;
    width: 135px;
    margin: 0 auto 30px;
}
.ModalInner .siteLogo_text {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.ModalInner p.descriptioon {
    font-size: 12px;
}

.ModalInner p+p.descriptioon {
    margin-top: 20px;
}

/*------------------------------------------------------*/
/*その他の特集*/
/*------------------------------------------------------*/
.otherColumnarticles{
  margin-left: 0;
  width: 100%;
}
.otherColumnItem{
  width: 100%;
  margin-left: 0px;
}

.column_index .contentsBox{
  padding-bottom: 40px;
}


/*------------------------------------------------------*/
/*動画エリア*/
/*------------------------------------------------------*/

.movie__box{
  width: 100%;
  padding-top: calc(56.25%);
}



/*------------------------------------------------------*/
/*sp時吹き出し*/
/*------------------------------------------------------*/
.bubble_r,.bubble_l{
  margin: 15px 0;
}
.bubble_l figure img,.bubble_r figure img{
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.bubble_l .bubble__text::before{
  top:calc(50% - 18px);
  transform: rotate(-20deg);
}
.bubble_r .bubble__text::before{
  top:calc(50% - 18px);
  transform: rotate(20deg);
}
.bubble__text{
  min-width: 40%;
  max-width: 70%;
  border-radius: 25px;
  margin-top: 0!important;
}
p.bubble__name{
  margin-top: 0;
}
.bubble_l .iconLink,.bubble_l .note{
  margin-right: 22%;
}
.bubble_r .iconLink,.bubble_r .note{
  margin-left: 22%;
}
.clscampaign p.clstxt{
  margin-top: 20px;
}

.bnr .detail__text.heading{
  text-align: center;
}

.interlink_item .kv_img{
  max-width: 35%;
  margin-right: 20px;
}