@charset "UTF-8";
/*基礎*/
#post-style p {
    margin: 0 auto 1.5em;
    line-height: 1.8em;
    font-size: 1.55rem;
}
#post-style img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

#post-style iframe {
    width: 100%;
    height: 422px;
    margin: 1rem auto;
}
#post-style a.under-a {
    text-decoration: underline;
}
#post-style .dc-speech__image img {
    width: 64px;
    margin-bottom: 0;
}
#post-style h2 {
    font-size: 2.4rem;
    line-height: 1.65em;
    border-left: 4px solid #cb333b;
    padding-block: 0;
    padding-inline: 1rem 0;
    margin-block: 3em 1.2em;
}
#post-style h3 {
    font-size: 2.2rem;
    line-height: 1.7em;
    border-bottom: solid 1px #ddd;
    padding-bottom: .7em;
    margin-block: 3em 1.2em;
}
#post-style h3.line-h3 {
    padding-left: 10px;
    border-left: 4px solid var(--skin-main-text-color-1);
    border-bottom: none;
}
#post-style h4 {
    font-size: 1.8rem;
    margin-block: 3em 1.2em;
    line-height: 1.4;
}

/*背景色ボックス*/
.dc-box {
    margin: 0 auto 1.5em;
}
/*境界線ボックス*/
.border-box {
    padding: 1.5rem;
    border: 1px solid #ddd;
    margin: 0 auto 1.5rem;
}

/*下部バナータイトル*/
P.lp-title {
text-align: center;
font-weight: bold;
font-size: 1.5em;
margin-top: 2em;
}
P.lp-midashi {
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-top: 1.25em;
}

/*目次*/
.dc-list-index__head {
    color: #FFA41C;
    border-left: none !important;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
    line-height: 1em !important;
}
.dc-list-index {
    margin: 1em auto 1.5em;
    border: 2px solid #FFA41C;
    padding: 2rem;
}
.dc-list-index .dc-text-underline {
    text-decoration: none;
}
.dc-list-index .dc-text-underline:hover {
    text-decoration: underline;
}
.dc-list-index__list ul {
    margin: 5px 0;
    padding-inline-start: 1.2rem;
}
.dc-list-index li {
    margin-bottom: 11px;
}
.dc-list-index__list ul li::before {
    display: none;
}
.dc-list-index__list li:before {
    color: #FFA41C;
    content: "0" counter(item)". ";
}
.dc-list-index__list ul li {
    list-style: disc;
    padding-left: 0;
    /* list-style-image: radial-gradient(circle at 50% 50%,#a8a8a8 50%,transparent 50%); */
    color: #767676;
}
.dc-list-index__list ul li:first-child {
    margin-top: 11px;
}
.dc-list-index__list ul li a {
    color: #767676;
}

/*アンダーライン*/
p.under-line , .under-line{
    display: inline-block;
    background: linear-gradient(transparent 60%, #ff6 60%);
    padding: 0 5px;
}

/*アイテムテキストリンク*/
.more-item {
    text-align: center;
    margin: 1.5em auto 2em;
}
.more-item a {
    display: inline-block;
    width: 45%;
    padding-block: 1rem;
    font-weight: 600;
    font-family: 'FP-こぶりなゴシック StdN W6';
    font-size: 1.5rem;
    color: #cb333b;
    background: none;
    border: solid 1px #cb333b;
    border-radius: 100px;
    padding-block: .8rem;
}

.img-under a {
    color: #0578d2;
    text-decoration: underline;
}
.img-under img {
    margin-bottom: 0!important;
    display: block;
}
.img-under {
    margin-bottom: 0.8rem;
}
.more-item a:hover, .item-link-col a span:hover , .img-under a:hover{
    opacity: 0.7;
    transition: .5s;
}



/*カラム*/
.item-link-col {
    text-align: center;
    margin-bottom: 1em;
}
.item-link-col tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
}
.item-link-col.col-02 td {
    width: 49%;
}
.item-link-col.col-03 td {
    width: 33%;
}
.item-link-col a {
    text-decoration: none;
    display: block;
}
#post-style .item-link-col a img {
    margin-bottom: 1rem;
}
#post-style .item-link-col a p {
    line-height: 1rem;
}
.item-link-col a img:hover {
    opacity: .7;
}
.item-link-col a span {
    display: inline-block;
    color: #cb333b;
    font-weight: bold;
    border: 1px solid #cb333b;
    border-radius: 30px;
    text-align: center;
    padding: 7px 35px;
    text-decoration: none;
}

/*吹き出し左*/
.speech-left {
    flex-direction: row-reverse;
}
.speech-left .dc-speech__text:after {
    content: none;
}
.speech-left .dc-speech__text::before {
    content: "";
    top: 32px;
    left: -16px;
    display: block;
    position: absolute;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.68%22%20height%3D%2215.45%22%20viewBox%3D%220%200%2018.68%2015.45%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke%3A%20%23ddd%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.33.5h17L.33%2C15.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    transform: scale(-1,1);
    background-repeat: no-repeat;
    width: 17px;
    height: 14.5px;
}
.speech-left .dc-speech__image {
    margin-left: 0;
    margin-right: 32px;
}

/*着用アイテム*/
.item-link-list {
    border-bottom: 1px dashed #d2d2d2;
    margin: 1.5em auto 2em;
}
.item-link-list::before {
    content: "着用アイテム";
    display: block;
    /* font-weight: bold; */
    letter-spacing: 1px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 8px 8px;
}
.item-link-list a {
    display: block;
    color: #0578d2;
    padding: 8px 0 8px 8px;
    border-bottom: 1px dashed #d2d2d2;
}
.item-link-list a:last-child {
    border-bottom: none;
}

/*着用アイテムテーブル*/
.item-link-flex {
    display: block;
    margin: 2rem auto 3rem;
}
.item-link-flex::before {
    content: "着用アイテム";
    display: block;
    width: 40%;
    font-size: 1.1rem;
    margin: 0 auto 2rem;
    text-align: center;
    border-bottom: 1px solid #444;
    padding-bottom: 0.7rem;
}
.item-link-flex a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
#post-style .item-link-flex a img {
    width: 22%;
    margin-bottom: 0;
}
.item-link-flex a .item-link-flex-text {
    width: 73%;
}
#post-style .item-link-flex a .item-link-flex-text p:first-child {
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.item-link-flex a .item-link-flex-text span {
    display: block;
    background: #FFA41C;
    width: 21%;
    color: #fff;
    padding: 0.2rem 0.3rem;
    text-align: center;
    margin: 1rem 0 0;
}

/*関連記事*/
.related-entry {
    margin: 1em auto 1.5em;
}
.related-entry a {
    display: flex;
    padding: 25px;
    background: #f2f0f1;
    text-decoration: none;
}
.related-entry a:hover {
    opacity: 0.7;
}
#post-style .related-entry img {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 0;
}
.related-entry .entre-title span {
    display: inline-block;
    border: 1px solid #444;
    padding: 2px 7px;
    margin-bottom: 7px;
}
.related-entry .entre-title p {
    text-decoration: underline;
    margin-bottom: 0;
}
.list-return {
    text-align: right;
}
.list-return a {
    color: #0578d2;
}
.list-return a::after {
    font-family: FontAwesome;
    content: '\f176';
    margin-left: 5px;
    display: inline-block;
}

/*Amazon画像andリンク*/
img.amazon {
    width: auto !important;
    max-height: 400px !important;
    display: block;
    margin: 0 auto;
}
.official-site {
    text-align: center;
    margin: 1.5em auto 2em;
}
.official-site a {
    display: inline-block;
    color: #fff;
    background: #3f8cff;
    font-weight: bold;
    /* border: 2px solid #1096db; */
    border-radius: 30px;
    text-align: center;
    padding: 1.8% 10%;
    text-decoration: none;
    margin: 0 auto;
}
.border-box ul, 
.border-box ol {
    padding-left: 1.5rem;
}
.border-box ul li, 
.border-box ol li {
    margin-bottom: 0.8rem;
}

/*230210追加*/
table.item-table {
    font-family: var(--skin-body-font);
    width: 100%;
    margin: 2% 0;
}
table.item-table tr {
    border-bottom: 1px dashed #d2d2d2;
}
table.item-table td {
    padding: 8px 0 8px 8px;
}
table.item-table a {
    color: #0578d2;
}
/*230612追加*/
.marker_yellow_hoso {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}



@media screen and (max-width: 768.98px) {
#post-style p {
    font-size: 1.5rem;
}
#post-style h2 {
    font-size: 1.8rem;
}
#post-style h3 {
    font-size: 1.7rem;
}
#post-style h4 {
    font-size: 1.6rem;
}
#post-style iframe {
    width: 100%;
    height: 230px;
}
#post-style .dc-speech__image img {
    width: 47px;
}
.dc-list-index {
    padding: 1rem 1.5rem;
}
.dc-speech__image figcaption {
    font-size: 11px;
    margin-top: 2px;
}
.more-item a {
    width: 100%;
}
.item-link-col a p {
    font-size: 0.85rem;
}
.item-link-col a span {
    font-size: 0.95rem;
}
.item-link-col.col-02 a span {
    width: 85%;
    padding: 5px 15px;
}
.item-link-col.col-03 a span {
    width: 96%;
    padding: 5px 10px;
}
.item-link-flex {
    margin: 1.8rem auto 2rem;
}

.item-link-flex::before {
    padding-bottom: 0.5rem;
}

#post-style .item-link-flex a img {
    width: 30%;
}

.item-link-flex a .item-link-flex-text {
    width: 65%;
    font-size: 0.8rem;
}
#post-style .item-link-flex a .item-link-flex-text p:first-child {
    line-height: 1.3;
}
.item-link-flex a .item-link-flex-text span {
    width: 33%;
    margin: 0.8rem 0 0;
}
.related-entry a {
    padding: 20px;
}
article#post-style .related-entry img {
    width: 35%;
    height: 100%;
}
.related-entry .entre-title p {
    font-size: 0.9rem;
}
.related-entry .entre-title span {
    margin-bottom: 10px;
}

#maincontent time {
    display: initial!important;
}

/*追加*/
table.item-table {
    font-family: sans-serif !important;
}

}

/*文字色テスト*/

.dc-link-color , .dc-link-color:hover {
color: #0578d2;
}

.dc-list-index__head {
border-left: 9px solid #0578d2;
}

.dc-wish , .dc-footer-category__head {
color: #767676 !important;
}

/*佐々木さんテストコーデ3分割*/

.triplet-coordinate .item-link-col.col-03 td {
        overflow: hidden;
        position: relative;
    }
#post-style .triplet-coordinate td img {
        width: 200%;
        left: -50%;
        position: inherit;
    }

.triplet-coordinate .item-link-col , .triplet-coordinate .item-link-col tr {
margin-bottom: 0;
}



@media (min-width: 769px) {
#post-style p.dc-person__description {
margin-left: 200px;
    margin-top: 29px;
}
}
