@charset "utf-8";

h2.h2 {
    text-align: center;
}

h2.h2 img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.review {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}
.review img {
    width: 9rem;
    height: 100%;
}.review p a {
    font-size: 1.2rem;
    vertical-align: text-bottom;
    color: var(--main-color);
    text-decoration: underline;
}
/**/
section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ccc;
}

section h2 span {
    border-bottom: 3px solid var(--main-color);
    padding: 0 1rem 3px 0.5rem;
}

section h2 img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    vertical-align: text-top;
}
/**/

/*バナーエリア*/
.banner-area {}

.banner-area img {
    display: block;
    width: 85%;
    margin: 1rem auto 4rem auto;
}

.banner-area p {
    background-color: #ccc;
    padding: 3rem 0;
    font-size: 3rem;
    margin-bottom: 2rem;
}

/*バナーエリア*/

/*カテゴリタイトル*/
.category-info {
    margin-bottom: 3rem;
    background-color: #E6F7FF;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
}

.category-info h1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--main-color);
    text-shadow: 1px 2px 0px #eee
}

.category-info p {
    font-size: 1.6rem;
    padding-top: 0.5rem;
}

/*カテゴリタイトル*/

/*切り替えランキング*/
.switching-ranking .tab-area {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.switching-ranking .tab {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--title-color);
    background-color: #FFB399;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 0 2rem 1rem 0;
    line-height: 1.4;
}

.switching-ranking .tab:last-child {
    margin-right: 0;
}

.switching-ranking .tab:hover {
    cursor: pointer;
}

.switching-ranking .tab.active {
    background-color: #ff6b3a;
}

.switching-ranking .item_slider {
    display: none;
    text-align: center;
}

.switching-ranking .item_slider.active {
    display: block;
}

.item_slider p {
    font-size: 1.4rem;
}

/*切り替えランキング*/
/*切り替えピックアップ*/
.switching-ranking, .to-small-category{
    margin-bottom: 0;
}
.to-small-category .tab-area {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.to-small-category .tab {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--title-color);
    background-color: #FFB399;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 0 2rem 1rem 0;
    line-height: 1.4;
}

.to-small-category .tab:last-child {
    margin-right: 0;
}

.to-small-category .tab:hover {
    cursor: pointer;
}

.to-small-category .tab.active {
    background-color: #ff6b3a;
}

.to-small-category .item_slider {
    display: none;
    text-align: center;
}

.to-small-category .item_slider.active {
    display: block;
}
/*切り替えピックアップ*/

/*小カテゴリ*/
.to-small-category {}

.to-small-category .evaluation {
    width: 80%;
    margin: 0 auto 2rem auto;
}

.to-small-category .evaluation li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.to-small-category .evaluation img {
    width: auto;
    margin: 0;
}

.to-small-category .more_btn {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 0.5rem;
    color: var(--title-color);
    background-color: var(--main-color);
}

/*小カテゴリ*/

/*カテゴリランキング*/
.category-ranking-item {
    /*width: 22rem;*/
    width: 19rem;
    background-color: var(--title-color);
    padding: 0 1rem;
    text-align: center;
    display: table-cell;
}

.category-ranking-item img {
    width: 10rem;
    height: 100%;
    display: block;
    margin: 0 auto 1rem auto;
}

.category-ranking-item h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 1rem;
}

/*カテゴリランキング*/

/*商品陳列エリア*/

.sort_selects {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    margin: -2rem 0 2rem 0;
    padding: 1rem 0 1rem 0.5rem;
}

.sort_selects li {
    cursor: pointer;
    margin-right: 1rem;
}

.sort_selects li:last-child {
    color: #333333;
    margin-right: 0;
    border: none;
    background-color: transparent;
}

.sort_selects li select,
.sort_selects li option {
    padding: 0.5rem;
    font-size: 1.6rem;
    cursor: pointer;
}

.sort_selects li input {}

.sort_selects li label {
    cursor: pointer;
    font-size: 1.6rem;
}

.search-item-area {
    display: flex;
    flex-wrap: wrap;
}

.search-item-area .search-item {
    width: calc(100% / 5);
    margin-right: 0;
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.search-item {
    width: 22rem;
    background-color: var(--title-color);
    margin-right: 3rem;
}

.search-item:last-child {
    margin-right: 0;
}

.search-item h3 {
    margin-bottom: 1rem;
}

.search-item h3 a {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.search-item-area .search-item:nth-last-child(-n+5) {
    /*margin-bottom: 0;*/
}

.search .search-more-btn {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 0.5rem;
    color: var(--title-color);
    background-color: var(--main-color);
    width: 30%;
    margin: 1rem auto 0 auto;
}

.search .search-more-btn:hover {
    cursor: pointer;
}

img.item-img {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: 0 auto 1rem auto;
}

span.item_title_pc {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 1rem;
    display: block;
}

span.item_title_sp a {
    display: none;
}
/**/
.category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.category li {
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
}

.category li:last-child {
    margin-right: 0;
}

.category a {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.3rem;
    color: #0a0a0a;
}
/**/
/**/
.price {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.price span {
    font-size: 1.2rem;
}

.price span font {
    font-size: 1.2rem;
    color: #00f;
}

.more_btn {
    border-radius: 0.5rem;
    width: 90%;
    margin: 0 auto;
}

.more_btn a {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 0.5rem;
    color: var(--title-color);
    background-color: var(--main-color);
}
/**/

/*商品陳列エリア*/

/*関連記事*/
div.connection{
    margin-top: 2rem;
}
div.connection > .inner{
    width: 100%;
}

div.connection h2 img {
    width: 2.5rem;
    vertical-align: sub;
}

div.connection h2.h2,
div.connection h2.h2_img {
    text-align: center;
}

div.connection h2.h2 img,
div.connection h2.h2_img img {
    width: calc(100% - 1rem);
    height: 100%;
}
/*関連記事*/

img.quality-img,
img.quality-img-sp {
    width: 100%;
    margin: 0 auto 2.5rem auto;
}

img.quality-img {
    width: 85%;
    height: 100%;
    display: block;
}

img.quality-img-sp {
    display: none;
}

/* 関連記事20230404 ここから */
/* 目次 ここから */
.contents {
    width: 80%;
    margin: 0 auto 1rem auto;
    box-shadow: 0 1.5px 2.4px rgb(0 0 0 / 15%);
}

.contents-t {
    font-weight: bold;
    color: var(--title-color);
    background-color: var(--main-color);
    padding: 1rem 2rem;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0 !important;
}

.contents ul.outline {
    padding: 2rem;
    background-color: #EBF7F7;
}

.contents ul li {
    margin-bottom: 1rem;
}

.contents ul li:last-child {
    margin-bottom: 0;
}

.contents ul li a {
    display: inline;
    font-size: 1.6rem;
}

ul.each-contents {
    padding: 0;
    margin-top: 0.4rem;
    display: none;

}

ul.each-contents li {
    padding-left: 1rem;
}

ul.each-contents li a {
    position: relative;
    padding-left: 1.8rem;
    font-weight: bold;
    color: #141D1C;
    text-decoration: underline;
}

ul.each-contents li a::after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(/images/arrow.webp);
    background-size: cover;
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents a.headline {
    font-weight: bold;
    color: #141D1C;
    text-decoration: underline;
}

.contents a:hover {
    color: #ff6b3a;
    opacity: 1;
}

span.contents-oc::before {
    color: var(--main-color);
    cursor: pointer;
    margin-left: 1rem;
    content: "[＋]";
    width: 1.8rem;
    height: 1.8rem;
    font-weight: bold;
}

span.contents-oc:hover::before {
    color: #ff6b3a;
}

span.contents-oc:active::before {
    color: #ff6b3a;
}

ul.each-contents.open {}

span.contents-oc.open::before {
    content: "[－]";
}

/* 目次 ここまで */


.connection h2.connection_h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.5rem 5rem;
    position: relative;
    border-bottom: 4px solid rgb(0, 136, 204);
    border-image: linear-gradient(to right, rgb(0, 136, 204) 0%, rgb(104, 224, 207) 100%);
    border-image-slice: 1;
}

.connection h2.connection_h2::after {
    content: "";
    display: block;
    width: 4rem;
    height: 5rem;
    background-image: url(/images/yakupen-connection.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 2.5rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.connection h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #fefefe;
    text-shadow: 0 1px 1px #002436;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background: -webkit-linear-gradient(to right, rgb(0, 136, 204), rgb(104, 224, 207));
    background: linear-gradient(to right, rgb(0, 136, 204), rgb(104, 224, 207));
}

.connection h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.3rem 0.5rem;
    border-bottom: 4px solid rgb(0, 136, 204);
    border-image: linear-gradient(to right, rgb(0, 136, 204) 0%, rgb(104, 224, 207) 100%);
    border-image-slice: 1;
    color: var(--main-color);
    text-shadow: 1px 1px 1px #ddd;
}

.connection .connection_inner {
    width: 98%;
    margin: 0 auto 2rem auto;
    font-size: 1.6rem;
}

.connection section {
    margin-bottom: 2rem;
}

.connection .connection_inner p {
    margin-bottom: 1rem;
}

.connection .connection_inner p:last-child {
    margin-bottom: 0;
}

.connection .connection_inner .illustrations {
    width: 50rem;
    height: 100%;
    margin: 2rem auto;
}
.connection .connection_inner .productImg {
    display: block;
    width: 30rem;
    height: 100%;
    margin: 2rem auto;
}


.sticky {
    margin: 0 auto 2rem auto;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    border-radius: 0.5rem;
    color: #263238;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 15%);
}

.sticky:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -3px;
    border-width: 0 33px 33px 0;
    border-style: solid;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.sticky p.sticky-t {
    padding: 0 1rem 0.5rem 1rem;
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem !important;
}

.sticky p {
    margin-bottom: 1rem !important;
}

.sticky img {
    width: 100%;
}

.sticky ul {
    margin-bottom: 1rem;
}

.sticky li {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
}

.sticky li::before {
    content: "・";
    font-size: 1.6rem;
}

.sticky li span {
    margin: 0 0.1rem;
}

.list-none li::before {
    content: none;
}
.sticky li a{
    display: inline;
    color: var(--main-color);
    text-decoration: underline;
}

/* 付箋 ここから */
.sticky .flex {
    display: flex;
    justify-content: space-between;
}

.sticky .flex img {
    width: 50%;
    margin: 0 3rem 0 auto;
}

.sticky.orange {
    background-color: #ffece6;
    border: 3px solid #ff6b3a;
}

.sticky.orange .sticky-t {
    border-bottom: 3px dotted #ff6b3a;
    margin-bottom: 0.5rem;
}

.sticky.orange:after {
    border-color: #ff6b3a #fff #ff6b3a;
}

.sticky.blue {
    border: 3px solid var(--main-color);
    background-color: #E6F7FF;
}

.sticky.blue .sticky-t {
    border-bottom: 3px dotted var(--main-color);
}

.sticky.blue:after {
    border-color: var(--main-color) #fff var(--main-color);
}

.sticky.green {
    border: 3px solid #29cc5f;
    background-color: #e6ffee;
}

.sticky.green .sticky-t {
    border-bottom: 3px dotted #29cc5f;
}

.sticky.green:after {
    border-color: #29cc5f #fff #29cc5f;
}

.sticky.red {
    border: 3px solid #ff3355;
    background-color: #ffccd5;
}

.sticky.red .sticky-t {
    border-bottom: 3px dotted #ff3355;
}

.sticky.red:after {
    border-color: #ff3355 #fff #ff3355;
}

.sticky.pink {
    border: 3px solid #FC9DB8;
    background-color: #ffe6fb;
}

.sticky.pink .sticky-t {
    border-bottom: 3px dotted #FC9DB8;
}

.sticky.pink:after {
    border-color: #FC9DB8 #fff #FC9DB8;
}

.sticky.yellow {
    border: 3px solid #FFC107;
    background-color: #FFEDBA;
}

.sticky.yellow .sticky-t {
    border-bottom: 3px dotted #FFC107;
}

.sticky.yellow:after {
    border-color: #FFC107 #fff #FFC107;
}

/* 付箋 ここまで */
/* 文字強調ここから */
b {
    line-height: 1.8;
}

b.yellow {
    color: #FFE400;
}

b.red {
    color: #ff002b;
}

b.green {
    color: #00cc00;
}

b.blue {
    color: #0099ff;
}

b.pink {
    color: #FC9DB8;
}

b.orange {
    color: #ff6b3a;
}

/* 文字強調ここから */

/* アンダーライン ここから */
span.highlight {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

span.highlight.yellow {
    text-decoration-color: rgba(255, 228, 0, 0.4);
}

span.highlight.red {
    text-decoration-color: rgba(255, 0, 0, 0.3);
}

span.highlight.green {
    text-decoration-color: rgba(0, 204, 0, 0.4);
}

span.highlight.blue {
    text-decoration-color: rgba(0, 128, 255, 0.4);
}

span.highlight.pink {
    text-decoration-color: rgba(252, 157, 184, 0.4);
}

span.highlight.orange {
    text-decoration-color: rgba(255, 107, 58, 0.4);
}

/* アンダーライン ここまで */

a.link-blue {
    display: inline;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: underline;
}
/* 挿絵 ここから */
img.illustrations {
    display: block;
    margin: 1rem auto;
}
/* 挿絵 ここまで */

/* コラム画像 */
#effect-detail table.effect-detail-table img {
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
}
table.effect-detail-table img {
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
}
/* コラム画像 */
/* まとめ ここから */
.summarize {
    margin: 1.5rem 0 3rem;
    box-shadow: 0 0 5px #ccc;
    background: #fff9e5;
    border: solid 3px #F7B236;
}

.summarize-t {
    background-color: #F7B236;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
    color: var(--title-color);
    font-weight: bold;
    text-shadow: 1px 1px 0 #444;
}

.summarize ul {
    padding: 0 2rem 1rem 2rem;
}

.summarize li {
    padding-left: 3.5rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    position: relative;
    counter-increment: number 1;
}

.summarize li::before {
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F7B236;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    content: counter(number)"";
    box-shadow: 0 0 5px #ccc;
}

.summarize li:first-child {
    counter-reset: number 0;
}


.summarize li span {
    color: #ff002b;
    margin: 0 0.1rem;
}

/* まとめ ここまで */
/* 目次へ戻る ここから */
.back-contents {
    width: 96%;
    margin: auto;
    text-align: right;
}

.back-contents a {
    display: inline;
    font-size: 1.4rem;
    color: var(--main-color);
    text-decoration: underline;
    text-align: right;
    background-image: url(/images/back-contents.webp);
    background-repeat: no-repeat;
    background-size: 1.8rem 1.8rem;
    background-position: left;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
}

/* 目次へ戻る ここまで */
div.connection .related{
    display: flex;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    overflow-x: scroll;
    margin-bottom: 2rem;
}

div.connection .related a.r-item {
    /*width: calc((100% - 40px) / 4);*/
    width: 260px;
    min-width: 260px;
    margin: 0 5px 10px 5px;
    font-size: 1.4rem;
    font-weight: 500;
}
div.connection .related a.r-item:hover{
}

div.connection .related img{
    width: 100%;
    height: auto;
}
ul.faq_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

ul.faq_area li {
    width: 50%;
    padding: 1rem 1rem 0 1rem;
}

ul.faq_area li:nth-child(2n) {
    padding-left: 0.5rem;
}

ul.faq_area li:nth-child(2n+1) {
    padding-right: 0.5rem;
}

ul.faq_area li div {
    border: 2px solid #ccc;
    border-radius: 0.5rem;
    height: 100%;
}

ul.faq_area li div p.question,
ul.faq_area li div p.answer {
    padding: 1rem;
    display: flex;
    width: 100% !important;
}

ul.faq_area li div p.question {
    background-color: #efefef;
    align-items: center;
}

ul.faq_area li div p.answer {
    border-top: 2px solid #ccc;
}

ul.faq_area li div p.question span,
ul.faq_area li div p.answer span {
    display: block;
    /*width: 36px;*/
    height: 36px;
    margin-right: 1rem;
    text-align: left;
    line-height: 28px;
    font-size: 2.6rem;
    border-radius: 50%;
}

ul.faq_area li div p.question span {
    color: #e60033;
}

ul.faq_area li div p.answer span {
    color: #007bbb;
}
/* 25/03/05 */
/* 25/05/27 */
.connection_inner .related_column{
    display: flex;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    overflow-x: scroll;
    margin-bottom: 10px;
}

.connection_inner .related_column a.r-item {
    /*width: calc((100% - 40px) / 4);*/
    width: 260px;
    min-width: 260px;
    margin: 0 5px 10px 5px;
    font-size: 1.4rem;
    font-weight: 500;
}
.connection_inner .related_column a.r-item:hover{
    color: #ff8861;
}

.connection_inner .related_column img{
    width: 100%;
    height: auto;
}
/* 25/05/27 */
/* 25/06/17 */
.merit_comp {
    display: flex;
    justify-content: space-around;
}
.merit_comp .merit_box,
.merit_comp .demerit_box {
    padding: 20px 20px 10px;
    margin: 2em 0;
    width: 49%;
}
.merit_comp .merit_box {
    background: #f0f8ff;
}
.merit_comp .demerit_box {
    background: #fff4f4;
}
.merit_comp .merit_t,
.merit_comp .demerit_t {
    margin: -20px -20px 10px;
    font-size: 1.2em;
    padding: 4px 10px;
    text-align: center;
}
.merit_comp .merit_t {
    background: #5ab9e8;
    font-weight: bold;
    color: #ffffff;
}
.merit_comp .demerit_t {
    background: #ef857d;
    font-weight: bold;
    color: #ffffff;
}

/* コラムテーブル ここから */
table.column-table{
    width: 100%;
    height: fit-content;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-bottom:1rem;
}

table.column-table th,
table.column-table td{
    border: 1px solid #aaa;
    padding: 0.8rem;
    vertical-align: middle;
    font-size: 1.3rem;
}

table.column-table th{
    font-weight: bold;
    background-color: #E6F7FF;
    text-align: center;
}

table.column-table.t-2 th:first-child{
    width: 35%;
}

table.column-table.t-2 td{
    width: 65%;
}

/* 狭い ここから */
table.column-table.t-3.narrow th:first-child,
table.column-table.t-4.narrow th:first-child,
table.column-table.t-5.narrow th:first-child{
    width: 10%;
}

table.column-table.t-3.narrow td{
    width: 45%;
}

table.column-table.t-4.narrow td{
    width: calc(90% / 3);
}

table.column-table.t-5.narrow td{
    width: calc(90% / 4);
}

table.column-table.t-6.narrow,
table.column-table.t-7.narrow,
table.column-table.t-8.narrow,
table.column-table.t-9.narrow,
table.column-table.t-10.narrow{
    width: 100%;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

table.column-table.t-6.narrow th:first-child,
table.column-table.t-7.narrow th:first-child,
table.column-table.t-8.narrow th:first-child,
table.column-table.t-9.narrow th:first-child,
table.column-table.t-10.narrow th:first-child{
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
    width: 110px;
    min-width: 110px;
    z-index:10;
}

table.column-table.t-6.narrow th:first-child::before,
table.column-table.t-7.narrow th:first-child::before,
table.column-table.t-8.narrow th:first-child::before,
table.column-table.t-9.narrow th:first-child::before,
table.column-table.t-10.narrow th:first-child::before,
table.column-table.t-3.wide th:first-child::before,
table.column-table.t-4.wide th:first-child::before,
table.column-table.t-5.wide th:first-child::before,
table.column-table.t-6.wide th:first-child::before,
table.column-table.t-7.wide th:first-child::before,
table.column-table.t-8.wide th:first-child::before,
table.column-table.t-9.wide th:first-child::before,
table.column-table.t-10.wide th:first-child::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #aaa;
    z-index: -1;
}

table.column-table.t-6.narrow th:first-child::after,
table.column-table.t-7.narrow th:first-child::after,
table.column-table.t-8.narrow th:first-child::after,
table.column-table.t-9.narrow th:first-child::after,
table.column-table.t-10.narrow th:first-child::after,
table.column-table.t-3.wide th:first-child::after,
table.column-table.t-4.wide th:first-child::after,
table.column-table.t-5.wide th:first-child::after,
table.column-table.t-6.wide th:first-child::after,
table.column-table.t-7.wide th:first-child::after,
table.column-table.t-8.wide th:first-child::after,
table.column-table.t-9.wide th:first-child::after,
table.column-table.t-10.wide th:first-child::after{
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #aaa;
    z-index: -1;
}

table.column-table.t-6.narrow td,
table.column-table.t-7.narrow td,
table.column-table.t-8.narrow td,
table.column-table.t-9.narrow td,
table.column-table.t-10.narrow td{
    white-space: normal;
    width: 240px;
    min-width: 240px;
}

table.column-table .each-btn-area{
    width: 100%;
    margin: auto;
}

table.column-table .each-btn-area a{
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
    word-wrap: break-word;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
table.column-table tr:last-of-type a{
    display:block;
    width: 100%;
    margin: auto;
    font-size: 1.3rem;
    font-weight:bold;
    word-wrap: break-word;
    padding: 0.5rem 0.6rem;
    text-decoration: none;
    border-radius: 1rem;
    background: -moz-linear-gradient(to bottom,#f00,#a00);
    background: -webkit-linear-gradient(to bottom,#f00,#a00);
    background: linear-gradient(to bottom,#f00,#a00);
    box-shadow: 0 3px 0 rgb(150,0,0,1);
    transition: .5s;
    color: #fefefe;
    text-align: center;
}

/* 狭い ここまで */
.column-table.t-rank tr:first-of-type th:nth-of-type(2){
    background-color: #e4b518;
}
.column-table.t-rank tr:first-of-type th:nth-of-type(3){
    background-color: #b4b6b6;
}
.column-table.t-rank tr:first-of-type th:nth-of-type(4){
    background-color: #d18e69;
}
.column-table.t-rank tr:first-of-type th:nth-of-type(2),
.column-table.t-rank tr:first-of-type th:nth-of-type(3),
.column-table.t-rank tr:first-of-type th:nth-of-type(4){
    color: #fefefe;
    font-size: 2rem;
    text-shadow: 0 0 1px #000;
}
/* コラム画像 */
table.column-table img{
    display: block;
    margin: auto;
    width: 50%;
    height: 100%;
}

table.column-table.t-2 img{
    width: 40%;
    height: 40%;
}
table.s-effect {
    width: 100%;
    height: fit-content;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-bottom:1rem;
}
table.s-effect th,
table.s-effect td{
    border: 1px solid #aaa;
    padding: 0.5rem;
    vertical-align: middle;
    font-size: 1.3rem;
    width: calc(100% / 3);
}

table.s-effect th{
    font-weight: bold;
    text-align: center;
}

table.s-effect tr:first-of-type th:nth-of-type(2){
    background-color: #add6ff;
}

table.s-effect tr:first-of-type th:nth-of-type(3){
    background-color: #ffadad;
}

/* コラム画像 */
.bubble {
    background:rgba(255,255,255,0);
    border:solid 3px #ff7f50;
    border-radius:0 5px 5px;
    padding:20px;
    position: relative;
    margin-top: 2em;
}
.bubble_t {
    margin:0;
    display:inline-block;
    position:absolute;
    padding:0 .5em!important;
    width: auto!important;
    height:1.5em;
    line-height:1.5em;
    color:#ffffff;
    background:#ff7f50;
    font-weight:bold;
    text-align:center;
    border-radius:5px 5px 0 0;
    top: -1.5em;
    left: -2px;
}

/* 25/06/17 */

/* 関連記事20230404 ここまで */
@media screen and (max-width: 820px) {
    /**/
    section h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .Android section h2 span {
        padding: 0 1rem 0 0.5rem;
    }
    section h2 span {
        padding: 0 1rem 4px 0.5rem;
    }

    section h2 img {
        vertical-align: sub;
    }
    /**/
    .contents {
        width: 100%;
    }
}


@media screen and (min-width:480px) and (max-width:820px) {
    .switching-ranking .tab-area {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 98%;
        margin: 0 auto 1rem auto;
        overflow-x: scroll;
    }

    .switching-ranking .tab {
        font-size: 1.8rem;
        padding: 0.5rem;
        margin: 0 1rem 1rem 0;
        min-width: fit-content;
        line-height: 1.6;
    }
    /*切り替えピックアップ*/
    .to-small-category .tab-area {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 98%;
        margin: 0 auto 1rem auto;
        overflow-x: scroll;
    }

    .to-small-category .tab {
        font-size: 1.8rem;
        padding: 0.5rem;
        margin: 0 1rem 1rem 0;
        min-width: fit-content;
        line-height: 1.6;
    }
    /*切り替えピックアップ*/

    /* 商品陳列エリア */

    .search-item {
        width: 22rem;
        background-color: var(--title-color);
        margin-right: 3rem;
    }

    .search-item-area .search-item {
        width: calc(100% / 3);
        margin-right: 0;
        margin-bottom: 3rem;
        padding: 0 1.5rem;
    }

    .search-item-area .search-item:nth-last-child(-n+3) {
        margin-bottom: 1rem;
    }

    .search-item .price p {
        text-align: center;
    }

    .search-item .price span {
        display: contents;
    }

    .review {
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 0.5rem;
    }

    /* 商品陳列エリア */
    .connection .connection_inner .illustrations {
        width: 40rem;
        height: 100%;
        margin: 1rem auto;
    }
    .connection .connection_inner .productImg {
        width: 30rem;
        height: 100%;
        margin: 2rem auto;
    }
    div.connection {
        width: 100%;
    }
    div.connection > .inner{
        width: 100%;
    }   
}
@media screen and (max-width: 480px) {

    /*バナーエリア*/
    .banner-area {}

    .banner-area img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 1rem auto 2rem auto;
    }

    /*バナーエリア*/
    /*カテゴリタイトル*/
    .category-info {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
    }

    .category-info h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .category-info p {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    /*カテゴリタイトル*/

    /*切り替えランキング*/
    .switching-ranking .tab-area {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 98%;
        margin: 0 auto 1rem auto;
        overflow-x: scroll;
    }

    .switching-ranking .tab {
        font-size: 1.4rem;
        padding: 0.5rem;
        margin: 0 1rem 1rem 0;
        min-width: fit-content;
        line-height: 1.4;
    }

    .switching-ranking .tab:last-child {
        margin-right: 0;
    }

    .switching-ranking .tab:hover {
        cursor: pointer;
    }

    .switching-ranking .tab.active {
        background-color: #ff6b3a;
    }

    .switching-ranking .item_slider {
        display: none;
        text-align: center;
    }

    .switching-ranking .item_slider.active {
        display: block;
    }

    /*切り替えランキング*/
    /*切り替えピックアップ*/
    .to-small-category .tab-area {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 98%;
        margin: 0 auto 1rem auto;
        overflow-x: scroll;
    }

    .to-small-category .tab {
        font-size: 1.4rem;
        padding: 0.5rem;
        margin: 0 1rem 1rem 0;
        min-width: fit-content;
        line-height: 1.4;
    }

    .to-small-category .tab:last-child {
        margin-right: 0;
    }

    .to-small-category .tab:hover {
        cursor: pointer;
    }

    .to-small-category .tab.active {
        background-color: #ff6b3a;
    }

    .to-small-category .item_slider {
        display: none;
        text-align: center;
    }

    .to-small-category .item_slider.active {
        display: block;
    }
    /*切り替えピックアップ*/

    /*小カテゴリ*/
    .to-small-category {}

    .to-small-category .evaluation {
        width: 95%;
        margin: 0 auto 1rem auto;
    }

    .to-small-category .evaluation li {
        justify-content: space-between;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

    .to-small-category .evaluation img {
        width: 60%;
        margin: 0;
    }

    .to-small-category .more_btn {
        display: block;
        font-size: 1.4rem;
        padding: 0.5rem 0;
    }

    /*小カテゴリ*/

    .category-ranking {
        margin-bottom: 5rem;
    }

    /*カテゴリランキング*/

    .category-ranking-item {
        width: 18rem;
        padding: 0 1rem;
    }

    .category-ranking-item img {
        width: 8.5rem;
        margin: 0 auto 0.5rem auto;
    }

    .category-ranking-item h3 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .category-ranking-item p {
        font-size: 1.2rem;
    }

    /*カテゴリランキング*/
    /*商品陳列エリア*/
    section {
        margin-bottom: 1rem;
    }

    .sort_selects {
        margin: 0 0 1rem 0;
        padding: 0.5rem 0 0.5rem 0.5rem;
    }

    .sort_selects li {
        margin-right: 0.5rem;
    }

    .sort_selects li select,
    .sort_selects li option {
        font-size: 1.4rem;
        padding: 0.2rem 0.3rem;
    }

    .sort_selects li label {
        font-size: 1.4rem;
    }

    .search-item-area .search-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 2px dotted #ccc;
        padding: 0 0 1rem 0;
        margin-bottom: 1rem;
        flex-direction: row;
    }

    .search-item-area .search-item:nth-last-child(-n+5) {
        margin-bottom: 1rem;
    }

    .search-item h3 {
        margin-bottom: 0.5rem;
    }

    .item-base {
        width: 30%;
    }

    img.item-img {
        width: 100%;
        height: 100%;
        margin: 0.5rem auto auto auto;
    }

    span.item_title_pc {
        display: none;
    }

    span.item_title_sp a {
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--main-color);
        margin-bottom: 1rem;
        display: block;
    }

    .search-item .item-info {
        width: 65%;
    }

    .search-item .category {
        margin-bottom: 0.5rem;
    }

    .search-item .price span {
        display: contents;
    }

    .search-item .review {
        flex-direction: row;
        margin-bottom: 0.5rem;
        justify-content: flex-start;
        align-items: center;
    }

    .search-item .review img {
        margin-right: 1rem;
    }

    .search-item .price {
        margin-bottom: 0;
    }

    .more_btn {
        display: none;
    }

    .search .search-more-btn {
        font-size: 1.4rem;
        margin: 0.5rem auto 0 auto;
    }

    /*商品タグ*/
    .category a {
        font-size: 1rem;
    }
    /*商品タグ*/
    .price {
        margin-bottom: 1rem;
    }

    .price span {
        display: block;
    }
    /*商品陳列エリア*/
    main {
        margin-bottom: 1rem;
    }
    img.quality-img,
    img.quality-img-sp {
        margin: 0 auto 1rem auto;
    }

    img.quality-img {
        width: 85%;
        display: none;
    }

    img.quality-img-sp {
        display: block;
    }
    /* 関連記事20230404 ここから */
    /* 目次 ここから */
    .contents {
        width: 100%;
        margin-top: 2rem;
    }

    .contents-t {
        text-align: center;
        font-size: 1.8rem;
    }

    .contents ul.outline {
        padding: 2rem 1.5rem 1.5rem 2rem;
    }

    .contents ul li a {
        display: block;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .contents a.headline {
        position: relative;
        width: 90%;
    }

    .contents ul.outline li {
        position: relative;
    }

    span.contents-oc {
        position: absolute;
        top: -2px;
        right: 0%;
    }
    ul.each-contents li a::after {
        top: 12px;
    }
    /* 目次 ここまで */
    .connection h2.connection_h2 {
        font-size: 1.8rem;
        padding: 0.5rem 0 0.5rem 4rem;
    }

    .connection h2.connection_h2::after {
        width: 3rem;
        height: 4rem;
        left: 2rem;
        top: 48%;
    }

    .connection h3 {
        font-size: 1.8rem;
    }

    .connection .connection_inner {
        width: 98%;
        margin: 0 auto;
    }

    .connection section {
        margin-bottom: 2rem;
    }

    .connection .connection_inner .illustrations {
        width: 100%;
        height: 100%;
        margin: 1rem auto;
    }
    .connection .connection_inner .productImg {
        width: 100%;
        height: 100%;
        margin: 2rem auto;
    }
    /* 付箋 ここから */
    .sticky p.sticky-t {
        padding: 0 2rem 0.5rem 1rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        font-size: 1.6rem;
    }

    .sticky .flex {
        flex-direction: column
    }

    .sticky .flex img {
        width: 100%;
    }

    .sticky .flex ul {
        margin-bottom: 1rem;
    }

    .sticky ul {
        margin-bottom: 0.5rem;
    }

    img.graph {
        width: 100%;
    }
    /* 付箋 ここまで */
    /* 挿絵 ここから */
    img.illustrations {
        width: 100%;
        height: 100%;
    }

    /* 挿絵 ここまで */

    /* まとめ ここから */

    .summarize-t {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .summarize li {
        font-size: 1.6rem;
    }

    .summarize li::before {
        top: 13px;
        width: 23px;
        height: 23px;
        line-height: 23px;
    }
    /* コラム画像 */
    #effect-detail table.effect-detail-table img {
        display: block;
        margin: auto;
    }
    /* コラム画像 */
    /* まとめ ここまで */
    /* 関連記事20230404 ここまで */

    div.connection {
        width: 100%;
    }
    div.connection > .inner{
        width: 100%;
    }
    /* 追加 */
    div.connection .related {
        margin-bottom: 1rem;
    }
    div.connection .related a.r-item{
        /*width: calc((100% - 20px) / 2);*/
        width: 260px;
        min-width: 260px;
        font-size: 1.2rem;
    }
    ul.faq_area {
        flex-direction: column;
    }

    ul.faq_area li {
        width: 100%;
        padding: 1rem 0.5rem 0 0.5rem;
    }
    .connection .connection_inner {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    /* 25/03/05 */
    .connection_inner .related_column a.r-item{
        /*width: calc((100% - 20px) / 2);*/
        width: 260px;
        min-width: 260px;
        font-size: 1.2rem;
    }
    /* 25/06/17 */
    .merit_comp {
        flex-direction: column;
    }
    .merit_comp .merit_box,
    .merit_comp .demerit_box {
        width: 100%;
        margin: 0.5em 0;
    }
    /* コラムテーブル ここから */
    table.column-table {
        width: 100%;
    }

    table.column-table th,
    table.column-table td {
        border: 1px solid #aaa;
        padding: 0.6rem;
        vertical-align: middle;
    }

    table.column-table th {
        font-weight: bold;
        background-color: #E6F7FF;
    }

    table.column-table.t-1 th{
        text-align: center;
        width: calc(100% - 100px);
        font-weight: bold;
    }

    table.column-table.t-1 th:first-child{
        width: 100px;
        min-width: 100px;
    }

    table.column-table.t-2 th:first-child{
        width: 160px;
    }

    table.column-table.t-2 td {
        width: calc(100% - 160px);
    }

    table.column-table.t-3.narrow,
    table.column-table.t-4.narrow,
    table.column-table.t-5.narrow,
    table.column-table.t-6.narrow{
        width: 100%;
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    table.column-table.t-3.narrow th:first-child,
    table.column-table.t-4.narrow th:first-child,
    table.column-table.t-5.narrow th:first-child,
    table.column-table.t-6.narrow th:first-child,
    table.column-table.t-7.narrow th:first-child,
    table.column-table.t-8.narrow th:first-child,
    table.column-table.t-9.narrow th:first-child,
    table.column-table.t-10.narrow th:first-child{
        position: sticky;
        top: 0;
        left: 0;
        border-left: none;
        border-right: none;
        width: 80px;
        min-width: 80px;
        z-index:555;
        white-space: normal;
    }

    table.column-table.t-3.narrow th:first-child::before,
    table.column-table.t-4.narrow th:first-child::before,
    table.column-table.t-5.narrow th:first-child::before,
    table.column-table.t-6.narrow th:first-child::before,
    table.column-table.t-7.narrow th:first-child::before,
    table.column-table.t-8.narrow th:first-child::before,
    table.column-table.t-9.narrow th:first-child::before,
    table.column-table.t-10.narrow th:first-child::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 1px solid #aaa;
        z-index: -1;
    }

    table.column-table.t-3.narrow th:first-child::after,
    table.column-table.t-4.narrow th:first-child::after,
    table.column-table.t-5.narrow th:first-child::after,
    table.column-table.t-6.narrow th:first-child::after,
    table.column-table.t-7.narrow th:first-child::after,
    table.column-table.t-8.narrow th:first-child::after,
    table.column-table.t-9.narrow th:first-child::after,
    table.column-table.t-10.narrow th:first-child::after{
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 100%;
        height: 100%;
        border-right: 1px solid #aaa;
        z-index: -1;
    }

    table.column-table.t-3.narrow td,
    table.column-table.t-4.narrow td,
    table.column-table.t-5.narrow td,
    table.column-table.t-6.narrow td,
    table.column-table.t-7.narrow td,
    table.column-table.t-8.narrow td,
    table.column-table.t-9.narrow td,
    table.column-table.t-10.narrow td {
        white-space: normal;
        width: 180px;
        min-width: 180px;
    }

    table.column-table .each-btn-area {
        width: 100%;
    }

    table.column-table .each-btn-area a{
        font-size: 1.4rem;
    }

    .column-table tr.star img{
        height: 24px;
    }
    /* コラム画像 */
    table.column-table img,
    table.column-table.t-2 img
    {
        display: block;
        margin: auto;
        width: 120px;
        height: 100%;
    }

    /* コラム画像 */
    .bubble {
    }
    .bubble_t {
        left: -3px;
    }
    /* 25/06/17 */
}
