@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: Meiryo, sans-serif;
    font-size: 36px;
    color: #111;
    line-height: 1.4;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}

a {
    color: #0059B2;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}



/********* header *********/
header{
    margin-bottom: 30px;
}

.logo_block {
    text-align: center;
}

.logo_block img{
    max-width: 100%;
}


#content {
    background: #fff;
}

/****************************************

    /*

*****************************************/

.slider {
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;    
}

.slider ul {
    overflow: hidden;
}

.slider li {
    float: left;
    max-width: 1000px;
    list-style: none;
}

.slider li table {
    width: 100%;
}

.slider li table th,
.slider li table td {
    vertical-align: middle;
}

.slider li table th {
    width: 240px;
    padding-left: 30px;
}

.slider li table td {
    width: 540px;
    font-weight: 600;
    padding: 0 0 0 20px;
    font-size: 32px;
    line-height: 2.5;
}

.slider li table td span {
    font-size: 24px;
}

.slider li .formParts {
    background: #233746;
    padding: 23px 60px;
    /*min-height: 700px;*/
    width: 1000px;
}

.slider li .formParts h2{
    margin-bottom: 25px;
    font-size: 42px;
    text-align: center;
    color: #fff;
    font-weight: 600;    
}

.slider li.step_01 .formParts dl dt,
.slider li.step_02 .formParts dl dt,
.slider li.step_03 .formParts dl dt {
    display: none;
}

.slider li .formParts .flex {
    display: flex;
    flex-flow: wrap;
}

.slider li .formParts .flex p {
    width: 50%;
    padding: 10px;
}

label {
    height: 135px;    
    margin: 0 0 30px;
    background: #FF7024;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #FFB82F;
    border-radius: 10px;
    box-shadow: 0 6px 0 #D96D00;
    cursor: pointer;
    color: #fff;

    text-shadow: 1px 1px 1px #787878;
    transition-duration: 0.3s;
}

form input[type="radio"] {
    display: none;
}

.step_04 p.txt {
    height: 200px;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.step_04 .formSingle {
    margin: 20px 0;
}

.step_04 .formSingle dl{
    display: flex;
    align-items: center;
}

.step_04 .formSingle dl dt {
    width: 290px;
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.step_04 .formSingle dl dt i {
    font-size: 18px;
}

form dl dt span {
    /* display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    top: -5px;*/
}

form dl dt span.must {
    background: #e44;
}

form dl dt span.any {
    background: #aaa;
}


.step_04 .formSingle dl dd{
    width: 580px;
}

form input,
form textarea {
    width: 100%;
    font-family: Meiryo, sans-serif;
    font-size: 38px;
    border: none;
    border-radius: 10px;
    padding: 4px 10px;
    outline: none;
}

form textarea {
    height: 120px;
}

.step_04 label{
    height: auto;
    margin: 0 0 45px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    text-align: unset;
    border: none;
    border-radius: unset;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    transition-duration: unset;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
    padding-left: 80px;
    position:relative;
    font-size: 36px;
    color: #fff;
}
.checkbox-parts::before{
content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    width: 16px;
    height: 23px;
    transform: rotate(40deg);
    border-bottom: 8px solid #d01137;
    border-right: 8px solid #d01137;
}

button.slidePrev {
    font-size: 28px;
    font-weight: 600;
    border: none;
    background: none;
    margin: 30px 0 0;
    color: #fff;
}

button.slidePrev:before {
    content: "←";
    font-weight: 400;
    margin: 0 .5em 0 0;
}


form .submitWrap {
    text-align: center;
    padding: 10px 0 15px;
}

form button[type="submit"] {
    display: inline-block;
    width: 320px;
    color: #fff;
    height: 100px;
    margin: 0 0 30px;
    background: #FF7024;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #FFB82F;
    border-radius: 10px;
    box-shadow: 0 6px 0 #D96D00;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 1px #787878;
    transition-duration: 0.3s;
}



form button[type="submit"]:hover {
    top: 5px;
    box-shadow: 0 0 0 #060;
}

form button[type="submit"]:hover::after {
    right: 10px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 18px;
    margin: -5px 0 0;
}

@media screen and (max-width:768px) {
    .checkbox-parts{padding-left: 56px;}
    .checkbox-parts::before{
        width: 40px;
        height: 40px;
    }
    .checkbox-input:checked + .checkbox-parts::after{
        top: 0px;
        left: 9px;    
    }
}

/****************************************

    /*

*****************************************/

#link {
    width: 800px;
    font-size: 24px;
    background: url(images/link-bg.png) #137;
    background-size: cover;
}

#link ul {
    display: flex;
    padding: 30px 10px;
}

#link ul li {
    flex: 1;
    padding: 10px;
}

#link ul li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 20px;
}

/****************************************

    /*

*****************************************/

/********* footer *********/

footer {
    padding: 20px 0;
    background: #00AF80;
    color: #fff;
    font-size: 20px;}

footer .footer-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;}

/****************************************

    /*

*****************************************/

#sub {
    font-size: 20px;
    background: #fdf5f0;
    padding: 60px 30px;
}

#sub h2 {
    color: #532;
    font-size: 32px;
    font-weight: 800;
    margin: 1em 0;
}

.thanks h2 {
    text-align: center;
}

#sub h3 {
    color: #532;
    font-size: 24px;
    font-weight: 600;
    margin: 1em 0;
}

#sub h4 {
    font-weight: 600;
}

#sub h3:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-weight: 400;
    margin: 0 .5em 0 0;
}

#sub p {
    margin: 1em 0;
}

.thanks img {
    display: block;
    width: 320px;
    margin: 40px auto 0;
}

#sub dl {
    margin: 1em 0;
}

#sub dl dt {
    color: #532;
    font-size: 24px;
    font-weight: 600;
    background: #dcc;
    margin: 1em 0;
    padding: .5em;
}

#sub ul {
    list-style: circle;
    margin: 1em 0 1em 1.5em;
}











