@charset "UTF-8";

@media screen and (min-width:641px) {
    .pcNone{
        display: none !important;
    }
}
@media screen and (max-width:640px) {
    .spNone{
        display: none !important;
    }
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width:640px) {
    .flex {
        display: block;
    }
}
.flex._v-center {
    align-items: center;
}

.wrap_content {
    font-family: sans-serif !important;
}
.wrap {
    position: relative;
}
.kv {
    max-width: 1600px;
    margin: 0 auto;
}
.kv,.kv img {
    width: 100%;
}
img {
    max-width: 100%;
}
.title_req {
    color: #005ead;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
}
@media screen and (max-width:640px) {
    .title_req {
        font-size: 1.6em;
    }
}
.inner {
    width: 920px;
    max-width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    .inner_section {
        padding: 0 10px;
    }
}
section {
    clear: both;
    overflow: hidden;
}
p+p,
ul+ul {
    margin-top: 1em;
}
p+ul,
ul+p {
    margin-top: .5em;
}

.reg {
    vertical-align: sub;
}
.t_mini {
    font-size: .85em;
    margin-top: 1em !important;
}

.title_section {
    color: #fff;
    font-size: 1.2em;
    padding: .75em .9em;
    margin: 3em auto 1em;
    text-align: left;
    background-color: #005ead;
    font-weight: bold;
}
@media screen and (max-width:640px) {
    .title_section {
        font-size: 1.1em;
        margin: 2em auto 1em;
    }
}
.title_sub {
    font-weight: bold;
    margin-top: .75em;
    margin-bottom: .25em;
}
.indent,
.list_indent > li {
    padding-left: 1em;
    text-indent: -1em;
    margin: .5em auto;
}
.list_indent > li {
    margin: auto;
}
.wrap_table_device {
    margin-top: 1em;
}
.table_device {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.table_device th,
.table_device td {
    vertical-align: middle;
    padding: 1em;
}
.table_device th {
    font-weight: bold;
    background-color: #cae7ff;
}
.table_device td {
    font-size: .9em;
    background-color: #f2f2f2;
}

.span_style01 {
    font-weight: bold;
    background-color: #cae7ff;
    display: inline-block;
    padding: .25em 1em;
    margin-right: .75em;
    color: #005ead;
}
@media screen and (max-width:640px) {
    .span_style01 {
        font-size: .9em;
        margin-bottom: .4em;
    }
}


.list_goods a {
    color: #005ead;
    text-decoration: underline;
}
.list_goods .flex {
    justify-content: flex-start;
}
.list_goods > li {
    margin-top: 3em;
}
@media screen and (max-width:640px) {
    .list_goods > li {
        margin-top: 2em;
    }
}
.list_goods .img_goods {
    width: 400px;
    max-width: 100%;
    margin-right: 1.5em;
    border: 1px solid #ccc;
}
@media screen and (max-width:640px) {
    .list_goods .img_goods {
        display: block;
        margin: 0 auto;
    }
}
.list_goods .title_sub {
    font-size: 1.2em;
    margin-bottom: 1em;
}
@media screen and (max-width:640px) {
    .list_goods .title_sub {
        margin-bottom: .5em;
    }
    .list_goods .wrap_text {
        margin-top: 1em;
    }
}
.list_goods_attention {
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width:640px) {
    .list_goods_attention {
        margin-top: 30px;
        text-align: left;
    }
}

.list_step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
    margin: 2em auto;
}
@media screen and (max-width:640px) {
    .list_step {
        display: block;
        margin: 1em auto;
    }
}
.list_step > li {
    width: 50%;
    padding: 2em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
}
@media screen and (max-width:640px) {
    .list_step > li {
        width: auto;
        padding: 1em;
    }
}
.list_step .title_sub {
    margin: 0;
    margin-bottom: .5em;
}
@media screen and (max-width:640px) {
    .list_step .title_sub {
        margin-bottom: 0em;
        margin-top: .2em;
    }
}
.list_step img {
    width: 100%;
    margin: 1em auto;
}

.list_how > li {
    margin-top: 2em;
}
.list_how .title_sub {
    margin-bottom: .5em;
}

.img_receipt01 img {
    width: 100%;
    max-width: 240px;
}
.img_receipt01 {
    margin-right: 1.5em;
    text-align: center;
    width: 240px;
    max-width: 100%;
}
@media screen and (max-width:640px) {
    .img_receipt01 {
        width: 100%;
        margin: 0 auto 1em;
    }
}
.img_receipt01 + .wrap_text {
    flex: 1;
}

.wrap_btns {
    text-align: center;
}
@media screen and (max-width:640px) {
    .wrap_btns {
        padding: 0 10px;
    }
}
.wrap_btns a {
    color: #005ead;
    text-decoration: underline;
}
.wrap_btns .list_btns {
    width: 100%;
    max-width: 560px;
    margin: 20px auto 0;
}
.wrap_btns .list_btns a {
    display: block;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    background: #005ead;
    padding: .75em 1em;
    border-radius: 999px;
    position: relative;
}
@media screen and (max-width:640px) {
    .wrap_btns .list_btns a {
        font-size: 1.2em;
    }
}
.wrap_btns .list_btns a._line {
    background: #00B900;
}
.wrap_btns .list_btns a._disable {
    background-color: #eee;
    pointer-events: none;
}
.wrap_btns .list_btns a::before,
.wrap_btns .list_btns a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: .8em;
    height: .8em;
}
.wrap_btns .list_btns a::before {
    background-color: #fff;
    border-radius: 50%;
}
.wrap_btns .list_btns a::after {
    border: 2px solid #005ead;
    border-top: none;
    border-left: none;
    right: 1.275em;
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    box-sizing: border-box;
    transition: all .2s;
}
.wrap_btns .list_btns a._line::after {
    border-color: #00B900;
}
.wrap_btns .list_btns a._disable::after {
    border-color: #eee;
}
.wrap_btns .list_btns li+li {
    display: block;
    list-style: none;
    margin-top: 10px;
}

.wrap_btns label {
    position: relative;
    display: block;
    padding: 3em;
    margin: 1em auto 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    user-select: none;
    border: 2px solid #ddd;
    transition: all .2s;
}
@media screen and (max-width:640px) {
    .wrap_btns label {
        padding: 2em 1em;
        font-size: 1.1em;
    }
}
.wrap_btns input:checked + label {
    border-color: #005ead;
}
.wrap_btns input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}
.wrap_btns label .displayCheckbox {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1.2em;
}
.wrap_btns label .displayCheckbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1.6em;
    border: .4em solid #ddd;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    transform: rotate(45deg) translateY(-15%);
    transition: all .2s;
}
.wrap_btns input:checked + label .displayCheckbox::before {
    border-color: #005ead;
}

@media screen and (min-width:641px) {
    .wrap_btns label:hover {
        background-color: #cae7ff;
        border-color: #cae7ff;
    }
    .wrap_btns input:checked + label:hover {
        background-color: #fff;
    }
    .wrap_btns label:hover .displayCheckbox::before {
        border-color: #fff;
    }
}

.list_target {
    margin-top: 1.5em;
}
.list_target li+li {
    margin-left: 4px;
}
@media screen and (max-width:640px) {
    .list_target {
        display: flex;
        flex-wrap: wrap;
    }
    .list_target li {
        width: 80%;
        max-width: 200px;
        margin: 0 auto !important;
    }
    .list_target li+li {
        margin-top: 4px !important;
    }
}
.list_target img {
    width: 100%;
}

.list_example {
    margin-top: 1.5em;
}
.list_example li+li {
    margin-left: 4px;
}
@media screen and (max-width:640px) {
    .list_example {
        display: flex;
        flex-wrap: wrap;
    }
    .list_example li {
        width: calc(100% / 3 - 4px);
    }
    .list_example li+li {
        margin: 0;
    }
    .list_example li:nth-child(n+4) {
        margin-top: 12px;
    }
}
.list_example img {
    width: 100%;
}

@media screen and (max-width:640px) {
    .spPadBtm {
        margin-bottom: 144px;
    }
}

/* CLOSE */
.close_layer {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.close_layer_inr {
    width: 100%;
    margin-top: 300px;
    padding: 60px 0 50px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}
.close_layer_lead {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.close_layer_content {
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.close_layer .content_heading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.close_layer .content_text {
    margin-top: 10px;
}
.close_layer a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width:640px) {
    .close_layer {
        top: 41px;
    }
    .close_layer_inr {
        width: auto;
        margin-top: 53%;
        padding: 30px 5%;
    }
    .close_layer_lead {
        font-size: 20px;
    }
    .close_layer_content {
        width: auto;
        font-size: 14px;
    }
    .close_layer .content_heading {
        font-size: 16px;
    }
}
