
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, sub, sup, 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: inherit;
    font-size: 100%;
}

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
    vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 125%;
    color: #333;
    /*background-color: #fffdf4;
    background-image: url(../image/top_back1.png);
    background-repeat: no-repeat;
    background-position: top center;*/
}

.wrapcontents {
    position: relative;
    overflow: hidden;
    background-image: url(../image/top_back1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fffdf4;
}

.wrapcontents header {
    /*background-color: #ebfbfe;*/
    position: relative;
}

.wrapcontents header .headerCnt {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

.wrapcontents main {
    background-color: #fffdf4;
    /*color: #402111;*/
    padding: 80px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapcontents .contentsWrap {
    width: 836px;
    margin: 0 auto;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapcontents footer .copy_area {
    position: relative;
    background: #fdfbfc;
    text-align: center;
}

.wrapcontents footer .copy_area .top_link {
    position: absolute;
    top: 13px;
    right: 50%;
    margin-right: 400px;
}

.wrapcontents footer .copy_area .top_link a {
    text-decoration: underline;
    font-size: 14px;
    font-size: 0.875rem;
}

.wrapcontents footer .copy_area .group {
    padding-top: 10px;
    padding-bottom: 12px;
    color: #004099;
    font-size: 14px;
    font-size: 0.875rem;
}

.wrapcontents footer .copy_area .group a {
    color: #004099;
    text-decoration: underline;
}

.wrapcontents footer .copy_area .group img {
    margin: 0 5px -5px 0;
}

.wrapcontents footer .copy_area .copyright {
    padding-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
}

.wrapcontents .clnmn {
    position: fixed;
    display: none;
    top: 0;
    z-index: 20;
    width: 100%;
}

.wrapcontents .clnmn.scll {
    display: block;
}

.wrapcontents .clnmn .menuArea {
    position: static !important;
}

p {
    font-size: 16px;
    font-size: 1rem;
}

p.txt_b {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    padding-bottom: 25px;
}

p.txt_s {
    font-size: 13px;
    font-size: 0.8125rem;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    opacity: .7;
}

.pc {
    display: block;
}

.pc.inline {
    display: inline;
}

.sp {
    display: none;
}

.sp.inline {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt_r_c {
    text-align: right;
}

.txt_l_c {
    text-align: left;
}

.txt_c_l {
    text-align: center;
}

.txt_strong {
    font-weight: bold;
}

#pageTop {
    position: fixed;
    bottom: 89px;
    right: 17px;
    z-index: 1000;
}

#pageTop a img {
    width: 55px;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt10 {
    margin-top: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

/* Grid system */

.row {
    overflow: hidden;
    *zoom: 1;
}

.row [class*="col_box_"] {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row [class*="col_box_"].col_fl_r {
    float: right;
}

.row .col_box_1 {
    width: 4.16667%;
}

.row .col_box_2 {
    width: 8.33333%;
}

.row .col_box_3 {
    width: 12.5%;
}

.row .col_box_4 {
    width: 16.66667%;
}

.row .col_box_5 {
    width: 20.83333%;
}

.row .col_box_6 {
    width: 25%;
}

.row .col_box_7 {
    width: 29.16667%;
}

.row .col_box_8 {
    width: 33.33333%;
}

.row .col_box_9 {
    width: 37.5%;
}

.row .col_box_10 {
    width: 41.66667%;
}

.row .col_box_11 {
    width: 45.83333%;
}

.row .col_box_12 {
    width: 50%;
}

.row .col_box_13 {
    width: 54.16667%;
}

.row .col_box_14 {
    width: 58.33333%;
}

.row .col_box_15 {
    width: 62.5%;
}

.row .col_box_16 {
    width: 66.66667%;
}

.row .col_box_17 {
    width: 70.83333%;
}

.row .col_box_18 {
    width: 75%;
}

.row .col_box_19 {
    width: 79.16667%;
}

.row .col_box_20 {
    width: 83.33333%;
}

.row .col_box_21 {
    width: 87.5%;
}

.row .col_box_22 {
    width: 91.66667%;
}

.row .col_box_23 {
    width: 95.83333%;
}

.row .col_box_24 {
    width: 100%;
}

.row .col_box_dvs5 {
    width: 20%;
}

.row.col_pad > [class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad.pls20 > [class*="col_box_"] {
    padding: 0 20px;
}

.row.col_pad_lr {
    margin-left: -10px;
    margin-right: -10px;
}

.row.col_pad_lr > [class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad > .nopad,
.row.col_pad.pls20 > .nopad {
    padding-left: 0;
    padding-right: 0;
}

.row.col_pad > .nopad_l,
.row.col_pad.pls20 > .nopad_l {
    padding-left: 0;
}

.row.col_pad > .nopad_r,
.row.col_pad.pls20 > .nopad_r {
    padding-right: 0;
}

.headerCnt .headerMain {
    /*padding-right: 76px;*/
}

.headerCnt .headerBnr {
    position: absolute;
    top: 25px;
    right: 35px;
}

main .leada,
.leadb {
    font-size: 1.125rem;
    font-size: 18px;
    color: #023894;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}

main .leada span {
    border-bottom: solid 5px #ffe036;
}

main section#anc02 {
    background-color: #ebfbfe;
    background-image: url(../image/featurebg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

main h2 {
    margin-bottom: 25px;
}

main h3 {
    text-align: center;
    margin-top: 30px;
}

main .featureti {
    margin-top: 200px;
}

main p.pointTxt {
    font-size: 14px;
    font-size: 0.875rem;
    /*display: table;*/
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0 auto 20px;
}

main section#anc03 {
    background-color: #fffdf4;
}

main .konnakomelist {
    padding: 0 20px;
    margin: 0 auto;
}

main .konnakomelist .konnakome {
    margin-bottom: 1rem;
}

main .konnakomelist .konnakome > li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    color: #33b1d1;
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

main .konnakomelist .konnakome > li::before {
    content: "●";
    color: #33b1d1;
    position: absolute;
    top: 0;
    left: -16px;
}

main .nechu > li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    color: #33b1d1;
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

main .nechu > li::before {
    content: "※";
    color: #33b1d1;
    position: absolute;
    top: 0;
    left: -16px;
}

main .konnakomelist p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #33b1d1;
    margin-left: -16px;
}

main .konnakomelist p::before {
    content: "※";
    color: #33b1d1;
    top: 0;
    left: 0;
}

main section#anc04 {
    background-color: #ebfbfe;
    background-image: url(../image/probg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

main h4 {
    border-bottom: solid 6px #fe0;
    padding: 0 10px 5px;
    margin-bottom: 12px;
    position: relative;
}

main .usevoicetisp {
    display: none;
}

main .voicebg {
    background-image: url(../image/voicebg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px 20px;
}

main p.voicecoment {
    padding: 0 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
}

main p.voichu {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    color: #aba48b;
}

main .orsbox {
    margin: 2%;
    background-color: #fff;
    text-align: center;
}

main .orscatch {
    display: block;
    margin: 0px auto 20px;
}

main .orslogo {
    display: block;
    margin: 0px auto 30px;
}

main .orslead {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
}

main .orsbox img {
    vertical-align: bottom;
}

main .coutionbox {
    background-color: #fdedf1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76%;
    padding: 1rem 30px;
    margin: 20px auto;
    text-align: left;
}

main .coutionti {
    text-align: center;
    color: #e56c88;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

main .coutionbox .coutionlist {
    width: 90%;
    padding-left: 24px;
}

main .coutionbox .coutionlist > li {
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

main .coutionbox .coutionlist > li::before {
    content: "●";
    color: #e77b93;
    position: absolute;
    top: 0%;
    left: -16px;
}

main .meyasu_type {
    display: inline-block;
    width: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 22px / 50%;
    -webkit-border-radius: 22px 50%;
    border-radius: 23px / 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-color: #e56c88;
    color: #fff;
    margin: 0.5rem 0 0rem 1rem;
}

main .meyasu_amount {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    color: #e56c88;
}

main section#anc05 {
    background-color: #65cde3;
    overflow: hidden;
}

.advicetop {}

.advicelead {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.125rem;
}

main .btnBox {
    padding-top: 30px;
    text-align: center;
}

main .btnBox a {
    display: inline-block;
    width: 260px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 22px / 50%;
    -webkit-border-radius: 22px 50%;
    border-radius: 22px / 50%;
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: bold;
    color: #65cde3;
    background-color: #fff;
    position: relative;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

main .btnBox a.advicelink {
    color: #65cde3;
    background-color: #fefdee;
    padding: 12px 0;
}

main .btnBox a.advicelink:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 30px;
    top: 50%;
    margin-top: -5px;
    border-top: solid 2px #65cde3;
    border-right: solid 2px #65cde3;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

main .wakoBnr {
    padding-top: 30px;
}

nav.noResipe {
    background-size: 100%;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    background-size: 1px 1px;
    background-color: #5ebdd1;
    /*背景色調整*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #65cde3), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #65cde3), color-stop(.75, #65cde3), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #65cde3 25%, transparent 25%, transparent 50%, #65cde3 50%, #65cde3 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #65cde3 25%, transparent 25%, transparent 50%, #65cde3 50%, #65cde3 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #65cde3 25%, transparent 25%, transparent 50%, #65cde3 50%, #65cde3 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #65cde3 25%, transparent 25%, transparent 50%, #65cde3 50%, #65cde3 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #65cde3 25%, transparent 25%, transparent 50%, #65cde3 50%, #65cde3 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    /*ライン間隔調整*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

nav.noResipe {
    top: 694px;
}

nav.noResipe ul {
    display: table;
    margin: 0 auto;
}

nav.noResipe li {
    text-align: center;
    display: table-cell;
    position: relative;
}

nav.noResipe li:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fffdf4;
    width: 2px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

nav.noResipe li:last-child:after {
    display: none;
}

nav.noResipe li a {
    display: block;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fffdf4 !important;
    text-decoration: none;
}

@media screen and (max-width: 769px) {
    body {
        background-image: none;
    }
    .wrapcontents header .headerCnt {
        width: 100%;
        padding: 0px 0px 5px;
        margin: 0;
        background-image: url(../image/sp_top_back.png);
        background-size: cover;
    }
    .wrapcontents main {
        padding: 10px 10px 0;
    }
    .wrapcontents .contentsWrap {
        width: 100%;
    }
    .wrapcontents footer .copy_area .top_link {
        display: none;
    }
    .wrapcontents footer .copy_area .top_link a {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .wrapcontents footer .copy_area .group {
        font-size: 11px;
        font-size: 0.6875rem;
    }
    .wrapcontents footer .copy_area .copyright {
        font-size: 12px;
        v font-size: 0.75rem;
    }
    p {
        font-size: 14px;
        font-size: 0.875rem;
    }
    p.txt_b {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        text-align: left;
        padding-bottom: 10px;
    }
    p.txt_s {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .pc {
        display: none;
    }
    .pc.inline {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp.inline {
        display: inline;
    }
    .txt_r_c {
        text-align: center;
    }
    .txt_l_c {
        text-align: center;
    }
    .txt_c_l {
        text-align: left;
    }
}

@media screen and (max-width: 769px) {
    /* Grid system */
    .row:not(.noclr) > [class*="col_box_"] {
        float: none;
        width: 100%;
    }
    .noclr .harf_col {
        width: 50%;
    }
    .noclr .full_col {
        width: 100%;
    }
    .noclr .sp_col_ill {
        width: 33%;
    }
    .noclr .sp_col_txt {
        width: 67%;
    }
    .row [class*="col_box_"].col_fl_r {
        float: none;
    }
    .row .sp_forcing2 {
        width: 50% !important;
        float: left !important;
    }
    .row .sp_forcing3 {
        width: 33.33333% !important;
        float: left !important;
    }
    .row.col_pad.pls20 > [class*="col_box_"] {
        padding: 0 10px;
    }
    .row.col_pad > .nopad,
    .row.col_pad.pls20 > .nopad {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row.col_pad > .nopad_l,
    .row.col_pad.pls20 > .nopad_l {
        padding-left: 10px;
    }
    .row.col_pad > .nopad_r,
    .row.col_pad.pls20 > .nopad_r {
        padding-right: 10px;
    }
}

@media screen and (max-width: 769px) {
    .headerCnt .imgspace {
        line-height: 0;
    }
    .headerCnt .headerCatch {
        position: static;
        top: auto;
        left: auto;
        text-align: center;
    }
    .headerCnt .headerCatch img {
        max-width: 70%;
    }
    .headerCnt .headerMain {
        padding: 0 10px;
    }
    .headerCnt .headerPnt {
        margin-top: 0;
    }
    .headerCnt .headerPnt [class*="col_box_"]:last-child {
        padding: 15px 30px 10px;
    }
    .headerCnt .headerBnr {
        position: static;
        top: auto;
        right: auto;
        text-align: center;
        padding: 0 25px 5px;
    }
    main p {
        text-align: left;
    }
    main .leada {
        margin-bottom: 1rem;
        padding: 0 4%;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
    }
    main .leadb {
        margin-bottom: 0;
        padding: 0 4%;
        font-size: 16px;
        font-size: 1rem;
    }
    main section#anc01,
    #anc02,
    #anc04,
    #anc05 {
        margin: 0 -10px;
    }
    main section#anc02 {
        background-image: url(../image/sp_featurebg.png);
        background-size: cover;
        background-position: top center;
    }
    main section#anc02 .contentsWrap {
        padding: 30px 3%;
    }
    main h2 {
        margin-bottom: 15px;
    }
    main p.pointTxt {
        display: block;
        line-height: 20px;
        padding-bottom: 10px;
    }
    main .konnakomelist {
        margin-left: 10px;
        margin-top: -30px;
    }
    main .usevoicetisp {
        display: block;
        width: 80%;
        margin-bottom: 10px;
    }
    main .voicecoment {
        margin-top: 10px;
    }
    main .voicebg {
        background-image: url(../image/sp_voicebg.png);
        background-size: cover;
        margin: 0 4%;
    }
    main .orscatch,
    .orslogo,
    .orsproph {
        width: 80%;
    }
    main .orscatch {
        display: block;
        margin: 16px auto 20px;
    }
    main .orslogo {
        margin: 0px auto 0px
    }
    main .orslead {
        width: 90%;
        padding: 0 5%;
    }
    main .coutionbox {
        width: 80%;
        padding: 1rem 5% 16px;
        margin: 0px auto 3%;
    }
    main .choseiTxt {
        padding: 15px 30px 20px;
    }
    main h4 {
        text-align: center;
    }
    main .choseiL {
        margin-bottom: 30px;
    }
    main .btnBox {
        padding-top: 20px;
    }
    main .btnBox a {
        width: 240px;
        -moz-border-radius: 20px / 50%;
        -webkit-border-radius: 20px 50%;
        border-radius: 20px / 50%;
        font-size: 16px;
        font-size: 1rem;
        -moz-box-shadow: 0 0 8px #ccc;
        -webkit-box-shadow: 0 0 8px #ccc;
        box-shadow: 0 0 8px #ccc;
    }
    main .btnBox a.lineup,
    {
        padding: 10px 0;
    }
    main .wakoBnr {
        padding-top: 30px;
    }
    main .wakoBnr [class*="col_box_"].bnrR {
        padding-top: 30px;
    }
    nav.noResipe {
        position: static;
        top: auto;
        left: auto;
    }
    nav.noResipe ul {
        width: 100%;
    }
    nav.noResipe li {
        width: 25%;
        vertical-align: middle;
    }
    nav.noResipe li:after {
        width: 1px;
        height: 24px;
        background-color: #fffdf4 !important;
        margin-top: -12px;
    }
    nav.noResipe li a {
        padding: 15px 10px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
    }
}
