.l-header__sns-btn--x:before{
	background-color: #14171a;
}
.l-header__sns-btn--in:before{
	background-color: #DD2A7B;
}
.l-header__sns-btn--yt:before{
	background-color: #FF0000;
}
.l-header__sns-btn--nt:before{
	background-color: #238f76;
}
.l-header__sns-btn svg{
    max-width: 16px;
    max-height: 16px;
}
.l-header__sns-btn--x svg{
    width: 14px;
    height: 14px;
}
.cmn-menu__sns-btn--x svg{
    width: 12px;
    height: 12px;
}

.mb-det-member__share-item--x a:before,
.ac-det-staff__share-item--x a:before{
    background-color: #14171a;
}
.mb-det-member__share-item--x svg{
    width: 14px;
    height: 14px;
}
.ac-det-staff__share-item--x svg{
    width: 14px;
    height: 14px;
}
.ac-det-share-footer__item--x svg{
    width: 14px;
    height: 14px;
}

.l-footer__sns{
	display: flex;
	margin: 30px auto;
	justify-content: center;
	gap: 15px;
}
.l-footer__sns-btn{
	display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
.l-footer__sns-btn:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.l-footer__sns-btn:hover:before{
	transform:scale(1.2);
}
.l-footer__sns-btn svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    fill: #fff;
    transform: translate(-50%, -50%);
    max-width: 16px;
    max-height: 16px;
}

@media (min-width: 768px){
	.logo-10th{max-width:300px;max-height:60px;}
}
@media (max-width: 767px){
	.logo-10th{max-height:34px;}
}

.top-channel__cont{
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}
.top-channel__caption{
	display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);transition:color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media (min-width: 768px){
	.top-channel {
		max-width: 1280px;
		margin: 0 auto;
		padding: 60px 0 0;
	}
	.top-channel__inner {
		margin: 0 12.5%;
	}
	.top-channel__ttl {
		margin-bottom: 45px;
	}
	.top-channel__cont {
		margin-bottom: 45px;
	}
	.top-channel__video {
		height: 370px;
		background: #000;
		text-align: center;
	}
	.top-channel__video iframe {
		width: 657px;
		height: 100%;
	}
	.top-channel__caption{
		padding:30px 35px;
		font-size:18px;
	}
	.top-channel__more{
		width: 560px;
		margin: auto;
	}
}
@media (max-width: 767px){
	.cmn-menu__sns-btn--in svg {
		width: 12px;
		height: 12px;
	}
	.cmn-menu__sns-item+.cmn-menu__sns-item{
		margin-left: 10px;
	}

	.top-channel {
		padding: 40px 0 0;
	}
	.top-channel__inner {
		margin: 0 15px;
	}
	.top-channel__ttl {
		margin-bottom: 20px;
	}
	.top-channel__cont {
		margin-bottom: 20px;
	}
	.top-channel__video{
		position:relative;
		padding-top:56.25%;
	}
	.top-channel__video iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.top-channel__caption{
		padding:20px;
		font-size:13px;
	}
}

/* --------------------

  cmn-menu__tag-list2

-------------------- */

.cmn-menu__tag-list2{
    display: flex;
    margin-right: 5px;
    margin-bottom: 15px;
}
.cmn-menu__tag-list2 dt{
   width: 9em;
}
.cmn-menu__tag-list2 dt a{
    color: #fff;
    font-size: 13px;
    background: #3dadd6;
    padding: 5px 10px;
    border-radius: 13px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.cmn-menu__tag-list2 dd{
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 8.5em);

}
.cmn-menu__tag-list2 a span {
	position: relative;
	z-index: 1
}
@media (min-width: 768px) {
	.desktop .cmn-menu__tag-list2 a:hover:before {
		border-radius: 17.5px;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}
	.desktop .cmn-menu__tag-list2 a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #2792b9;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), border-radius 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1)
	}
}


/* --------------------

  top-bycats carousel

-------------------- */
.top-bycats{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.top-bycat{
	margin: 60px 0 60px;
	position: relative;
}
.top-bycat__article{
	overflow: hidden;
	position: relative;
}
.top-bycat__article-inner{
	overflow: hidden;
	position: relative;
	margin: 0 -10px 30px;
}
.top-bycat__article .m-card-v{
	width: 250px;
	height: auto;
	flex-shrink: 0;
	margin-top: 20px;
	padding: 0 10px;
}
.top-bycats__article .m-card-v__inner{
	height: 100%;
}
.top-bycats .m-feat__slider-control{
	padding-top: 0;
	height: 100%;
}
.top-bycats .m-feat__slider-btn--prev,
.top-bycats .m-feat__slider-btn--next{
	margin-top: -60px;
}
@media (min-width: 768px) {
	.top-bycats__inner{
		margin: 0 12.5%
	}
	.top-bycat__article-inner{
		margin: 0 -20px;
	}
	.top-bycat__article .m-card-v{
		margin-top: 40px;
		padding: 0 20px 40px;
	}
}
@media (max-width: 767px) {
	.top-bycats__inner{
		margin: 0 15px;
	}
}

/* サイボウズ式ブックス */
@media (min-width: 768px){
  .bo-det-sec .m-book_slider-meta-box .m-book-info-buy{padding: 20px 7px 20px 20px;}
  .m-book-info-buy-list-item{width: 72px; height: 34.225px; margin-right: 7px;}
  .bo-det-sec .m-book_slider-meta-box .m-book-info-buy-list-item{margin-right:5px;}
  .bo-det-sec .m-book_slider-meta-box li:last-child .m-book-info-buy-list-item{margin-right:0;}
}

/*感想バナー*/
.cmn-menu__item-bnr{
    text-align: cemter;
    max-width: 50%;
    margin: auto;
}
.cmn-menu__item-bnr img{
    max-width: 100%;
}
.ac-det-kanso{
    padding: 30px 0 0;
}
.ac-det-kanso__bnr{
    max-width: 50%;
    margin: auto;
}
.ac-det-kanso__bnr img{
    max-width: 100%;
}

/*目次*/
.toc #toc {
    display: block;
    background:#FFFFFF;
    border: 1.5px solid #000000;
    border-radius: 8px;
    padding: 21px;
}
.toc #toc:before {
    content: "目次";
    display: block;
    padding: 0;
}
.toc #toc a {
    color: #19292D;
    font-weight: bold;
    transition : all 0.25s ease 0s;
    text-decoration: none;
}
.toc #toc a:hover {
    color: #3DADD6;
    text-decoration: none;
}
.toc #toc ul,
.toc #toc ul li,
.toc #toc ol,
.toc #toc ol li {
    margin: 0;
    padding: 0;
    line-height: 200%;
    list-style: none;
}
.toc #toc ul li,
.toc #toc ol li {
    background: url(../images/icon_arrow.png) left 0px top 7px no-repeat;
    background-size: 16px;
    padding: 0 0 0 25px;
}
.toc #toc ul li:before,
.toc #toc ol li:before {
    content: none;
}
/* h3以降は非表示 */
/*
.toc #toc ul li ul li,
.toc #toc ol li ol li {
    display: none;
}
*/

/*記事下 followus*/
.ac-det-followus{
    max-width: 1280px;
    margin: 40px auto;
}
.ac-det-followus__inner{
    background: #3dadd6;
    text-align: center;
    padding: 20px 15px 30px;
    border-radius: 10px;
    color: #FFE;
}
@media (min-width: 768px){
  .ac-det-followus{
    margin: 60px auto;
  }
  .ac-det-followus__inner{
    margin: 0 12.5%;
  }
}
@media (max-width: 767px) {
  .ac-det-followus__inner{
    margin: 0 15px;
  }
}
.ac-det-followus__ttl{
	/*font-size: 14px;*/
	font-weight: normal;
    margin-bottom: 15px;
	line-height: 1.7;
}
.ac-det-followus__ttl-en{
	display: block;
    margin-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
}
.ac-det-followus__ttl-en:before{
	content: '＼';
	font-weight: normal;
	margin-right: 5px;
}
.ac-det-followus__ttl-en:after{
	content: '／';
	font-weight: normal;
	margin-left: 5px;
}
.ac-det-followus__sns{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 20px;
}
.ac-det-followus__sns-btn{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
}
.ac-det-followus__sns-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background: #fff;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ac-det-followus__sns-btn:hover:before{
	transform:scale(1.2);
}
.ac-det-followus__sns-btn svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    fill: #3dadd6;
    transform: translate(-50%, -50%);
    max-width: 24px;
    max-height: 24px;
}
.ac-det-followus__sns-btn._x svg {
    fill: #000;
}
.ac-det-followus__sns-btn._tw svg {
    fill: #1D9BF0;
}
.ac-det-followus__sns-btn._yt svg {
    fill: #f00;
}
.ac-det-followus__sns-btn._in svg {
    fill: #DD2A7B;
}
.ac-det-followus__sns-btn._nt svg {
    fill: #000;
    max-width: 22x;
    max-height: 22px;
}


/* ======== 2024-05 add --- books-top ======== */

/* breadcrumb */
.books-top .bo-idx-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* message */
.books-top .bo-idx-message {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px){
  .books-top .bo-idx-message {
    margin-bottom: 75px;
    padding-top: 75px;
    border-bottom: solid 5px #d0d7d9;
  }
}

.books-top .bo-idx-message-body {
  line-height: 1.9;
}
@media (max-width: 767px){
  .books-top .bo-idx-message-body {
    margin-top: 30px;
  }
}
@media (min-width: 768px){
  .books-top .bo-idx-message-body {
    font-size: 16px;
  }
}

.books-top .bo-idx-message-body p {
  margin-top: 1.5em;
}

/* utility */
@media (max-width: 767px){
  .no-sp {
    display: none;
  }
}


/* ======== 2024-06 add --- top ======== */
@media (min-width: 1025px) {
  .__cybozushiki-top .top-news__card:first-of-type .m-card-v__img {
     width: 55.417%;
  }
  .__cybozushiki-top .top-news__card:first-of-type a {
    min-height: 270px;
  }
  .__cybozushiki-top .top-news__card:first-of-type .m-card-v__cont {
	  padding: 25px;
      width: 44.583%;
      min-height: 332.5px;
    }
}

@media (min-width: 768px) {
  .__cybozushiki-top .top-news__article {
    margin: -40px -10px 45px;
  }
  .__cybozushiki-top .top-news__card {
      margin-top: 20px;
      padding: 0 10px;
  }
  .m-card-v__cont {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .top-news__article .top-news__card:nth-of-type(n+5) {
    display: none;
  }
}


/* ======== 2024-09 add --- top（No48） ======== */

@media (min-width: 1025px) {
    .mb-idx-nav__item {
        width: calc(100% / 5);
    }
}

@media (min-width: 768px) {
  .__cybozushiki-home .top-news {
      padding-bottom: 0;
  }
}

.__cybozushiki-home .top-bycats {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .__cybozushiki-home .top-news {
    padding-bottom: 0;
  }

  .__cybozushiki-home .top-channel {
      padding-top: 45px;
  }

  .__cybozushiki-home .top-feat {
      padding-top: 45px;
  }

  .__cybozushiki-home .top-books {
    padding-top: 45px;
  }
}

@media (max-width: 1024px) {
  .mb-idx-nav__item:nth-of-type(3n):after, .mb-idx-nav__item:last-of-type:after {
    display: block;
  }
}


/* ======== 2025-02 add --- top（No99） ======== */
.bo-det-writer__share-item--x a::before {
  background: #000;
}
@media (min-width: 768px) {
  .bo-det-writer__share-item--x a svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .bo-det-writer__share-item--x a svg {
    width: 16px;
    height: 16px;
  }
}


/* ======== 2025-04 add --- top（No111） ======== */
.m-editor hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px 0px;
}


/* ======== 2025-04 add --- top（No120） ======== */
@media (max-width: 767px) {
  .bo-det-writer__cols + .bo-det-writer__cols {
    margin-top: 40px;
  }
}

.bo-det-writer__author-name-ja + .bo-det-writer__author-name-ja::before {
  content:" / "
}

/* ======== 2026-02 add --- top ======== */
@media (min-width: 768px) {
  .m-book__slider-img {
    min-height: 356px;
  }
}

.m-book-info-buy-paper {
  margin-top: 25px;
}
.m-book-info-buy-paper-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m-book-info-buy-paper-list__item {
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #3dadd6;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding-right: 21px;
    }
    &:hover {
      background-color: #2792b9;
    }
  }
  a.download span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url("/assets/images/ico_book_link_download.svg") no-repeat center center;
    background-size: contain;
  }
  a.blank span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background: url("/assets/images/ico_book_link_blank.svg") no-repeat center center;
    background-size: contain;
  }
}
.m-book-info-btn + .m-book-info-buy-paper {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-book-info-buy-paper-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }
  .m-book-info-buy-paper-list__item {
    flex: 1;
    max-width: 260px;
    a {
      height: 42px;
      font-size: 15px;
    }
  }

}

/* ======== 2026-06 add --- header（No223） ======== */
.cmn-menu__cy-logo svg {
  height: auto !important;
}