@charset "UTF-8";
/*
  Responsive: yes
*/

/*-------------------------------
定型文のスタイル
-------------------------------*/
/*------- 書籍紹介・あらすじ説明表示 -------*/
.entry .entry-content .sakuhinshoukai-wrap {
  margin:2em auto;
  text-align:center;
  font-size:85%;
  color:#969696;
}
.entry .entry-content .sakuhinshoukai-wrap .figure-image,
.entry .entry-content .sakuhinshoukai-wrap .figure-image figcaption {
  margin-bottom: 0;
}
.entry .entry-content .sakuhinshoukai-wrap img {
  max-height: 400px;
  margin-bottom: 1em;
}
.entry .entry-content .sakuhinshoukai-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  text-align:left;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #969696; /* 文字色です */
  background: #f7f2e9; /* 背景色です */
}
.entry .entry-content .sakuhinshoukai-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f7f2e9; /* 吹き出し設定の部分です */
}
.entry .entry-content .sakuhinshoukai-top p {
  margin: 0;
  padding: 0;
}

/*------- 書籍紹介表示パターン1 -------*/
.entry .entry-content .bookinfo {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  font-size:13px;
  border: solid 1px #ccd8db; 
}
.entry .entry-content .bookinfo .bookinfo-title {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background: #ccd8db; 
  color: #ffffff;
  font-weight: bold;
}
.entry .entry-content .sample_main {
background: #ffffff; 
margin-bottom: 10px;
text-align: center;

}
.entry .entry-content .sample_main, .entry .entry-content .sample_side {
padding: 2%; 
}
.entry .entry-content .sample_flexbox {
  margin-left: 0;
  margin-top: 20px;
}
/* Responsive */
@media (min-width: 600px) {
.entry .entry-content .sample_flexbox {
display: -webkit-flex;
display: flex;
margin: 0;
}
.entry .entry-content .sample_main {
margin: 0 10px 0 0;
min-width: 200px; 
}
}
/*------- 関連記事貼り付け -------*/
.entry .entry-inner .entry-content #listen-releated-sample{
padding: 1rem .5rem .5rem;
margin: .5em auto 2em auto;
font-size:90%;
}
.entry .entry-inner .entry-content #listen-releated-sample .listen-box{
position:relative;
}
.entry .entry-inner .entry-content #listen-releated-sample .listen-box:hover{
  opacity: 0.5;
}
.entry .entry-inner .entry-content #listen-releated-sample .listen-box a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration:none;
  transition: all 0.3s ease 0s;
  border-bottom: none;
  display:block;
}
.entry .entry-inner .entry-content #listen-releated-sample .listen-box a:hover{
background-color:transparent;
}
.entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox {
 display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom:10px;
}
.entry .entry-content #listen-releated-sample .listen-box:not(:nth-last-child(1)){
    margin-bottom: 1em;
    border-bottom: 1px solid #ebebeb;
  }
.entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox .listen-releated-itempic {
max-width:30%;
margin-right: 3%;
align-items: center;
}
.entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox .listen-releated-itempic img {
width:100%;
transition: all 0.3s ease 0s;
}
.entry .entry-inner .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox .listen-releated-item {
flex: 1;
flex-direction: column;
}
.entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox span{
  font-size: 14px;
  text-decoration:none;
  font-weight:bold;
  color:#33536b;
  transition: all 0.3s ease 0s;
 border-bottom: none;
}
@media screen and ( max-width : 300px ){
    .entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox {
display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
justify-content: center;
  align-items: center;
}
.entry .entry-content #listen-releated-sample .listen-box .listen-releated-samplebox .listen-releated-itempic {
    max-width:150px; 
}
}
.entry .entry-content .listen-releated-samplelist{
padding: .5em .5em .5em 1em;
}
.entry .entry-content .listen-releated-samplelist a{
 font-size: 14px;
  text-decoration:none;
  font-weight:bold;
  color:#33536b;
 line-height:1.6;
  transition: all 0.3s ease 0s;
 border-bottom: none;
}
.entry .entry-content .listen-releated-btnmore {margin-top: 2em;}
.entry .entry-content .listen-releated-btnmore:hover{opacity: 0.5;}
.entry .entry-content .listen-releated-btnmore span {
display: block;
  background: #002846;
  color: #ffffff;
  line-height: 18px;
  font-size:14px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 15px auto ;
 padding:10px;
}
/*------- 記事末プロフィール -------*/
.entry .entry-content .listen-author-wrap {
  margin:3em auto 2em auto;
  padding:1em 1em .5em 1em;
  border:solid 1px #cccccc;
}
.entry .entry-content .listen-author-profile { display: flex; margin: 0; }
.entry .entry-content .listen-author-profile > :first-child { margin-bottom:1em; margin-right: 1em ; width: 110px; max-width: 33%; }
.entry .entry-content .listen-author-profile > :first-child img { vertical-align: middle; }
.entry .entry-content .listen-author-profile > :nth-child(2) { flex: 1; font-size: 85%;}

/*------- 発言要素 -------*/
.comment-box {
    position: relative;
    padding: 24px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 50px 0 24px;
    z-index: 0;
}
@media (min-width: 530px) {
  .comment-box {
    margin-top: 60px;
    margin-left: 40px;
    padding: 24px 24px 24px 49px;
  }
}
.comment-box:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 115px;
    border: 25px solid transparent;
    border-bottom: 20px solid #f7f7f7;
    transform: rotate(64deg);
    z-index: -1;
}
@media (min-width: 530px) {
  .comment-box:before {
    left: 60px;
  }
}
@media (min-width: 530px) {
  .comment-box-image {
      position: absolute;
      top: -40px;
      left: -40px;
  }
}
.comment-box-image .figure-image {
    width: 80px;
    margin: -60px 0 5px -10px;
}
@media (min-width: 530px) {
  .comment-box-image .figure-image {
      margin: 0;
  }
}
.comment-box-image .figure-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.comment-box-text .name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    overflow-wrap: break-word;
}
.comment-box-text .name span {
    display: block;
    font-weight: normal;
    color: #667e90;
    font-size: 12px;
}
.comment-box-text .description {
    margin: 16px 0 0;
}
/*------- 背景付き要素 -------*/
.various-box {
    display: flex;
    background: #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}
.various-box figure {
    width: 100%;
    margin: 0 auto;
}
.various-box figure img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.various-box figcaption {
    font-size: 12px;
}
.various-box-text {
    padding: 24px 0;
}
.various-box p {
    margin: 0 24px;
}
.various-box p + p {
    margin-top: 8px;
}
.various-box .btn-link a {
    display: block;
    max-width: 300px;
    padding: 12px;
    color: #33536b;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #33536b;
    transition: .3s;
}
.various-box .btn-link a:hover {
    background: #33536b;
    color: #f7f7f7;
}
.entry-content .various-box ul,
.entry-content .various-box ol {
    padding-left: revert;
}

/*------- 囲み枠要素 -------*/
.various-border-box {
    background: #fff;
    border: 2px dotted #b2bec7;
}
.various-border-box figure {
    padding: 24px 24px 0;
    box-sizing: border-box;
}
.various-border-box figure img {
    border-radius: 0;
}

/*------- 色指定 -------*/
.backgroundcolor-blue {
    background-color: #e7f3fc;
}
.backgroundcolor-blue:before {
    border-bottom-color: #e7f3fc;
}
.backgroundcolor-pink {
    background-color: #faeaf0;
}
.backgroundcolor-pink:before {
    border-bottom-color: #faeaf0;
}
.backgroundcolor-yellow {
    background-color: #fdfbe4;
}
.backgroundcolor-yellow:before {
    border-bottom-color: #fdfbe4;
}
.backgroundcolor-navy {
    background-color: #33536b;
}
.backgroundcolor-navy:before {
    border-bottom-color: #33536b;
}
.backgroundcolor-brown {
    background-color: #c19f8a;
}
.backgroundcolor-brown:before {
    border-bottom-color: #c19f8a;
}
.backgroundcolor-navy,
.backgroundcolor-brown {
    color: #f7f7f7;
}
.backgroundcolor-navy .btn-link a,
.backgroundcolor-brown .btn-link a,
.backgroundcolor-navy .name span,
.backgroundcolor-brown .name span {
    color: #f7f7f7;
}
.backgroundcolor-navy .btn-link a,
.backgroundcolor-brown .btn-link a {
    border-color: #f7f7f7;
}
.backgroundcolor-navy .btn-link a:hover,
.backgroundcolor-brown .btn-link a:hover {
    background: #f7f7f7;
    color: #33536b;
}
.border-navy {
    border-color: #33536b;
}
.border-brown {
    border-color: #956f58;
    color: #956f58;
}
.border-brown .btn-link a,
.border-brown .name span {
    color: #956f58;
}
.border-brown .btn-link a {
    border-color: #956f58;
}
.border-brown .btn-link a:hover {
    background: #956f58;
    color: #fff;
}
.border-green {
    border-color: #79d7c3;
    color: #61b5a3;
}
.border-green .btn-link a,
.border-green .name span {
    color: #61b5a3;
}
.border-green .btn-link a {
    border-color: #61b5a3;
}
.border-green .btn-link a:hover {
    background: #61b5a3;
    color: #fff;
}

/*------- 記事末クレジット -------*/
.end-credit {
    text-align: right;
}
.end-credit p {
    font-size: 80%;
}

/*------- アスタリスクで区切り線 -------*/
.asterisk-divider {
    margin: 2em auto;
    text-align: center;
}

/*------- 記事末インフォメーション -------*/
.end-article-infomation {
    margin: 1em auto 1em auto;
    text-align: center;
    background-color: #e6eaf2;
    padding: 25px 1em 15px 1em;
    vertical-align: bottom;
}
.end-article-infomation span {
  display: block;
  padding-left: 8px;
}
@media (min-width: 530px) {
  .end-article-infomation span {
    display: inline-block;
    padding-left: 0;
  }
}
@media (min-width: 530px) {
  .end-article-infomation .text-twitter {
      margin-bottom: 0;
  }
}
.end-article-infomation .btn-twitter-follow {
    vertical-align: -9px;
}
.end-article-infomation .text-facebook {
    font-size: 90%;
    margin-bottom: 0.8em;
}

/*------- 目次 -------*/
.outline-box {
    padding: 1em;
    margin: 2em 1em 3em;
    border: solid 2px #33536b;
}
.outline-box > div {
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #33536b;
}
.outline-box ul {
    padding-left: 20px;
    margin: 16px 0 0;
}
.outline-box ul ul,
.outline-box li ~ li {
    margin-top: 8px;
}
.outline-box ul a {
  color: #33536b;
}

/*------- 縦長の画像用 -------*/
.image-box_portrait img {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
}
.image-box_portrait figcaption {
    font-size: 12px;
    text-align: center;
}
@media (min-width: 530px) {
    .image-box_portrait img {
        width: 80%;
    }
}

/*------- CTA定型文バナー -------*/
.ad-banner {
  margin: 24px auto;
  border-radius: 8px;
  overflow: hidden;
}
.ad-banner a {
  transition: .5s;
  text-decoration: none;
}
.ad-banner a:hover {
  opacity: .7;
}
.ad-banner-inner {
  display: flex;
  flex-direction: column;
}
.ad-banner-linktext {
  background: #002846;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .ad-banner-linktext {
      font-size: 14px;
      padding: 0 32px;
  }
}
.ad-banner-linktext::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  flex: 0 0 auto;
  transform: rotate(45deg);
}
@media (min-width: 480px) {
  .ad-banner-linktext::after {
      width: 8px;
      height: 8px;
  }
}
.ad-banner-linktext p {
  margin: 2px 0;
}
@media (min-width: 480px) {
  .ad-banner-linktext p {
      margin: 4px 0;
  }
}
/* テキストver */
.ad-banner-text {
  border: 1px solid #002846;
}
.ad-banner-text .ad-banner-heading {
  background: #E6EAF2;
  color: #002846;
  padding: 0 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .ad-banner-text .ad-banner-heading {
      padding: 0 32px;
  }
}
.ad-banner-text .ad-banner-heading::before,
.ad-banner-text .ad-banner-heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 169px;
  height: 92px;
  top: 50%;
  transform: translateY(-50%);
}
.ad-banner-text .ad-banner-heading::before {
  background: url("https://cdn.blog.st-hatena.com/files/6653812171401915351/6801883189060752850") no-repeat;
  left: -30%;
  background-size: contain;
}
@media (min-width: 480px) {
  .ad-banner-text .ad-banner-heading::before {
      left: 0;
  }
}
.ad-banner-text .ad-banner-heading::after {
  background: url("https://cdn.blog.st-hatena.com/files/6653812171401915351/6801883189060752851") no-repeat;
  right: -30%;
  background-size: contain;
}
@media (min-width: 480px) {
  .ad-banner-text .ad-banner-heading::after {
      right: 0;
  }
}
.ad-banner-text .ad-banner-heading p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px 0;
  line-height: 1.5;
  z-index: 1;
  position: relative;
}
.ad-banner-text .ad-banner-heading strong {
  font-size: 20px;
}
@media (min-width: 480px) {
  .ad-banner-text .ad-banner-heading strong {
      font-size: 24px;
  }
}
.ad-banner-text .ad-banner-heading span {
  font-size: 12px;
  opacity: .7;
}
@media (min-width: 480px) {
  .ad-banner-text .ad-banner-heading span {
      font-size: 14px;
  }
}

/* 画像ver */
.ad-banner-image .ad-banner-image-box {
  display: flex;
  height: 102px;
  overflow: hidden;
  background: #fff;
}
.ad-banner-image .ad-banner-image-box img {
  object-fit: cover;
  min-width: 100%;
}

/* 追従バナー */
#bottom-editarea .banner{
  position: fixed;
  bottom: 0;
  right: -280px;
}

#bottom-editarea .banner a{
  width: 50%;
  display: inline-block;
  box-shadow: 0 0 8px 0px #8093a2;
  background: #fff;
  vertical-align: bottom;
}

#bottom-editarea .banner a img{
  max-width: 100%;
  vertical-align: bottom;
  transition: opacity .15s linear;
}

#bottom-editarea .banner .sp-bn{
  display: none;
}
@media (min-width: 768px){
  #bottom-editarea .banner a:hover img{
    opacity: .7;
  }
}

@media (min-width: 1700px){
  #bottom-editarea .banner {
    right: calc(50% - 1135px);
  }
}

@media (max-width: 767px){
  #bottom-editarea {
    padding-bottom: calc(100vw * 5 / 32);
  }
  #bottom-editarea .banner{
    right: inherit;
    width: 100%;
  }

  #bottom-editarea .banner a{
    width: 100%;
    box-shadow: 0px 0px 8px 0px #8093a2;
  }

  #bottom-editarea .banner a img{
    width: 100%;
  }

  #bottom-editarea .banner .pc-bn{
    display: none;
  }

  #bottom-editarea .banner .sp-bn{
    display: block;
  }
}


/* 定型文: 記事を探す&運営 */
.supplementary-information {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin: 40px 0;
    .search-article-box {
        position: relative;
        display: flex;
        padding: 60px 20px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background: #BED4E4;
        &::before {
            position: absolute;
            content: "";
            background: url(https://cdn.blog.st-hatena.com/files/6653812171401915351/6802340630907027907) no-repeat top center;
            background-size: contain;
            width: 65px;
            height: 68px;
            top: -30px;
        }
        p {
            color: #002846;
            text-align: center;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.75;
            margin-bottom: 0;
        }
        ul {
            display: flex;
            flex-direction: row;
            gap: 12px;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;
            flex-wrap: wrap;
            a {
                max-width: 300px;
                min-width: 250px;
                position: relative;
                display: flex;
                margin: auto;
                padding: 12px;
                justify-content: center;
                align-items: center;
                border-radius: 100px;
                background-image: linear-gradient(to right, #fff 0%, #fff 60%, #F6FBFF 100%);
                background-size: 200% auto;
                background-position: left center;
                color: var(--primary-color);
                font-size: 16px;
                font-weight: bold;
                transition: background-position .3s;
                @media (width > 590px) {
                    max-width: auto;
                    min-width: auto;
                    width: 150px;
                }
                &:hover {
                    background-position: right center;
                    &::after {
                        right: 16px;
                    }
                }
                &::after {
                    position: absolute;
                    right: 20px;
                    content: "";
                    display: inline-block;
                    width: 8px;
                    height: 8px;
                    margin: 0 10px;
                    border-top: 2px solid var(--primary-color);
                    border-right: 2px solid var(--primary-color);
                    transform: rotate(45deg);
                    transition: right .3s;
                }
                @media (width > 590px) {
                    &::after {
                        right: 8px;
                        width: 6px;
                        height: 6px;
                    }
                    &:hover {
                        &::after {
                            right: 6px;
                        }
                    }
                }
            }
        }
    }
    .operating-company-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        p {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 0;
        }
        ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            list-style: none;
            margin: 0;
            padding: 0;
            flex-wrap: wrap;
            li {
                &:first-child {
                    a {
                        img {
                            width: 88px;
                        }
                        &:hover {
                            img {
                                width: 92px;
                            }
                        }
                    }
                }
                &:last-child {
                    a {
                        img {
                            width: 120px;
                        }
                        &:hover {
                            img {
                                width: 124px;
                            }
                        }
                    }
                }
                a {
                    position: relative;
                    display: flex;
                    width: 200px;
                    height: 50px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 6px;
                    font-weight: bold;
                    border: 1px solid var(--border);
                    background: var(--white);
                    transition: .3s;
                    &:hover {
                        opacity: .6;
                    }
                    &::after {
                        position: absolute;
                        content: "";
                        background: url(https://cdn.blog.st-hatena.com/files/6653812171401915351/6802340630907302113) no-repeat right center;
                        width: 10px;
                        height: 10px;
                        background-size: contain;
                        right: 12px;
                    }
                    img {
                        transition: .3s;
                    }
                }
            }
        }
    }
    /* 運営→記事を探すのときのみ余白を調整 */
    .operating-company-box + .search-article-box {
        margin-top: 30px;
    }
}

/* 定型文:要約 */
.summary-box {
    position: relative;
    margin-top: 32px;
    border-radius: 20px;
    border: 2px solid #002846;
    background: #E6EAF2;
    padding: 20px 32px 20px 100px;
    @media screen and (width <= 480px) {
        margin-top: 56px;
        padding: 56px 24px 16px 24px;
    }
    ul {
        list-style-position: inside;
        padding-left: 0;
        margin: 0;
    }
    li, p {
        color: #002846;
        font-size: 16px;
        font-weight: 700;
        line-height: 175%;
        margin-bottom: 0;
        padding: 12px 0;
        border-bottom: 2px dotted #667E90;
        @media screen and (width <= 480px) {
            font-size: 15px;
        }
        &:last-child {
            border-bottom: none;
        }
    }
    ul + p {
        border-top: 2px dotted #667E90;
    }
    .balloon-point-box {
        position: absolute;
        top: -16px;
        left: -16px;
        @media screen and (width <= 480px) {
            top: -40px;
            right: 0;
            left: 0;
            margin: 0 auto;
        }
        .balloon-point {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 90px;
            height: 90px;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            font-weight: bold;
            background: #002846;
            border-radius: 50%;
            box-sizing: border-box;
            line-height: 1;
            gap: 4px;
            &::before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                bottom: 6px;
                right: 6px;
                display: block;
                border-style: solid;
                border-width: 8px;
                border-color: transparent #002846 #002846 transparent;
                z-index: 0;
                border-radius: 0 0 4px 0;
            }
            @media screen and (width <= 480px) {
                margin: 0 auto;
                &::before {
                    transform: rotate(45deg);
                    bottom: -6px;
                    right: 0;
                    left: 0;
                    margin: auto;
                }
            }
            .emoji {
                font-size: 24px;
            }
        }
    }
}