@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: #007bda;
}
a:hover{
filter: brightness(1.2);
}
table{
    border-collapse: collapse;
    width: 100%;
}

#entry,
#confirm{
display: none;
}

/*header
----------------------------------------------------------------*/
header{
    background:linear-gradient(90deg, #FFF,#FFF calc(50% + 430px),#0093fa calc(50% + 431px));
    position: relative;
    font-family:'Noto Sans JP',YuGothic, "Yu Gothic medium", "游ゴシック", "Hiragino Sans", Meiryo, "sans-serif";
}

header div{
    max-width: 1600px;
    margin: 0 auto;
    padding:2.5em 110px;
    background:url(../img/header_img.svg) no-repeat right center / auto 107%;
}

header #h_ttl{
    display: inline-grid;
    grid-template-columns:14em 1fr;
    column-gap: 2em;
    line-height: 1;
    align-items: center;
    font-style: oblique;
}
header #h_ttl img{
    grid-row: 1 / 3;
}
header #h_ttl span:first-of-type{
    font-size: 4.5em;
    color: #003894;
    font-weight: 900;
    letter-spacing: -0.01em;
}
header #h_ttl span:last-of-type{
    font-size: 2.5em;
    font-weight: 900;
    text-align: right;
    letter-spacing:-0.02em;
}
header #h_ttl span:last-of-type b{
    font-weight: 900;
    font-size: 1.2em;
}

header h1{
    margin:0.5em 0;
    font-size: 3.75em;
    font-weight: 900;
    color: #007bda;
    font-style: oblique;
}
header h1 b{
    font-size: 1.2em;
    font-weight: 900;
    margin-left: 0.25em;
}
header p:last-child{
    font-size: 1.25em;
    font-weight: 700;
}

/*main
----------------------------------------------------------------*/
main section{
    padding:1.5em 0 3em;
}

main form > section:nth-of-type(3n+2){
    background-color: #e6eef4;
}
main form > section:nth-of-type(3n+1){
    background-color:/*#bacfdd*/ #d0dee7;
}

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: #0093fa;
}

/*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{
    position: absolute;
    top:0;
    left:0.5em;
    color: #0093fa;
    font-size: 1.75em;
}


#flow > ol >li:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: #0093fa 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:#0093fa;
    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;
}
#flow > p{
    width: 96%;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    font-weight: bold;
    gap: 0.5em;
}
#flow > p span:first-child{
    background-color:#d0100f;
    color: #fff;
    padding: 0 0.5em;
    border-radius: 0.25em;
}
/*preparation
------------------------*/
#preparation h2 + p{
    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%;
}
#preparation .num_icon{
    place-content: center;
    color: #fff;
    background-color: #0093fa;
    border-radius: 50%;
}

#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:8em 1fr;
    gap:0.2em 1.5em;
    min-height: 8em;
    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;
    line-height: 1;
    display: grid;
}

#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-size: 1.125em;
font-weight: bold;
line-height: 1.4;
}
#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: #0093fa;
    margin-right: 0.5em;
    vertical-align: middle;
}
#preparation div p{
    font-size: 1.125em;
    font-weight: bold;
}
#preparation div .num_icon{
    display: inline-grid;
    width:1.7em;
    margin: 0 0.25em;
}

/*select_pc
------------------------*/
#select_pc ul{
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:3em 3%;
    list-style: none;
}

#select_pc ul li{
    display: grid;
    grid-template-rows: 1fr auto;
    gap:1em;
    justify-items: center;
    padding: 0.625em;
}



#select_pc ul li img{
    width: 200px;
    margin-top: 2em;
}


#select_pc ul li label{
    color: #fff;
    background-color: #0093fa;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25em;
    padding:0.625em 1.25em;
    border-radius:3.75em;
    width: 100%;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    font-size: 1.2em;
}

#select_pc ul li label:hover{
    filter: brightness(1.2);
    }


#select_pc ul li label b{
    display: block;
    font-size: 1.3em;
    margin: 0.1em 0 0.3em;
}
#select_pc ul li label >span >span{
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.25em 0.5em;
    border-radius: 075em;
    background-color: #ecff9a;
    color:#007bda;
    min-width: 5.5em;
    text-align: center;
}
#select_pc input:checked::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    border: #fff 5px solid;
    background-color: #ff4081;
    border-radius: 50%;
    position: relative;
    margin: -0.75em 0 0 -0.75em;
}

/*entry
------------------------*/
#entry h2{
    margin-bottom: 0.5em;
}
#entry p{
    width: 96%;
    max-width: 700px;
    margin:0 auto 1.5em;
    text-align: center;
}
#entry input{
    width:100%;
    font-size: 1.2em;
}
/*confirm
------------------------*/

#confirm table{
    width: 96%;
    max-width: 900px;
    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:1520px){
header div{
    max-width: 1500px;
    padding:2.5em 7.3%;
    background:url(../img/header_img.svg) no-repeat 107% center / auto 107%;
    font-size: 1.06vw;
}
}
@media only screen and (max-width:1280px){
    header{
        background:linear-gradient(90deg, #FFF,#FFF 75%,#0093fa 75%);
    }
    header div{
        padding:2.5em 7.3% 2.5em 3%;
    }
    #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 ul{
    font-size:1em;
}
#select_pc ul li {
    border-radius: 2em;
}
#select_pc ul li img{
    width: 90%;
    margin: 1em auto 0;
}
#select_pc ul li label{
    font-size: 1em;
    line-height: 1.2;
    border-radius: 2em;
}
}

@media only screen and (max-width:768px){
    header p:last-child{
        font-size: 1.75em;
        padding-right: 40%;
    }
    #preparation .pre_item > li{
    grid-template-columns:6em 1fr;
    padding-right: 2.5em;
    border-radius: 2.5em;
    }
    #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 ul{
        font-size: 2vw;
    }

    #entry p{
        font-size: 0.875em;
    }
    #confirm table{
        font-size: 0.875em;
    }
    
    #confirm table +  p input{
        font-size: 1.5em;
    }
}
@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: #0093fa 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 ul {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    gap: 1em;
    font-size: 0.75em;
}
#select_pc ul li img{
    width: 150px;
}
#confirm table +  p input{
    font-size: 5vw;
}
}