@charset "utf-8";
/* 共通エリア */
.category-single .column-category p,
.category-single .column-category h1{
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/article_category_icon.png?rd=202009301215) 0 2px no-repeat;
}
.category-single .column-category .ad {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/pr_category_icon.png) 0 2px no-repeat;
}
.category-single .column-category .info {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/info_category_icon.png) 0 2px no-repeat;
}
.category-single .column-category .news {
  line-height: 1.4;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 156%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/news_category_icon.png) 0 2px no-repeat;
}
.category-single .column-category a {
  display: inline-block;
  line-height: 1.3;
  padding: 3px 8px 2px 14px;
  margin: -4px 0 0 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 42%;
  letter-spacing: 0.5px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 3px 4px no-repeat #4e525b;
  border-radius: 2px;
}
.category-single .column-category a:hover {
  background-color: #907c32;
}
.category-single .single-detail-column {
  padding: 20px 20px 40px;
  margin-bottom: 10px;
  background-color: #fff;
}
/* 右カラムのレクタングル1固定 2018.12 */
.temp-sidebar {
  position:sticky;
  top:80px;
}
.side-news {
  float:none;
}
.sticky-space {
  height:800px;
}
/*
------------------------------------------------------
[category-single][PC]記事ページ
------------------------------------------------------
*/
/* 記事タイトル写真大エリア */
.category-single .article-top-01 {
  margin-bottom: 15px;
}
.category-single .article-top-01 .detail-title {
  position: relative;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaacb0;
}
.category-single .article-top-01 .detail-title h1{
  line-height: 1.2;
  font-size: 212%;
  font-weight: normal;
}
.category-single .article-top-01 .detail-title .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
.category-single .article-top-01 .detail-title .posted {
  margin-top: 5px;
  text-align: right;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 81%;
  letter-spacing: 0.5px;
}
.category-single .article-top-01 .detail-title .posted span {
  display: inline-block;
  margin-right: 6px;
  color: #666;
  font-size: 92%;
}
.category-single .article-top-01 .image-area {
  position: relative;
  height: 600px;
  margin-bottom: 0px;
  background-color: #000;
  overflow: hidden;
}
.category-single .article-top-01 .image-area img {
  width: 904px;
  height: auto;
}
.category-single .article-top-01 .image-area figure img {
  width: 904px;
  height: auto;
}
.category-single .article-top-01 .image-area .caption {
  position: absolute;
  bottom: -100;
  left: 0;
  width: 874px;
  padding: 10px 15px;
  font-weight: normal;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bb000000,EndColorStr=#bb000000);
  background-color: rgba(0,0,0,0.65);
  display: none;
}
.category-single .article-top-01 .image-area .caption:not(:target){
    filter: none;
}
.category-single .article-top-01 .caption-wrapper {
  position:relative;
}
.category-single .article-top-01 .caption-area {
    background-color: #353535;
    padding: 10px 20px;
}
.category-single .article-top-01 .caption-area h3 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.category-single .article-top-01 .more-photo {
  display: block;
  float:right;
  width:174px;
  position: absolute;
  right: 0;
  top:0;
}
.category-single .article-top-01 .more-photo a {
  color:#fff;
  font-size:12px;
  padding: 11px 0 9px 60px;
  display:block;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/more-photo-btn05.png) 20px 0px/40px 40px no-repeat #111;
}
.category-single .article-top-01 .more-photo a:hover {
  color:#111;
  font-size:12px;
  padding: 11px 0 9px 60px;
  display:block;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/more-photo-btn05_hover.png) 20px 0px/40px 40px no-repeat #fff;
}
.category-single .article-top-01 .more-photo img {
  width: 40px;
  height: 40px;
}
.category-single .article-top-01 .image-area a:hover {
  opacity:0.9;
}
.category-single .article-top-01 .profile-area {
  position: relative;
  margin-top:15px;
}
.category-single .article-top-01 .profile-area .by {
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #666;
}
.category-single .article-top-01 .profile-area .writer {
  float: left;
  width: 315px;
  padding-left: 12px;
  margin: 0 10px 0 3px;
  border-left: 1px solid #87898d;
}
.category-single .article-top-01 .profile-area .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.category-single .article-top-01 .profile-area .writer .name {
  padding-top: 4px;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-left: 54px;
  font-size: 125%;
}
.category-single .article-top-01 .profile-area .writer .name span {
  display: block;
  font-size: 60%;
  letter-spacing: 0.5px;
  color: #333;
}
.category-single .article-top-01 .profile-area .writer .button {
  clear: both;
  line-height: 1.2;
}
.category-single .article-top-01 .profile-area .writer .button a {
  display: inline-block;
  line-height: 1.4;
  padding: 3px 8px 2px 14px;
  font-family: "Oswald", sans-serif;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon01.png) 3px 5px no-repeat #4e525b;
  border-radius: 2px;
}
.category-single .article-top-01 .profile-area .writer .button a:hover {
  background-color: #907c32;
}
.category-single .article-top-01 .profile-area .photographer {
  float: left;
  width: 230px;
  padding: 0 0 58px 8px;
  border-left: 1px solid #87898d;
}
.category-single .article-top-01 .profile-area .name {
  line-height: 1.3;
  font-size: 93%;
}
/* 記事タイトル写真小エリア */
.category-single .article-top-02 {
  margin-bottom: 15px;
}
.category-single .article-top-02 .tit-area {
  min-height: 262px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}
.category-single .article-top-02 .tit-area .text-area {
  position: relative;
  float: left;
  min-height: 232px;
  width: 528px;
  padding: 25px 13px 5px;
}
.category-single .article-top-02 .tit-area h1 {
  position: relative;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 122%;
  font-weight: normal;
  border-bottom: 1px solid #5f6161;
}
.category-single .article-top-02 .tit-area h1 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
}
.category-single .article-top-02 .writer .by {
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #fff;
}
.category-single .article-top-02 .writer figure {
  float: left;
  width: 44px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.category-single .article-top-02 .writer .name {
  padding-top: 4px;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-left: 54px;
  font-size: 110%;
}
.category-single .article-top-02 .writer .name span {
  display: block;
  font-size: 60%;
  letter-spacing: 0.5px;
  color: #ccc;
}
.category-single .article-top-02 .writer .button {
  clear: both;
  line-height: 1.2;
}
.category-single .article-top-02 .writer .button a {
  line-height: 1.4;
  padding-left: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 75%;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon03.png) 4px 4px no-repeat;
}
.category-single .article-top-02 .writer .button a:hover {
  text-decoration: underline;
}
.category-single .article-top-02 .photographer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.category-single .article-top-02 .photographer .name {
  margin-bottom: 4px;
}
.category-single .article-top-02 .photographer .posted,
.category-single .article-top-02 .photographer .name {
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 75%;
  letter-spacing: 0.5px;
  color: #ccc;
  width:300px;
}
.category-single .article-top-02 .photographer .posted span,
.category-single .article-top-02 .photographer .name span {
  display: inline-block;
  margin-right: 6px;
  font-size: 92%;
  color: #b2b2b2;
}
.category-single .article-top-02 .tit-area .image-area {
  float: right;
  height: 262px;
  overflow: hidden;
}
.category-single .article-top-02 .tit-area .image-area img {
  width: 350px;
  height: auto;
}
/*20151117 caption add*/
.category-single .article-top-02 .tit-area .image-area p {
  margin:0px;
  padding:20px 5px 5px 5px;
  width:340px;
  height:150px;
  font-size:80%;
  background-color: rgba(0,0,0,0.65);
  position:relative;
  top:0px;
  text-align:left;
  color:#fff;
}
/* 有料会員登録・ログイン */
.regist {
  text-align: center;
  margin:10px 0 0 0;
  background-color: #fafafa;
  padding: 30px 0 10px;
  margin: 30px 60px 0;
}
.regist p {
  font-weight:bold;
  font-size:17px;
}
.regist p.count {
  font-weight:normal;
}
.regist p.count span {
  font-size:150%;
}
.regist p.description {
  font-size:90%;
  color:#bc1818;
  margin-top:10px;
}
.regist ul {
  margin:25px 0;
}
.regist ul li {
  display: inline-block;
  font-size:18px;
}
.regist ul li.signup a {
  background-color:#998641;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 210px;
  margin: 0 10px 0 0;
}
.regist ul li.signup a:hover {
  background-color:#ad9a54;
}
.regist ul li.login a {
  background-color:#111;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 210px;
}
.regist ul li.login a:hover {
  background-color:#222;
}
/*
------------------------------------------------------
［skin-single-01］記事ページ 
------------------------------------------------------
*/
.single {
  padding: 0 60px;
  margin-bottom: 20px;
  letter-spacing: 1.1px;
}
.single-information {
  margin-bottom: 30px;
  letter-spacing: 1.1px;
}
.single-stylenews {
  padding: 0 60px;
  margin-bottom: 30px;
  letter-spacing: 1.1px;
}
.single a {
  text-decoration: none;
  color: #2169c2;
}
.single .caption-area a {
  text-decoration: none;
  color: #73b2ff;
}
.single a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.single-stylenews a {
  text-decoration: none;
  color: #2169c2;
}
.single-stylenews a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
.single-information a {
  text-decoration: none;
  color: #2169c2;
}
.single-information a:hover {
  text-decoration: underline;
  color: #2ca7ed;
}
/*記事本文*/
.single p{
  line-height: 1.6;
  margin: 20px 0;
}
.single p .txt-large {
  font-size: 21px;
}
.single-information p{
  line-height: 1.6;
  margin: 20px 30px;
}
.single-stylenews p {
  line-height: 1.6;
  margin: 20px 0;
}
.single-stylenews .main-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
.single-information p{
  margin: 20px 1em;
}
}
/*小見出し*/
.single h4, .single-stylenews h4, .single-information h4 {
  line-height: 1.1;
  padding:3px 0 0 11px;
  margin: 30px 0 30px;
  font-size: 162%;
  font-weight: bold;
  /*border-left: 2px solid #535353;*/
  border-left: 6px solid #CCC;
}
.single h1{
  font-size:100%;
  margin-bottom:10px;
}
/*記事はじまり文*/
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 112%;
  color: #666;
}
@media screen and (max-width: 640px) {
.article-beginning {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 100%;
  color: #666;
}
}
.article-beginning:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 1px;
  line-height: 1px;
  margin-left: -19px;
  content: '　';
  background-color: #909090;
}
@media only screen and (max-width: 540px) {
  .single {
    padding: 0 5px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
  /*記事本文*/
  .single p {
    line-height: 1.5;
    margin: 16px 0;
  }
  .single p .txt-large {
  font-size: 19px;
  }
  /*小見出し*/
  .single h4 {
    line-height: 1.3;
    padding: 3px 0 3px 8px;
    margin: 23px 0;
    font-size: 19px;
    font-weight: bold;
    border-left: 8px solid #555;
  }
  /*次ページへ*/
  .next-title a,
  .next-title a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00529f;
  }
  /*記事はじまり文*/
  .article-beginning {
    padding: 15px 0 20px;
    margin-bottom: 25px;
    font-size: 15.5px;
  }
  .article-beginning:after {
    width: 30px;
    margin-left: -15px;
  }
}
@media only screen and (min-device-width: 768px) and
(max-device-width: 1024px) and
(orientation: portrait) {
.single p {
  font-size:130%;
}
}
/*記事中写真位置＆キャプション*/
@media screen and (max-width: 640px) {
   /* 表示領域が640px以下の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-center,.single-detail-column .figure-left,.single-detail-column .figure-right {
    width:auto;
    max-width:100%;
    margin: 0 0 20px 0;
    float:center;
}
.figure-right-small {
    width:auto;
    max-width:60%;
    margin-bottom:20px;
    margin-left:20%;
}
.single-detail-column .figure img,.single-detail-column .figure-center img,.single-detail-column .figure-left img,.single-detail-column .figure-right img,.figure-right-small img {
    width:auto;
    max-width:100%;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:2px;
    background-color:#ddd;
    padding:8px;
    text-align:left;
}
.article-photo {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo img {
    width:auto;
    max-width:100%;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.article-photo_yoko {
    width:auto;
    max-width:100%;
    margin-bottom:20px;
}
.article-photo_yoko img {
    width:auto;
    max-width:100%;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:15px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
}
@media screen and (min-width: 641px) {
   /* 表示領域が641px以上の場合に適用するスタイル */
.single-detail-column .figure,.single-detail-column .figure-right {
  float:right;
  width:320px !important;
  margin:0 0 10px 10px;
}
.single-detail-column .figure-center {
    float:center;
    width:744px;
    margin:0 auto 20px;
}
.single-detail-column .figure-left {
  float:left;
  width:320px !important;
  margin:0 25px 10px 0;
}
.single-detail-column .figure img,.single-detail-column .figure-left img,.single-detail-column .figure-right img {
    width:320px;
    height:auto;
}
.figure-right-small {
  float:right;
  width:230px !important;
  margin:0 0 10px 30px;
}
.figure-right-small img {
    width:230px;
}
.single-detail-column .figure span a.overlay img,.single-detail-column .figure-left span a.overlay img,.single-detail-column .figure-right span a.overlay img {
    width:60px !important;
}
.single-detail-column .figure span,.single-detail-column .figure-center span,.single-detail-column .figure-left span,.single-detail-column .figure-right span {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
    text-align:left;
}
.single-detail-column .figure a span,.single-detail-column .figure-center a span,.single-detail-column .figure-left a span,.single-detail-column .figure-right a span {
  color:#2a2928;
}
.single-detail-column .figure a:hover,.single-detail-column .figure-center a:hover,.single-detail-column .figure-left a:hover,.single-detail-column .figure-right a:hover {
  text-decoration:none;
}
.article-photo {
    float:right;
    width:320px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo img {
    width:320px;
}
.article-photo span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.article-photo_yoko {
    float:right;
    width:450px;
    margin-left:20px;
    margin-bottom:5px;
}
.article-photo_yoko img {
    width:450px;
}
.article-photo_yoko span.caption {
    font-size:12px;
    display:block;
    margin-bottom:3px;
    background-color:#ddd;
    padding:10px;
}
.style-column_notes {
    font-size:20px;
    font-weight:bold;
    color:#cc3343;
    margin-top:0;
}
.photo-btn a {
  width: 250px;
  margin: 30px auto 15px;
  padding: 8px 0px 8px 35px;
  background-color: #353535;
  color:#fff;
  position: relative;
  text-align: center;
  display:block;
  font-size:90%;
}
.photo-btn a:hover {
  color:#fff;
  text-decoration:underline;
}
.photo-btn a::before {
  content: '';
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/single/photo-btn-icon.png);
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  opacity: .7;
}
.photo-icon {
  display: block;
  float:right;
  width: 36px;
  height: 36px;
  background-color: #000!important;
  border-radius: 6px;
  opacity: .8;
  margin-top:10px;
  margin-bottom:0;
  padding: 0!important;
}
}
/*YouTube動画埋め込み*/
.youtube-movie {
    height: 0;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 51.35%;
    padding-top: 30px;
    position: relative;
}
.youtube-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-movie-tate {
    height: 0;
    margin: 20px 0 0;
    overflow: hidden;
    padding-bottom: 66.35%;
    padding-top: 30px;
    position: relative;
}
.youtube-movie-tate iframe {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:640px){
  .youtube-movie {
    padding-bottom: 46.25%;
    margin: 20px 0 0 0;
  }
  .youtube-movie-tate {
      max-width: 100%;
      width:315px;
      height:560px;
      margin: 0 auto;
      overflow: hidden;
      padding-bottom: 0;
      padding-top: 0;
      position: relative;
  }
  .youtube-movie-tate iframe {
      width:315px;
      height:560px;
      display:block;
  }
}
/* NUMBER_DEV-775 記事連携機能 スキン実装 */
.serial-number-articles {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 35px;
}
.serial-number-articles li {
  flex-grow:1;
  text-align: center;
  color: #8B8B8B;
  border-bottom: 3.7px solid #8B8B8B;
  margin: 0 3px;
  padding-top: 3.7px;
  font-size: 125%;
}
.serial-number-articles li a {
  color: #8B8B8B;
  display: block;
}
.serial-number-articles li.current {
  color: #FFF;
  border-bottom: 3.7px solid #AEA459;
  background-color: #AEA459;
}
.single .serial-number-articles-next-page {
  text-decoration: none;
  color: #2169c2;
  border: 2px solid #eee;
  padding: 25px 0 8px;
  display: block;
  width: 100%;
  margin: 25px auto 0;
}
.single .serial-number-articles-next-page:hover {
  text-decoration:none;
}
.single .serial-number-articles-next-page span {
  display: block;
  margin: 0 auto;
}
.single .serial-number-articles-next-page .button {
  width: 200px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 10px 8px;
  margin-bottom:5px;
  font-size:115%;
}
.single .serial-number-articles-next-page .txt {
  padding: 10px 35px 10px;
  font-weight: bold;
}

/* BUNSHUN_DEVELOPER-60 自サイト記事内パートナーリンク */
.single .inner-photolink {
  background-color: #eee;
  margin: 20px 0 30px 0;
}
.single .inner-photolink a {
  padding: 25px 30px 25px;
  display: block;
  font-size: 95%;
}

/* BUNSHUN_DEVELOPER-371 ルビの文字サイズ調整 */
.single ruby > rt {
  font-size: 50%;
}

/*OFFER */
.offer-inline {
  position: relative;
  margin: 0 0 40px;
}
.offer-inline::before {
  position: absolute;
  top: -250px;
  display: block;
  width: 100%;
  height: 250px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  content: "";
}
.offer-inline__provide-site {
  border: 1px solid #CCC;
  background: #FFF;
}
.offer-inline__provide-site a {
  display: grid;
  grid-template-columns:107px 1fr;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #000;
  padding: 20px 17px;
}
.offer-inline__provide-site a:hover {
  color: #000;
  text-decoration: none;
}
.offer-inline__logo {
  width: auto;
}
.offer-inline__content {
  width: auto;
}
.offer-inline__text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; 
  margin-bottom: 5px;
}
.offer-inline__grid {
  display: grid;
  grid-template-columns:125px 1fr;
  gap: 20px;
}
.offer-inline__img {
  width: auto;
}
.offer-inline__title {
  color: #2169C2;
  font-size: 15px;
  font-weight: 700;
  line-height:22px;
}
.offer-inline__provide-site a:hover .offer-inline__title {
  text-decoration: underline;
}

#direct-access-info {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}
#direct-access-info a {
  position: relative;
  width: 286px;
  height: 44px;
  margin: 0 auto;
  padding: 3px 0 0 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0;
  display: block;
  text-align: center;
  place-content: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#direct-access-info a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 8px solid #2169c2;
}
#direct-access-info #current-page {
  color: #707070;
  font-size: 14px;
}
#direct-access-info #current-page span {
  font-size: 17px;
}
#direct-access-info #current-page em{
  margin-left: 3px;
  letter-spacing: 3px;
}

/* BUNSHUN_DEVELOPER-3783 連携記事一覧モーダル */
.series_list_button {
  width: 60%;
  margin: 10px auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eee;
  background-color: #f9f9f9;
  cursor: pointer;
}
.series_list_button img {
  width: 30px;
}
.series_list_button span {
  font-weight: bold;
}

.modalWrap .modalWrap__bg {
  z-index: -1;
  background: rgba(0, 0, 0, .5);
}
.modalWrap, .modalWrap .modalWrap__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalWrap {
  z-index: 999;
  right: 0;
  display: none;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modalWrap--recommend .modalWrap__inner {
  border-radius: 0;
}
.modalWrap .modalWrap__inner {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.modalWrap .modalWrap__close {
  position: absolute;
  z-index: 200;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .3s ease-out;
  border: none;
  border-radius: 100%;
  background: #999;
}
.modalWrap .modalWrap__close span {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  transition: all .4s;
  border-radius: 4px;
  background: #fff;
}
.modalWrap .modalWrap__close span:first-of-type {
  top: 20px;
  transform: translateY(4px) rotate(-315deg);
}
.modalWrap .modalWrap__close span:nth-of-type(2) {
  bottom: 20px;
  transform: translateY(-4px) rotate(315deg);
}
.recooverWrap {
  margin: 0;
  padding: 0;
}
.recooverWrap__panel {
  overflow-y: scroll;
  max-height: 500px;
  padding: 24px 44px;
}
.recooverWrap__list {
  display: flex;
  padding: 20px 0;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none !important;
  grid-template-columns: 10% 1fr;
  border-bottom: dotted;
  border-color: #ccc;
  gap: 30px;
  position: relative;
}
.recooverWrap__list:last-child {
  border-bottom: none;
}
.recooverWrap__list:hover {
  color: #2ca7ed !important;
  text-decoration: underline !important;
}
.recooverWrap__list:before {
  position: absolute;
  z-index: 10;
  top: 22px;
  left: -25px;
  display: block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  content: "";
  transition: all .3s ease-out;
  border: 3px solid #000;
  border-radius: 100%;
  background: #fff;
}
.recooverWrap__list.current_item:before {
  background: #000;
}
.recooverWrap__list.current_item {
  color: #999 !important;
}
.recooverWrap__list:not(:last-child)::after {
  position: absolute;
  z-index: 5;
  top: 25px;
  left: -17px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
}
.recooverWrap__list--txt {
  text-align: left;
}

