@charset "UTF-8";

/*---------------------------共通・ベース設定----------------*/
#colum47,
#colum48 {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    clear: both;
    font-size: 110%;
    color: #313030;
    line-height: 1.8;
}

#colum47:after,
#colum48:after,
.colum47-box:after,
.colum48-box:after {
    content: "";
    /* ※Clearfix */
    clear: both;
    display: block;
}

.colum47-box,
.colum48-box {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
    text-align: left;
}

/* 見出し共通 (h3) */
#colum47 h3,
#colum48 h3 {
    font-size: 300%;
    color: #302f2f;
    line-height: 1.8;
    margin: 10vh auto 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}

#colum47 h3 small,
#colum48 h3 small {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 50%;
    color: #302f2f;
    line-height: 1.8;
    margin: auto 0.25em;
    display: block;
}

#colum47 h3:before,
#colum48 h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    /* -webkit- を削除して標準化 */
    background-color: #31c5fc;
    border-radius: 2px;
}

/* 見出し共通 (h4, h5) */
#colum47 h5,
#colum48 h5 {
    font-size: 110%;
    color: #555353;
    font-weight: normal;
}

#colum47 h4,
#colum48 h4 {
    font-size: 120%;
    color: #555353;
    margin: 5vh auto;
    padding: 0;
    font-weight: normal;
    display: block;
}

#colum47 h4 {
    text-align: left;
}

#colum48 h4 {
    text-align: center;
}

#colum47 h4 small,
#colum48 h4 small {
    color: #555353;
}

#colum47 h4 a:link,
#colum47 h4 a:visited,
#colum48 h4 a:link,
#colum48 h4 a:visited,
#colum47 table a:link,
#colum47 table a:visited,
#colum48 table a:link,
#colum48 table a:visited {
    color: #535253;
    text-decoration: none;
}

#colum47 h4 a:hover,
#colum48 h4 a:hover,
#colum47 table a:hover,
#colum48 table a:hover {
    color: #535253;
    text-decoration: underline;
    transition: 1s;
}

/* テーブル共通 */
#colum47 table,
#colum48 table {
    border-collapse: collapse;
    width: 100%;
    color: #535253;
    font-weight: normal;
    border: solid 1px #dbd9d9;
}

#colum47 table caption,
#colum48 table caption {
    color: #fff;
    background: #278dd6;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 150%;
    margin: 0;
    padding: 0.5em;
    background-image: url(../images/bg8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#colum47 table th,
#colum47 table td,
#colum48 table th,
#colum48 table td {
    border: solid 1px #dbd9d9;
    padding: 0.5em;
}

#colum47 table p,
#colum48 table p {
    display: block;
    margin: 0;
    padding: 0;
}

/*---------------------------PC用 (#colum47)----------------*/
#colum47 {
    display: block;
}

#colum48 {
    display: none;
}

#colum47 table {
    margin: 1em auto;
    font-size: 90%;
}

#colum47 table thead {
    text-align: center;
    font-weight: bold;
    color: #313030;
    background: #ece9ec;
}

#colum47 table thead .subgroup,
#colum47 .subgroup {
    color: #313030;
    font-weight: normal;
    background: #f8f7f8;
}

/* 5列目以降の中央揃え設定をまとめる */
#colum47 tr td:nth-child(n+5) {
    font-size: 100%;
    width: 3em;
    text-align: center;
    font-weight: normal;
    background: #f8f7f8;
}

#colum47 table th,
#colum47 table td {
    color: #313030;
}

#colum47 table td {
    color: #535253;
}

#colum47 table tr:last-child {
    border-bottom: solid 1px #dbd9d9;
}

/* パレット写真 */
.pallet {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pallet img {
    width: 420px !important;
    height: auto;
    border-radius: 15px;
}

/* スマホ閲覧時（画面幅が767px以下）のスタイル */
@media (max-width: 767px) {
    #colum47 .pallet {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    #colum47 .pallet img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 420px !important;
        height: auto !important;
    }
}

#colum47 img:not(.pallet img) {
    width: 10%;
    margin: 0.25em;
    box-sizing: border-box;
    vertical-align: middle;
}

/* ボタン (元の記述をそのまま維持) */
#colum47 .btn3 {
    padding: 0.5em 1em;
    text-decoration: none;
    background-color: #1479c2;
    color: #fff;
    border-bottom: solid 4px #1068a8;
    border-radius: 3px;
    transition: all .4s ease-out;
    font-size: 90%;
    width: 50%;
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    text-align: center;
    display: block;
}

#colum47 .btn3 i {
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 0.25em 0 0;
}

#colum47 .btn3:link,
#colum47 .btn3:visited {
    text-decoration: none;
    color: #fff;
}

#colum47 .btn3:hover {
    color: #fff;
    background-color: #b9a27f;
    border-bottom: solid 4px #98866a;
    transition: 1s;
}

/*---------------------------スマホ用 (#colum48)----------------*/
#colum48 table {
    margin: 2vh auto;
    font-size: 80%;
}

#colum48 .subgroup,
#colum48 table tr th.subgroup {
    color: #313030;
    font-weight: normal;
    background: #f8f7f8;
}

/* ▼【修正済】カンマのエラーを直して1つにまとめました */
#colum48 tr th:nth-child(1),
#colum48 tr th:nth-child(2),
#colum48 tr th:nth-child(3),
#colum48 tr th:nth-child(4),
#colum48 tr th:nth-child(9) {
    color: #313030;
    font-weight: bold;
    background: #ece9ec;
}

#colum48 table th:nth-child(1) {
    width: 2em;
}

#colum48 table th:nth-child(2) {
    width: 8em;
}

/* 5行目〜12行目（中国からインドネシアまで）の背景色指定 */
#colum48 table tr:nth-child(n+5):nth-child(-n+12) {
    background: #f8f7f8;
}

#colum48 table td {
    color: #535253;
    font-weight: normal;
}

/*---------------------------メディアクエリ----------------*/
@media screen and (max-width: 768px) {
    #colum47 {
        display: none;
    }

    #colum48 {
        display: block;
    }

    .colum47-box {
        width: 90%;
    }

    .colum48-box {
        padding: 0vh 0 10vh 0;
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    #colum47 {
        display: none;
    }

    #colum48 {
        display: block;
    }

    .colum48-box {
        padding: 5vh 0 10vh 0;
    }
}