@charset "utf-8";
/*
------------------------------------------------------
[skin-single-01][SP]記事ページ
------------------------------------------------------
*/
/* 関連コラム */ 
.category-single .related-column {
  margin: 40px 0 16px;
}
.category-single .related-column h3 {
  position: relative;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.category-single .related-column h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  content: '　';
  background-color: #000;
}
.category-single .related-column li {
  font-size: 13px;
}
.category-single .related-column li a {
  display: block;
  line-height: 1.4;
  padding: 12px 0 5px 10px;
  text-decoration: none;
  color: #00529f;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 15px no-repeat;
  background-size: 4px auto;
  border-bottom: 1px solid #ccc;
}
.category-single .related-column li p:nth-of-type(1) {
  margin-bottom: 4px;
  font-weight: bold;
}
.category-single .related-column li p:nth-of-type(2) {
  padding-right: 5px;
  font-size: 8px;
  text-align: right;
  color: #2a2928;
}
/* 「次はこちら」のコラム */
.next-article-box {
  margin: 30px 5px;
}
.next-article-box span {
  font-size: 17px;
  padding: 8px 13px;
  box-shadow: 3px 3px black;
}
.next-article-box-content {
  padding: 2em 1em 1em;
}
.next-article-img {
  width: 600px;
}
.next-article-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* スペシャルコラム */ 
.category-single .special-column {
  padding: 14px 7px 16px;
  margin: 16px 0;
  background-color: #f5f5f5;
}
.category-single .special-column .title {
  color: #020000;
}
.category-single .special-column .title.accept {
  min-height: 32px;
  padding-left: 41px;
  margin-bottom: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/special_column_icon1.png) 0 0 no-repeat;
  background-size: 34px auto;
}
.category-single .special-column .title p:nth-of-type(1) {
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}
.category-single .special-column .title p:nth-of-type(2) {
  font-size: 9.5px;
}
.category-single .special-column a {
  display: block;
  line-height: 1.4;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #00529f;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon02.png) 0 6px no-repeat;
  background-size: 4px auto;
}
/* RECOMMENDカルーセル */
.recommend-carousel-wrap {
    padding-bottom:15px;
    background-color:#fff;
}
.recommend-carousel {
    padding:15px 0 13px 10px;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    background-color:#fff;
    margin:0px;
}
.recommend-carousel ul {
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch;
    white-space:nowrap;
}
.recommend-carousel li {
    margin: 0 0 0 5px;
    display: inline-block;
    width: 60%;
    vertical-align:top;
    position:relative;
}
.recommend-carousel li:last-child {
    margin-right:15px;
}
.recommend-carousel li a {
    display: block;
    width: 100%;
}
.recommend-carousel li a img {
    width: 100%;
}
.recommend-carousel li a p {
    font-size:13px;
    color:#121212;
    width: 94%;
    line-height:1.4;
    white-space:normal;
    margin:8px 0 0 0;
    padding:0 3%;
}
.recommend-carousel li span.pr-mark {
    background-color:#ccc;
    color:#fff;
    display:block;
    position:absolute;
    bottom:2px;
    right:7px;
    font-size:9px;
    padding:0 5px;
}
/*レコメンド4panel*/
.recommend-4panel-wrap {
    background-color:#fff;
    min-height:233px;
}
.recommend-4panel {
    padding:0;
    background-color:#fff;
    margin:0px;
}
.recommend-4panel h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 3px 12px 5px;
    margin-bottom: 10px;
    text-align: left;
}
.recommend-4panel ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.recommend-4panel li {
    position:relative;
    list-style-type:none;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px;
    border-width: 1px;
    border-color: #D6D5D3;
    border-style: none;
    direction: ltr;
    font-size: 11px;
    color: #000;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: flex;
    zoom: 1;
    vertical-align: top;
}
.recommend-4panel li:nth-child(2n+2) {
    border-right: 1px solid transparent;
}
.recommend-4panel li a {
    display: block;
    width: 100%;
}



.recommend-4panel ul > li > a > div {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border: none;
    margin: 0px auto 6px;
    text-align: center;
    overflow: hidden;
    background: #f2f2f2;
    position: relative;
}
.recommend-4panel ul > li > a > div > div {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    transition: inherit;
    opacity: 0;
    padding-bottom: 100%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 58%;
}
.recommend-4panel li a img {
    width: 100%;
    margin-bottom: 6px;
    /*
    height: 102.94px;
    object-fit: cover;
    */
}


.recommend-4panel li a p.ttl {
    text-align: left;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #2a2928;
    overflow: hidden;
    height: 51px;
    padding: 0 4px;
}
.recommend-4panel li a p.pr {
    line-height: 16px;
    height: 16px;
}
.recommend-4panel li span.pr-mark {
    display: block;
    color: #999;
    font-size: 10px;
    text-decoration: none;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    padding: 0 4px;
}
/*キーワードリンクエリア*/
.link-area{
  background-color: #fff;
  margin: 10px 0 10px 0;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: auto;
}
/* 有料会員登録・ログイン */
.regist {
  text-align: center;
  background-color: #fafafa;
  padding: 25px 10px 15px;
  margin: 25px 10px 30px;
}
.regist p {
  font-weight:bold;
  font-size:15px;
}
.regist p.count {
  font-weight:normal;
}
.regist p.count span {
  font-size:150%;
}
.regist p.description {
  font-size:90%;
  color:#bc1818;
  margin-top:15px;
}
.regist p.description br {
  display:none;
}
.regist ul {
  margin:20px 0;
}
.regist ul li {
  display: block;
  font-size:16px;
}
.regist ul li.signup a {
  background-color:#998641;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 70%;
  margin: 0 auto 10px;
}
.regist ul li.login a {
  background-color:#111;
  color:#fff;
  padding:15px 30px;
  border-radius:3px;
  display: block;
  width: 70%;
  margin: 0 auto;
}
/* SPフッターオーバーレイ広告不透過 */
.overlay-padding-block-top {
    height: 4px;
}
.overlay-bottom-close-button {
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' fill='black' fill-opacity='0.6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    width: 28px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -27px;
    box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 20%);
    border-radius: 12px 0 0 0;
}
.overlay-bottom-close-button::before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    left: -20px;
    bottom: 0;
}
/*
.overlay-bottom-wrapper-rendered {
    display: block;
    height: auto !important;
    visibility: visible;
    opacity: 1;
    will-change: opacity;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 2147483647;
    box-shadow: rgb(0 0 0 / 40%) 0px -4px 6px -3px;
    background: #fff;
}
*/
.overlay-bottom-wrapper-unrendered {
    visibility: hidden;
    opacity: 0;
    will-change: opacity;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.overlay-bottom-padding-block-bottom {
    height: 1px;
}
.overlay-bottom-not-displayed {
    display: none;
}

#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: 266px;
  height: 44px;
  margin: 0 auto;
  padding: 0 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 {
  font-size: 13px;
  color: #707070;
}
#direct-access-info #current-page span {
  font-size: 16px;
}
#direct-access-info #current-page em{
  margin-left: 3px;
  letter-spacing: 3px;
}

/* BUNSHUN_DEVELOPER-3783 連携記事一覧モーダル */
.series_list_button {
  width: 80%;
  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: 20px !important;
}
.series_list_button span {
  font-size: 88%;
  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;
}
.recooverWrap__list {
  display: flex;
  padding: 15px 0;
  margin-left: 10px;
  text-decoration: none !important;
  grid-template-columns: 10% 1fr;
  border-bottom: dotted;
  border-color: #ccc;
  gap: 15px;
  position: relative;
}
.recooverWrap__list:last-child {
  border-bottom: none;
}
.recooverWrap__list:hover {
  color: #2ca7ed !important;
}
.recooverWrap__list:before {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: -20px;
  display: block;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  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: -14px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
}
.recooverWrap__list--serial {
  text-align: left;
  font-size: 88%;
  font-weight: bold;
}
.recooverWrap__list--txt {
  text-align: left;
  font-size: 85%;
  font-weight: bold;
}

