/*************

common

**************/

.main-header {
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    max-width: 1000px;
    border-left: 5px solid #37c8cf;
    padding-left: 20px;
}

.sub-header {
    padding: 10px;
    margin-bottom: 10px;
    background: #31979b;
    color: #fff;
}

h3 {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    max-width: 1000px;
    margin: 50px auto 15px;
    border-left: 5px solid #c0c0c0;
    padding-left: 20px;
}

h3 span {
    font-size: 10px;
    font-weight: lighter;
    margin-left: 10px;
}

.bxslider2 {
    overflow: hidden;
}

.bxslider2 .bxslider {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.bxslider2 ul li img {
    width: 100%;
    height: auto;
}

.bxslider2 .bx-viewport {
    overflow: visible !important;
}

div.bx-wrapper {
    margin: 0 auto;
}

.mainInner {
    max-width: 1000px;
    margin: 100px auto 15px;
}

@media screen and (max-width: 1000px) {
    h3 {
        width: 95%;

    }

    .mainInner {
        max-width: 95%;
        margin: 100px auto 15px;
    }
}

@media screen and (max-width: 620px) {
    h3 {
        width: 100%;
        margin: 30px auto 15px;
    }
}

.error-message {
    color: #ff0000;
    width: 100%;
}

form label span.required {
    display: block;
    position: absolute;
    /*top: 50%;*/
    top: 20px;
    right: 17px;
    width: 3em;
    line-height: 19px;
    margin-top: -9px;
    padding: 1px;
    background: #DE0903;
    color: #ffffff;
    border-radius: 2px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

form input,
form select {
    margin-bottom: 10px;
}

select.form-control {
    width: auto;
    display: inline;
}

form input[name*="[name01]"],
form input[name*="[kana01]"] {
    margin-right: 20px;
}

form .form-group {
    margin: 10px 0;
}

form input[id$="_zip_zip01"] {
    width: 80px !important;
}

form input[id$="_zip_zip02"] {
    width: 100px !important;
}

form input[id$="_tel_tel01"],
form input[id$="_tel_tel02"],
form input[id$="_tel_tel03"],
form input[id$="_fax_fax01"],
form input[id$="_fax_fax02"],
form input[id$="_fax_fax03"] {
    width: 80px !important;
}

.btn-box {
    margin: 20px 0;
}

.btn-box p {
    display: inline-block;
}

.btn-box.btn-detail .btn {
    padding: 20px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 80%;
}

.category .result,
.category .attention {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.category .result {
    margin: 80px auto 0;
    font-size: 14px;
    font-weight: bold;
}

.category .attention {
    border: 1px solid #eee;
    margin: 10px auto 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.category .attention p {
    margin-bottom: 0;
    color: #666;
}

.logo-credit img {
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .category .attention {
        text-align: left;
    }

    form input[name*="[name01]"],
    form input[name*="[kana01]"] {
        margin-right: 0;
    }

    .logo-credit img {
        max-width: 50px;
    }
}

/*************

header

**************/

.dropdown-menu {
    padding: 0;
    margin: 0;
}

header .form-inline .form-control {
    width: 140px;
}

header form.form-inline.my-2 {
    width: 230px;
}

.navbar-expand-md .navbar-nav .nav-link {
}

header .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link.mega {
    padding-left: 10px;
}

header .navbar-expand-lg .navbar-nav a {
    color: #000;
    font-size: 12px;
}

header .navbar-expand-lg .navbar-nav a:hover img {
    opacity: 0.8;
    transition: 0.3s;
}

header .navbar-expand-lg .navbar-nav a:hover {
    text-decoration: none;
    color: #7f8c8d;
    transition: 0.3s;
}

header {
    height: 67px;
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 1;
    top: 0;
    background: #fff;
}

header .inner {
    max-width: 1000px;
    margin: 0 auto;
}

header nav ul {
    font-size: 12px;
}

header .navbar {
    padding: 0;
}

header .navbar-brand {
    width: 30%;
    margin-right: 30px;
}

header .navbar-brand img,
header img {
    width: 100%;
}

header .mega-dropdown div a {
    color: #000;
    font-size: 12px;
}

header .category-item {
    padding: .25rem 15px;
    vertical-align: top;
}

header .category-item img {
    width: 100px;
    max-height: 100px;
}

header .navbar-nav a {
    height: 67px;
    margin-left: 7px;
}

header .navbar-nav a.mega {
    height: 67px;
    padding-top: 25px;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

header .form-control {
    font-size: 10px;
    border-radius: 0;
}

header form input,
hdeader form select {
    margin-bottom: 0;
}

header i {
    width: 15px;
    margin-right: 1%;
}

header .btn {
    font-size: 11px;
}

header .icon {
    text-align: center;
    border-right: 1px solid #c4c3c3;
}

header .icon img {
    margin-bottom: 5px;
}

header .icon1 img {
    width: 25px;
}

header .icon2 img {
    width: 25px;
}

header .icon3 img {
    width: 36px;
}

header .icon4 img {
    width: 36px;
}

header .icon5 img {
    width: 24px;
}

header .icon6 img {
    width: 32px;
}

header .icon:last-child {
    border-right: none;
}

@media screen and (max-width: 1000px) {

    form.form-inline.my-2 {
        width: 43%;
    }

    header .inner {
        width: 95%;
        margin: 0 auto;
    }

    header nav ul {
        font-size: 1vw;
        font-weight: bold;
    }

    header .navbar-brand {
        width: 25%;
        margin-right: 20px;
    }

    header .navbar-nav a {
        height: 67px;
        margin-left: 0;
    }

    header .navbar-nav a.mega {
        height: 67px;
    }

    header .form-control {
        font-size: 1vw;
        border-radius: 0;
    }

    header .category-item img {
        width: 70px;
    }

    header .btn {
        font-size: 1vw;
    }

    header .icon {
        text-align: center;
        border-right: 1px solid #c4c3c3;
        width: 100px;
    }

    header .icon img {
        margin-bottom: 10px;
    }

    header .icon1 img {
        width: 20px;
    }

    header .icon2 img {
        width: 20px;
    }

    header .icon3 img {
        width: 29px;
    }

}

@media screen and (max-width: 767px) {

    header .inner {
        width: 100%;
        padding: 2% 2.5%;
        margin: 0 auto;
        background-color: #fff;
    }

    header i.search {
        display: none;
    }

    header nav ul {
        font-size: 14px;
    }

    header nav ul li {
        text-align: center;
    }

    header form.form-inline.my-2 {
        width: 100%;
    }

    header .form-inline .form-control {
        width: 50%;
    }

    header .form-control {
        font-size: 3vw;
        margin-right: 10px;
    }

    header li .mega-dropdown-menu.show {
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    header .navbar-brand {
        width: 60%;
    }

    header .navbar-nav a {
        margin-left: 0;
    }

    header .btn {
        font-size: 13px;
    }

    header .icon {
        text-align: center;
        border-right: none;
        width: auto;
        border-bottom: 1px solid #c4c3c3;
        padding: 8px;
    }

    header .icon:last-child {
        border-bottom: none;
    }

}

/*************

MEGAmenu

**************/

header .mega-dropdown {
    position: static;
}

header .mega-dropdown td a {
    color: #000;
    font-size: 12px;
}

header .mega-dropdown td a:hover img {
    opacity: 0.8;
    transition: 0.5s;
}

header .mega-dropdown td a:hover {
    text-decoration: none;
    color: #555;
}

header .dropdown-menu.mega-dropdown-menu.show {
    width: 100%;
}

header .dropdown-submenu:hover .dropdown-submenu-menu {
    visibility: visible;
}

header .dropdown-submenu-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
}

header p.card-text {
    word-wrap: break-word;
    word-break: break-all;
}

@media screen and (max-width: 620px) {

    header .mega-dropdown td {
        display: block;
        width: 25%;
        float: left;
    }

    header .mega-dropdown td dd {
        font-size: 13px;
    }

    header .mega-dropdown td a {
        font-size: 1.5vw;
    }

}

/*************

#home

**************/

#home .main {
    margin-top: 67px;
}

#home .category table a {
    color: #000;
}

/*#home .category table td:hover a {*/
/*text-decoration: none;*/
/*color: #7f8c8d;*/
/*transition: 0.2s;*/
/*}*/

#home .category table dd {
    font-size: 12px;
}

/*#home .category table td:hover img {*/
/*opacity: 0.8;*/
/*transition: 0.2s;*/
/*}*/

#home .category table {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #37c8cf;
    text-align: center;
}

#home .category table td {
    border-right: 1px solid #f5f5f5;
    display: block;
    width: 25%;
    float: left;
}

#home .category table td:last-child {
}

#home .alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

#home .category-img {
    width: 200px;
    max-height: 200px;
}

@media screen and (max-width: 1000px) {

    #home .category table {
        max-width: 95%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 620px) {

    #home .category table td {
        padding: 1%;
        display: block;
        width: 33.3333%;
        hight: 33.3333%;
        float: left;
    }

    #home .category table dd {
        font-size: 3vw;
    }

    #home .category td.category-item {
        width: 50%;
    }

    #home .category-img {
        width: 100px;
    }
}

/*************

#home aside

**************/

#home aside {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#home aside div.news {
    float: left;
    width: 65%;
}

#home aside div.news .news-list {
    background-color: #fff;
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

#home aside div.news .news-list li {
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    padding: 10px 0;
}

#home aside div.news .news-list li .news-date {
    font-weight: bold;
    font-size: 13px;
    padding: 10px 0;

}

#home aside div.calendar-area {
    float: right;
    width: 30%;
}

@media screen and (max-width: 1000px) {
    #home aside {
        max-width: 95%;
        margin: 0 auto;
    }

    #home aside h3 {
        width: 100%;
    }

    #home aside div.news {
        width: 55%;
    }

    #home aside div.news tr span {
        color: #ff0000;
    }

    #home aside div.news table {
        border-top: 1px solid #f5f5f5;
        width: 100%;
    }

    #home aside div.news tr {
        border-bottom: 1px solid #f5f5f5;

    }

    #home aside div.news th {
        font-weight: lighter;
        width: 20%;
        font-size: 13px;
        padding: 10px 0;
    }

    #home aside div.news td {
        font-size: 13px;
        padding: 10px 0;
    }

    #home aside div.calendar-area {
        width: auto;
    }
}

@media screen and (max-width: 801px) {
    #home aside div.news th {
        font-size: 1.5vw;
    }

    #home aside div.news {
        width: 50%;
    }

    #home aside div.news td {
        font-size: 1.5vw;
    }

}

@media screen and (max-width: 620px) {
    #home aside div.news th {
        font-size: 3vw;
    }

    #home aside div.news {
        width: 100%;
        float: none;
    }

    #home aside div.news td {
        font-size: 3vw;
    }

    #home aside div.calendar-area {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #home aside div.calendar-area table {
        width: 292px;
        margin: 0 auto;
    }
}

/*************

#list

**************/

#list .main {
    margin-top: 67px;
}

h3#category-name {
    width: 45%;
    float: left;
}

#list .category-list li {
    margin-right: 1rem;
    margin-left: 1rem;
}
#list .category-list .category-img {
    width: 150px;
}

#list .category .sort {
    margin: 50px auto 10px;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

#list .category table {
    margin: 0 auto;
    border: 2px solid #37c8cf;
    text-align: center;
}

#list .category table td {
    padding: 1.25rem;
}

#list .category table td {
    border-right: 1px solid #f5f5f5;
    display: block;
    width: 50%;
    float: left;
}

#list .category table td dt {
    display: block;
    width: 25%;
    float: left;
}

#list .category table td:hover img {
    opacity: 0.8;
    transition: 0.2s;
}

#list .category table td dd.tableTextArea {
    float: right;
    width: 55%;
    text-align: left;
}

#list .category table td dd.tableTextArea ul {
    padding: 0;
}

#list .category table td dd.tableTextArea li {
    list-style: none;
}

#list .category table td dd.tableTextArea li.tableTag span {
    background: #e5004f;
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    margin-right: 5px;
}

#list .category table .product-image {
    max-width: 180px;
    max-height: 180px;
}

#list .category table td dd.tableTextArea li.tableItemName {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
}

#list .category table td dd.tableTextArea li.tablePrice {
    color: #ff0000;
    font-weight: 200;
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.2;
    /*float: left;*/
    /*width: 40%;*/
}

.category table td dd.tableTextArea li.tablePrice small {
    font-size: 50%;
}

#list .category table td dd.tableTextArea li.tableSelect {
    font-weight: bold;
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.2;
    /*float: left;*/
    /*width: 25%;*/
}

#list .category table td dd.tableTextArea li.tableCart {
    background: #37c8cf;
    font-weight: bold;
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.2;
    float: right;
    width: 35%;
    text-align: center;
}

#list .category table td dd.tableTextArea li.tableCart span img {
    width: 14%;
    margin-right: 5px;
    margin-top: -4px;
}

#list .category table td dd.tableTextArea li.tableCart a {
    display: block;
    padding: 7px 5px 5px;
    color: #fff;
}

#list .category table td dd.tableTextArea li.tableCart a:hover {
    background: #01878d;
    text-decoration: none;
    transition: 0.2s;
}

#list .alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.ec-progress {
    margin: 0 auto;
    padding: 8px 0 16px;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 600px;
    list-style: none
}

.ec-progress .ec-progress__item {
    display: table-cell;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    z-index: 10
}

.ec-progress .ec-progress__item:after {
    content: '';
    position: absolute;
    display: block;
    background: #626A72;
    width: 100%;
    height: .25em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em \9;
    z-index: -1
}

.ec-progress .ec-progress__item:last-child:after {
    display: none
}

.ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    background: #626A72;
    color: #fff;
    top: 0;
    left: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%
}

.ec-progress .ec-progress__label {
    font-size: 12px
}

.ec-progress .is-complete .ec-progress__number {
    background: #41C8CE
}

.ec-progress .is-complete .ec-progress__label {
    color: #41C8CE
}

@media screen and (max-width: 1000px) {

    #list h3#category-name {
        width: 30%;
        float: left;
    }

    #list .category table td dd.tableTextArea li.tableSelect {
        /*font-size: 1vw;*/
        margin-top: 12px;
    }

    #list .category table td dd.tableTextArea li.tableCart {
        /*font-size: 1vw;*/
    }

    #list .category table .product-image {
        width: 150px;
        max-height: 180px;
    }

}

@media screen and (max-width: 767px) {

    #list .category-list {
        text-align: center;
    }

    #list .category-list .category-img {
        width: 100px;
    }

    #list .category table td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 0;
        /*border-top: 1px solid #ccc;*/
    }

    #list .category h3 {
        width: 100%;
        margin: 20px auto 0;
        float: none;
    }

    #list .category .sort {
        width: 100%;
        margin: 15px auto 10px;
        float: none;
        font-size: 12px;
        font-weight: bold;
    }

    #list .category table td dl {
        display: block;
    }

    #list .category table td dd.tableTextArea li.tablePrice {
        width: 100%;
    }

    /*#list .category table td dd.tableTextArea li.tableSelect {*/
    /*width: 25%;*/
    /*}*/
    #list .category table td dd.tableTextArea li.tableCart {
        width: 25%;
        margin-top: 10px;
    }

}

@media screen and (max-width: 575px) {

    #list .category table td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 0;
        /*border-top: 1px solid #ccc;*/
    }

    #list .category table td dl {
        display: block;
    }

    #list .category table td dl dt {
        width: 100%;
        margin-bottom: 15px;
        float: none;
        display: block;
    }

    #list .category table td dl dd.tableTextArea {
        width: 100%;
        margin-bottom: 15px;
        float: none;
        display: block;
    }

    #list .category table td dd.tableTextArea li.tablePrice {
        /*width: 40%;*/
    }

    #list .category table td dd.tableTextArea li.tableSelect {
        /*width: 25%;*/
        /*font-size: 2vw;*/
    }

    #list .category table td dd.tableTextArea li.tableCart {
        /*width: 35%;*/
        /*font-size: 2vw;*/
        margin-top: 3px;
    }
}


#list .backBtn {
    width: 15%;
    margin: 50px auto;
}
#list .backBtn p {
    text-align: center;
    font-size: 14px;
}

#list .backBtn ul {
    overflow: hidden;
    padding: 0;
    display: flex;
}

#list .backBtn ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

#list .backBtn ul li a {
    display: block;
    line-height: 2.5;
    background-color: #7f8c8d;
    text-decoration: none;
    color: #fff;
}

#list .backBtn ul li a:hover {
    background-color: #b3b8b8;
    transition: 0.3s;
}


/*************

#product

**************/

#product .category table {
    margin: 0 auto;
    border: 2px solid #37c8cf;
    text-align: center;
}

#product .category table td {
    padding: 2rem;
}

#product .category table td {
    display: block;
    width: 100%;
    float: left;
}

#product .category table td dt {
    display: block;
    width: 50%;
    float: left;
}

#product .category table td dt img {
    width: 60%;
}

#product .category table td dd.tableTextArea {
    float: right;
    width: 50%;
    text-align: left;
}

#product .category table td dd.tableTextArea ul {
    padding: 0;
}

#product .category table td dd.tableTextArea li {
    list-style: none;
}

#product .category table td dd.tableTextArea li.tableTag span {
    background: #e5004f;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    margin-right: 5px;
}

#product .category table td dd.tableTextArea li.tableItemName {
    font-weight: bold;
    font-size: 23px;
    margin-top: 10px;
    line-height: 1.2;
}

#product .category table td dd.tableTextArea li.tableItemCode {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.2;
}

#product .category table td dd.tableTextArea li.tablePoint {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.2;
}

#product .category table td dd.tableTextArea li.tablePoint span {
    color: #ff0000;
}

#product .category table td dd.tableTextArea li.tablePrice {
    color: #ff0000;
    font-weight: 200;
    font-size: 40px;
    margin-top: 35px;
    line-height: 1.2;
    /*float: none;*/
    /*width: 40%;*/
}

#product .category table td dd.tableTextArea li.tableSelect {
    font-weight: 200;
    font-size: 14px;
    margin-top: 35px;
    line-height: 1.2;
    float: none;
    width: 100%;
}

#product .category table td dd.tableTextArea li.tableSelect select {
    margin-left: 10px;
}

#product .category table td dd.tableTextArea li.tableCart {
    background: #37c8cf;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0;
    line-height: 1.2;
    float: left;
    width: 50%;
    text-align: center;
}

#product .category table td dd.tableTextArea li.tableCart span img {
    width: 10%;
    margin-right: 10px;
    margin-top: -4px;
}

#product .category table td dd.tableTextArea li.tableCart a {
    display: block;
    padding: 10px 5px 8px;
    color: #fff;
}

#product .category table td dd.tableTextArea li.tableCart a:hover {
    background: #01878d;
    text-decoration: none;
    transition: 0.2s;
}

#product .alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1000px) {

    #product .category table td dd.tableTextArea li.tableCart {
        width: 70%;
    }

    #product .category table td {
        padding: 1rem;
    }

}

@media screen and (max-width: 767px) {

    #product .category table td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 0;
        /*border-top: 1px solid #ccc;*/
    }

    #product .category h3 {
        width: 100%;
    }

    #product .category table td dl {
        display: block;
    }

    #product .category table td dt {
        display: block;
        width: 100%;
        float: none;
    }

    #product .category table td dt img {
        width: 50%;
    }

    #product .category table td dd.tableTextArea {
        float: right;
        width: 100%;
        text-align: left;
        margin: 30px 0;
    }

    #product .category table td dd.tableTextArea li.tablePrice {
        margin-top: 12px;
        width: 100%;
    }

    #product .category table td dd.tableTextArea li.tableSelect {
        margin-top: 12px;
    }

    #product .category table td dd.tableTextArea li.tableCart {
        float: none;
        width: 100%;
    }

    #product .category table td dd.tableTextArea li.tableCart a {
        padding: 15px 5px 13px;
    }

    #product .category table td dd.tableTextArea li.tableCart span img {
        width: 20px;
    }

}

@media screen and (max-width: 575px) {

    #product .category table td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 0;
        /*border-top: 1px solid #ccc;*/
    }

    #product .category table td dl {
        display: block;
    }

    #product .category table td dl dt {
        width: 100%;
        margin-bottom: 15px;
        float: none;
        display: block;
    }

}

#product .backBtn {
    width: 15%;
    margin: 50px auto;
}

#product .backBtn p {
    text-align: center;
    font-size: 14px;
}

#product .backBtn ul {
    overflow: hidden;
    padding: 0;
    display: flex;
}

#product .backBtn ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

#product .backBtn ul li a {
    display: block;
    line-height: 2.5;
    background-color: #7f8c8d;
    text-decoration: none;
    color: #fff;
}

#product .backBtn ul li a:hover {
    background-color: #b3b8b8;
    transition: 0.3s;
}


/*************

#cart

**************/

#cart .main {
    margin-top: 67px;
}

#cart h3 {
    width: 100%;
}

#cart .category table {
    margin: 0 auto;
    text-align: center;
    border: none;
}

#cart .category table thead th {
    border-bottom: none;
    padding: .25rem;
}

#cart .category table thead ul {
    margin-bottom: 0;
}

#cart .category table thead ul li {
    width: 19%;
}

#cart .category table td {
    padding: 0.5rem;
    display: block;
    width: 100%;
    clear: both;
    border-right: none;
}

#cart .category table td dt {
    display: block;
    width: 15%;
    margin-top: 5%;
    float: left;
}

#cart .category table td dt + dd.tableTextArea {
    width: 25%;
    text-align: center;
}

#cart .category table td dd img {
    width: 150px;
}

#cart .category table td dd.tableTextArea {
    float: left;
    width: 20%;
    text-align: left;
}

#cart .category table td dd.tableTextArea:last-child {
    width: 20%;
    margin-top: 5%;
    text-align: right;
}

#cart .category table td dd.tableTextArea ul {
    padding: 0;
}

#cart .category table td dd.tableTextArea li {
    list-style: none;
}

#cart .category table td dd.tableTextArea li.tableTag span {
    background: #e5004f;
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    margin-right: 5px;
}

#cart .category table td dd.tableTextArea li.tableItemName {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
}

#cart .category table td dd.tableTextArea li.tableItemCode {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
}

#cart .category table td dd.tableTextArea li.tablePoint {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
}

#cart .category table td dd.tableTextArea li.tablePoint span {
    color: #ff0000;
}

#cart .category table td dd.tableTextArea li.tablePrice {
    color: #ff0000;
    font-weight: 200;
    font-size: 25px;
    margin-top: 5px;
    line-height: 1.2;
}

#cart .category table td dd.tableTextArea li.tableSelect {
    font-weight: bold;
    font-size: 14px;
    margin-top: 16px;
    line-height: 1.2;
}

#cart .category table td dd.tableTextArea li.garbage {
    margin-top: 16px;
    width: 20px;
    float: right;
}

#cart .category table td dd.tableTextArea li.garbage img {
    width: 100%;
}

#cart .alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

#cart table.total {
    width: 30%;
    float: right;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

#cart table.total th {
    font-size: 14px;
    width: 40%;
}

#cart table.total td {
    font-size: 32px;
    color: #ff0000;
    font-weight: 200;
    text-align: right;
    border: none;
}

#cart .buyBtn {
    width: 70%;
    margin: 50px auto;
}

#cart .buyBtn p {
    text-align: center;
    font-size: 14px;
}

#cart .buyBtn ul {
    overflow: hidden;
    padding: 0;
    display: flex;
}

#cart .buyBtn ul li {
/*    float: left;*/
    list-style: none;
    width: 30%;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

#cart .buyBtn ul li a {
    display: block;
    line-height: 2.5;
    background-color: #7f8c8d;
    text-decoration: none;
    color: #fff;
}

#cart .buyBtn ul li a:hover {
    background-color: #b3b8b8;
    transition: 0.3s;
}

#cart .buyBtn ul li:nth-child(2) a {
    background-color: #3ac96f;
}

#cart .buyBtn ul li:nth-child(2) a:hover {
    background-color: #48f085;
    transition: 0.3s;
}

#cart .buyBtn ul li:last-child {
/*    float: right;*/
}

#cart .buyBtn ul li:last-child a {
    background-color: #37c8cf;
}

#cart .buyBtn ul li:last-child a:hover {
    background-color: #9ce7eb;
    transition: 0.3s;
}

@media screen and (max-width: 1000px) {

    #cart h3 {
        width: 95%;
    }

    #cart .category table td dt img {
        width: 70%;
        margin-top: 10px;
    }

    #cart table.total {
        width: 100%;
        float: none;
    }

    #cart table.total th {
        font-size: 14px;
        width: 45%;
        padding-top: 4%;
    }

    #cart .buyBtn {
        width: 100%;
        margin: 50px auto;
    }

    #cart .buyBtn ul li {
        float: left;
        list-style: none;
        width: 47%;
    }

}

@media screen and (max-width: 575px) {

    #cart .category table td dt {
        width: 100%;
        margin-top: 0;
        float: none;
        text-align: center;
    }

    #cart .category table td dt + dd.tableTextArea {
        width: 100%;
    }

    #cart .category table td dd.tableTextArea {
        float: left;
        width: 100%;
        text-align: center;
    }

    #cart .category table td dd.tableTextArea:last-child {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    #cart .category table td dd.tableTextArea li.tableTag span {
        background: #e5004f;
        color: #fff;
        font-size: 2vw;
    }

    #cart .category table td dd.tableTextArea li.tableItemName {
        font-weight: bold;
        font-size: 3vw;
    }

    #cart .category table td dd.tableTextArea li.tablePrice {
        font-size: 5vw;
        margin-top: 5px;
    }

    #cart .buyBtn p {
        text-align: center;
        font-size: 2.8vw;
    }

    #cart .buyBtn ul li {
        float: left;
        list-style: none;
        width: 49%;
    }

}

/*************

footer

**************/

footer {
    background-color: #eeeeee;
    clear: both;
}

footer ul {
    overflow: hidden;
    margin: 50px auto 0;
    padding: 20px 0;
}

footer ul li {
    font-size: 13px;
    margin: 0 20px;
}

footer ul li a {
    color: #000;
}

footer ul li a:hover {
    text-decoration: none;
}

p.copy {
    text-align: center;
    font-size: 11px;
    line-height: 4;
}

@media screen and (max-width: 620px) {
    footer {
        background-color: #eeeeee;
    }

    footer ul {
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    footer ul li {
        list-style: none;
        font-size: 3vw;
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
        line-height: 4;
    }

    footer ul li a {
        color: #000;
    }

    footer ul li a:hover {
        text-decoration: none;
    }

    p.copy {
        text-align: center;
        font-size: 10px;
        line-height: 4;
    }
}

@media screen and (min-width: 767px) {

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.feature-login-box {
    padding: 20px;
    width: 100%;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 2px solid #37c8cf;
}

@media screen and (max-width: 767px) {

    .feature-login-box {
        height: auto;
    }
}

form#shopping-form {
    width: 100%;
}

.table-cart {
    border-bottom: 1px dotted #ccc;
}

.table-cart th,
.table-cart td {
    font-size: 14px;
}

.table-cart th {
    text-align: center;
}

.table-cart img {
    max-width: 200px;
}

.total-box {
    min-width: 150px;
    float: right;
    padding: 0;
}

.total-box dl dt {
    float: left;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}

#confirm_side {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: auto;
}

#confirm_side dl {
    margin-top: 30px;
}

#confirm_side dd.col-6 {
    text-align: right;
}

@media screen and (max-width: 767px) {

    #form_cart {
        margin: 0;
    }

    .table-cart img {
        max-width: 100px;
    }

    #confirm_side {
        margin-top: 10px;
    }
}

/* ==========================================================================
   マイページ
   ========================================================================== */
.ec-navlist {
    margin: 30px 0;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    list-style: none;
    display: flex;
    padding: 0;
}

.ec-navlist a {
    color: inherit;
    text-decoration: none;
}

.ec-navlist a:hover {
    text-decoration: none;
    background-color: #eee;
}

.ec-navlist .ec-navlist__item {
    width: 50%;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
    font-weight: bold;
}

.ec-navlist .ec-navlist__item a {
    padding: 16px;
    width: 100%;
    display: inline-block;
}

.ec-navlist .active a {
    color: #333;
    background-color: #e6e9f3;
}

.table-history {
    border-bottom: 1px dotted #ccc;
}

.table-history h4,
.table-history p {
    margin-bottom: 10px;
}

.table-history th,
.table-history td {
    font-size: 14px;
}

.table-history th {
    text-align: center;
}

.table-history img {
    max-width: 200px;
    float: left;
    margin-right: 10px;
}

.table-history .product-name {
    font-size: 16px;
    font-weight: bold;
}

#favorite table td {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

#favorite table .product-image {
    width: 200px;
    max-height: 180px;
}

#privacy .message {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ec-navlist {
        flex-wrap: wrap;
    }

    .ec-navlist .ec-navlist__item {
        width: 50%;
    }

    .ec-navlist .ec-navlist__item a {
        font-size: 13px;
        padding: 7px;
    }

    .table-history img {
        max-width: 100%;
    }

    #favorite table td {
        width: 50%;
    }

    #favorite table .product-image {
        width: 100%;
    }

    #table-horizontal table th,
    #table-horizontal table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #table-horizontal table th {
        background: #f5f5f5;
    }

    #table-horizontal table td input[type=text],
    #table-horizontal table td input[type=mail],
    #table-horizontal table td input[type=tel] {
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #table-horizontal input[type=submit],
    #table-horizontal .btnWrap01 a {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ====================================================================================================================
カレンダー
===================================================================================================================== */
#calendar {
    margin-bottom: 30px;
    color: #999;
}

@media (max-width: 1024px) {
    #calendar {
        margin: 10px auto;
    }
}

#calendar .bloc_body {
    width: 200px;
    float: left;
    margin-right: 10px;
}

#calendar table thead {
    margin: 0;
    padding: 0;
}

#calendar caption {
    /*padding: 5px 0;*/
    /*margin-top: 5px;*/
    /*font-size: 1rem;*/
    color: #4d4f67;;
}

#calendar table {
    width: 100%;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-collapse: collapse;
    margin: 0;
    padding: 0;

}

#calendar table th {
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    text-align: center;
    vertical-align: middle;
    background-color: #EFEFEF;
    padding: 4px;
    color: #999;
    font-weight: normal;
}

#calendar table td {
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

#calendar table td.holiday,
#calendar table td.sun,
#calendar table td.sat {
    background-color: #feced8;
}

#calendar .read p:last-child {
    margin-bottom: 0;
}

/* --------------------------------
    pagination
-------------------------------- */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0 5px;
    line-height: 1.42857143;
    color: #3f3f3f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #3f3f3f;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}
/* --------------------------------
    freearea
-------------------------------- */
.freearea-image{
  width:250px;
  margin: 10px 10px 20px 20px;
}

.product_list{
  width: 100%;
  box-sizing: border-box;
 }

.product_list th{
  width:16%;
  background-color: #efefef;
  font-weight: bold;
  vertical-align: middle;
 }

.product_list td.list_title{
  background-color: #f7f7f7;
 }

.product_list td{
  word-break: break-all;
 }

#product .category table td.list_title,
#product .category table td.list_detail{
    width: 25%;
    display: inline-table;
}

#product .category table td.list_title2,
#product .category table td.list_detail2{
    display: inline-table;
}

/* --------------------------------
    copyright
-------------------------------- */
p.copyr { font-size: 9px }
p.copyr { line-height: 0 }




.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 1050;
}

.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modalBody {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}

.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 60%);
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.modal-content {
  background: #fff;
  border: 2px solid #000;
  text-align: left;
  padding: 30px;
  font-weight: bold;
}

/* プライバシーポリシー */
h3.heading-3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #60c6cb;
  padding: 10px;
  color: #fff;
  margin: 0;
  border: 0;
}

p.privacy-txt {
  text-align: center;
  line-height: 1.5;
  margin: 10px;
}
.policy {
    border: 2px solid #60c6cb;
}
.kiyaku {
  padding: 15px;
}
.privacy-body {
  overflow-y: scroll;
  height: 150px;
  background: aliceblue;
  margin-bottom: 10px;
}

.privacy-box {
  border-top: 2px solid #eee;
  padding: 20px;
}

.privacy-box-ttl {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.7;
}

.privacy-box-ttl span {
  background: #60c6cb;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  display: inline-block;
  vertical-align: 3px;
  position: absolute;
  left: 0;
}

.privacy-box-text li {
  color: #2e353a;
  line-height: 1.7;
  margin-bottom: 7px;
  padding: 0 0 0 32px;
  position: relative;
}

.privacy-box-text li:before {
  background: #ccc;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 9px;
}

ol > li > ol {
  list-style: none;
 counter-reset: number;
 padding: 0;
}
ol > li > ol > li {
  position: relative;
   padding-left: 40px;
}
ol > li > ol > li::before {
  counter-increment: number;
   content: '（' counter(number) '）';
   position: absolute;
   left: 0;
}

.contactAgree label {
  display: block;
  margin: 0;
}

.contactAgree dl {
  display: flex;
  gap:0 20px;
  align-items: center;
}

.contactAgree dl dt {
  width: 150px;
}

.contactAgree dl dd {
  width: calc(100% - 170px);
  margin: 0;
}
.contactAgree dl dd input.form-control{
  width: 174px;
}

@media (max-width:768px){
  .contactAgree dl {
    flex-direction: column;
  }

  .contactAgree dl dt {
    width: 100%;
  }

  .contactAgree dl dd {
    width: 100%;
  }
}

#submitButton {
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  white-space: normal;
  background: #60c6cb;
  border: none;
}

/* マイページ */
.mypage-notice {
  padding: 32px;
  background: linear-gradient(249.1deg, #F48785 0%, #C05351 100%);
}

.mypage-notice-inner {
  padding: 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

h2.important-notice {
  text-align: center;
}

h2.important-notice span {
  position: relative;
  background: #c60000;
  padding: 10px 30px 10px 60px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
}

h2.important-notice span:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 20px;
  background: url(../img/mypage/alert-circle.png);
  top: 50%;
  transform: translateY(-50%);
}

.notice-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
}

.notice-text {
  text-align: center;
}

.notice-text span {
  color: #c60000;
  font-weight: bold;
}

.point-service-title {
  text-align: center;
  position: relative;
}

.point-service-title span {
  background: #fff;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  display: inline-block;
}

.point-service-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY()-50%;
  z-index: 0;
}

.point-service-data {
  text-align: center;
  color: #c60000;
  font-weight: bold;
  font-size: 1.8rem;
}

.point-service-data span {
  font-size: 3rem;
}

.gray-back {
  background: #eeeeee;
  position: relative;
  padding: 10px 10px 10px 30px;
}

.gray-back.blue {
  background: #eff9f9;
}

.gray-back::before {
  content: '※';
  position: absolute;
  left: 10px;
}

.gray-back a {
  color: #00af50;
  font-weight: bold;
}

.point-bnr {
  width: 100%;
}
.point-bnr:hover {
  opacity: 0.7;
}

.point-kiyaku {
  color: #60c6cb;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.moinet-news {
  color: #00af50;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.account-linkage {
  border: 2px solid #c60000;
  margin-bottom: 60px;
  position: relative;
}

.account-linkage:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 40px;
  left: 50%;
  bottom: -40px;
  background: rgb(157, 157, 157);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.account-linkage-title {
  text-align: center;
  background: #c60000;
  color: #fff;
  margin: 0;
}

.account-linkage-title span {
  position: relative;
  padding: 20px 60px;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
}

.account-linkage-title span:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 33px;
  left: 10px;
  background: url(../img/mypage/Account.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.account-linkage-title span:after {
  content: '';
  position: absolute;
  width: 37px;
  height: 33px;
  right: 10px;
  background: url(../img/mypage/Account.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.account-linkage-text {
  padding: 10px;
  font-size: 20px;
}

.text-red {
  color: #c60000;
  font-weight: bold;
}

.text-small {
  font-size: 14px;
  color: #4e4e4e;
}

.waveline {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #c60000;
}

.mypage-flex {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.mypage-flex a {
  width: 50%;
}

.point-detail {
  text-align: center;
  margin-bottom: 30px;
}

.point-detail a {
  background: #60c6cb;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

.content-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
figure {
  margin: 0;
}
figure img {
  width: 100%
}

.renkei-notice {
  margin-top: 70px;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 0;
}
.renkei-notice span{
  display: block;
    margin-bottom: 5px;
}

.mv {
  position: relative;
  background: #fff7eb;
}

.modal-open {
  cursor: pointer;
}

.mv .modal-open {
  content: '';
  position: absolute;
  width: 23%;
  height: 15%;
  bottom: 13%;
  left: 24%;
  cursor: pointer;
}

section.content01 {
  position: relative;
  background: #fff7eb;
  padding-bottom: 12%;
  padding-top: 60px;
}

section.content01:before {
  content: '';
  position: absolute;
  background: url(../img/lp/bgSection-1.png) center bottom;
  width: 100%;
  height: 300px;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-board {
  background: #fff;
  position: relative;
  border: 12px solid #bea173;
  padding: 12px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.bg-board:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 60px;
  left: 10%;
  top: -72px;
  background: #707070;
}

.bg-board:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 60px;
  right: 10%;
  top: -72px;
  background: #707070;
}

.minkusu-title {
  text-align: center;
}

.minkusu-title span {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  background: linear-gradient(transparent 60%, #fff7c7 60%);
}

.minkusu-title span:before {
  content: '';
  position: absolute;
  background: url(../img/lp/minkusu-title-icon.png);
  width: 34px;
  height: 36px;
  left: 0;
}

.minkusu-title span strong {
  color: #60c6cb;
  font-size: 1.6rem;
}

.minkusu {
  background: #60c6cb;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
}

h2.heading-2 img {
  width: 100%;
}

h2.heading-2.kastuyou {
  position: relative;
  padding: 0 15px;
  z-index: 1;
  overflow: hidden;
}

h2.heading-2.kastuyou:before {
  position: absolute;
  content: '';
  background: url(../img/lp/stripe-bg.png) center bottom no-repeat #fe8b25;
  width: 100%;
  height: 95%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: contain;
}

h2.heading-2.kastuyou img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}


section.content02 {
  position: relative;
  background: url(../img/lp/bgSection-2.png);
  background-size: 100%;
  padding: 60px 0;
}

section.content03 {
  position: relative;
  background: url(../img/lp/bgSection-2.png);
  background-size: 100%;
  padding: 60px 0;
}

section.content04 {
  position: relative;
  background: url(../img/lp/bgSection-2.png);
  background-size: 100%;
  padding: 60px 0;
}

section.content05 {
  position: relative;
  background: url(../img/lp/bgSection-5.png) no-repeat #d8f1f2;
  background-size: 100%;
  padding: 60px 0;
}

section.banner {
  position: relative;
  background: url(../img/lp/banner-section-bg.png) center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

section.content02:before {
  content: '';
  position: absolute;
  background: url(../img/lp/bgSection-2-flag.png) center top;
  width: 100%;
  height: 300px;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
section.faq {
  background: #fff7eb;
  position: relative;
  padding: 30px 0;
}
section.faq:before {
  background: #fff7eb;
  position: absolute;
  content: '';
  width: 200px;
  height: 100px;
  top: -30px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.point-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.point-item {
  width: 33.3%;
}

.point-item img {
  width: 100%;
}

.renkei-btn img {
  width: 400px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.modal-open:hover {
  opacity: 0.7;
}
h2.renkei-title {
  position: relative;
  padding-top: 80px;
  text-align: center;
}

h2.renkei-title:before {
  content: '';
  position: absolute;
  background: url(../img/lp/renkei-title-icon.png);
  width: 86px;
  height: 74px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

h2.faq-title {
  position: relative;
  padding-top: 70px;
  text-align: center;
}

h2.faq-title:before {
  content: '';
  position: absolute;
  background: url(../img/lp/faq-title-icon.png);
  width: 74px;
  height: 60px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.renkei-wrap {
  display: flex;
  gap: 20px;
}

.flow_list {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #fe8b25;
  overflow: hidden;
}


.flow_list .flow_list-title {
  font-size: 24px;
  padding: 10px 20px;
  background: #fff;
  background: #fe8b25;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.flow_list .flow_list-title span {
  font-size: 16px;
  display: block;
  color: #fff;
}

.flow_list .flow-item {
  position: relative;
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 0 20px 30px;
  overflow: hidden;
}

.flow_list .flow-item .flow-num {
  position: relative;
  width: 70px;
  height: 70px;
  background: #fe8b25;
  border: #ffd1a8 solid 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
}
.flow_list .flow-item .flow-num p {
margin: 0;
}
.flow_list .flow-item .flow-num span {
  color: #fff;
  font-weight: bold;
}

.flow_list .flow-item .flow-num:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -305px;
  height: 5px;
  width: 1000%;
  transform: translateX(-50%) rotate(90deg);
  background-repeat: repeat-y;
  background: #ffd1a8;
  background-size: 25px;
  display: inline-block;
}

.flow_list .flow-item:last-child .flow-num:before,
.flow_list .flow-item .flow-num.borderNone:before {
  content: none;
}

.flow_list .flow-item .flow-text {
  flex: 1;
  position: relative;
}

.flow_list .flow-item .flow-text h4 {
  font-size: 20px;
  margin: 15px 0;
}

.flow_list.dark-orange {
  border: 2px solid #fe6225;
}

.flow_list.dark-orange .flow_list-title {
  background: #fe6225;
}

.flow_list.dark-orange .flow-item .flow-num {
  background: #fe6225;
}

details {
  border-bottom: 1px dashed #999;
}

details:last-child {
  border: none;
}

summary {
  display: flex;
  list-style: none;
  background: #fff;
  align-items: center;
}

summary::-webkit-details-marker {
  display: none;
}

.toggle-head.qa {
  position: relative;
}

.toggle-head.qa:before {
  position: absolute;
  content: "";
  background: url(../img/lp/question_default.png) no-repeat;
  left: 20px;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}

.toggle_inner {
  font-size: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 25px 90px;
  font-weight: bold;
  flex-grow: 1;
}

.toggle_inner-icon {
  display: block;
  position: relative;
}

.toggle-content p {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 90px;
  background: #fff;
  margin: 0;
  position: relative;
}

.toggle-content p a {
  text-decoration: underline;
}

.answer:before {
  position: absolute;
  content: "";
  background: url(../img/lp/answer.png) no-repeat;
  left: 20px;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.toggle_inner-icon:before {
  content: "+";
  font-size: 24px;
}

details[open] .toggle_inner-icon:before {
  content: "－";
  font-size: 24px;
}


.mt30 {
  margin-top: 30px !important;
}

@media (max-width:480px) {
  h2.important-notice {
    font-size: 1.4rem;
  }

  .notice-title {
    font-size: 1.4rem;
  }

  .notice-text {
    text-align: left;
  }

  .point-service-data {
    font-size: 1.2rem;
  }

  .point-service-data span {
    font-size: 2.4rem;
  }

  .account-linkage-title span {
    padding: 20px 20px 20px 60px;
    font-size: 18px;
    text-align: left;
  }

  .account-linkage-title span:after {
    content: none;
  }

  .mypage-flex {
    flex-direction: column;
  }

  .mypage-flex a {
    width: 100%;
  }

  .bg-board {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mv .modal-open {
    content: '';
    position: absolute;
    width: 91%;
    height: 20%;
    bottom: 9%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
  }

  section.content01 {
    padding-bottom: 27%;
  }

  section.content01:before {
    background: url(../img/lp/bgSection-1-sp.png) center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.content02,
  section.content03,
  section.content04{
    background-size: cover;
  }
  section.content05{
    background-image: none;
  }

  .flow_list .flow-item:last-child{
    padding-bottom: 30px;
  }

  .point-wrap {
    flex-direction: column;
  }

  .point-item {
    width: 100%;
  }

  .renkei-btn img {
    width: 100%;
  }

  .renkei-wrap {
    flex-direction: column;
  }

  .flow_list {
    width: 100%;
  }

  h2.heading-2.kastuyou:before {
    width: 200%;
  }

  .pc-only {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .sp-only {
    display: none !important;
  }
}
.modal-open > .renkei-btn > img {
  width: 100%;
}

.text-orange {
  color: #FE6225;
}
.text-gray {
  color: #838383;
}

section.top-message {
    background: #fff7eb;
    position: relative;
    padding: 30px 0;
}

section.top-renkei-message {
    background: #ffd1a8;
    position: relative;
    padding: 30px 0;
}

.bl_selectCont {
  display: none!important;
}

.bl_selectCont.is_active {
  display: flex!important;
}

.annotation {
  font-size: 12px;
  display: block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
