html {
    scroll-padding-top: 90px;
}

main {
    overflow: inherit;
}
h1 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}
.more-btn-black {
    width: 220px;
    height: 55px;
    margin: 50px auto 0;
    border: 1px solid #333;
    transition: background-color 0.3s, color 0.3s;
}

/* ショッピイングガイドトップ */
.guide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 150px;
    padding: 0 30px;
}
.guide-item {
    width: 32.6%;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 16px;
}
.guide-item h2 {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: left;
    height: 83px;
    padding: 0 20px;
    border-bottom: 2px solid #fff;
}
.guide-item img {
    margin-right: 15px;
}
.guide-item:first-child img {
    width: 40px;
    min-width: 40px;
}
.guide-item:nth-child(2) img {
    width: 27px;
}
.guide-item:nth-child(3) img {
    width: 37px;
}
.guide-item:nth-child(4) img {
    width: 31px;
}
.guide-item:nth-child(5) img {
    width: 33px;
}
.guide-item:last-child img {
    width: 30px;
}
.guide-item ul {
    padding: 25px 0px 45px 30px;
}
.guide-item ul li {
    margin-bottom: 10px;
}
.guide-item ul li a {
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .guide-list {
        display: block;
        margin: 0 auto 100px;
        padding: 0 20px;
    }
    .guide-item {
        width: 100%;
        margin-bottom: 25px;
    }
}

.sec-shopping h1,
.sec-membership h1,
.sec-invoice h1 {
    margin-bottom: 0;
}
.guide-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 0 150px;
    position: relative;
}
.sec-invoice .guide-wrapper {
    padding: 0 30px;
    margin: 0 auto 150px;
}
.guide-wrapper .back-btn {
    position: absolute;
    top: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.guide-wrapper .back-btn img {
    width: 12px;
    margin-right: 10px;
    transform: rotate(90deg);
}
.guide-wrapper .column-left {
    width: 20%;
    max-width: fit-content;
    position: sticky;
    top: 30px;
    padding-top: 90px;
    height: fit-content;
}
.guide-wrapper .column-left li {
    position: relative;
    margin-bottom: 5px;
}
.guide-wrapper .column-left li.select {
    background-color: #F7F7F7;
}
.guide-wrapper .column-left li.select::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1px;
    height: 64%;
    background-color: #333;
    border-radius: 5px;
    transform: scaleX(150%);
}
.guide-wrapper .column-left li a {
    display: block;
    padding: 5px 15px 5px 20px;
}
.guide-wrapper .column-right {
    width: 78%;
}
.sec-invoice .guide-wrapper .column-right {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.guide-wrapper .sec-guide-item {
    padding-top: 90px;
}
.guide-wrapper .sec-guide-item h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.guide-wrapper .sec-guide-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 5px;
}
.guide-wrapper .sec-guide-item h3:first-child {
    margin-top: 0;
}
.guide-wrapper .sec-guide-item img {
    width: 5px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.guide-wrapper .sec-guide-item img.open {
    transform: rotate(-90deg);
}
.guide-wrapper .sec-guide-item .container {
    padding-top: 20px;
}
.guide-wrapper .sec-guide-item .container p {
    margin-bottom: 15px;
}
.guide-wrapper .sec-guide-item .container a {
    color: #D67E47;
    text-decoration: underline;
}
.guide-wrapper .sec-guide-item .container img {
    width: auto;
    max-width: 100%;
    transform: rotate(0);
    transition: none;
}
.guide-wrapper .heading--lead {
    margin-top: 30px;
}
.guide-wrapper .sec-guide-item .container .--strong {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.guide-wrapper .sec-guide-item .container .flex-container {
    display: flex;
    justify-content: space-between;
}
.guide-wrapper .sec-guide-item .container .flex-container p {
    width: 39%;
}
.guide-wrapper .sec-guide-item .container .flex-container img {
    width: 58%;
    height: fit-content;
    object-fit: contain;
    border: 1px solid #ddd;
}
.guide-wrapper .sec-guide-item .container .points-list {
    display: block;
    padding: 20px 30px;
    border: 1px solid #ddd;
}
.sec-guide-item#pass {
    padding-bottom: 200px;
}
.guide-wrapper .sec-guide-item .container .clckImg {
    width: 50%;
    text-align: center;
    background: #F7F7F7;
    margin: 30px auto;
    border-radius: 10px;
    padding: 40px 20px;
}
.guide-wrapper .sec-guide-item .container .clckImg img:first-child {
    width: 80%;
}
.guide-wrapper .sec-guide-item .container .clckImg img:last-child {
    width: 15px;
}
.guide-wrapper .sec-guide-item .change-flow {
    width: 49%;
}
.guide-wrapper .sec-guide-item .change-flow ul {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.guide-wrapper .sec-guide-item .change-flow ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 40px;
}
.guide-wrapper .sec-guide-item .change-flow ul li.--changed {
    font-weight: 600;
    color: #D67E47;
    border: 1px solid #D67E47;
}
.guide-wrapper .sec-guide-item .change-flow ul li.--changed::before {
    content: "変更";
    position: absolute;
    inset: -10px auto auto -10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #D67E47;
}
.guide-wrapper .sec-guide-item .change-flow ul li::after {
    content: "";
    position: absolute;
    inset: auto 0 -17px 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #333;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    margin-top: 6px;
}
.guide-wrapper .sec-guide-item .change-flow ul li:last-child::after {
    content: none;
}
.guide-wrapper .invoice-faq li {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}
.guide-wrapper .invoice-faq li .question {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.guide-wrapper .invoice-faq li .question span:first-of-type {
    font-size: 2.0rem;
    margin-right: 13px;
}
.guide-wrapper .sec-guide-item .container .invoice-faq li p {
    margin-bottom: 0;
}
.guide-wrapper .invoice-faq li .mark {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: auto;
}
.guide-wrapper .invoice-faq li .mark::before, 
.guide-wrapper .invoice-faq li .mark::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s;
}
.guide-wrapper .invoice-faq li .mark::after {
    transform: rotate(-90deg);
}
.guide-wrapper .invoice-faq li .answer {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.guide-wrapper .invoice-faq li .answer span:first-of-type {
    font-size: 2.0rem;
    margin-right: 16px;
}
@media screen and (min-width: 1400px) {
    .guide-wrapper {
        max-width: 1400px;
        padding: 0 150px 0 30px;
        margin: 0 auto 150px;
    }
    .sec-invoice .guide-wrapper {
        
    }
}
@media screen and (max-width: 768px) {
    .guide-wrapper {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .sec-invoice .guide-wrapper {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .guide-wrapper .back-btn {
        display: none;
    }
    .guide-wrapper .column-left {
        display: none;
    }
    .guide-wrapper .column-right {
        width: 100%;
    }
    .guide-wrapper .sec-guide-item {
        padding-top: 50px;
    }
    .guide-wrapper .sec-guide-item h2 {
        font-size: 1.4rem;
    }
    .guide-wrapper .sec-guide-item h3 {
        font-size: 1.4rem;
        margin-top: 30px;
    }
    .guide-wrapper .sec-guide-item .container p {
        font-size: 1.2rem;
    }
    .guide-wrapper .sec-guide-item .container .flex-container {
        flex-flow: column;
    }
    .guide-wrapper .sec-guide-item .container .flex-container p {
        width: 100%;
    }
    .guide-wrapper .sec-guide-item .container .flex-container img {
        width: 100%;
        order: 1;
    }
    .sec-guide-item#pass {
        padding-bottom: 0;
    }
    .guide-wrapper .sec-guide-item .container .clckImg {
        width: 100%;
        padding: 20px;
    }
    .guide-wrapper .sec-guide-item .change-flow {
        width: 100%;
    }
}
.guide-wrapper .sec-guide-item .container img.f-p-mark {
    width: 50px;
    margin: 0;
}

.sec-company .sec-guide-item {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.sec-company .sec-guide-item table {
    width: 100%;
}
.sec-company .sec-guide-item table tr {
    border-bottom: 1px solid #cecece;
}
.sec-company .sec-guide-item table tr:first-child {
    border-top: 1px solid #cecece;
}
.sec-company .sec-guide-item table th {
    width: 240px;
    padding: 24px 0;
    font-weight: 400;
}
.sec-company .sec-guide-item table td {
    padding: 24px 0;
}
@media screen and (max-width:768px) {
    .sec-company .sec-guide-item table tr {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .sec-company .sec-guide-item table th {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .sec-company .sec-guide-item table td {
        padding: 0;
    }
}


/* カタログ */
.sec-catalog .sub-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 65px;
}
.catalog-wrapper ul {
    display: flex;
    justify-content: center;
    max-width: 787px;
    padding: 0 30px;
    margin: 0 auto 70px;
}
.catalog-wrapper ul li {
    width: 30%;
    min-width: 210px;
    margin: 0 10px;
}
.catalog-wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    background-color: #333;
}
.catalog-wrapper ul li p {
    margin-top: 20px;
    letter-spacing: 0;
}
.catalog-web {
    padding: 0 30px;
    margin: 0 auto 120px;
}
.catalog-web p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}
.catalog-web object {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 880px;
}
.catalog-form {
    margin: 0 auto 120px;
}
.catalog-form p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .sec-catalog h2 {
        margin-bottom: 20px;
    }
    .sec-catalog .sub-title {
        margin-bottom: 40px;
    }
    .catalog-wrapper ul {
        flex-wrap: wrap;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .catalog-wrapper ul li {
        margin-bottom: 40px;
    }
    .catalog-wrapper ul li p {
        margin-top: 10px;
    }
}

/* 後払い */
.sec-paid .paid-01 {
    display: block;
    max-width: 627px;
    padding: 0 30px;
    margin: 0 auto 40px;
}
.paid-wrapper {
    max-width: 970px;
    padding: 0 30px;
    margin: 0 auto 150px;
}
.sec-paid-item h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.sec-paid-item .container {
    padding-top: 40px;
    max-width: 700px;
    margin: 0 auto 40px;
}
.sec-paid-item.item-01 img {
    display: block;
    margin-bottom: 60px;
}
.sec-paid-item.item-01 .container p:first-of-type {
    margin-bottom: 40px;
}
.sec-paid-item.item-01 .container p:last-of-type,
.sec-paid-item.item-04 .container p:last-of-type {
    text-align: center;
    line-height: 1.8;
}
.sec-paid-item.item-01 .container p:last-of-type a,
.sec-paid-item.item-04 .container p:last-of-type a {
    border-bottom: 1px solid #333;
}
.sec-paid-item .container .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec-paid-item .container .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 77px;
    margin: 0 20px 30px;
    border: 1px solid #333;
}
.sec-paid-item.item-02 .container ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.sec-paid-item.item-02 .container ul li img {
    width: 20%;
}
.sec-paid-item.item-02 .container ul li .text {
    width: 77%;
}
.sec-paid-item.item-02 .container ul li .text p:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 7px;
}

.sec-paid-item.item-03 .container {
    max-width: 850px;
}
.sec-paid-item.item-03 .container p {
    margin-bottom: 10px;
}
.sec-paid-item.item-03 .container p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
}
.sec-paid-item.item-03 .container table {
    width: 100%;
    background-color: #F7F7F7;
}
.sec-paid-item.item-03 .container table th {
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    height: 100%;
    border: 6px solid #fff;
    padding: 5px;
    letter-spacing: 0;
}
.sec-paid-item.item-03 .container table td {
    vertical-align: middle;
    width: 70%;
    height: 100%;
    border: 6px solid #fff;
    padding: 10px 30px;
    letter-spacing: 0;
}
.sec-paid-item.item-04 .container img {
    margin-bottom: 40px;
}
.paid-wrapper .note {
    max-width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .sec-paid .paid-01 {
        padding: 0 20px;
    }
    .paid-wrapper {
        padding: 0 20px;
    }
    .sec-paid-item h2 {
        font-size: 1.4rem;
    }
    .sec-paid-item .container {
        padding-top: 20px;
        margin: 0 auto 50px;
    }
    .sec-paid-item.item-01 img {
        margin-bottom: 20px;
    }
    .sec-paid-item.item-01 .container p:first-of-type {
        font-size: 1.2rem;
    }
    .sec-paid-item.item-01 .container p:last-of-type, 
    .sec-paid-item.item-04 .container p:last-of-type {
        font-size: 1.2rem;
    }
    .sec-paid-item.item-02 .container ul li {
        margin-bottom: 25px;
    }
    .sec-paid-item.item-02 .container ul li .text {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .sec-paid-item.item-02 .container ul li img {
        width: 27%;
    }
    .sec-paid-item.item-02 .container ul li .text p:first-of-type {
        font-size: 1.6rem;
        margin-bottom: 0;
        width: 70%;
    }
    .sec-paid-item.item-03 .container table th {
        width: 40%;
    }
    .sec-paid-item.item-03 .container table td {
        width: 60%;
        padding: 10px;
    }
    .sec-paid-item.item-04 .container ul {
        margin-bottom: 30px;
    }
    .sec-paid-item.item-04 .container ul li {
        margin-bottom: 20px;
    }
    .sec-paid-item.item-04 .container ul li div {
        font-weight: 700;
        margin-bottom: 7px;
    }
    .sec-paid-item.item-04 .container ul li div span {
        padding: 5px 15px;
        border-radius: 50px;
        color: #fff;
        background-color: #333;
        margin-right: 10px;
    }
    .sec-paid-item.item-04 .container ul li p {
        text-align: left!important;
    }
}


/* サービスサポートトップ */
.support-list {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto 150px;
    padding: 0 30px;
}
.support-item {
    width: 32%;
    height: auto;
    aspect-ratio: 1.4/1;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.support-item a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.support-item img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 5px;
}
.support-item:first-child img {
    width: 42px;
}
.support-item:nth-child(2) img {
    width: 51px;
}
.support-item:last-child img {
    width: 51px;
}
.support-item h2 {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
    .support-list {
        flex-wrap: wrap;
    }
    .support-item {
        width: 48%;
        margin-bottom: 15px;
    }
    .support-list::before, 
    .support-list::after {
        content: "";
        width: 48%;
        order: 1;
    }
}

/* 会員様限定保証 */
.sec-assurance h1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec-assurance h1 span {
    font-size: 1.4rem;
    color: #FF9404;
    display: block;
    padding: 3px 23px;
    border-radius: 50px;
    border: 3px solid #FF9404;
    margin-bottom: 5px;
}
.assurance-wrapper {
    margin-bottom: 150px;
}
.sec-assurance-item {
    max-width: 1160px;
    margin: 0 auto 30px;
    padding: 0 30px;
}
.sec-assurance-item h3 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.sec-assurance-item .container {
    padding-top: 20px;
}
.sec-assurance-item.item-00 {
    position: relative;
    max-width: none;
    padding: 0;
    background-color: #ECF1F8;
    margin-bottom: 220px;
}
.sec-assurance-item.item-00::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 115px;
    background-color: #ECF1F8;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec-assurance-item.item-00 .wrapper {
    position: relative;
    padding: 60px 30px 0;
}
.sec-assurance-item.item-00 .wrapper::after {
    content: "対象期間 商品のお届け日から1年間";
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #29446C;
    border-radius: 100px;
    border: 3px solid #29446C;
    background-color: #fff;
    width: 448px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.sec-assurance-item.item-00 h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto 26px;
}
.sec-assurance-item.item-00 h2 .orange {
    color: #FF9402;
    font-weight: 700;
}
.sec-assurance-item.item-00 small {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin: 0 auto 80px; 
}
.sec-assurance-item.item-00 .list-title {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto 30px; 
}
.sec-assurance-item.item-00 ul {
    max-width: 380px;
    margin: 0 auto;
}
.sec-assurance-item.item-00 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.sec-assurance-item.item-00 ul li:nth-child(2) {
    flex-direction: row-reverse;
}
.sec-assurance-item.item-00 ul li img {
    width: 27%;
    object-fit: contain;
}
.sec-assurance-item.item-00 ul li p {
    width: 67%;
    font-size: 1.6rem;
}
.sec-assurance-item.item-01 {
    margin-bottom: 80px;
}
.sec-assurance-item.item-01 .wrapper {
    margin-bottom: 30px;
}
.sec-assurance-item.item-01 .title-sign {
    position: absolute;
    top: -86px;
}
.sec-assurance-item.item-01 .title-sign p {
    position: relative;
    font-size: 2.0rem;
    color: #29446C;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    border: 3px solid #29446C;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-assurance-item.item-01 .title-sign p::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #29446C;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(38deg);
}
.sec-assurance-item.item-01 .title {
    position: relative;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}
.sec-assurance-item.item-01 .title span {
    position: relative;
}
.sec-assurance-item.item-01 .title span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-color: #ECF1F8;
    border-radius: 10px;
    width: 100%;
    height: 12px;
    z-index: -1;
}
.sec-assurance-item.item-01 small {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin-bottom: 80px;
}
.sec-assurance-item.item-01 small a {
    font-weight: 700;
    border-bottom: 1px solid #333;
}
.sec-assurance-item.item-01 .orange {
    color: #FF9402;
    font-weight: 700;
}
.sec-assurance-item.item-01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.sec-assurance-item.item-01 ul li {
    width: 31.6%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    background-color: #ECF1F8;
    border-radius: 5px;
    padding: 24px 20px 35px;
}
.sec-assurance-item.item-01 ul li .title {
    font-size: 2.0rem;
    margin-bottom: 0;
}
.sec-assurance-item.item-01 ul li p:nth-of-type(2) {
    font-size: 1.6rem;
    margin-top: 12px;
}
.sec-assurance-item.item-01 ul li small {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}
.sec-assurance-item.item-01 ul li p.note {
    font-size: 1.2rem;
    text-align: center;
}
.sec-assurance-item.item-01 .memberonly-text {
    text-align: center;
}
.sec-assurance-item.item-01 span.memberonly-text {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}
.sec-assurance-item.item-03 .orange {
    color: #FF9402;
    font-weight: 700;
}
.sec-assurance-item.item-03 ul {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 20px 0;
}
.sec-assurance-item.item-03 ul li {
    width: 48.6%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #ECF1F8;
    border-radius: 5px;
    padding: 20px 20px;
}
.sec-assurance-item.item-03 ul li .title {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 10px;
}
.sec-assurance-item.item-03 ul li p:first-of-type {
    font-size: 1.6rem;
}
.sec-assurance-item.item-03 ul li p.note {
    font-size: 1.2rem;
    margin-top: 10px;
}
.sec-assurance-item.item-04 ul {
    display: flex;
    justify-content: flex-end;
    max-width: 820px;
    margin: 15px auto;
}
.sec-assurance-item.item-04 ul li {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #ECF1F8;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-assurance-item.item-04 ul li:first-child {
    margin-right: 10px;
    color: #FF9402;
}
.sec-assurance-item.item-04 ul li:last-child {
    color: #29446C;
}
.sec-assurance-item.item-04 img {
    display: block;
    max-width: 820px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .sec-assurance h1 {
        font-size: 2.0rem;
        margin-bottom: 60px;
    }
    .sec-assurance-item h3 {
        font-size: 1.4rem;
    }
    .sec-assurance-item {
        padding: 0 20px;
    }
    .sec-assurance-item.item-00 {
        margin-bottom: 80px;
    }
    .sec-assurance-item.item-00::after {
        height: 60px;
    }
    .sec-assurance-item.item-00 .wrapper {
        padding: 60px 20px 5px;
    }
    .sec-assurance-item.item-00 .wrapper::after {
        content: "対象期間\A商品のお届け日から1年間";
        white-space: pre;
        font-size: 1.6rem;
        width: 278px;
        height: 68px;
        top: -34px;
    }
    .sec-assurance-item.item-00 h2 {
        font-size: 2.4rem;
        margin: 0 auto 10px;
    }
    .sec-assurance-item.item-00 small {
        font-size: 1.2rem;
        margin: 0 auto 40px;
    }
    .sec-assurance-item.item-00 .list-title {
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .sec-assurance-item.item-00 ul li p {
        width: 68%;
        font-size: 1.4rem;
    }
    .sec-assurance-item.item-01 {
        padding: 0;
        margin-bottom: 45px;
    }
    .sec-assurance-item.item-01 .wrapper {
        padding: 30px 20px 0;
        margin-bottom: 10px;
    }
    .sec-assurance-item.item-01 .title {
        font-size: 2.0rem;
        text-align: right;
        margin-bottom: 12px;
    }
    .sec-assurance-item.item-01 .title-sign {
        top: -66px;
        left: -15px;
    }
    .sec-assurance-item.item-01 .title-sign p {
        font-size: 1.6rem;
        width: 94px;
        height: 94px;
    }
    .sec-assurance-item.item-01 .title-sign p::after {
        width: 20px;
    }
    .sec-assurance-item.item-01 .title span::after {
        bottom: -2px;
    }
    .sec-assurance-item.item-01 small {
        margin-bottom: 40px;
    }
    .sec-assurance-item.item-01 ul {
        flex-flow: column;
    }
    .sec-assurance-item.item-01 ul li {
        width:100%;
        padding: 20px 18px 32px;
        margin-bottom: 16px;
    }
    .sec-assurance-item.item-01 ul li .title {
        font-size: 1.8rem;
        margin-bottom: 4px;
    }
    .sec-assurance-item.item-01 ul li p.note {
        font-size: 1.0rem;
    }
    .sec-assurance-item.item-01 .memberonly-text {
        text-align: left;
        padding: 0 20px;
    }
    .sec-assurance-item.item-01 span.memberonly-text {
        text-align: center;
    }
    .sec-assurance-item.item-03 ul {
        display: block;
    }
    .sec-assurance-item.item-03 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-assurance-item.item-04 ul li {
        font-size: 1.4rem;
        width: 90px;
        height: 28px;
    }
}

/* お問い合わせ */
.contact-wrapper.guide-wrapper {
    display: block;
    max-width: 1160px;
    padding: 0 30px;
}
.guide-wrapper .sec-guide-item .container a img {
    width: 37px;
    margin-right: 7px;
}
.fs-form-wrapper {
    max-width: 800px;
    margin: 100px auto 70px;
}
.fs-tel-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.fs-tel-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 48.3%;
    padding: 22px 25px 26px;
    background-color: #F7F7F7;
    border-radius: 5px;
    text-align: center;
}
.contact-wrapper.guide-wrapper .fs-tel-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    margin-bottom: 12px;
}
.contact-wrapper.guide-wrapper .fs-tel-item p {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.contact-wrapper.guide-wrapper .fs-tel-item p:last-child {
    margin-bottom: 0;
}
.contact-wrapper .more-btn {
    width: 366px;
    height: 88px;
}
.contact-wrapper .more-btn a {
    font-weight: 700;
}
@media screen and (max-width:768px) {
    .contact-wrapper.guide-wrapper {
        padding: 0 20px;
    }
    .fs-form-wrapper {
        margin: 30px auto 70px;
    }
    .contact-wrapper .more-btn {
        width: 300px;
        height: 75px;
    }
    .fs-tel-wrapper {
        flex-flow: column;
        align-items: center;
    }
    .fs-tel-item {
        width: 100%;
        padding: 22px 20px;
    }
    .fs-tel-item:first-child {
        margin: 20px
    }
    .contact-wrapper.guide-wrapper .fs-tel-item p {
        font-size: 1.4rem;
    }
}