@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-size: 1.6rem;
    /* 16px*/
    line-height: 1.625;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #000;
}

header {
    width: 100%;
    margin: 0px auto;
    padding: 0px 40px;
    text-align: center;
    background-color: #000;
}

header .inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}

header .inner .logo {
}

header .inner .logo a {
}

header .inner .logo a img {
    /*width: 58px;*/
    width: 140px;
    height: auto;
    padding: 15px 0;
}

header .inner .head_ling {
}

header .inner .head_ling ul {
    display: flex;
    align-items: center;
}

header .inner .head_ling ul li {
}

header .inner .head_ling ul li:not(:last-child) {
    margin-right: 10px;
}

header .inner .head_ling ul li a {
    color: #fff;
    text-decoration: none;
}
header .inner .head_ling ul li.active a {
    color: #fff;
    text-decoration: underline;
}
header .inner .head_ling ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


header .inner .head_ling ul li a img {
}

.fv {
    background-image: url(img/head_back.jpg);
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
}

.fv .inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    justify-content: center;
}

.fv .inner h1 {
}

.fv .inner h1 img {
    width: 310px;
    height: auto;
}

.fv .inner .logo {
    margin-top: 30px;
}

.fv .inner .logo img {
    width: 160px;
    height: auto;
}

.fv .inner h2 {
    margin-top: 20px;
    font-size: 2.6rem;
    font-weight: bold;
}

.fv .inner p {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

/* .contents {
    padding: 0px 20px;
} */

.contents .about {
}

.contents .inner {
    max-width: 800px;
    margin: 80px auto 80px;
}

.contents h2 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.contents .about p {
    font-size: 1.4rem;
    margin-top: 20px;
}

.contents p.mini {
    font-size: 1.2rem;
}

.contents .news {
}

.contents .news .box {
    padding: 10px 30px;
    border: 1px solid #fff;
}

.contents .news .box .detail {
    font-size: 1.4rem;
}

.contents .news .box .detail .rd {
    color: #ff0000;
}

.contents .step {
}

.contents .step ul {
    display: flex;
    width: 800px;
    justify-content: space-between;
}

.contents .step ul li {
    width: 140px;
}

.contents .step ul li .img_box {
    background-color: #fff;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents .step ul li .img_box .step5_img {
    width: 90px;
    height: auto;
}

.contents .step ul li h3 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.contents .step ul li p {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: center;
}

.step1 {
    margin-top: 60px;
}

.step1 h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.contents .step1 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 200px;
    gap: 25px;
}

.contents .step1 ul li {
    width: 140px;
    height: 200px;
    position: relative;
}


.contents .step1 ul li input[type=radio] {
    display: none;
}

/*
.contents .step1 ul li label{
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 200px;
    padding: 12px;
    cursor: pointer;
}
*/
.contents .step1 ul li label {
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 200px;
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nb_img img {
    height: 120px;
}

.contents .step1 ul li input[type="radio"]:checked + label {
    border: 5px solid #ff0000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    padding: 8px;
}

.contents .step1 ul li .titles {
    margin-top: 5px;
    font-size: 1.2rem;
}

.step1 h3:nth-of-type(2) {
    margin-top: 80px;
}

.step1 h3:nth-of-type(n+3) {
    margin-top: 25px;
}

.contents .step1 ul li input[type="radio"]:disabled + label {
    background-color: #2d2d2d;
    pointer-events: none;
    opacity: 0.5;
}

.clear_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.clear_bt .bt {
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.result_box {
    width: 800px;
    margin-top: 100px;
}

.result_box h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.result_box .box_inner {
    border: 1px solid #fff;
    padding: 20px;
}

.result_box .box_inner .rows {
    display: flex;
}

.result_box .box_inner .rows .imgs {
    width: 50%;
    padding: 20px;
}

.result_box .box_inner .rows .imgs img {
}

.result_box .box_inner .rows .texts {
    width: 50%;
    padding: 20px;
}

.result_box .box_inner .rows .texts .lists {
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.result_box .box_inner .rows .texts .lists .titles {
    width: 11em;
    margin-right: 1em;
}

.result_box .box_inner .rows .texts .lists .names {
    width: 100%;
}

.next_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.next_bt input {
    padding: 10px 40px;
    border: none;
    background-color: #ff0000;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.next_bt input[type="submit"][disabled] {
    padding: 10px 40px;
    border: none;
    background-color: #787878;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    cursor: not-allowed;
}

footer {
    background-color: #000;
}

footer .footer_inner {
}

footer .footer_inner #footerline02 {
    margin: auto;
    text-align: center;
    padding: 15px 0 40px;
}

footer .footer_inner #footerline02 #footernav {
}

footer .footer_inner #footerline02 #footernav li.first_ {
    border-left: none;
}

footer .footer_inner #footerline02 #footernav li {
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    display: inline;
    /* border-left: 1px solid #CCC; */
}

footer .footer_inner #footerline02 #footernav li a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

footer .footer_inner #footerline02 #footernav li a:hover {
    text-decoration: underline;
}

footer .footer_inner #footerline03 {
    display: flex;
    justify-content: center;
    background: #fff;
}

footer .footer_inner #footerline03 .inner{max-width: 800px;margin: 10px auto 10px;display: flex;width: 100%;justify-content: space-between;}


footer .footer_inner #footerline03 p {
    display: flex;
    font-size: 1.4rem;
    color: #000;
    align-items: center;
}

footer .footer_inner #footerline03 p img {
    margin-right: 0px;
    width: 130px;
    height: auto;
}

/* STEP2 */
.input_box {
    margin: 60px auto 60px;
}

.input_box .input_box_item {
    display: flex;
    align-items: center;
}

.input_box .input_box_item .titles {
    width: 10em;
    font-size: 1.6rem;
}

.input_box .input_box_item .titles span {
    color: #ff0000;
}

.input_box .input_box_item .details {
    width: 100%;
    padding: 20px;
}

.input_box .input_box_item .details input {
    width: 100%;
    border: 1px solid #fff;
    height: 40px;
    padding: 10px;
}

.back_bt {
    margin: 80px auto 120px;
    display: flex;
    justify-content: center;
}

.back_bt a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
}

.back_bt a:hover {
    text-decoration: underline;
}

.back_bt input {
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.back_bt input:hover {
    text-decoration: underline;
}

.step4 .pdf_dl {
    margin-top: 60px;
}

.step4 .pdf_dl a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff0000;
    width: 400px;
    margin: auto;
    padding: 14px;
    color: #fff;
    text-decoration: none;
}

.step4 .pdf_dl a img {
    margin-right: 10px;
}

.step4 .custom_id {
    margin-top: 100px;
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.step4 .custom_id .custom_id_num {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.step4 .custom_id .custom_id_num .copy-text {
    color: #ff0000;
}

.step4 .custom_id #js-copy {
    margin: 40px auto 0px;
    text-align: center;
    cursor: pointer;
}

.step4 .custom_text {
    margin: 40px auto;
    text-align: center;
}

.step4 .custom_text span {
    color: #ff0000;
}

.step4 .imgs {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.step4 .imgs img {
}

.step4 .cart_link {
    margin-top: 60px;
}

.step4 .cart_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff0000;
    width: 400px;
    margin: auto;
    padding: 14px;
    color: #fff;
    text-decoration: none;
}

.step4 .cart_link a img {
    margin-right: 10px;
}

.step4 .cart_link p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
}

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

    header {
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: center;
    background-color: #000;
    }
header .inner .head_ling ul li:nth-child(2),
    header .inner .head_ling ul li:nth-child(3),
        header .inner .head_ling ul li:nth-child(4),
            header .inner .head_ling ul li:nth-child(5),
            header .inner .head_ling ul li:nth-child(6) {
        display: none;
    }
    header .inner .logo a img {
        width: 80px;
        height: auto;
    }
    footer .footer_inner #footerline02 #footernav {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 15px;
    }
    footer .footer_inner #footerline02 #footernav li {
        height: auto;
        line-height: 18px;
        padding: 0 10px;
        display: inline;
        /* border-left: 1px solid #CCC; */
        margin-bottom: 20px;
    }
    footer .footer_inner #footerline03 .inner {
        max-width: 800px;
        margin: 10px auto 10px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0px 20px;
    }
    .fv .inner {
        max-width: 1000px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        justify-content: center;
        padding: 10px;
    }

    .fv .inner h2 {
        margin-top: 20px;
        font-size: 2.0rem;
        font-weight: bold;
    }

    .fv .inner p {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }

    .contents {
        padding: 0px 20px;
    }

    .contents .step ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .contents .step ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .contents .step ul li .img_box {
        background-color: #fff;
        width: 98%;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .result_box {
        width: 100%;
        margin-top: 100px;
    }

    .result_box .box_inner .rows {
        display: flex;
        flex-direction: column;
    }

    .result_box .box_inner .rows .texts {
        width: 100%;
        padding: 20px;
    }

    .result_box .box_inner .rows .imgs {
        width: 100%;
        padding: 20px;
    }
    .step1 h3 {
        margin-bottom: 20px;
        margin-top: 60px;
    }
    .contents .step1 ul {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }

    .contents .step1 ul li {
        width: 100%;
        margin-bottom: -1px;
    }

    .contents .step1 ul li label {
        width: 100%;
    }

    .contents .step1 ul li input[type="radio"]:checked+label {
        width: 100%;
    }

    .step4 .pdf_dl a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff0000;
        width: 100%;
        margin: auto;
        padding: 14px;
        color: #fff;
        text-decoration: none;
    }

    .step4 .custom_id {
        margin-top: 100px;
        background: #fff;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
    }

    .step4 .custom_id .custom_id_num {
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .step4 .cart_link a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff0000;
        width: 100%;
        margin: auto;
        padding: 14px;
        color: #fff;
        text-decoration: none;
    }
}
