* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    color: #231815;
    background-color: #000;
    /* background-image: url(../images/bg_top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; */
}
body {
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
    background-color: transparent;
  }
  
 body::before {
    content: '';
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../images/bg_top.png);
    background-size: contain;
    background-attachment: fixed;
  }
/* body::before,
body::after{
    content:'';
    display: block;
    width: 60vw;
    height: 70vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 0;
}
body::before{
    background-image: url(../images/bg_top.png);
    top: 0;
    left: 0;
    background-position: top left;
}
body::after{
    background-image: url(../images/bg_bottom.png);
    bottom: 0;
    right: 0;
    background-position: bottom right;
} */
img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
ul,li{    
    list-style-type: none;
}

.larger {
    font-size: 150%;
    font-weight: 700;
    color: #df1111;
}
.small{
    font-size: 80%;
}

.notice {
    color: #dc040e;
}
.container {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
label {
    display: inline-block;
    margin-right: 20px;
}

.inr{
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}


/* --------------------

form contents

-------------------- */

input[type=text] {
    font-size: 100%;
    width: 100%;
    padding: 6px;
    border: 2px solid #d6dae3;
    border-radius: 4px;
}
input[name=zip1] {
    width: 50px;
}
input[name=age],
input[name=card_num1],
input[name=card_num2],
input[name=card_num3],
input[name=tel0],
input[name=tel1],
input[name=tel2],
input[name=zip2] {
    width: 60px;
}
input[name=price] {
    width: 100px;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 5px;
}
.select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.select-wrap:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    border: 0;
    border-right: solid 2px #6d93e5;
    border-bottom: solid 2px #6d93e5;
}
.select-wrap.single {
    width: 180px;
}
select {
    font-size: inherit;
    width: 100%;
    height: 44px;
    padding: 4px 12px;
    vertical-align: middle;
    text-indent: 0.01px;
    text-overflow: '';
    color: inherit;
    border: 2px solid rgba(196, 172, 95, .4);
    border-radius: 4px;
    outline: 0;
    background: none #fff;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select option {
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
}
.btn {
    font-size: 130%;
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 20px 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 60px;
    /* background-color: #e60012; */
    background-color: #00516d;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
}
.btn:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    content: '';
    border: solid 10px transparent;
}
.btn.next:after {
    right: 10px;
    border-left: solid 10px #fff;
}
.btn.bottom:after {
    right: 24px;
    margin-top: -5px;
    border-top: solid 10px #fff;
}


.btn:hover {
    cursor: pointer;
}
button.back {
    color: #333;
    background-color: #ddd;
    text-shadow: 0 -2px 0 rgba(255, 255, 255, .2);
}
button.back:after {
    left: 10px;
    border-right: solid 10px #333;
}
.btnNext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btnNext li {
    width: 100%;
}
.disc li {
    position: relative;
    padding-left: 1em;
}
.disc li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
    color: #6d93e5;
}
.disc li+li {
    margin-top: .8em;
}
.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.radioWrap li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.radioWrap li input[type=radio]{
    width: 18px;
    height: 18px;
}


/* --------------------

header

-------------------- */
header {
    width: 100%;
    padding-top: 20px;
}
header .mainttl{
    padding: 0;
}
header h1{
    width: 100%;
    max-width: 800px;
    margin: 5px auto 0;
}
header p{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}
header .mainttl p:last-child{
    max-width: 500px;
}

/* --------------------

main

-------------------- */
main {
    width: 100%;
    /* background-color: rgba(255, 255, 255, .2); */
    /* backdrop-filter: blur(4px); */
}
main section {
    width: 100%;
    padding: 20px 15px;
}
main h2,
main h3 {
    font-weight: 700;
}
main .ttl {
    font-size: 130%;
    position: relative;
    display: block;
    width: 80%;
    max-width: 400px;
    margin: 0 auto 15px;
    padding: 10px;
    text-align: center;
    color: #00516d;
    border-radius: 8px;
    border: 3px solid #00516d;
    /* border: 2px solid #fff; */
    background: #fff;
}
main .wrap {
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(231, 120, 30, 0.1));
}
main .step {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main .step > div{
    position: relative;
}
main .step > div:not(:last-child)::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -30px;
}
main .step > div:not(:first-child) {
    margin-top: 40px;
}
main .step h3 {
    font-size: 120%;
    text-align: center;
    color: #045c9d;
}
main .step h3 span {
    font-size: 80%;
    display: block;
    width: 100px;
    margin: 0 auto 5px;
    padding: 4px;
    color: #fff;
    background-color: #045c9d;
}

main .innerBox figure {
    max-width: 160px;
    margin: 10px auto;
}
main .detail h3 {
    font-size: 120%;
    padding: 2px 10px;
    color: #045c9d;
    border-left: 6px solid currentColor;
    background-color: #e9e9e9;
}
main .detail p,
main .detail ul {
    padding: 10px;
}
main .detail p+h3,
main .detail ul+h3 {
    margin-top: 10px;
}

main .detail .tel_wrap p {
    padding-bottom: 0;
}

main .item{
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(8px);
    margin-top: 20px;
}
main .makerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
} 
main .makerList li {
    box-sizing: border-box;
    width: 100%;
}
/* main .makerList li {
    box-sizing: border-box;
    border-bottom: 1px dashed #c2a630;
    width: calc(100% / 2);
}
main .makerList li:first-child {
    border-bottom: none;
    width: calc(100% / 1);
}
main .makerList li:nth-child(2n) {
    border-right: 1px dashed #c2a630;
} */


/* --------------------

main form

-------------------- */
.mail_send{
    color: #cb390b;
    text-decoration: underline;
}

form table {
    width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid #d6dae3;
}
form table tr {
    border-bottom: 1px solid #d6dae3;
    display: block;
    padding-bottom: 15px;
}
form table td,
form table th {
    display: block;
    width: 100%;
}

form table td {
    text-align: left;
}

form table th {
    font-weight: 700;
    position: relative;
    vertical-align: text-top;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
}
form table th:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: calc(100% - 20px);
    content: '';
    background-color: #b2c1e1;
}

form dl {
    overflow-y: auto;
    height: 200px;
    border: 1px solid #6d93e5;
}
form dl dt {
    font-weight: 700;
    padding: 5px;
    border-bottom: 1px solid #6d93e5;
    background-color: #f3f6fd;
}
form dl dd+dt {
    border-top: 1px solid #6d93e5;
}
form dl dd {
    font-size: 90%;
    padding: 10px 10px 20px;
}
form dl::-webkit-scrollbar {
    width: 8px;
    background: #e9e9e9;
}
form dl::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #6d93e5;
}
form .upload {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #fff;
    border: 0;
    background-color: #2360e3;
}
form .upload > input {
    display: none;
}
form .agreement {
    display: block;
    margin-top: 10px;
}
form .example,
form .required {
    display: inline-block;
}
form .required {
    font-size: 85%;
    margin-left: 5px;
    padding: 2px 4px;
    color: #fff;
    background-color: #df1111;
}
form .example {
    font-size: 80%;
    margin-top: 5px;
}
form .error {
    display: block;
    margin-top: 5px;
    color: #c1020e;
}
form .time {
    margin-top: 20px;
}

.company{
    margin-top: 30px;
}
.disabled {
    opacity: .5
}


/* --------------------

confirm

-------------------- */
.confirm td img{
    max-width: 300px;
}


/* --------------------

thanks

-------------------- */
.thanks {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}
.thanks dl {
    margin-top: 20px;
    border: 2px solid #6d93e5;
    background-color: #fff;
}
.thanks dl dt {
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
    background-color: #6d93e5;
}
.thanks dl dd {
    font-size: 90%;
    padding: 10px;
}


/* --------------------

footer

-------------------- */
footer {
    font-size: 80%;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    /* background: linear-gradient(to right, #005bac, #0b318f); */
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}




@media screen and (min-width:767px) {
    header{
        padding-top: 50px;
    }
    body {
        font-size: 18px;
    }
    main .wrap{
        padding: 30px;
    }  
    main .makerList li {
        box-sizing: border-box;
        /* border-bottom: 1px dashed #c2a630; */
        width: calc(100% / 2);
    }
    /* main .makerList li:first-child {
        border-bottom: 1px dashed #c2a630;
        width: calc(100% / 3 * 2);
    }
    main .makerList li:nth-child(2n) {
        border-right: 0;
    }
    main .makerList li:nth-child(3n),
    main .makerList li:nth-child(3n+1)     {
        border-right: 1px dashed #c2a630;
    } */
    .step .clmn2{
        display: flex;
        align-items: center;
    }
    .step .clmn2 > figure{
        width: 25%;
    }
    .step .clmn2 > .txt{
        font-size: 90%;
        padding-left: 20px;
        width: 75%;
    }
}