#books .ref {
    font-size: 0.8em !important;
}

.marker {
    background: linear-gradient(transparent 50%, var(--main-color2) 0%);
    padding: 0 2px 4px;
    display: inline;
}

#books span.grey {
    line-height: 1.5;
    display: block;
}

#books {
    margin: 0 0 20px 0;
    color: #333;
}

#books p {
    margin: 0 0 20px 0;
}

#books a {
    color: var(--main-color);
    line-height: 1.3;
    font-size: 0.95em;
}

#books a.link-conductor {
    text-decoration: underline;
}

#books .red {
    color: var(--main-color);
    margin: 0 0 10px 0;
}

#books h1 {
    margin: 20px 0;
    font-size: 32px;
    line-height: 1.4;
    color: var(--main-color);
}

#books h1 span {
    font-size: 20px;
    font-weight: normal;
    display: block;
}

#books .ref {
    font-size: 0.8em !important;
}

#books h2 {
    margin: 70px 0 15px 0;
    font-size: 27px;
    line-height: 1.4;
    padding: 0;
    color: var(--main-color);
    border-bottom: 1px solid;
}

#books h2 span,
#books h3 span {
    font-size: 70%;
    display: block;
    font-weight: normal;
}

#books h2+h3 {
    margin-top: 20px;
}

#books h3 {
    margin: 45px 0 15px 0;
    font-size: 24px;
    padding: 5px 10px;
    border-left: 5px solid;
    color: var(--main-color);
}

#books h3.recommend {
    background: var(--main-color);
    padding: 5px 10px;
    color: #fff;
}

#books h3.h3-no-border {
    border-left: none;
}

#books h3+h4 {
    margin-top: 24px;
}

#books h4 {
    font-size: 18px;
    color: var(--main-color);
    line-height: 1.7;
    margin: 40px 0 15px;
}

#books h4 small {
    font-size: 16px;
    color: #333;
}

#books h4 a {
    font-size: 14px;
    font-weight: normal;
}

#books .books-detail {
    text-align: center;
}

#books .books-detail a {
    padding: 8px 16px;
    background: grey;
    color: #fff !important;
    margin: -16px 0 8px 0;
    display: inline-block;
}

#books .books-detail a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#books .books-detail img {
    display: block;
    margin: 0 auto;
}

#books .books-detail h2 {
    border-bottom: none;
    font-size: 20px;
    margin: 16px 0 8px 0;
}

#books .books-author {
    border: 1px solid #333;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 32px;
}

#books .books-author img {
    flex-shrink: 0;
    width: 30%;
    height: auto;
    object-fit: contain;
}

#books .books-author .books-author__text h3 {
    border-left: none;
    padding: 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid;
    font-size: 20px;
}

#books .books-author .books-author__text p {
    margin: 0;
}

#books .graph-title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

#books .box {
    border: 1px solid var(--main-color);
    padding: 32px;
    margin: 40px auto;
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

#books .box.color-black {
    border-color: #333;
    padding: 24px;
    margin: 20px auto;
}

#books .box.color-black p {
    margin: 0;
}

#books .box h2 {
    margin-top: 0;
    font-size: 25px;
}

#books .box h4 {
    margin: 0;
}

#books h2+.box {
    margin-top: 40px;
}

.box .photo img {
    width: 100%;
}

#books .box-title {
    background: var(--main-color);
    padding: 7px 20px;
    display: inline;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

#books .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#books .box.books-intervieweee h3 {
    margin: 0 0 16px 0;
    padding: 0;
    border: none;
    font-size: 20px;
}

#books .box.books-intervieweee h3 span {
    font-size: 90%;
    line-height: 1;
}

#books .box.books-intervieweee .books-intervieweee__img {
    margin-right: 24px;
}

#books .box.books-intervieweee .books-intervieweee__text {
    flex: 1;
}

#books .box.books-intervieweee .books-intervieweee__text p {
    margin: 0;
}

#books .books-book {
    margin-bottom: 20px;
    gap: 20px 24px;
    border: 1px solid rgb(51 51 51 / 15%);
    padding: 24px;
    margin: 0 30px 20px 30px;
}

#books p+.books-book {
    margin-top: 45px;
}

#books .books-book img {
    width: 175px;
    min-height: 200px;
}

#books .recommend-book p {
    margin: 0 30px 20px 30px;
}

#books h4 span {
    display: block;
    font-size: 90%;
    font-weight: normal;
}

#books .books-book .books-book__text {
    flex: 1;
    flex-wrap: wrap;
    align-content: center;
    gap: 8px;
}

#books .books-book .books-book__text h4 {
    margin: 0;
    width: 100%;
}

#books .books-book .books-book__text .books-book__text-author {
    margin: 0;
    opacity: 0.75;
    font-size: 90%;
}

#books .books-book .books-book__links {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(51 51 51 / 15%);
    margin-top: 16px;
}

#books .books-book .books-book__links+.books-book__links {
    margin-top: 0;
}

#books .books-book .books-book__links:hover {
    text-decoration: none;
}

#books span.blue-back {
    background: var(--sub-color);
    color: var(--main-color);
    padding: 0 5px;
    margin: 0 0 10px;
    display: inline-block;
}

ol.list-number.rank {
    width: 70%;
    margin: 25px auto;
}

#books ol.list-number li {
    list-style: decimal;
    color: var(--main-color);
    font-weight: bold;
    text-align: left;
}

#books ol.list-number li span {
    color: #333;
    font-weight: normal;
}

#books ol.list-number.rank .graph-cap {
    font-size: 12px;
    color: grey;
    display: block;
    text-align: right;
}

#books .photo-vege img {
    width: 305px;
}

#books .photo {
    text-align: center !important;
}

.text-article #books .photo img {
    margin: 0 auto 8px;
    display: block;
}

#books .tokushu-info {
    position: relative;
    padding-left: 18px;
    font-size: 90%;
    margin-bottom: 60px;
}

#books .tokushu-info:before {
    width: 3px;
    content: "";
    display: block;
    height: 70px;
    border-left: 3px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin: 24px 0;
}

.video:after {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    font-size: 4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    line-height: 0.5;
    width: 5%;
    display: flex;
    justify-content: center;
}

.video:hover:after {
    color: #F93233;
}

.video.clicked:after {
    display: none;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video img {
    width: 100%;
}

.furniture-border {
    position: relative;
    border: 2px solid #333;
    padding: 20px 16px 16px;
    margin: 36px 0;
}

.furniture-border strong {
    position: absolute;
    top: -13px;
    background: white;
    padding: 0 8px;
}

.furniture-border ul {
    padding: 0 0 0 29px;
    margin: 0;
    display: block;
}

.furniture-border ul li {
    list-style: decimal;
}

#books .slick-slider {
    margin-bottom: 60px;
}

#books .slick-prev {
    left: 0;
    z-index: 2;
}

#books .slick-next {
    right: 0px;
}

#books .slick-dots {
    bottom: -18px;
}

p.photo strong {
    font-size: 18px;
    margin-top: 30px;
    display: block;
    color: #333;
}

/* responsive */

body.white .site #books {
    font-size: 16px;
    margin: 0 0 10px 0
}

body.white .site #books h1 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 24px 0;
    font-weight: bold;
    color: var(--main-color);
}

body.white .site #books h1 .h1-catch {
    font-size: 65%;
}

body.white .site #books h2 {
    font-size: 24px;
    margin: 50px 0 15px 0;
}

body.white .site #books h3 {
    font-size: 20px;
    padding: 0 10px;
}

body.white .site #books h3 small {
    line-height: 1.4em;
    display: block;
    margin: 8px 0 0 0;
    font-size: 16px;
}

body.white .site #books .german-furnituer h3.german-furnituer-cat {
    padding: 0;
}

body.white .site #books h3.recommend {
    font-size: 20px;
}

body.white .site #books h3+h4 {
    margin-top: 20px;
}

body.white .site #books h4 {
    margin: 30px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
}


body.white .site #books h4 small {
    line-height: 2;
}

body.white .site #books p.photo {
    font-size: 0.85em !important;
    text-align: center;
}

body.white .site #books p.photo strong {
    font-size: 14px;
    display: contents;
}

body.white .site #books .ref {
    font-size: 0.85em !important;
}

body.white .site #books ol.list-number {
    margin-left: 1rem;
}

body.white .site #books ol.list-number.rank {
    margin: 0 auto;
}

body.white .site #books ol.list-number.rank span.small.grey {
    text-align: right;
    display: block;
}

body.white .site #books .flex-wrap {
    flex-wrap: wrap;
}

body.white .site #books .flex-wrap p.photo {
    width: 70%;
    margin: 0 auto;
}

body.white .site #books p span.blue-back {
    margin: 0 0 10px;
    display: inline-block;
}

body.white .site #books .furniture-border ul {
    padding: 0 0 0 31px;
}

body.white .site #books .box {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 16px 16px;
    margin-top: 40px;
}

body.white .site #books .box.color-black {
    padding: 16px;
    margin: 20px 0 24px 0;
}

body.white .site #books .box.padding-top60 {
    padding-top: 60px;
}

body.white .site #books .box h2 {
    margin-top: 0;
}

body.white .site .text-article #books .box span.grey {
    line-height: 1.5 !important;
    display: block;
    margin-top: 8px;
}

body.white .site #books .box .box-title+p {
    margin: 16px 0 8px;
}

body.white .site #books .box h4.box-title {
    margin: 0;
    padding: 7px 20px;
}





.article-content .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

.index .title {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/*-- カウントセット --*/
.index ol {
    /* counter-reset: hl_count;
    list-style: none; */
    padding-left: 16px;
    font-size: 14px;
}

.index .title+ol {
    padding: 0;
}

.index li {
    /* counter-increment: hl_count; */
    counter-increment: hl_count;
    font-size: 16px !important;
    color: #333;

}

.index li a {
    font-size: 16px !important;
}

.index li:before {
    /* content: counters(hl_count, "-") */
}

/*-- base style --*/
.index ol ol,
.index li ol li {
    margin-top: .3em;
}

.index li:before {
    margin-right: .5em;
    padding: .1em .5em;
    text-align: center;
    border-radius: 4px;
}

.index li ol li {
    padding-left: 1em;
}

.index li ol li ol li {
    padding-left: 1em;
}

.index li ol {
    margin: 0 0 1em 0;
}

.index li a.num0 {
    margin-left: 0.67em;
}

.index span:after {
    display: block;
    height: .6em;
}

.index a {
    color: #333 !important;
}

.index a:hover {
    text-decoration: none;
}

.index li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.index ol li a {
    display: flex;
    flex-wrap: nowrap;
    line-height: 1.7 !important;
}

.index .index-margin {
    margin-bottom: 7px;
}

span.index-span {
    margin: 0 0.5rem 0 0;
    flex-shrink: 0;
}


body.white .site .index {
    padding: 1.5em;
    width: 100%;
    background: #f5f5f5;
}

body.white .site .index ol {
    margin-left: 0;
}

body.white .site .index li {
    list-style: none;
}

body.white .site .index .index ol ol,
body.white .site .index .index li ol li {
    margin-top: 0px;
}

body.white .site .index ol li {
    margin: 0 0 4px 0;
    padding: 3px 0px;
    color: #333;
    list-style: none;
}

body.white .site .index li a,
body.white .site .index li,
.index .title {
    font-size: 15px !important;
}

body.white .site .index {
    box-sizing: border-box;
}

body.white .site #books .books-detail h2 {
    margin: 16px 0 8px 0;
}

body.white .site #books .books-author img {
    width: 40%;
    margin: 0 auto 16px;
    display: block;
}

body.white .site #books .books-author {
    display: block;
}

body.white .site #books .books-book img {
    width: 50%;
    height: auto;
    min-height: unset;
    margin: 0 auto;
}

body.white .site .box.books-intervieweee.flex-wrap {
    justify-content: center;
}

body.white .site #books .box.books-intervieweee h3 {
    padding: 0;
    margin: 16px 0;
}

body.white .site #books .books-book {
    padding: 16px;
}

body.white .site #books .books-book__text.flex-wrap {
    width: 100%;
    flex: auto;
}

body.white .site #books .books-book__text h4 {
    margin: 0;
}

body.white .site #books .box.books-intervieweee .books-intervieweee__text {
    width: 100%;
    flex: unset;
}

#books .slick-prev,
#books .slick-next {
    background: none;
}

#books .slick-dots li button:before {
    font-size: 12px;
}

body.white .site #books .slick-dots li button,
body.white .site #books .slick-prev,
body.white .site #books .slick-next {
    text-shadow: none;
    box-shadow: none;
}

body.white .site #books .slick-dots {
    bottom: -34px;
}
