@charset "UTF-8";


/* ----------------------------------------------------------------------------------
		header footer
------------------------------------------------------------------------------------- */

#header {
    /*	padding-top: 1em;*/
    border-bottom: 2px solid #dbdad3;
    background-color: #fff;
}

#header h1.pc_non{
    display: none;
}

#logo > p {
    width: auto;
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

#logo > p a img {
    width: 73%;
    max-width: 90%;
}

#login_btn {
    list-style: none;
    margin-bottom: 0 0 0 1em;
}

#login_btn li {
    vertical-align: top;
    margin-top: 0;
}

#login_btn li a {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

#PC-nav {
    margin-top: 5px;
    font-weight: bold;
}

.dropdown-menu {
    min-width: 460px;
    top: 130%;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 7%;
    left: 15%;
    margin-left: -15px;
    margin-top: -30px;
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
}

.dropdown-menu:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 15%;
    margin-left: -16px;
    margin-top: -30px;
    border: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .15);
}

#PC-nav .dropdown-menu a {
    display: inline-block;
    margin-right: 0;
}

#partners2 img {
    height: 17px;
    width: auto;
    margin-bottom: 0.5em;
}

#bnr {
    position: fixed;
    height: auto;
    left: 0;
    bottom: 10%;
    height: 140px;
    box-shadow: 2px 5px 5px #999;
}

#bnr img.bnr01 {
    position: absolute;
}

#bnr img.bnr02 {
    position: relative;
    top: 125px;
}

body.contact #bnr,
body.thanks #bnr {
    display: none;
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
    #PC-nav {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #header-nav > ul {
        margin-top: 0;
        line-height: 1.8;
    }
}

@media screen and (max-width: 768px) {
    #bnr {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #header {
        height: 6em;
    }

    #header h1 {
        font-size: 14px;
        line-height: 1.2;
        position: relative;
        top: 15px;
        left: 40%;
    }

    #logo > p {
        width: 35%;
        margin-top: -25px;
    }

    #logo > p a img {
        width: 90%;
    }


    #nav-toggle {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    #mobile-nav {
        padding: 4.2em 0.75em;
    }

    #mobile-nav li.mn-blog {
        border-bottom: 1px solid #ddd;
    }

    #bnr {
        display: none;
    }

    #contents {
        padding: 7em 0 3em;
    }

    .anchor {
        padding-top: 7em;
        margin-top: -7em;
    }

}

/* ----------------------------------------------------------------------------------
		top
------------------------------------------------------------------------------------- */
#contents {
    padding: 2em 0 3em 0;
}

#contents ul:not(.nav) li {
    margin-bottom: 0.5em;
}

#contents a {
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .apps #contents {
        padding-top: 4em;
    }
}


/* top mainvisual */

body.index #main {
    position: relative;
    margin-top: -2em;
    background-image: url(../images/top/top_bg_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 675px;
}

body.index #main img.w1340 {
    display: none;
}

@media screen and (max-width:1340px) {
    body.index #main {
        background: none;
        height: auto;
    }

    body.index #main img.w1340 {
        display: block;
    }

    body.index #main a {
        position: absolute;
        bottom: 4%;
        left: 4%;
        right: 4%;
    }

    body.index #main .container {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }

    body.index #main .container img {
        width: 100%;
    }

}

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



body.index #news {
    padding: 2rem 0;
}

body.index #news .align-center p {
    text-align: center;
    margin: 1em auto;
    font-size: 16px;
}

body.index #news .align-center span {
    border: 1px solid;
    padding: 5px 10px;
}

body.index #news .dl-horizontal dt,
body.index #news .dl-horizontal dd {
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0.;
}

body.index #system {
    padding-bottom: 1em;
}

body.index #system .ttl {
    width: 100%;
    background-image: url(../images/top/top_02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.index #system .ttl p {
    font-size: 2.5rem;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

body.index #system .ttl p span {
    color: #03abc6;
}


body.index #system h2 {
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
}

body.index #system .w100 {
    width: 100%;
    padding: 0;
}

body.index #system .w100 img {
    width: 100%;
}

body.index #system p.align_center {
    font-size: 1.5em;
    color: #03abcb;
    text-align: center;
}

body.index #system #step .border .row {
    padding: 3em 0 1em;
    border-top: 2px solid #03abc6;
    border-bottom: 2px solid #03abc6;
}

body.index #system #step .col-md-6:nth-child(odd) {
    clear: left;
}

body.index #system #step .mb25 {
    margin-bottom: 2.5em;
    font-size: 1em;
}

body.index #system #step img {
    float: left;
    padding-right: 1em;
}

body.index #system #step p {
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 0;
}

body.index #system #step small {
    font-size: 75%;
    line-height: 0;
}

body.index #system #flow {
    text-align: center;
}

body.index #system #words p {
    margin-bottom: 10px;
    border-bottom: 1px solid #4c4948;
    font-size: 1.4em;
}

body.index #system #words dt {
    float: left;
    clear: left;
    width: 25%;
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: normal;
    padding-right: 1em;
}

body.index #system #words dd {
    font-size: 1.2em;
    float: left;
    line-height: 1.8;
    width: 75%;
    text-indent: -1.5em;
}

body.index #system #words dd::before {
    content: "：";
    padding-right: 0.5em;
}

body.index #yanginterview {
    clear: both;
    margin-top: 1em;
}

body.index #jirei {
    padding: 3em 0;
}

body.index #jirei a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #4c4948;
    border-radius: 5px;
    line-height: 1.5em;
    padding: 10px 30px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 1.2em;
}

body.index #jirei p {
    margin-top: 2em;
}

body.index #jirei a:hover {
    opacity: 0.6;
}

body.index #jirei h3,
body.index #price h3,
body.index #intro h3 {
    margin-bottom: 1em;
    font-size: 1.8em;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px 20px;
}

body.index #price a {
    float: right;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #4c4948;
    line-height: 1.5em;
    padding: 5px 50px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 1.2em;
    position: relative;
}

body.index #price a:hover {
    color: #fff;
    background-color: #4c4948;
}

body.index #price a span {
    position: absolute;
    right: 8px;
}

body.index #media_area h3 {
    margin-bottom: 2em;
    font-size: 1.8em;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px 20px;
}

body.index #media_area h3 p {
    font-size: 60%;
    font-weight: normal;
    margin-bottom: 0;
}

body.index br.pc_non {
    display: none;
}

body.index #contact,
body.product #contact {
    display: none;
}


@media screen and (max-width:768px) {

    body.index #contact,
    body.product #contact {
        display: block;
        text-align: center;
    }

    body.index #bnr,
    body.product #bnr {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #contents {
        padding: 3em 0 3em 0;
    }

    body.index #news .align-center p {
        text-align: left;
        margin: 1rem auto;
        border-bottom: 1px solid #4c4948;
    }

    body.index #news .align-center span {
        border: none;
        padding: 5px 0;
    }

    body.index #system #step {
        margin: 0 auto;
    }

    body.index #system #step .border .row {
        padding: 3em;
        border: 2px solid #03abc6;
    }

    /*body.index #system #step > .col-xs-8 {
        margin: 0 auto;
    }*/

    body.index #system #step img {
        float: left;
        padding-right: 2em;
    }

    body.index #system #step p {
        font-size: 2.2em;
        line-height: 1.3;
        margin-bottom: 0;
    }


    body.index #system #flow img,
    body.index #contact img,
    body.product #contact img {
        margin: 0 auto;
    }

    body.index br.pc_non {
        display: block;
    }

}

@media screen and (max-width:480px) {
    #header h1.pc_non{
    display: block;
}
#header h1.sp_non{
    display: none;
}
    
    #header h1 {
        line-height: 1.2;
        position: relative;
        top: 15px;
        left: 52%;
        font-size: 16px;
    }

    #logo > p {
        width: 50%;
        margin-top: -27px;
    }


    body.index #system .ttl p {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    body.index #system h2 {
        font-size: 1.2rem;
    }

    body.index #system #step {
        margin: 0 auto;
    }

    body.index #system #step .col-md-10 .row {
        padding: 2em 0 0;
        border: 2px solid #03abc6;
    }

    body.index #system #step > .col-xs-8 {
        margin: 0 auto;
    }

    body.index #system #step img {
        float: left;
        padding-right: 1em;
        width: 18%;
    }

    body.index #system #step p {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 0;
    }


    body.index #system #flow img {
        margin: 0 auto;
    }

    body.index br.pc_non {
        display: block;
    }
}


/* ----------------------------------------------------------------------------------
		product
------------------------------------------------------------------------------------- */

body.product .page-title p {
    display: inline-block;
    width: 10%;
    float: left;
    box-sizing: border-box;
}

body.product h2 {
    display: inline-block;
    width: 88%;
    float: right;
}

body.product h2 small {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #4c4948;
}

body.product .cts {
    font-size: 20px;
    font-weight: bold;
}

body.product .cts h3 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.6em;
    font-weight: bold;
    background-color: #03abc6;
    color: #fff;
    padding: 10px 0;
}

body.product .cts h3 br.pc_non {
    display: none;
}

body.product .cts p {
    float: left;
    line-height: 1.8;
    padding: 10px 0;
    font-size: 23px;
}

body.product .cts p.w44 {
    width: 44%;
    padding-right: 1em;
}

body.product .cts p.w56 {
    width: 56%;
}

body.product .cts p.w50 {
    width: 50%;
}

body.product .cts p.w60 {
    width: 60%;
}

body.product .cts p.w40 {
    width: 40%;
}

body.product .cts img.fl_r {
    float: right;
    max-width: 100%;
}

body.product .cts .border_b {
    border-bottom: 2px solid #b7dfeb;
}

body.product #contents .cts ul.border {
    display: inline-block;
    width: auto;
    margin-left: -2em;
    list-style: none;
}

body.product #contents .pb_1m {
    padding-bottom: 1em;
}

body.product #contents .cts ul.border li {
    border-left: 10px solid #03abc6;
    margin-bottom: 2em;
    padding-left: 0.5em;
    font-size: 22px;
}

body.product #contents .cts ul.border li.mb-05 {
    margin-bottom: 0.5em;
}

body.product #contents .cts ul.border li.mb-01 {
    margin-bottom: 1em;
}

body.product #contents .cts ul.border li.btn {
    border: none;
}

body.product #contents .cts ul.border li.btn a {
    cursor: pointer;
    display: inline-block;
    width: 300px;
    text-align: center;
    text-decoration: none;
    color: #4c4948;
    line-height: 1.5em;
    padding: 8px 0;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

body.product #contents .cts ul.border li.btn a span {
    position: absolute;
    right: 8px;
}


body.product #contents .btn_area ul {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    list-style: none;
}

body.product #contents .btn_area ul li {
    width: 48%;
}

body.product #contents .btn_area a {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #4c4948;
    line-height: 1.5em;
    font-size: 24px;
    padding: 8px 0;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}

body.product #contents .btn_area a span {
    position: absolute;
    right: 8px;
}


body.product #contents .cts ul.border li.btn a:hover,
body.product #contents .btn_area a:hover {
    color: #fff;
    background-color: #4c4948;
}

body.product #contents .btn_area ul.list {
    display: block;
}

body.product #contents .btn_area ul.list li {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
}

body.product #contents .btn_area ul.list li a:before {
    content: "・";
}

body.product #contents .btn_area ul.list li a {
    display: inline-block;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    padding-left: 2em;
    text-indent: -1em;
    margin-bottom: 0px;
    padding: 0;
    font-weight: normal;
}

body.product #contents .btn_area ul.list li a:hover {
    color: #4c4948;
    text-decoration: underline;
}

body.product #contents .btn_area p {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    line-height: 1;
}

body.product #contents ul.flex {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}

body.product #contents ul.flex li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1;
}

body.product #contents ul.flex li img {
    margin-bottom: 10px;
}

body.product #message {
    background-color: #4c4948;
    color: #fff;
    padding: 4em 0 2em;
    font-size: 1.3em;
    line-height: 1.7;
}

body.product #message h3 {
    margin-bottom: 1em;
}

body.product #waitline img.pc_non {
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    body.product .cts h3 {
        font-size: 1.3em;
    }

    body.product .cts p {
        font-size: 22px;
    }

    body.product #contents .cts ul.border li {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    body.product .cts h3 {
        font-size: 1.1em;
    }

    body.product .cts p {
        font-size: 20px;
    }

    body.product .cts img.fl_r {
        float: right;
        max-width: 90%;
    }

    body.product #contents .cts ul.border li {
        font-size: 18px;
    }

    body.product #contents #pssurvey .border_b,
    body.product #contents #compass .border_b {
        padding-bottom: 1em;
    }

}

@media screen and (max-width: 768px) {

    body.product .cts img.fl_r {
        max-width: 90%;
    }

    body.product .cts img.fl_r.w25 {
        max-width: 25%;
    }

    body.product .cts img.fl_r.w70 {
        max-width: 70%;
    }

    body.product .cts img.fl_r.w42 {
        max-width: 42%;
    }

    body.product .cts img.fl_r.w50 {
        max-width: 50%;
    }

}

@media screen and (max-width: 767px) {
    body.product .cts h3 {
        font-size: 1em;
    }

    body.product .cts p {
        font-size: 19px;
    }

    body.product #contents .cts ul.border li {
        font-size: 18px;
    }

    body.product #contents .btn_area a {
        font-size: 18px;
    }

    body.product #contents .cts ul.border li.btn a {
        font-size: 18px;
    }

    body.product #contents ul.flex li {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    body.product .page-title p {

        width: 18%;
    }

    body.product h2 {
        width: 80%;
    }


    body.product .cts h3 {
        font-size: 1em;
    }

    body.product .cts h3 br.pc_non {
        display: block;
    }

    body.product #contents .cts {
        text-align: center;
    }

    body.product .cts p {
        font-size: 17px;
        text-align: left;
    }

    body.product #contents .cts ul.border {
        width: 100%;
    }

    body.product #contents .cts ul.border li {
        font-size: 15px;
        text-align: left;
    }

    body.product #contents .cts ul.border li br {
        display: none;
    }

    body.product .cts img.fl_r,
    body.product .cts img.fl_r.w25,
    body.product .cts img.fl_r.w70,
    body.product .cts img.fl_r.w42,
    body.product .cts img.fl_r.w50 {
        max-width: 100%;
        float: none;
    }

    body.product .cts p.w44,
    body.product .cts p.w56,
    body.product .cts p.w50,
    body.product .cts p.w60,
    body.product .cts p.w40 {
        padding-right: 0;
        width: 100%;
    }

    body.product .cts .alc {
        text-align: center;
        margin: 0 auto;
    }

    body.product #contents ul.flex {
        margin-bottom: 0;
    }

    body.product #contents ul.flex li {
        width: 100%;
        font-size: 18px;
    }

    body.product #contents ul.flex li.sp_non {
        display: none;
    }

    body.product #contents .btn_area ul {
        display: block;
        width: 100%;
    }

    body.product #contents .btn_area ul li {
        width: 90%;
        margin: 0 auto 10px;
        padding-bottom: 20px;
    }

    body.product #contents .btn_area ul li a {
        margin-bottom: 5px;
    }

    body.product #waitline img.pc_non {
        display: block;
        margin: 0 auto;
    }

    body.product #waitline img.sp_non {
        display: none;
    }


}
