@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}


/* navitopicpath_
---------------------------------------------------- */

.navitopicpath_ {
    margin: 10px auto;
    font-size: 12px;
    width: 972px;
}

.navitopicpath_ a {
    margin: 0 0.5em;
    font-size: 12px;
    text-decoration: underline;
    word-wrap: break-word;
}

.navitopicpath_ span.current_ {
    margin: 0 0.5em;
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}

@media screen and (max-width:1024px) {
    .navitopicpath_ {
        width: auto;
    }
}

@media screen and (max-width:640px) {
    .navitopicpath_ {
        width: auto;
    }

    .navitopicpath_ {
        margin: 10px 0 10px;
        padding: 0 5px;
        line-height: 1.8;
        font-size: 12px;
    }

    .navitopicpath_ a {
        margin: 0 5px;
        font-size: 12px;
        display: inline-block;
    }

    .navitopicpath_ span.current_ {
        margin: 0 5px;
        font-size: 12px;
        display: inline-block;
    }
}

/* info-cont
---------------------------------------------------- */

.info-cont {
    background-color: #f8f4e3;
    padding: 60px 0 100px;
}

.info-cont .sp {
    display: none;
}

@media screen and (max-width:640px) {
    .info-cont {
        padding: 30px 15px 40px;
    }

    .info-cont .pc {
        display: none;
    }

    .info-cont .sp {
        display: block;
    }

    .info-cont br.sp {
        display: inline;
    }

    .info-cont table.sp {
        display: table;
    }
}

/* mv
---------------------------------------------------- */
.info_mv_p1 {
    font-size: 26px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.info_mv_p1 {
    display: block;
    width: 550px;
    padding: 17px 0;
    position: relative;
    background-color: #f8f4e3;
    border: 2px solid #56472e;
    border-radius: 0.3em;
    margin: 0 auto 53px;
}

.info_mv_p1:before,
.info_mv_p1:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.7em;
    border-top: 0.7em solid #56472e;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.info_mv_p1:after {
    bottom: calc(4px - 0.7em);
    border-top: solid 0.7em #f8f4e3;
}

.info_mv_p1 img {
    vertical-align: middle;
    margin: -4px 10px 0;
}

.info_mv h1 {
    font-size: 50px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.info_mv_p2 {
    font-size: 30px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 55px 0 0;
}

@media screen and (max-width:640px) {
    .info_mv_p1 {
        font-size: 18px;
    }

    .info_mv_p1 {
        width: auto;
        padding: 13px 0;
        margin: 0 auto 25px;
    }

    .info_mv_p1 img {
        display: none;
    }

    .info_mv h1 {
        font-size: 30px;
        line-height: 1.6;
        text-align: center;
    }

    .info_mv_p2 {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0 0;
    }
}

/* info_intro
---------------------------------------------------- */
.info_intro {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
}

.info_intro h2 {
    font-size: 38px;
    color: rgb(179, 144, 42);
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    border-top: 1px solid #ece1b9;
    border-bottom: 1px solid #ece1b9;
    padding: 23px 0;
    margin-bottom: 40px;
}

.info_intro p {
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 2;
    text-align: center;
}

.info_intro p+p {
    margin-top: 1em;
}

.info_intro h3 {
    font-size: 30px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 95px 0 45px;
}

.info_intro li {
    display: block;
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
}

.info_intro li:last-child {
    margin-right: 0;
}

.info_intro li a {
    display: block;
    border-radius: 50px;
    height: 72px;
    line-height: 72px;
    background: #b3902b url(/fp/info/img/ar1.png) no-repeat right 20px center;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    transition-duration: 0.3s;
    text-decoration: none;
    padding-right: 10px;
}

.info_intro li a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition-duration: 0.3s;
}

@media screen and (max-width:640px) {
    .info_intro {
        padding-top: 40px;
    }

    .info_intro h2 {
        font-size: 20px;
        line-height: 1.6;
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .info_intro p {
        font-size: 15px;
        line-height: 1.9;
        text-align: left;
    }

    .info_intro h3 {
        font-size: 20px;
        margin: 40px 0 25px;
    }

    .info_intro li {
        width: auto;
        float: none;
        margin-right: 0;
    }

    .info_intro li+li {
        margin-top: 15px;
    }

    .info_intro li a {
        height: auto;
        line-height: 1.3;
        background: #b3902b url(/fp/info/img/ar1.png) no-repeat right 25px center;
        font-size: 15px;
        padding: 15px 0;
    }
}

/* info_box1
---------------------------------------------------- */
.info_box1 {
    background-color: #fff;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 80px 85px;
}

.info_box1 h2 {
    font-size: 38px;
    color: rgb(179, 144, 42);
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-left: 90px;
}

.info_box1 h2 span {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 38px;
    background-color: #b3902b;
    position: absolute;
    top: -10px;
    left: 0;
}

.info_box1 p {
    margin-top: 1.5em;
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 2;
}

.info_box1 .span1 {
    font-weight: bold;
    color: #f07a44;
    font-size: 125%;
}

.info_box1 ul.ul2 {
    padding: 0 0 0 35px;
    margin-top: 1.5em;
}

.info_box1 ul.ul2 li {
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 2;
    list-style: disc outside;
}

.info_box1 .note {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width:640px) {
    .info_box1 {
        margin: 60px auto 0;
        padding: 30px 20px;
    }

    .info_box1 h2 {
        font-size: 22px;
        padding-left: 50px;
        margin-bottom: 0;
    }

    .info_box1 h2 span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .info_box1 p {
        font-size: 15px;
        line-height: 1.9;
    }

    .info_box1 ul.ul2 {
        padding: 0 0 0 25px;
    }

    .info_box1 ul.ul2 li {
        font-size: 15px;
        line-height: 1.9;
    }
}

/* table
---------------------------------------------------- */
.info_box1 .table1 {
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.info_box1 .table1 th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #008b22;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.4;
}

.info_box1 .table1 td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    padding: 15px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}

.info_box1 .table1 td img {
    display: block;
    margin: 0 auto;
}

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

    .info_box1 .table1 th {
        font-size: 13px;
        padding: 12px 5px;
    }

    .info_box1 .table1 td {
        font-size: 13px;
        padding: 12px 5px;
    }
}


/* case_box
---------------------------------------------------- */
.case_btn {
    padding: 40px 70px;
}

.case_btn span {
    display: block;
    border-radius: 50px;
    height: 72px;
    line-height: 72px;
    background: #b3902b;
    text-align: center;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.3s;
}

.case_btn span:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.case_btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 3.5%;
    top: 0;
    bottom: 15%;
    margin: auto;
    transition-duration: 0.3s;
}

.case_box.on .case_btn span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    transition-duration: 0.3s;
}

.case_cont {
    display: none;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.case_cont.appear {
    opacity: 1;

}

.case_box {
    background-color: #f8f4e3;
    margin: 80px 0 0;
    border-radius: 5px;
}

.case_cont {
    padding: 30px 70px 70px;
}

.case_box_inner {
    background-color: #fff;
    padding: 55px 40px 25px;
    border-radius: 5px;
}

.case_box h3 span {
    display: block;
    background-color: #f07a44;
    color: #fff;
    width: 141px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.case_box h3 {
    font-size: 28px;
    color: rgb(239, 122, 69);
    font-weight: bold;
    line-height: 1.714;
    margin-bottom: 25px;
}

.case_box h4 {
    font-size: 26px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 2px solid #dadada;
    position: relative;
    padding: 0 0 15px;
    margin: 55px 0 25px;
}

.case_box h4:first-child {
    margin-top: 0;
}

.case_box h4::after {
    width: 144px;
    height: 2px;
    content: '';
    display: block;
    background-color: #b3902a;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.case_box h5 {
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 2;
    font-weight: bold;
    margin-bottom: 15px;
}

.case_box ul {
    padding: 0 0 0 35px;
}

.case_box ul li {
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 2;
    list-style: disc outside;
    margin-bottom: 35px;
}

@media screen and (max-width:640px) {
    .case_btn {
        padding: 30px 15px;
    }

    .case_btn span {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

    .case_btn span::after {
        width: 10px;
        height: 10px;
        right: 8%;
    }

    .case_box {
        margin: 40px 0 0;
    }

    .case_cont {
        padding: 20px 15px 20px;
    }

    .case_box_inner {
        padding: 30px 15px 10px;
    }

    .case_box h3 span {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .case_box h3 {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .case_box h4 {
        font-size: 15px;
        padding: 0 0 8px;
        margin: 30px 0 20px;
    }

    .case_box h4:first-child {
        margin-top: 0;
    }

    .case_box h4::after {
        width: 80px;
    }

    .case_box h5 {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 10px;
    }

    .case_box ul {
        padding: 0 0 0 25px;
    }

    .case_box ul li {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 20px;
    }
}

/* point_box
---------------------------------------------------- */
.point_box {
    background-color: #ebe0b9;
    padding: 70px 60px;
    max-width: 1200px;
    margin: 80px auto 0;
    box-sizing: border-box;
}

.point_box h2 {
    font-size: 38px;
    text-align: center;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 80px;
}

.point_box li {
    display: block;
    float: left;
    width: 520px;
    padding: 50px 45px 40px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    min-height: 760px;
}

.point_box li:last-child {
    float: right;
}

.point_box li span {
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translate(-50%, 0);
    background-color: #008b22;
    border-radius: 5px;
    width: 162px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.point_box h3 {
    font-size: 28px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
}

.point_box p {
    font-size: 17px;
    color: rgb(34, 34, 34);
    line-height: 2;
}

.point_box li img {
    display: block;
    margin: 30px auto 0;
}

@media screen and (max-width:640px) {
    .point_box {
        padding: 30px 20px;
        margin: 40px auto 0;
    }

    .point_box h2 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .point_box li {
        float: none;
        width: auto;
        padding: 35px 15px 20px;
        min-height: 0px;
    }

    .point_box li:last-child {
        float: none;
        margin-top: 40px;
    }

    .point_box li span {
        top: -15px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .point_box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .point_box p {
        font-size: 15px;
        line-height: 1.9;
    }

    .point_box li img {
        margin: 20px auto 0;
    }
}

/* login_notes
---------------------------------------------------- */
.login_notes {
    margin-top: 40px;
}

.login_about h3 {
    font-size: 24px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

.login_notes h3 {
    font-size: 24px;
    color: rgb(86, 71, 46);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

.login_notes p {
    margin-top: 1em;
}

.login_notes ul.ul2 {
    margin-bottom: 1em;
}

.login_notes p.note {
    margin: 0;
}

.resetting {
    margin-top: 40px;
}

.resetting_txt {
    margin-top: 0 !important;
}

.resetting_img {
    width: 30%;
    margin: auto;
}

.resetting_img img {
    width: 100%;
    height: auto;
}

.resetting_img span {
    display: block;
    text-align: center;
    margin-top: 0.7em;
    font-size: 90%;
}

@media screen and (max-width:640px) {
    .login_notes {
        margin-top: 20px;
    }

    .login_notes h3 {
        line-height: 1.4;
    }

    .resetting {
        flex-direction: column;
        margin-top: 20px;
    }

    .resetting_img {
        width: 50vw;
        margin: 20px auto 0;
    }

    .resetting_img img {
        width: 100%;
        height: auto;
    }

    .resetting_img span {
        display: block;
        text-align: center;
        margin-top: 0.7em;
        font-size: 90%;
    }
}
