p {
    line-height: 1.8;
}

.firstview .inner {
    padding: 0;
}

.fv {
    background: #FBFBFB;
}

.fv .fvbox {
    max-width: 1000px;
    padding: 1em;
    margin: auto;
}

.fv .now {
    background: inherit;
}

.fv .now .button {
    width: 100%;
    max-width: 350px;
}

.notebox {
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.container h2 {
    position: relative;
    padding: 0.3em 0.8em;
    display: inline-block;
    font-size: 2.3em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.container h2 .point {
    color: #D90429;
    background-image: radial-gradient(circle at center, #D90429 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
}

.container h2 .small {
    font-size: .8em;
}

.container h2::before {
    content: "";
    border-bottom: 5px solid #D90429;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
}

.container .openbtn {
    border: 1px solid #C72B32;
    color: #C72B32;
    padding: 1em 2em;
    max-width: 250px;
    margin: 1em auto;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.container .openbtn::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s ease-out;
}

.bg {
    background: #F2F2F2;
    padding: 2em 0;
    position: relative;
}

.bg h2 {
    border: none;
}

.list {
    padding: 2em;
    background: #fff;
    text-align: left;
    width: fit-content;
    margin: 1em auto;
    border-radius: 10px;
}

.list span {
    color: #D90429;
}

.list li::before {
    content: "\f111";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    margin-right: .5em;
}

.listbox {
    max-width: 1000px;
    margin: 2em auto;
}

.setarror {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 70%);
    max-width: 400px;
}

.methodbox {
    max-width: 1000px;
    width: 90%;
    margin: 1em auto;
}

.methodvount {
    counter-reset: number 0;
}

.methodbox {
    margin-top: 2em;
}

.methodbox h3 {
    border-bottom: 1px solid #D90429;
    text-align: left;
    font-size: 24px;
    margin: 1em 0;
    font-weight: 600;
}

.methodbox h3 span {
    font-size: .8em;
}

.methodbox h3:before {
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 1.5em;
    color: #E0E0E0;
}

.methodbox p {
    text-align: left;
}

.tableset {
    max-width: 1000px;
    width: 90%;
    margin: 1em auto;
    overflow-x: auto;
}

.tableset>div {
    overflow-x: auto;
    width: 100%;
}

.tableset table {
    width: 100%;
    min-width: 100%;
    vertical-align: middle;
}

.tableset tr {
    border: 1px solid #E9E9E9;
}

.tableset tr:first-child {
    white-space: nowrap;
}

.tableset tr:nth-child(2n + 1) {
    background: #F2F5F7;
}

.tableset th,
.tableset td {
    padding: .5em 1em;
    vertical-align: middle;
    text-align: left;
}

.tableset .note {
    text-align: left;
    font-size: 14px;
    margin: 1em auto;
}

.faqwrap {
    max-width: 1000px;
    width: 90%;
    margin: 1em auto;
}

.faqbox {
    margin-top: 1em;
    background: #F2F5F7;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    text-align: left;
    padding: 1em 1em 0;
}

.faqbox .qbox,
.faqbox .abox {
    display: flex;
    padding-bottom: 1em;
}

.faqbox .qbox {
    position: relative;
    padding-right: 2em;
}

.faqbox .qbox::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: .5em;
    right: 1em;
    z-index: 2;
    transition: all .5s ease-out;
}

.faqbox .qbox.active::after {
    transform: rotate(180deg);
}

.faqbox .abox {
    border-top: 1px solid #707070;
    padding-top: 1em;
    display: none;
}

.faqbox .abox.active {
    display: flex;
}

.flowtext {
    max-width: 1000px;
    text-align: left;
    margin: 1em auto;
}

.flow {
    max-width: 1000px;
    text-align: left;
    margin: 1em auto;
}

.flow .boxset {
    display: flex;
    border-bottom: 1px solid;
    padding: 1em 0;
}

.flow .boxset .number {
    margin-right: 1em;
    text-align: center;
    font-weight: bold;
}

.flow .boxset .number p:nth-child(2) {
    font-size: 48px;
    line-height: 0.5;
}

.flow .boxset .textset p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
}

.contactbox {
    max-width: 1000px;
    margin: 1em auto;
}

.form {
    width: 90%;
    max-width: 800px;
    margin: 1em auto;
}

.form dl.fb {
    margin-bottom: 2em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form dl.fb dt {
    width: 300px;
    padding: 1em 0.9em;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form dl.fb dt span {
    display: inline-block;
    color: #D90429;
    line-height: 1.2;
    font-size: .9em;
    font-weight: bold;
}

.form dl.fb dd {
    width: calc(100% - 300px);
    position: relative;
    text-align: left;
}

.form dl.fb input,
.form dl.fb select,
.form dl.fb textarea {
    background: #EDF2F4;
    width: 100% !important;
    padding: 1em;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 18px;
    text-align: left;
}

.form dl.fb textarea {
    height: 14em;
}

.form button {
    margin: 1em 0;
    background: #D90429;
    color: #fff;
    padding: 0.7em 3.7em;
    font-weight: bold;
    min-width: 250px;
}

@media screen and (max-width: 769px) {
    p {
        font-size: 16px;
    }

    .fv .fvbox {
        padding: 2em 1em;
    }

    .fv .now {
        padding: 0 1em !important;
    }

    .container h2 {
        font-size: 27px;
        padding: 0.3em;
    }

    .notebox {
        width: 90%;
        margin: auto;
    }

    .list {
        width: 90%;
        margin: auto;
    }

    .list li {
        text-indent: -1em;
        padding-left: 2em;
    }

    .list li::before {
        margin-right: 1em;
    }

    .methodbox h3 {
        font-size: 1.5em;
        display: flex;
        align-items: center;
    }

    .methodbox h3:before {
        margin-right: .2em;
        font-size: 2.0em;
    }

    .flowtext {
        width: 90%;
        margin: auto;
    }

    .flow {
        width: 90%;
    }

    .flow .boxset .number p:nth-child(2) {
        font-size: 40px;
    }

    .flow .boxset .textset p:nth-child(1) {
        line-height: 1.5;
    }

    .form dl.fb {
        display: block;
    }

    .form dl.fb dt {
        width: 100%;
        justify-content: flex-start;
        font-size: 14px;
    }

    .form dl.fb dd {
        width: 100%;
    }

    .privacybox {
        width: 90%;
        margin: auto;
        text-align: left;
    }

    .methodvount p {
        max-width: 90%;
        margin: auto;
        text-align: left;
    }

    .methodvount .methodbox p {
        max-width: 100%;
    }

    .listbox {
        display: block;
        margin: 1em auto;
    }

    .listbox .list {
        width: 100%;
        padding: .5em 2em;
    }

    .listbox img {
        width: 90%;
        margin: auto;
    }
}