@charset "UTF-8";
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W0);
    font-weight: 100;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W1);
    font-weight: 200;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W2);
    font-weight: 300;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
    font-weight: 400;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
    font-weight: 500;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 600;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W7);
    font-weight: 800;
}

@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W8);
    font-weight: 900;
}

@font-face {
    font-family: "Hiragino Sans W9";
    src: local(HiraginoSans-W9);
    font-weight: 900;
}

.num_font {
    font-family: 'Open Sans', sans-serif;
}

ul {
    list-style: none;
}

p {
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

body {
    overflow-x: hidden;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media (max-width: 1200px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 1000px;
    }
}

a img {
    opacity: 1;
    transition-duration: 0.2s;
}

a img:hover {
    transition-duration: 0.2s;
    opacity: 0.8;
}

.sp {
    display: none !important;
}

@media (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

.pc {
    display: block !important;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.sp_flex {
    display: none !important;
}

@media (max-width: 768px) {
    .sp_flex {
        display: flex !important;
    }
}

.pc_flex {
    display: flex !important;
}

@media (max-width: 768px) {
    .pc_flex {
        display: none !important;
    }
}

.ec-overlayRole {
    z-index: 1031;
}

@media (min-width: 768px) {
    .ec-drawerRole {
        display: initial;
    }
    .ec-drawerRole.is_active {
        display: initial;
    }
    .ec-drawerRoleClose.is_active {
        display: initial;
    }
    .ec-overlayRole {
        display: initial;
    }
    .have_curtain .ec-overlayRole {
        display: initial;
    }
}

@media (max-width: 1366px) {
    .ec-drawerRole.is_active {
        display: block;
    }
    .ec-drawerRoleClose.is_active {
        display: block;
    }
    .have_curtain .ec-overlayRole {
        display: block;
    }
    .ec-drawerRole {
        width: 460px;
        transform: translateX(-600px);
    }
}

@media (max-width: 768px) {
    .ec-drawerRole {
        width: 300px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 10px 0 0;
    }
}

header .headerlogo {
    margin-right: 15px;
    width: 202px;
    height: auto;
}

@media (max-width: 768px) {
    header .headerlogo {
        margin-bottom: 10px;
        width: 180px;
        height: auto;
    }
}

header .ec-cartNavi .ec-cartNavi__icon:before {
    content: url("../img/SVG/cartbtn.svg");
    display: block;
    width: 30px;
}

header .header-container {
    display: flex;
    justify-content: space-between;
}

header .header-container .header_sp_btns {
    display: none;
}

@media (max-width: 1366px) {
    header .header-container .header_sp_btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 20%;
        max-width: 90px;
    }
}

@media (max-width: 768px) {
    header .header-container .header_sp_btns {
        position: absolute;
        right: 0;
        bottom: 0;
        top: -45px;
    }
}

header .header-container .ec-headerRole__cart {
    margin-right: 20px;
}

header .header-container .ec-headerNavSP {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 1366px) {
    header .header-container ul {
        display: none !important;
    }
}

header .header-container ul li a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

header .header-container ul li a.h_contact {
    background: #006bc3;
    border-radius: 100px;
    color: #fff;
    padding: 7px 18px;
}

header .logoarea {
    width: 36%;
    min-width: 480px;
}

@media (max-width: 768px) {
    header .logoarea {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    header .logoarea img {
        max-width: 180px;
        width: 100%;
    }
}

header .logoarea p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 768px) {
    header .logoarea p {
        margin-bottom: 10px;
    }
}

.news {
    background: url("../img/1x/news_bg.png");
}

.news article h3 {
    font-size: 21px;
    font-weight: 700;
}

.news .viewmore {
    width: fit-content;
    position: relative;
    color: #999999;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .news .news_title {
        max-width: 150px;
        position: relative;
        left: 0px;
        margin-bottom: 27px;
    }
}

.news article>p {
    color: #0095d7;
    font-weight: 700;
}

.com_title_bnr {
    position: relative;
    top: -40px;
    max-width: 75%;
}

.about {
    background: #fffbcc;
}

.about .about_content_box {
    border: 3px solid #e60012;
    border-radius: 35px;
    background: #fff;
    padding: 35px;
}

@media (max-width: 768px) {
    .about .about_content_box {
        padding: 45px 15px 15px 15px;
        border-radius: 20px;
    }
}

.about .about_content_box>img {
    display: block;
    margin: 0 auto;
}

.about .about_content_box>p {
    margin-top: 15px;
}

.about .about_content_box>p span {
    color: #e60012;
    font-weight: 700;
}

.about ul li {
    width: fit-content;
    margin: 0 auto;
}

.about ul li:nth-of-type(1) {
    position: relative;
    right: -5px;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .about ul li:nth-of-type(1) {
        right: 0;
    }
}

.about ul li:nth-of-type(2) {
    position: relative;
    left: -3px;
}

@media (max-width: 768px) {
    .about ul li:nth-of-type(2) {
        left: 0;
    }
}

.about ul li:nth-of-type(3) {
    position: relative;
    right: -13px;
}

@media (max-width: 768px) {
    .about ul li:nth-of-type(3) {
        right: 0;
    }
}

.about ul li:nth-of-type(4) {
    position: relative;
    left: -5px;
}

@media (max-width: 768px) {
    .about ul li:nth-of-type(4) {
        left: 0;
    }
}

.ranking {
    background: url("../img/1x/news_bg.png");
}

.ranking ul li {
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ranking ul li img {
        position: relative;
    }
}

.ranking ul li:nth-of-type(1) {
    position: relative;
}

.ranking ul li:nth-of-type(1):after {
    content: url("../img/1x/i_ranking_01.png");
    position: absolute;
    right: -30px;
    top: -30px;
    display: block;
}

@media (max-width: 768px) {
    .ranking ul li:nth-of-type(1):after {
        top: -60px;
        right: -50px;
        display: block;
        transform: scale(0.5);
    }
}

.ranking ul li:nth-of-type(2) {
    position: relative;
}

.ranking ul li:nth-of-type(2):after {
    content: url("../img/1x/i_ranking_02.png");
    position: absolute;
    right: -30px;
    top: -30px;
    display: block;
}

@media (max-width: 768px) {
    .ranking ul li:nth-of-type(2):after {
        top: -60px;
        right: -50px;
        display: block;
        transform: scale(0.5);
    }
}

.ranking ul li:nth-of-type(3) {
    position: relative;
}

.ranking ul li:nth-of-type(3):after {
    content: url("../img/1x/i_ranking_03.png");
    position: absolute;
    right: -30px;
    top: -30px;
    display: block;
}

@media (max-width: 768px) {
    .ranking ul li:nth-of-type(3):after {
        top: -60px;
        right: -50px;
        display: block;
        transform: scale(0.5);
    }
}

@media (max-width: 768px) {
    .ranking.list_ranking {
        background: #fffbd8;
    }
}

.ranking.list_ranking ul li {
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ranking.list_ranking ul li img {
        position: relative;
        left: -8px;
    }
}

.ranking.list_ranking ul li:nth-of-type(1) {
    position: relative;
}

.ranking.list_ranking ul li:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -30px;
    top: -50px;
    display: block;
    width: 120px;
    background: url(../img/1x/i_ranking_01.png);
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .ranking.list_ranking ul li:nth-of-type(1):after {
        right: 0px;
        top: -10px;
    }
}

.ranking.list_ranking ul li:nth-of-type(2) {
    position: relative;
}

.ranking.list_ranking ul li:nth-of-type(2):after {
    content: "";
    position: absolute;
    right: -30px;
    top: -50px;
    display: block;
    width: 120px;
    background: url(../img/1x/i_ranking_02.png);
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .ranking.list_ranking ul li:nth-of-type(2):after {
        right: 0px;
        top: -10px;
    }
}

.ranking.list_ranking ul li:nth-of-type(3) {
    position: relative;
}

.ranking.list_ranking ul li:nth-of-type(3):after {
    content: "";
    position: absolute;
    right: -30px;
    top: -50px;
    display: block;
    width: 120px;
    background: url(../img/1x/i_ranking_03.png);
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .ranking.list_ranking ul li:nth-of-type(3):after {
        right: 0px;
        top: -10px;
    }
}

.virus {
    background: #66bfe7;
}

.virus.virus_list {
    background: #66bfe7;
}

.virus.virus_list h2 {
    color: #006bc2;
    font-size: 30px;
}

@media (max-width: 768px) {
    .virus.virus_list .minlayout p {
        color: #000;
    }
}

@media (max-width: 768px) {
    .virus {
        background-image: none;
    }
}

.virus h2 {
    color: #006bc3;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

@media (max-width: 768px) {
    .virus h2 {
        position: relative;
        z-index: 1;
    }
}

.virus .minlayout {
    width: 1020px;
    max-width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .virus .minlayout {
        width: 100%;
        padding: 25px 15px;
    }
}

.virus .minlayout .borderstyle {
    border: 3px solid #006bc2;
    border-radius: 25px;
}

.virus ul li img {
    width: 100%;
    heihgt: auto;
}

.virus h4 {
    color: #006bc3;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .virus h4 {
        font-size: 22px;
    }
}

@media (min-width: 769px) {
    .red_borderstyle_bold {
        border: 3px solid #e60012;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #e60012;
        text-align: center;
        padding: 45px 0px;
        font-size: 20px;
        font-weight: 700;
        height: 100%;
        margin-right: 35px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .red_borderstyle_bold {
        color: #e60012;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    .red_borderstyle {
        border: 1px solid #e60012;
        color: #000;
        text-align: center;
        margin-top: 9px;
        padding: 2px 47px;
        font-size: 15px;
        font-weight: 700;
        width: fit-content;
    }
}

@media (max-width: 768px) {
    .red_borderstyle {
        border: 1px solid #e60012;
        color: #000;
        text-align: center;
        margin-top: 9px;
        padding: 2px 0px;
        font-size: 15px;
        font-weight: 700;
        width: fit-content;
        width: 100%;
    }
}

.area {
    background: url("../img/1x/area_bg_texture.png");
    background-size: cover;
}

@media (max-width: 768px) {
    .area {
        background-image: none;
        background: #fff;
    }
}

.area p {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 768px) {
    .area p {
        color: #000;
    }
}

@media (max-width: 768px) {
    .area .com_area_layoutSP {
        border: 2px solid #006bc3;
        border-radius: 5px;
        padding: 20px 15px 25px 15px;
    }
}

@media (max-width: 768px) {
    .area .com_area_layoutSP p span {
        color: #006bc3;
    }
}

.area .com_area_layoutSP>div img {
    margin-top: -25px;
}

.page_contact_wrap {
    border-top: 1px solid #808080;
}

@media (max-width: 768px) {
    .page_contact_wrap {
        border-top: none;
    }
}

.page_contact_wrap h4 {
    font-size: 24px;
    font-weight: 700;
}

.page_contact_wrap .catch {
    font-size: 18px;
}

.page_contact_wrap .tel_contact {
    border: 1px solid #333333;
    border-radius: 10px;
    max-width: 680px;
    padding: 40px 0 40px;
    margin-top: 50px;
}

.page_contact_wrap .tel_contact>p {
    font-size: 16px;
    text-align: center;
    margin-top: -54px;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0 10px;
}

.page_contact_wrap .big_contact_btn_blue {
    background: #0094D6;
    padding: 15px 25px;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 683px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    border: 2px solid #fff;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

@media (max-width: 768px) {
    .page_contact_wrap .big_contact_btn_blue {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .page_contact_wrap .tel_sub_textSP {
        font-size: 16px;
        text-align: center;
        margin-bottom: -59px !important;
        width: fit-content;
        display: block;
        margin-left: auto !important;
        margin-right: auto;
        background: #fff;
        padding: 0 10px;
        text-align: center;
    }
}

footer {
    background: #E73819;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    footer .footerlogo {
        max-width: 130px;
    }
}

@media (max-width: 768px) {
    footer {
        background: #808080;
    }
}

footer a {
    color: #fff;
}

footer .container:nth-of-type(1) ul li {
    border-top: 1px solid #fff;
}

footer .bg-gray {
    background: #3E3A39;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

footer .border-right-light {
    border-right: 1px solid #fff;
}

footer ul li img {
    max-width: initial;
    height: initial;
    width: 15px;
    height: 10px;
}

@media (max-width: 768px) {
    footer .footer_member_icon {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    footer {
        padding-bottom: 65px;
    }
}

.ec-productRole__profile .zaiko_status {
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    background: #0094D6;
    width: fit-content;
    display: inline-block;
}

.ec-productRole__profile .fee {
    font-size: 45px;
    font-weight: 700;
    color: #E83417;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

@media (max-width: 768px) {
    .ec-productRole__profile .fee {
        font-size: 36px;
    }
}

.ec-productRole__profile .fee span {
    font-size: 24px;
}

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 44px;
    /*リボンの高さ*/
    line-height: 44px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 80px;
    /*横の大きさ*/
    font-size: 18px;
    /*文字の大きさ*/
    background: #0094D6;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 80%;
}

.ribbon1:before,
.ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 22px 0px 22px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 22px 15px 22px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

ul.itemdata {
    padding: 0;
}

ul.itemdata li {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

ul.itemdata li:nth-of-type(odd) {
    background: #E6E6E6;
}

.selectUI_title {
    border-top: 1px solid #006bc3;
    border-bottom: 1px solid #006bc3;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #006bc3;
    position: relative;
}

.selectUI_title:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1689c5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.selectUI_title_red {
    border-top: 1px solid #006bc3;
    border-bottom: 1px solid #006bc3;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #006bc3;
    position: relative;
}

.selectUI_title_red:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1689c5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.wrapper {
    margin: 15px auto;
    max-width: 700px;
}

.container-calendar {
    background: #ffffff;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #fff;
    color: #000;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
    background: #F2F2F2;
}

.table-calendar th,
.table-calendar td {
    padding: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}

.date-picker.selected {
    font-weight: bold;
    color: #fff;
    background: #cc0000;
}


/* 日曜 */

.date-picker:nth-child(1) {
    color: #E83417;
}


/* 土曜 */

.date-picker:nth-child(7) {
    color: #0094D6;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #454545;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

.clearboth {
    clear: both;
}

.c_icon {
    margin-bottom: 10px;
}

.c_icon span {
    background: #F2F2F2;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.select_date {
    width: 100%;
    border-bottom: 1px solid #000;
}

.select_date:nth-of-type(1) {
    border-top: 1px solid #000;
}

.select_date p {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.select_date p:nth-of-type(1) {
    background: #F2F2F2;
}

.select_date p:nth-of-type(2) {
    background: #fff;
}

.select_date p:nth-of-type(2) a {
    font-size: 24px;
    color: #000;
}

.description_area {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .description_area {
        margin-top: 40px;
    }
}

.description_area .ribbon1 {
    max-width: 320px;
}

.description_area p {
    font-size: 16px;
}

.descripton_title {
    background: url("../img/1x/description_title_bg.png");
    background-repeat: no-repeat;
    width: 1000px;
    max-width: 100%;
    height: 57px;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .descripton_title {
        background: none;
        height: auto;
        margin: 0;
    }
}

.descripton_sub_title {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.recommend_title {
    font-size: 21px;
    color: #006bc3;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.recommend_title:before {
    content: url("../img/SVG/kagi_left.svg");
    display: block;
    width: 8px;
    height: 40px;
    margin-right: 50px;
}

@media (max-width: 768px) {
    .recommend_title:before {
        margin-right: 10px;
    }
}

.recommend_title:after {
    content: url("../img/SVG/kagi_right.svg");
    display: block;
    width: 8px;
    height: 40px;
    margin-left: 50px;
}

@media (max-width: 768px) {
    .recommend_title:after {
        margin-left: 10px;
    }
}

.page_mv {
    background: url(/html/user_data/assets/img/1x/com_title_bg.png);
    height: 200px;
    background-repeat: repeat-x;
    margin-top: -15px;
    z-index: 1029;
    position: relative;
}

@media (max-width: 768px) {
    .page_mv {
        background: url(/html/user_data/assets/img/1x/com_title_bg_sp.png);
        background-size: 671px;
        background-position: center;
        margin-top: -40px;
    }
}

.page_title_img img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -15px;
    top: 50px;
}

@media (max-width: 768px) {
    .page_title_img img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 75px !important;
        max-width: 390px;
        width: 90%;
    }
}

.flow b.accordionbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 35px;
    margin-right: 5px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
    float: right;
    transition-duration: 0.2s;
    display: none;
}

@media (max-width: 768px) {
    .flow b.accordionbtn {
        display: inline-flex;
    }
}

.flow b.accordionbtn img {
    width: 20px;
    height: 20px;
}

.flow b.accordionbtn.active {
    transition-duration: 0.2s;
    transform: rotate(90deg);
}

.flow ul li {
    margin-bottom: 70px;
    position: relative;
}

@media (max-width: 768px) {
    .flow ul li {
        margin-bottom: 30px;
    }
    .flow ul li:after {
        content: url(/html/user_data/assets/img/SVG/flow_down_arrow_sp.svg);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -22px;
        margin: 0 auto;
        text-align: center;
        width: 25px;
    }
    .flow ul li:before {
        content: url(/html/user_data/assets/img/SVG/flow_down_arrow_sp.svg);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -22px;
        margin: 0 auto;
        text-align: center;
        width: 25px;
    }
}

.flow ul li p.ribbon {
    border-bottom: 1px solid #0094d6;
}

.flow ul li p>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
    width: 90px;
    text-align: center;
    background-color: #0094d6;
}

@media (max-width: 768px) {
    .flow ul li p>span {
        width: 80px;
        font-size: 12px;
    }
}

.flow ul li p>span span {
    font-size: 24px;
}

@media (max-width: 768px) {
    .flow ul li p>span span {
        font-size: 18px;
    }
}

.flow ul li p>span:before,
.flow ul li p>span:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 20px 0px 19px 9px;
}

.flow ul li p>span:before {
    border-color: transparent #0094d6;
    right: -9px;
}

.flow ul li p>span:after {
    border-color: #0094d6 transparent;
    left: -8px;
}

.flow ul li:nth-of-type(odd) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flow ul li:nth-of-type(odd):after {
    content: url(/html/user_data/assets/img/SVG/odd_line.svg);
    display: block;
    width: 183px;
    height: 150px;
    margin-left: 50px;
    position: relative;
    top: 65px;
}

@media (max-width: 768px) {
    .flow ul li:nth-of-type(odd):after {
        display: none;
    }
}

.flow ul li:nth-of-type(even) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flow ul li:nth-of-type(even):before {
    content: url(/html/user_data/assets/img/SVG/even_line.svg);
    display: block;
    width: 257px;
    height: 150px;
    margin-right: 50px;
    position: relative;
    top: 65px;
}

@media (max-width: 768px) {
    .flow ul li:nth-of-type(even):before {
        display: none;
    }
}

.flow ul li:last-of-type:before,
.flow ul li:last-of-type:after {
    content: "" !important;
}

.flow ul li .texts {
    width: 400px;
    max-width: 100%;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .flow ul li .texts {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .flow ul li:not(:first-of-type) .content {
        display: none;
    }
}

.question .tab_wrap .uk-tab::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 3px solid #0094d6;
}

.question .tab_wrap .uk-tab>.uk-active>a {
    border: none;
}

.question .tab_wrap ul#js-control li {
    width: 100%;
    min-width: auto;
    max-width: 180px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .question .tab_wrap ul#js-control li {
        width: 33.3333%;
        max-width: 100%;
    }
}

.question .tab_wrap ul#js-control li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.question .tab_wrap ul#js-control li.construction_tab {
    background: #0094D6;
    border-radius: 10px 10px 0 0;
}

.question .tab_wrap ul#js-control li.buy_tab {
    background: #FBB03B;
    border-radius: 10px 10px 0 0;
}

.question .tab_wrap ul#js-control li.fee_tab {
    background: #39B54A;
    border-radius: 10px 10px 0 0;
}

.question .tab_wrap .uk-switcher {
    margin-top: 100px;
}

.question .tab_wrap .uk-switcher li dl {
    margin-bottom: 35px;
}

.question .tab_wrap .uk-switcher li dt.q {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #0094D6;
    position: relative;
}

.question .tab_wrap .uk-switcher li dt.q:before {
    content: url(/html/user_data/assets/img/SVG/i_q.svg);
    display: block;
    min-width: 23px;
    height: 26px;
    margin-right: 10px;
}

.question .tab_wrap .uk-switcher li dt.q:after {
    content: "　";
    width: calc(100% - 29px);
    background: #000;
    position: absolute;
    bottom: -21px;
    height: 18px;
    right: 0;
    background: url(/html/user_data/assets/img/1x/q_under.png) repeat-x;
}

.question .tab_wrap .uk-switcher li dd.a {
    margin-top: 35px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.question .tab_wrap .uk-switcher li dd.a.active {
    display: flex;
}

@media (min-width: 769px) {
    .question .tab_wrap .uk-switcher li dd.a {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .question .tab_wrap .uk-switcher li dd.a {
        background: #F2F2F2;
        width: 120%;
        left: -10%;
        padding: 16px 10%;
    }
}

.question .tab_wrap .uk-switcher li dd.a:before {
    content: url(/html/user_data/assets/img/SVG/i_a.svg);
    display: block;
    min-width: 23px;
    height: 26px;
    margin-right: 10px;
}

.question .tab_wrap .uk-switcher li dd.a p {
    padding-left: 34px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.question .tab_wrap .uk-switcher li dd.a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E83417;
    position: relative;
    width: calc(100% - 40px);
    font-weight: 700;
    margin-bottom: 10px;
}

.ec-cartRow__amountColumn {
    border-bottom: none !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.ec-cartRow__amountUpDown {
    display: flex !important;
}

.ec-cartRole__cart {
    margin: 0 !important;
}

.ec-cartRow .ec-cartRow__img {
    max-width: 130px !important;
    min-width: 130px !important;
}

.ec-cartRow__name {
    min-height: 100px;
}

.ec-cartRole__actions {
    margin-right: 0 !important;
}

.ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: none !important;
}

.ec-progress .ec-progress__item:not(:last-of-type):after {
    content: "▶︎" !important;
    position: absolute !important;
    display: block !important;
    background: none !important;
    width: auto !important;
    height: 0.25em !important;
    top: 43px !important;
    right: -50% !important;
    z-index: 0 !important;
    color: #9ec9ee !important;
}

@media (max-width: 768px) {
    .ec-progress .ec-progress__item:not(:last-of-type):after {
        top: 36% !important;
    }
}

.w-fit {
    width: fit-content !important;
}

.ribbon1_min {
    display: inline-block;
    position: relative;
    height: 38px;
    /*リボンの高さ*/
    line-height: 38px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 80px;
    /*横の大きさ*/
    font-size: 18px;
    /*文字の大きさ*/
    background: #000000;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 80%;
}

@media (max-width: 768px) {
    .ribbon1_min {
        padding: 0 65px;
    }
}

.ribbon1_min:before,
.ribbon1_min:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1_min:before {
    top: 0;
    left: 0;
    border-width: 19px 0px 19px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1_min:after {
    top: 0;
    right: 0;
    border-width: 19px 15px 19px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.ec-cartRole .ec-progress__item img {
    max-width: 108px;
}

@media (max-width: 768px) {
    .ec-cartRole .ec-progress__item img {
        width: 80%;
    }
}

.accordionbtn {
    display: none;
    margin-left: auto;
    font-size: 35px;
    margin-right: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .accordionbtn {
        display: inline-block;
    }
}

.footer-container-calendar {
    display: none;
}

.date-picker.selected .dpick {
    color: #fff;
}

.dpick {
    color: #000;
    cursor: pointer;
}

@media (max-width: 768px) {
    .ec-productRole__btn {
        margin-top: 10px;
    }
}

.ec-productRole__btn button {
    padding: 0;
    border: none;
    background: transparent;
}

.ec-productRole__btn button img {
    display: block;
    transition-duration: 0.2s;
}

.ec-productRole__btn button img:hover {
    transition-duration: 0.2s;
    opacity: 0.8;
}

.ec-numberInput input {
    margin-bottom: 0;
}

.breadcrumb_wrap {
    width: 100%;
    background: #F2F2F2;
    padding: 8px 0;
}

.breadcrumb_wrap li a {
    color: #000;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .slick-dots {
        bottom: -55px !important;
    }
}

.product_numeric {
    font-size: 14px;
}

@media (max-width: 768px) {
    .ec-productRole {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .sp_accordion {
        display: block !important;
    }
}

.product_accordionbtn {
    color: #0094D6;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    font-size: 18px;
    padding-left: 10px;
    border-bottom: 1px solid #0094D6;
    position: relative;
    padding-bottom: 5px;
    margin: 25px 0;
}

.product_accordionbtn:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0094d6 transparent transparent transparent;
    border-width: 8px 10px 0px 10px;
}

@media (max-width: 768px) {
    .ec-cartRole__actions a img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
}

.uk-tab {
    margin-left: initial !important;
}

.uk-tab>*>a {
    padding-left: 0;
    padding-right: 0;
}

.ec-imageGrid {
    padding: 10px 0;
}

.ec-orderDelivery,
.ec-orderPayment,
.ec-orderPayment {
    margin-bottom: 30px;
}

#page_shopping_complete .ec-cartCompleteRole img {
    max-width: 100%;
    display: block;
    width: 57px !important;
}

@media (max-width: 768px) {
    #page_shopping_complete .ec-cartCompleteRole img {
        width: 45px !important;
    }
}

p.ec-reportDescription {
    text-align: left;
}

.ec-cartCompleteRole {
    padding-top: 35px;
    padding-bottom: 70px;
}

@media (max-width: 768px) {
    .ec-cartCompleteRole {
        padding-top: 15px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .ec-cartRole {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .ec-cartRole .ec-cartRole__totalAmount {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .ec-cartRow .ec-cartRow__contentColumn {
        padding: 20px 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 0 16px;
        width: 50%;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: auto;
    }
}

.price02-default {
    font-size: 25px;
    color: #E83417;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.productname {
    text-decoration: underline;
    color: #0D6295;
}

.bg-color-lightgray {
    background: #F2F2F2;
}

@media (max-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: auto;
    }
}

.page_flowbtn {
    display: none;
    position: fixed;
    width: auto;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

@media (min-width: 768px) {
    .page_flowbtn {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page_flowbtn {
        display: none !important;
    }
}

.sp_bottomlink {
    background: #0094d6;
    height: 65px;
}

.sp_bottomlink p {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 500px) {
    .sp_bottomlink p {
        ont-size: 5vw;
    }
}

.sp_bottomlink img {
    width: 48px;
    height: auto;
    position: relative;
    top: -2px;
}

.spfooterlink {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.spfooterlink a:hover {
    color: #fff;
}

.ec-layoutRole__header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.ec-layoutRole__main {
    padding-top: 101px;
}

.myCustom_options div.ec-select:nth-of-type(1) label[for="productoption1"]:before {
    content: "1";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(2) label[for="productoption2"]:before {
    content: "2";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(3) label[for="productoption3"]:before {
    content: "3";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(3) label[for="productoption3"]:after {
    content: "※取り外し工事は別途料金が発生いたします【3300円（税込）/1台】";
    display: block;
    font-size: 13px;
    margin-top: 7px;
}

.myCustom_options div.ec-select:nth-of-type(4) label[for="productoption4"]:before {
    content: "4";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(5) label[for="productoption5"]:before {
    content: "5";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(6) label[for="productoption6"]:before {
    content: "6";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(7) label[for="productoption7"]:before {
    content: "7";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(8) label[for="productoption9"]:before {
    content: "8";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.myCustom_options div.ec-select:nth-of-type(9) label[for="productoption9"]:before {
    content: "9";
    background: #0094D6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin-right: 7px;
    font-weight: 700;
}

.ec-grid2__cell.left {
    width: 47% !important;
}

@media (max-width: 768px) {
    .ec-grid2__cell.left {
        width: 100% !important;
    }
}

.ec-grid2__cell.right {
    width: 50% !important;
}

@media (max-width: 768px) {
    .ec-grid2__cell.right {
        width: 100% !important;
    }
}

.ec-select {
    margin-bottom: 30px;
}

.myCustom_options select {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    border-radius: 100px;
}

.ec-input.productoption10 {
    display: none;
}

.ec-cartTable .options span {
    display: block;
    font-weight: 700;
    color: #e73819;
}

p.selected_date {
    color: #fff;
    background-color: #797979;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}

.slick-slide img {
    width: auto;
    /* 変更 */
    height: initial;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .slick-slide img {
        width: auto;
        height: initial;
        display: block;
        margin: 0 auto;
    }
}

.slideThumb {
    max-height: 110px;
}

.slideThumb img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.clonesemenu {
    position: fixed;
    right: 10px;
    top: 16px;
}

li.about {
    background-repeat: no-repeat !important;
    margin-bottom: 25px !important;
}

li.about.ta01 {
    background: url(/html/template/default/assets/img/1x/top_about_bnr01.png);
    width: 1062px !important;
    height: 443px;
    padding: 155px 65px;
    line-height: 1.95;
}

@media (max-width: 768px) {
    li.about.ta01 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.ta01 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 0px 20px 35px;
        margin-top: -25px;
        position: relative;
    }
}

li.about.ta01 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

@media (max-width: 768px) {
    li.about.ta01 .midashiw {
        padding: 0;
        background: linear-gradient(20deg, #1689c5 0%, #0040b7 100%);
        border-top: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 10px 10px 0 0;
    }
    li.about.ta01 .midashiw img {
        position: relative;
        margin-top: -12px;
        max-width: 93%;
        margin-bottom: 20px;
        z-index: 10;
        padding: 2px 0;
        left: -13px;
        margin-left: initial;
        margin-right: auto;
    }
    li.about.ta01 .midashib {
        border-bottom: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 0px 0px 10px 10px;
    }
}

li.about.ta01 p {
    letter-spacing: -0.06rem;
}

li.about.ta01 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.ta02 {
    background: url(/html/template/default/assets/img/1x/top_about_bnr02.png);
    width: 1062px !important;
    height: 319px;
    padding: 160px 30px 0 415px;
    line-height: 1.95;
}

@media (max-width: 768px) {
    li.about.ta02 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.ta02 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -25px;
        position: relative;
    }
}

li.about.ta02 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

@media (max-width: 768px) {
    li.about.ta02 .midashiw {
        padding: 0;
        background: linear-gradient(20deg, #1689c5 0%, #0040b7 100%);
        border-top: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 10px 10px 0 0;
    }
    li.about.ta02 .midashiw img {
        position: relative;
        margin-top: -12px;
        max-width: 93%;
        margin-bottom: 20px;
        z-index: 10;
        padding: 2px 0;
        left: -13px;
        max-height: 74px;
        margin-left: initial;
        margin-right: auto;
    }
    li.about.ta02 .midashib {
        border-bottom: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 0px 0px 10px 10px;
    }
}

li.about.ta02 p {
    letter-spacing: -0.06rem;
}

li.about.ta02 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.ta03 {
    background: url(/html/template/default/assets/img/1x/top_about_bnr03.png);
    width: 1062px !important;
    height: 312px;
    padding: 150px 30px 0px 70px;
    line-height: 1.95;
}

@media (max-width: 768px) {
    li.about.ta03 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.ta03 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -25px;
        position: relative;
    }
}

li.about.ta03 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

@media (max-width: 768px) {
    li.about.ta03 .midashiw {
        padding: 0;
        background: linear-gradient(20deg, #1689c5 0%, #0040b7 100%);
        border-top: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 10px 10px 0 0;
    }
    li.about.ta03 .midashiw img {
        position: relative;
        margin-top: -12px;
        max-width: 93%;
        margin-bottom: 20px;
        z-index: 10;
        padding: 2px 0;
        left: -10px;
        max-height: 70px;
        margin-left: initial;
        margin-right: auto;
    }
    li.about.ta03 .midashib {
        border-bottom: 4px solid #006bc3;
        border-left: 4px solid #006bc3;
        border-right: 4px solid #006bc3;
        border-radius: 0px 0px 10px 10px;
    }
}

li.about.ta03 p {
    letter-spacing: -0.06rem;
}

li.about.ta03 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.cm01 {
    background: url(/html/user_data/assets/img/1x/com_bnr_01.png);
    width: 1131px !important;
    height: 680px;
    padding: 185px 65px 185px 80px;
    line-height: 2.1;
}

@media (max-width: 768px) {
    li.about.cm01 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.cm01 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -55px;
        position: relative;
    }
}

li.about.cm01 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

li.about.cm01 p {
    letter-spacing: -0.06rem;
}

li.about.cm01 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.cm02 {
    background: url(/html/user_data/assets/img/1x/com_bnr_02.png);
    width: 1131px !important;
    height: 660px;
    padding: 185px 65px 185px 80px;
    line-height: 2.1;
}

@media (max-width: 768px) {
    li.about.cm02 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.cm02 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -55px;
        position: relative;
    }
}

li.about.cm02 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

li.about.cm02 p {
    letter-spacing: -0.06rem;
}

li.about.cm02 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.cm02 p span.ajust {
    position: relative;
    left: 370px;
    color: initial;
    font-weight: initial;
    font-size: 16px;
    background: none;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}

@media (max-width: 768px) {
    li.about.cm02 p span.ajust {
        left: 0;
        font-size: 14px;
    }
}

li.about.cm03 {
    background: url(/html/user_data/assets/img/1x/com_bnr_03.png);
    width: 1131px !important;
    height: 332px;
    padding: 180px 30px 0px 70px;
    line-height: 1.95;
}

@media (max-width: 768px) {
    li.about.cm03 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.cm03 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -55px;
        position: relative;
    }
}

li.about.cm03 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

li.about.cm03 p {
    letter-spacing: -0.06rem;
}

li.about.cm03 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

li.about.cm04 {
    background: url(/html/user_data/assets/img/1x/com_bnr_04.png);
    width: 1131px !important;
    height: 370px;
    padding: 180px 30px 0px 440px;
    line-height: 1.95;
}

@media (max-width: 768px) {
    li.about.cm04 {
        background: none;
        padding: initial;
        height: initial;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    li.about.cm04 div {
        background: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 25px 20px 35px;
        margin-top: -55px;
        position: relative;
    }
}

li.about.cm04 div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 300px;
}

li.about.cm04 p {
    letter-spacing: -0.06rem;
}

li.about.cm04 p span {
    color: #E73819;
    font-weight: 900;
    font-size: 21px;
    background: linear-gradient(#fff 50%, #fffc00 50%);
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
    padding: 0 4px 3px;
    font-family: "Hiragino Sans W7";
}

.underline {
    text-decoration: underline;
}

li.telnum {
    position: absolute;
    right: 9px;
    top: 0;
}

@media (max-width: 768px) {
    li.telnum {
        display: none;
    }
}

li.telnum a {
    background: #989898;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 0 0 10px 10px;
    letter-spacing: 1px;
}

.ec-headerCategoryArea__heading.accord {
    display: flex;
    justify-content: space-between;
}

.ec-headerCategoryArea__heading.accord .echbtn {
    font-size: 28px;
    line-height: 0.7;
}

.ec-headerNavSP img {
    width: 25px;
    height: auto;
    max-width: 25px;
}

.querysearch .midashi {
    background: linear-gradient(0deg, #d10909 0%, #ff0808 100%);
    height: 65px;
    border-radius: 10px 10px 0 0;
}

.querysearch .midashi p {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 500px) {
    .querysearch .midashi p {
        ont-size: 5vw;
    }
}

.querysearch .midashi img {
    width: 48px;
    height: auto;
    position: relative;
    top: -2px;
}

.querysearch .container>div .queries {
    border-radius: 0 0 10px 10px;
}

@media (max-width: 768px) {
    .querysearch .container>div .queries {
        padding: 15px;
    }
}

.querysearch .container>div .queries ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul {
        align-items: stretch;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li:nth-child(even) {
        border-right: 1px solid #e60012;
        border-bottom: 1px solid #e60012;
    }
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li:nth-child(odd) {
        border-bottom: 1px solid #e60012;
    }
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li {
        width: 50%;
        padding: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li:after {
        content: url(/html/user_data/assets/img/1x/righticon.png);
        display: block;
        width: 37px;
        transform: scale(0.8);
        justify-items: center;
        align-items: center;
        position: relative;
        bottom: -3px;
    }
}

.querysearch .container>div .queries ul li.query_title {
    background: #e60012;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    margin-right: 25px;
    min-width: 120px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li.query_title {
        width: 100%;
        margin-bottom: 0px;
        margin-right: 0;
        border-radius: 0px;
        justify-content: center !important;
        font-size: 18px;
    }
    .querysearch .container>div .queries ul li.query_title:after {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .querysearch .container>div .queries ul li:not(.query_title):after {
        content: "|";
        display: inline-block;
        margin: 0 10px;
        color: #e60012;
    }
}

.querysearch .container>div .queries ul li a {
    color: #e60012;
    font-weight: 700;
}

@media (max-width: 768px) {
    .querysearch .container>div .queries ul li a {
        font-size: 18px;
    }
}

.ec-layoutRole__footer {
    position: relative;
    z-index: 10;
}

.list_mv {
    position: relative;
    z-index: 10;
}

.leftbnr {
    background: url(/html/user_data/assets/img/1x/left_list_bar_min.png);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    width: 91px;
    height: 200vh;
    position: absolute;
    top: 0;
    z-index: 1;
}

@media (max-width: 1350px) {
    .leftbnr {
        background: url(/html/user_data/assets/img/1x/left_list_bar_min.png);
        width: 91px;
        background-repeat-x: no-repeat;
        background-repeat-y: repeat;
    }
}

@media (max-width: 1250px) {
    .leftbnr {
        display: none;
    }
}

#page_product_list .ec-shelfRole {
    max-width: 1200px;
}

.alert_area {
    background: #cc0100;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
}

.alert_area>div {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    padding: 8px 20px;
    border-radius: 5px;
}

.alert_area p {
    margin-bottom: 15px;
}

@media (min-width: 901px) {
    .top_bnr_add {
        position: relative;
        top: -65px;
        margin-bottom: -25px;
    }
}

@media (max-width: 900px) {
    .top_bnr_add {
        position: relative;
        top: -35px;
        margin-bottom: -15px;
        width: 75%;
    }
}

@media (max-width: 768px) {
    .top_bnr_add {
        position: relative;
        top: 0px;
        margin-bottom: 0px;
        width: 75%;
    }
}

img.sp.c_midashi {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    min-width: 170px;
}

@media (max-width: 768px) {
    .contact_cont {
        margin-top: 25px;
    }
    .contact_cont>div {
        width: 100%;
    }
    .contact_cont>div>div {
        display: flex;
        justify-content: center;
    }
}

.list_mv_add {
    background: #e60012;
}

@media (max-width: 768px) {
    .querysearch .container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .querysearch .container .queries {
        width: 100%;
        padding: 0 !important;
    }
}

.sp_bottomlink img {
    position: absolute;
    left: 20px;
    top: -50px;
    width: 100px;
    margin: auto;
}

.text-color-red {
    color: #e60012;
}

.ajustlh {
    line-height: 1.5;
}


/*# sourceMappingURL=myCustom.css.map */