#product_area {
    padding: 40px 0 !important;
}

#product_area .fit_container {
    width: 100%;
    max-width: 1280px;
    margin: auto !important;
    float: none !important;
    clear: both !important;
    padding: 0 40px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

h2.subbig {
    font-size: 32px;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    font-weight: bold;
}

h2.subsmall {
    font-size: 24px;
    margin-bottom: 0.8em;
}

h3.subbig {
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    line-height: 1.2;
    border-left: 5px solid #333;
    padding: 5px 0 8px 0.5em;
    font-weight: bold;
}

.jkw_spa hr {
    height: 30px;
    border: none;
    margin: 0;
}

.jvc-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.link_button {
    display: inline-block;
    width: 100%;
    /*margin: 5px 0 !important;*/
    text-align: center;
}

.jvc_btn {
    display: inline-block;
    width: 98%;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    padding: 1.5em 1.0em;
    background: #fff;
    color: #333;
    border-radius: 4px;
    position: relative;
}

.jvc_btn_small {
    display: inline-block;
    width: 98%;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    padding: 1.0em 1.0em;
    background: #fff;
    color: #333;
    border-radius: 4px;
}

.btnb_blue {
    background: #006AB4;
    color: #fff;
    border-color: #006ab4;
}

.btnb_blue span {
    color: #fff;
}

.textimage-text {
    padding: 15px 0;
}

.container:after,
.container > div:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
.image span img, .cmp-image img {
    max-width: 100%;
}
.textimage span img {
    /* width: auto; */
    max-width: 100%;
}

.video {
    position: relative;
    width: 100%;
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.youtube h3 {
    margin: 1em 0;
}

@media screen and (max-width: 768px) {
    #product_area {
        padding: 4% !important;
        margin: 0 -3% !important;
    }

    .fit_container {
        padding: 0;
    }

    .fit_container > div {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .fit_container > div {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .container > div {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    h2.subbig {
        font-size: 24px;
    }

    h2.subsmall {
        font-size: 20px;
    }
}

button.pagelink::after {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 0.5em;
}

.btn_external::after {
    font-family: FontAwesome;
    font-size: 0.7em;
    display: inline;
    vertical-align: 1px;
    margin-left: 5px;
    content: "\f08e";
}

.flex-top {
    display: flex;
    flex-direction: column;
}

.flex-top .textimage-img > span {
    margin-bottom: 1em;
}

.flex-bottom {
    display: flex;
    flex-direction: column-reverse;
}

.flex-bottom .textimage-img > span {
    margin-top: 1em;
}

.flex-top .textimage-img > span,
.flex-bottom .textimage-img > span {
    text-align: center;
}

.flex-lefttop .textimage-img > span,
.flex-leftbottom .textimage-img > span {
    text-align: left;
}

.flex-righttop .textimage-img > span,
.flex-rightbottom .textimage-img > span {
    text-align: right;
}

.flex-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-left .textimage-img {
    margin-right: 1em;
    flex-shrink: 0;
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.flex-right .textimage-img {
    margin-left: 1em;
    flex-shrink: 0;
}

.flex-left .textimage-content,
.flex-right .textimage-content {
    flex-shrink: 5;
    width: 100%;
}

.float-left .textimage-img {
    float: left;
    clear: both;
    margin-bottom: 0.5em;
    margin-right: 1em;
}

.float-right .textimage-img {
    float: right;
    clear: both;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

@media screen and (max-width: 768px) {

    .flex-left,
    .flex-right {
        flex-direction: column;
    }
}

/* -------------------- 　テーブル 2021-01-05 -------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    overflow-x: auto;
}

.table img {
    vertical-align: middle;
}

.table caption {
    color: inherit;
}

/* リンク設定 */
.blue td a,
.gray-border a,
.black-border a,
.black-gray a {
    display: inline;
    color: #333;
}

.blue td a:hover,
.gray-border a:hover,
.black-border a:hover,
.black-gray a:hover {
    color: #aaa;
}

/* デフォルト 青色 */
.blue table tr {
    border: none border-collapse: collapse;
}

.blue th {
    background: #0074C1;
    color: #fff;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.blue th > a {
    display: inline;
    color: #fff;
    text-align: center;
}

.blue th > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    margin-right: 5px;
}

.blue td {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 5px;
}

.blue td > p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0:
}

/* 灰色 */
.gray table {
    width: 100%;
}

.gray table tr {
    border: none;
    border-collapse: collapse;
}

.gray table th {
    background: #ddd;
    border: 1px solid #888;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.gray table td {
    border: 1px solid #888;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 5px;
}

/* 灰色枠線 */
.gray-border table tr {
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 5px;
}

.gray-border th {
    font-weight: normal;
    text-align: right;
    padding: 2px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
    width: 15%;
}

.gray-border td {
    font-weight: normal;
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
}

/* 黒枠線 */
.black-border table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
}

.black-border th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-border td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}

/* 黒枠線（灰色背景） */
.black-gray table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
    background: #ccc;
}

.black-gray th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-gray td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}

.floatThead-table > thead > tr > .bg-1 {
    background-color: #95B3D7;
}

@media (max-device-width: 1024px) {
    .blue td > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .blue td > p > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .gray-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-gray a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }
}
