@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html{
    background-color: #012e76;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}


body, button, input, select, textarea {
    font-family: YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    box-sizing: border-box;
}
input{
    padding: 0.5em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 0;
}

a{
    color: #00a0e2;
}
a:hover{
filter: brightness(1.2);
}
table{
    border-collapse: collapse;
    width: 100%;
}

#entry,
#confirm{
display: none;
}

/*header
----------------------------------------------------------------*/
header{
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    padding: 2em 0.5em 0 2em;
    margin-bottom: -1em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

header div{
    max-width: 1600px;
    margin: 0 auto;
    padding:0 0 4em;
    background:url(../img/header_img.png) no-repeat right bottom / contain;
}

header div #h_logo{
    width: 15%;
    max-width: 200px;
}
header h1{
    margin:1em 0;
    font-size: 2.875em;
    font-weight: 900;
    color: #000;

}

header p:last-child{
    font-size: 1.375em;
    font-weight: 900;
    color: #00a0e2;
}

/*main
----------------------------------------------------------------*/
main section{
    padding:1.5em 0 3em;
}


main form > section:nth-of-type(4n+1){
    background-color:/*#bacfdd*/ #b9ebff;
}
main form > section:nth-of-type(4n+2){
    background-color: #cbd2d4;
}
main form > section:nth-of-type(4n+3){
    background-color: #e2e9ec;
}
main h2{
    width: 96%;
    margin: 0 auto 1em;
    text-align: center;
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 2.25em;
    font-weight: 500;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main h2::after{
    content: "";
    display: block;
    width: 10em;
    height: 3px;
    max-width: 100%;
    margin-top: 0.35em;
    background-color: #000;
}
main p.cont_sentence{
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
    font-size: 1.125em;
    position: relative;
    margin: -1em auto 0;
    width: 96%;
}
/*flow
------------------------*/

#flow > ol{
    width: 96%;
    max-width: 1280px;
    margin:2.5em auto 1.5em;
    list-style: none;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap:2em;
}

#flow > ol > li{
    background-color: #fff;
    padding:2.75em 1.75em;
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    border-radius: 1em;
    display: grid;
    place-content: center;
    line-height: 1.4;
}

#flow > ol >li:nth-child(2){
    padding-bottom:1.75em;
    display: block;
}
#flow > ol >li:nth-child(3){
    padding-bottom: 1.75em;
}
#flow > ol >li img{
    width: auto;
    height: 1em;
    margin-left: 0.5em;
}


#flow > ol >li span:first-child{
    position: absolute;
    top:0;
    left:0.5em;
    color: #000;
    font-size: 1.75em;
}

#flow > ol >li span.setsumei{
font-size: 0.65em;
font-weight: normal;
display: block;
margin-top:1.5em;
}


#flow > ol >li:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: #000 0.75em solid;
    border-bottom: transparent 1em solid;
    border-top: transparent 1em solid;
    top: calc(50% - 1em);
    right: -1.15em;
}

#flow > ol >li:first-child{
    background-color:#00a0e2;
    color: #fff;
}

#flow > ol >li:first-child span{
    color: #fff;
}
#flow > ol >li > ul{
    margin-top: 0.5em;
}
#flow > ol >li > ul > li{
    list-style: none;
    font-size: 0.65em;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

/*preparation
------------------------*/

#preparation .num_icon{
    display:inline-grid;
    place-content: center;
    color: #fff;
    background-color: #00a0e2;
    border-radius: 50%;
    line-height: 1;
    padding: 0.25em 0.5em;
    margin: 0 0.25em;
}

#preparation .pre_item{
    width: 96%;
    max-width: 1060px;
    margin:2.5em auto;
}

#preparation .pre_item > li{
    list-style: none;
    position: relative;
    background-color: #fff;
    display: grid;
    grid-template-columns:9em 1fr;
    gap:0.2em 1.5em;
    min-height: 9em;
    border-radius:4.5em;
    margin-bottom: 5.5em;
    padding-right:4em;
}
#preparation .pre_item > li > .num_icon{
    grid-row: 1 / 3;
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    font-size: 3em;
    display: grid;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
}

#preparation .pre_item > li ul{
    position: absolute;
    left: 15.85%;
    top: calc(100% + 0.35em);
    list-style: none;
    font-size: 0.875em;
    padding-left: 1.25em;
    text-indent: -1.25em;
}

#preparation .pre_item > li b{
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    font-size: 1.875em;
    display: grid;
    align-items: end;
}
#preparation .pre_item > li b + span{
font-weight: bold;
line-height: 1.2;
}
#preparation div{
    width: 96%;
    max-width: 1060px;
    margin:2.5em auto;
    background-color: #fff;
    border-radius: 3em;
    padding:1.5em 2.5em;
}

#preparation div h3{
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom:0.8em;
}
#preparation div h3::before{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: #00a0e2;
    margin-right: 0.5em;
    vertical-align: middle;
}
#preparation div p{
    font-size: 1.125em;
    font-weight: bold;
}

/*select_pc
------------------------*/
#select_pc > div{
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(auto, 250px) 1fr;
    gap: 3%;
}
#select_pc table{
    width: 100%;
}
#select_pc  table th,
#select_pc table td{
    padding: 0.5em;
    border:#e2e9ec 2px solid;
}
#select_pc table th{
    background-color:#00a0e2 ;
    color: #fff;
}
#select_pc table td{
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
}
#select_pc input:checked::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: #cbd2d4 5px solid;
    background-color: #ff4081;
    border-radius: 50%;
    position: relative;
    margin: -0.75em 0 0 -0.75em;
}

#select_pc > div + p {
    text-align: center;
    width: 96%;
    margin:4em auto;
}
#select_pc > div +  p input{
    color: #fff;
    font-size: 1.875em;
    font-weight: bold;
    background-color: #00a0e2;
    padding:0.5em 1em;
    border-radius: 1.2em;
    text-align: center;
    border: none;
    width: 12em;
    line-height: 1.4;
}
#select_pc > div +  p input:hover{
    filter: brightness(1.2);
}
#select_pc .goods_alert{
    color: #d10000;
    font-weight: bold;
}
/*confirm
------------------------*/

#confirm table{
    width: 96%;
    max-width: 830px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 1.25em;
}

#confirm table th,
#confirm table td{
padding: 0.5em;
    border: #e6eef4 2px solid;
    font-weight: normal;
    text-align: left;
    word-break: break-all;
    vertical-align: middle;
}

#confirm table th{
    background-color: #46667d;
    vertical-align: middle;
    color: #fff;
}
#confirm table th span{
    display: block;
    font-size: 0.7em;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
#confirm table + p {
    text-align: center;
    width: 96%;
    margin:4em auto;
}
#confirm table +  p input{
    color: #fff;
    font-size: 1.875em;
    font-weight: bold;
    background-color: #0093fa;
    padding:0.5em 1em;
    border-radius: 1.2em;
    text-align: center;
    border: none;
    width: 12em;
    line-height: 1.4;
}
#confirm table +  p input:hover{
    filter: brightness(1.2);
}
#model{
    display: block;
}
/*footer
----------------------------------------------------------------*/
footer{
    background-color: #003894;
    padding:2em 0 0;
}

footer > *{
    width: 96%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

footer a{
    color: #fff;
    text-decoration: underline;
}

footer ul{
    margin-top: 2em;
}
footer ul li{
    display: inline-block;
    padding: 0 1em 0 0;
}
footer ul li::before{
    content: "";
    width: 1px;
    height: 1em;
    background-color: #fff;
    display: inline-block;
    margin-right: 1em;
}

footer ul li:first-child::before{
    display:none;
}


footer ul + p{
    width: 100%;
    padding: 0.75em;
    font-size: 0.75em;
    color: #9bafcf;
    background-color: #012e76;
    margin-top: 2em;
}


#to_page_top{
    position: fixed;
    bottom:200px;
    right: 100px;
    width: 5em;
    height: 5em;
}

#to_page_top a{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 3em;
    font-weight: 700;
    text-decoration: none;

}

#to_page_top a:hover{
    opacity: 0.8;
}


/*--------------------------------------------------------------------------
メディアクエリ
--------------------------------------------------------------------------*/
@media only screen and (max-width:1660px){
    header {
    font-size: 0.964vw;
    }
header div{
    background-size: 50%;
}
}
@media only screen and (max-width:1280px){

    #flow ol li br{
        display: none;
    }
    #select_pc ul{
        font-size: 1.25vw;
    }
}
@media only screen and (max-width:1110px){
    #preparation .pre_item > li{
        font-size: 1.25vw;
        margin-bottom:4.25rem ;
    }
    #preparation .pre_item > li:first-child{
        margin-bottom: 5.5rem;
    }
    #preparation .pre_item > li ul{
        font-size: 0.875rem;
    }
}
@media only screen and (max-width:980px){
main h2{
    font-size: 3.67vw;
}
#flow ol{
    font-size:1.63vw;
}
#preparation h2 + p{
    font-size:0.875em;
}

#preparation .pre_item > li{
    font-size: 0.75em;
    margin-bottom:4.25em ;
    line-height: 1.4;
    grid-template-rows: auto 1fr;
    align-items: start;
}
#preparation .pre_item > li:first-child{
    margin-bottom: 7em;
}

#preparation .pre_item > li > .num_icon{
    padding: 0.8em;
}
#preparation .pre_item > li b{
    margin-top: 0.75em;
}
#preparation .pre_item > li ul{
    font-size: 1em;
}

#preparation div{
    font-size:0.875em ;
}
#preparation div h3{
    font-size: 1.2em;
    margin-bottom:0.8em;
}

#preparation div p{
    font-size: 1em;
}
#select_pc td{
    font-size:0.875em;
}

}

@media only screen and (max-width:768px){
    header {
    font-size: 1.25vw;
    }
header div{
    background-size:40%;
    padding-right:40%;
}
header h1{
    margin:0.75em 0;
}

    #preparation .pre_item > li{
    grid-template-columns:6em 1fr;
    padding-right: 2.5em;
    border-radius: 3em;
    }
    #preparation .pre_item > li > .num_icon{
        padding: 0.5em;
    }

    #preparation .pre_item > li b{
        font-size: 1.5em;
        margin-top: 0.5em;
    }
    #preparation .pre_item > li b + span{
        font-size: 1.125em;
        padding-bottom:0.5em ;
        }
        #preparation div{
            border-radius: 2.5em;
        }
    #select_pc div{
        grid-template-columns: 1fr;
        justify-items: center;
    }

#select_pc div p img{
    max-width: 200px;
}

    #confirm table{
        font-size: 0.875em;
    }
    
    #confirm table +  p input{
        font-size: 1.5em;
    }
}

@media only screen and (max-width:600px){
    header {
        font-size: 0.5em;
    }
    header div{
        background: none;
        padding-right:0;
}
 header h1 br{
    display: none;
}
header div #h_logo{
    width:25%;
}
}

@media only screen and (max-width:480px){
/*flow
------------------------*/
#flow > ol{
    display: block;
    font-size: 0.75em;
    max-width: 300px;
}

#flow > ol > li{
    margin-bottom:1.5em;
    padding:2em 1.75em;
}


#flow > ol > li:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: #000 0.75em solid;
    border-bottom:none;
    border-left: transparent 1em solid;
    border-right: transparent 1em solid;
    top: calc(100% + 0.35em);
    right:calc(50% - 1em);
}
    #preparation .pre_item {
        margin: 1.5em auto;
    }
    #preparation .pre_item > li{
        grid-template-columns:4em 1fr;
        }
        #preparation .pre_item > li > .num_icon{
            font-size: 2em;
        }

#preparation .pre_item > li:first-child{
    margin-bottom:9em;
}
#preparation .pre_item > li:nth-child(n + 2){
    margin-bottom: 1.5em;
}

#preparation .pre_item > li b{
    font-size: 1.25em;}
#preparation .pre_item > li b + span{
    font-size: 1em;
    }

#preparation div{
    margin: 1.5em auto;
}
#select_pc th,
#select_pc td{
    font-size:0.75em;
    word-break: break-all;
}
#confirm table +  p input{
    font-size: 5vw;
}
}