@charset "utf-8";

/* ===== style.css ===== */
/* -- font -- */
/*  */


/* -- html -- */
html {
    font-size: 10px;
}
@media screen and ( max-width: 900px ) {
    html {
        font-size: 8.75px;
    }
}


/* -- body -- */
body {
    font: 1.6rem/2 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* -- wrapper -- */
.wrapper {
    position: relative;
    overflow-x: hidden;
}

/* -- inner -- */
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
@media screen and ( max-width: 1040px ) {
    .inner {
        margin: 0 20px;
        width: auto;
    }
}
/* - inner800 - */
.inner800 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}


/*
    tag
*/
a {
    color: #003EC9;
    text-decoration: none;
    transition: opacity 0.6s;
}
@media ( hover: hover ) {
    a:hover {
        opacity: 0.6;
    }
}

img,
svg {
    max-width: 100%;
    height: auto;
}

hr {
    margin: 5.2rem 0 5.7rem;
    border-color: #DEDEDE;
}
@media screen and ( max-width: 900px ) {
    hr {
        margin: 33px 0 40px;
    }
}

textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    padding: 1.4rem 2rem;
    height: 20rem;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
    resize: none;
}
textarea::-webkit-input-placeholder { color: #9F9F9F; }
textarea:-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
textarea:-ms-input-placeholder { color: #9F9F9F; }


/*
    common
*/
/* -- hide -- */
@media screen and ( min-width: 901px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 900px ) {
    .sp_hide { display: none!important; }
}

/* -- tel_none -- */
.tel_none {
    color: #000;
    pointer-events: none;
}

/* -- common -- */
.vaM { vertical-align: middle; }

.mt20 { margin-top: 2rem; }
.mt35 { margin-top: 3.5rem; }
.mt40 { margin-top: 4rem; }


/*
    header
*/
header {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 1.8rem;
    background: #fff;
    z-index: 1000;
}
/* - header_topBox - */
.header_topBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem 0.3rem 3.1rem;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}
.header_topBox_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #1E2864;
    padding-top: 1rem;
}
.header_topBox .header_link {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.2rem;
}
.header_topBox .header_link li:not(:last-child)::after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.95rem;
    width: 1px;
    height: 1.6rem;
    background: #DEDEDE;
    content: "";
}
.header_topBox .header_link a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #727272;
}
/* - header_topBox - */
.header_logo {
    margin: 2rem 4rem 0 0;
    padding-left: 3.1rem;
}
/* - gnav_list - */
header > .gnav_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
}
header > .gnav_list li:not(:last-child) {
    margin-right: 3.1rem;
}
header > .gnav_list a {
    line-height: 1.5;
    color: #1E2864;
}
/* - gnavOuter - */
#gnavOuter {
    margin: 2.2rem 0 0 auto;
    padding-right: 2.9rem;
}
#gnavOuter > .header_btn {
    display: flex;
    flex-wrap: wrap;
}
#gnavOuter > .header_btn li:not(:last-child) {
    margin-right: 1.2rem;
}
#gnavOuter > .header_btn a {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7rem;
    border: 1px solid;
    border-radius: 0.5rem;
}
#gnavOuter > .header_btn svg {
    vertical-align: middle;
    position: relative;
    right: 0.2rem;
    margin-right: 1rem;
}
/* estimate */
#gnavOuter > .header_btn .estimate {
    width: 156px;
}
#gnavOuter > .header_btn .estimate a {
    border-color: #1E2864;
    background: #1E2864;
}
/* login */
#gnavOuter > .header_btn .login {
    width: 126px;
}
#gnavOuter > .header_btn .login a {
    color: #967F00;
    border-color: #967F00;
    background: #fff;
}
#gnavOuter > .header_btn .login svg {
    right: 0.1rem;
}
/* newmember */
#gnavOuter > .header_btn .newmember {
    width: 124px;
}
#gnavOuter > .header_btn .newmember a {
    border-color: #967F00;
    background: #967F00;
}
#gnavOuter > .header_btn .newmember svg {
    right: 0.4rem;
    margin-right: 0.6rem;
}
/* login */
#gnavOuter > .header_btn .newmember_login {
    display: none;
}
.wrapper.login #gnavOuter > .header_btn .login,
.wrapper.login #gnavOuter > .header_btn .newmember {
    display: none;
}
.wrapper.login #gnavOuter > .header_btn .newmember_login {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0;
    width: 22.9rem;
}
#gnavOuter > .header_btn .newmember_login svg {
    vertical-align: middle;
    position: relative;
    right: -0.4rem;
    margin: 0.9rem 17px 0 0;
    width: 21px;
}
#gnavOuter > .header_btn .newmember_login path {
    stroke: #000;
}
#gnavOuter > .header_btn .newmember_login span {
    font-size: 1.3rem;
    line-height: 1.12;
    letter-spacing: -0.07em;
    display: block;
    margin-top: 0.3rem;
    width: calc(100% - 38px);
}
#gnavOuter > .header_btn .newmember_login a {
    color: #003EC9;
    display: inline-block;
    border: none;
    background: none;
}
@media screen and ( min-width: 2000px ) {
    #gnavBtn,
    #gnav {
        /* display: none; */
    }
}
/* @media screen and ( max-width: 1999px ) { */
    /* - gnav_list - */
    header > .gnav_list {
        display: none;
    }
    /* - gnavOuter - */
    #gnavOuter {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 0 auto;
        padding-right: 20px;
    }
    #gnavOuter > .header_btn {
        margin-right: 15px;
    }
    /* - gnavBtn - */
    #gnavBtn {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 4px;
    }
    #gnavBtn a {
        display: block;
        position: relative;
        width: 25px;
        padding-top: 84%;
    }
    #gnavBtn span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #1E2864;
        transition: width 0.6s, transform 0.15s;
    }
    #gnavBtn span:nth-child(1) {
        top: 0;
        bottom: auto;
    }
    #gnavBtn span:nth-child(3) {
        top: auto;
        bottom: 0;
    }
    header.open #gnavBtn span:nth-child(1),
    header.open #gnavBtn span:nth-child(2),
    header.open #gnavBtn span:nth-child(3) {
        top: 0;
        bottom: 0;
        transform: rotate(45deg);
    }
    header.open #gnavBtn span:nth-child(3) {
        transform: rotate(-45deg);
    }
    /* - gnav - */
    #gnav {
        position: fixed;
        top: 115px;
        right: -100vw;
        border-top: 1px solid #DEDEDE;
        width: 100vw;
        transition: right 0.6s;
        height: 100vh;
        background: #fff;
    }
    header.open #gnav {
        right: 0;
    }
    #gnav .header_btn {
        display: flex;
        flex-wrap: wrap;
    }
    #gnav .header_btn > * {
        width: 50%;
    }
    #gnav .header_btn a {
        font-size: 14px;
        color: #967F00;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }
    #gnav .header_btn svg {
        margin-right: 12px;
    }
    #gnav .header_btn .newmember a {
        color: #fff;
        background: #967F1D
    }
    #gnav .header_btn .estimate {
        border-top: 1px solid #DEDEDE;
        width: 100%;
    }
    #gnav .header_btn .estimate a {
        font-size: 14px;
        color: #1E2864;
        position: relative;
        justify-content: flex-start;
        padding: 0 50px 0 30px;
        height: 72px;
    }
    #gnav .header_btn .estimate a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        margin: auto;
        width: 22px;
        height: 10px;
        background: url(/asset/img/common/arrow_blue.svg) no-repeat 0 0/100% auto;
        content: "";
        transform: scaleX(-1) rotate(90deg);
    }
    #gnav .header_btn .estimate path {
        stroke: #1E2864;
    }
    #gnav .header_btn .newmember_login {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 0 16px 30px;
        width: 100%;
        background: #F4F4F4;
        border-bottom: 1px solid #DEDEDE;
    }
    #gnav .header_btn .newmember_login path {
        stroke: #1E2864;
    }
    #gnav .header_btn .newmember_login span {
        line-height: 1.3;
    }
    #gnav .header_btn .newmember_login a {
        font-size: 14px;
        color: #003EC9;
        display: inline-block;
        height: auto;
    }
    .wrapper:not(.login) #gnav .header_btn .newmember_login {
        display: none;
    }
    .wrapper.login #gnav .header_btn .login,
    .wrapper.login #gnav .header_btn .newmember {
        display: none;
    }
    #gnav .gnav_list {
        border-top: 1px solid #DEDEDE;
    }
    #gnav .gnav_list > * {
        border-bottom: 1px solid #DEDEDE;
    }
    #gnav .gnav_list a {
        font-size: 16px;
        color: #1E2864;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 50px 0 30px;
        height: 72px;
    }
    #gnav .gnav_list a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        margin: auto;
        width: 22px;
        height: 10px;
        background: url(/asset/img/common/arrow_blue.svg) no-repeat 0 0/100% auto;
        content: "";
        transform: scaleX(-1) rotate(90deg);
    }
    #gnav .header_link {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 33px 5px 0;
    }
    #gnav .header_link > * {
        position: relative;
        width: 33%;
    }
    #gnav .header_link > *:not(:last-child)::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 15px;
        background: #DEDEDE;
        content: "";
    }
    #gnav .header_link a {
        font-size: 12px;
        color: #727272;
    }
/* } */
@media screen and ( max-width: 900px ) {
    header {
        padding-bottom: 10.5px;
    }
    /* - header_topBox - */
    .header_topBox {
        display: block;
        padding: 9px 3rem 5px;
        border-bottom: 1px solid #DEDEDE;
    }
    .header_topBox_txt {
        font-size: 11px;
        text-align: center;
        padding-top: 0;
    }
    .header_topBox .header_link {
        display: none;
    }
    /* - header_topBox - */
    .header_logo {
        margin: 15px 15px 0 0;
        padding-left: 15px;
    }
    .header_logo img {
        max-width: 193px;
    }
    /* - gnavOuter - */
    #gnavOuter {
        margin: 17px 0 0 auto;
        padding-right: 15px;
    }
    #gnavOuter > .header_btn {
        margin-right: 0;
    }
    .wrapper.login #gnavOuter > .header_btn {
        margin-right: 25px;
    }
    #gnavOuter > .header_btn li:not(:last-child) {
        margin-right: 25px;
    }
    #gnavOuter > .header_btn a {
        width: 20px;
        height: auto;
        background: none!important;
        border: none;
    }
    #gnavOuter > .header_btn span {
        display: none;
    }
    #gnavOuter > .header_btn svg {
        right: 0!important;
        margin-right: 0!important;
    }
    #gnavOuter > .header_btn path {
        stroke: #1E2864;
    }
    /* estimate */
    #gnavOuter > .header_btn .estimate {
        width: auto;
    }
    /* login */
    #gnavOuter > .header_btn .login {
        width: auto;
    }
    /* newmember */
    #gnavOuter > .header_btn .newmember {
        width: auto;
    }
    /* newmember_login */
    .wrapper.login #gnavOuter > .header_btn .newmember_login {
        width: auto;
    }
    #gnavOuter > .header_btn .newmember_login svg {
        margin: 0;
        width: auto;
    }
    #gnavOuter > .header_btn .newmember_login span {
        display: none;
    }
    /* - gnavBtn - */
    #gnavBtn {
        display: block;
        padding-bottom: 0;
    }
    /* - gnav - */
    #gnav {
        top: 85px;
    }
}


/*
    footer
*/
footer {
    color: #FFF;
    background: #1E2864;
}
footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    padding: 11.7rem 0 4.9rem;
}
.footer_logo {
    margin: 0.3rem 20px 40px 0;
}
.footer_rBox {
    display: flex;
    flex-wrap: wrap;
}
.footer_gnavList {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0.1rem 2rem 0 0;
    width: 187px;
}
.footer_gnavList li:not(:last-child) {
    margin-bottom: 2.3rem;
}
.footer_gnavList a {
    color: #fff;
}
.footer_link {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 2rem;
    width: 136px;
}
.footer_link li:not(:last-child) {
    margin-bottom: 1.9rem;
}
.footer_link a {
    color: #fff;
}
/* _blank */
.footer_link a[target="_blank"] svg {
    vertical-align: middle;
    position: relative;
    top: -0.2rem;
    margin-left: 1rem;
}
.footer_btn {
    margin-top: 0.3rem;
    width: 212px;
}
.footer_btn .newmember a {
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    background: #967F00;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
}
.footer_btn .login {
    text-align: center;
    margin-top: 1.3rem;
}
.footer_btn .login a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #FFF;
}
.copyright {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    margin-top: 5rem;
    width: 100%;
}
@media screen and ( max-width: 900px ) {
    footer .inner {
        display: block;
        padding: 60px 0 58px;
    }
    .footer_logo {
        text-align: center;
        margin: 0;
    }
    .footer_logo img {
        max-width: 201px;
    }
    .footer_rBox {
        display: block;
        margin: 57px 10px 0;
    }
    .footer_gnavList {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0.1rem 2rem 0 0;
        width: 100%;
    }
    .footer_gnavList li {
        width: 40.3%;
    }
    .footer_gnavList li:not(:last-child) {
        margin-bottom: 24px;
    }
    .footer_gnavList li:nth-last-child(2) {
        margin-bottom: 0;
    }
    .footer_link {
        font-size: 11px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 55px 0 0;
        width: 100%;
    }
    .footer_link li {
        width: 40.3%;
    }
    .footer_link li:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer_link li:nth-last-child(2) {
        margin-bottom: 0;
    }
    /* _blank */
    .footer_link a[target="_blank"] svg {
        top: -3px;
        margin-left: 14px;
    }
    .footer_btn {
        margin-top: 49px;
        width: 100%;
    }
    .footer_btn .newmember a {
        font-size: 16px;
        height: 56px;
    }
    .footer_btn .login {
        margin-top: 22px;
    }
    .footer_btn .login a {
        font-size: 12px;
    }
    .copyright {
        font-size: 11px;
        text-align: center;
        margin-top: 50px;
    }
}


/*
    contents
*/
#contents {
    padding: 11.5rem 0 11.7rem;
}
@media screen and ( max-width: 900px ) {
    #contents {
        padding: 85px 0 97px;
    }
}

/* -- breadcrumb --*/
#breadcrumb {
    margin-top: 1.6rem;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #DEDEDE;
}
#breadcrumb li {
    font-size: 1.2rem;
    line-height: 1.5;
}
#breadcrumb li:not(:last-child)::after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin: 0 1.6rem;
    width: 1px;
    height: 1.6rem;
    background: #DEDEDE;
    content: "";
}
#breadcrumb li a {
    color: #727272;
}
@media screen and ( max-width: 900px ) {
    #breadcrumb {
        margin-top: 15px;
    }
    #breadcrumb ul {
        margin: 0;
        padding: 0 20px 13px;
        border-bottom: 1px solid #DEDEDE;
    }
    #breadcrumb li {
        font-size: 10px;
    }
    #breadcrumb li:not(:last-child)::after {
        margin: 0 10px;
        height: 14px;
    }
    #breadcrumb li a {
        color: #727272;
    }
}

/* -- pageTit --*/
.pageTit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.4rem;
}
.pageTit .h1 {
    margin-right: 4rem;
}
.pageTit_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0.6rem;
    padding: 0.2rem 2rem 0.1rem;
    background: #F4F4F4;
    border-radius: 0.2rem;
}
.pageTit .pageTit_flow {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #727272;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    padding: 0.2rem 1.9rem 0.1rem 2.1rem;
    background: #F4F4F4;
}
.pageTit .pageTit_flow .act {
    color: #1E2864;
}
.pageTit .pageTit_flow > *:not(:last-child)::after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 2rem;
    width: 1.9rem;
    height: 1px;
    background: #DEDEDE;
    content: "";
}
.pageTit .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 4.1rem;
    width: 100%;
}
.pageTit .minTxt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1.3rem;
    width: 100%;
}
@media screen and ( max-width: 900px ) {
    .pageTit {
        display: block;
        margin-top: 25px;
    }
    .pageTit .h1 {
        margin-right: 0;
    }
    .pageTit_txt {
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
        padding: 3px 2rem;
        border-radius: 2px;
    }
    .pageTit .pageTit_flow {
        justify-content: center;
        margin-top: 15px;
    }
    .pageTit .pageTit_flow > *:not(:last-child)::after {
        margin: 0 8px;
        width: 8px;
    }
}

/* -- h --*/
/* - h1 - */
.h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #1E2864;
}
@media screen and ( max-width: 900px ) {
    .h1 {
        font-size: 20px;
    }
}
/* - h2 - */
.h2 {
    font-size: 2rem;
    color: #1E2864;
    margin-top: 5rem;
}
@media screen and ( max-width: 900px ) {
    .h2 {
        font-size: 18px;
        margin-top: 51px;
    }
}
/* line */
.line.h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #1E2864;
    position: relative;
    margin: 6.6rem 0 4.5rem;
    padding-left: 2.7rem;
}
.line.h2::before {
    position: absolute;
    top: -0.6rem;
    bottom: -0.4rem;
    left: 0;
    margin: auto;
    width: 1px;
    background: #1E2864;
    content: "";
}
/* - h3 - */
.h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1E2864;
}
/* line */
.line.h3 {
    position: relative;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #DEDEDE;
}
.line.h3::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 2rem;
    height: 1px;
    background: #1E2864;
    content: "";
}
/* margin */
.mtM.h3 { margin-top: 2.7rem; }
.mbM.h3 { margin-bottom: 1.7rem; }
@media screen and ( max-width: 900px ) {
    .h3 {
        font-size: 16px;
    }
    /* line */
    .line.h3 {
        padding-bottom: 6px;
    }
    .line.h3::before {
        width: 20px;
    }
}
/* - h4 - */
.h4 {
    font-size: 1.8rem;
    line-height: 1.5;
}
@media screen and ( max-width: 900px ) {
    .h4 {
        font-size: 16px;
    }
}

/* -- select -- */
.select{
    position: relative;
}
.select::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0.4rem;
    right: 2.1rem;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #967F00;
    border-left: 1px solid #967F00;
    content: "";
    z-index: 30;
    transform: rotate(-45deg);
}
.select:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
    content: "";
    z-index: 20;
}
select {
    cursor: pointer;
    position: relative;
    padding: 0 4rem 0 2rem;
    width: 100%;
    height: 5.6rem;
    z-index: 30;
}
@media screen and ( max-width: 900px ) {
    .select::before {
        right: 20px;
        width: 0.6rem;
        height: 0.6rem;
    }
    select {
        font-size: 16px;
        padding: 0 4rem 0 21px;
        height: 56px;
    }
}

/* -- checkbox -- */
.checkbox > *:not(:last-child) {
    margin-bottom: 1.2rem;
}
.checkbox label {
    user-select: none;
}
.checkbox input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    top: -0.2rem;
    margin-right: 1.1rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
}
.checkbox input[type="checkbox"]:checked {
    background: #967F00 url(/asset//img/common/checkbox_checked.svg) no-repeat center/ 100% auto;
    border-color: #967F00;
}
@media screen and ( max-width: 900px ) {
    .checkbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .checkbox > * {
        width: 47.2%;
    }
    .checkbox > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .checkbox > *:nth-last-child(2) {
        margin-bottom: 0;
    }
    .checkbox input[type="checkbox"] {
        width: 24px;
        height: 24px;
        border-radius: 2px;
    }
}

/* -- input -- */
/* text password */
input[type="text"],
input[type="password"] {
    line-height: 1.5;
    display: block;
    padding: 0 2rem;
    height: 5.6rem;
    width: 100%;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
}
input[type="text"]::-webkit-input-placeholder { color: #9F9F9F; }
input[type="text"]:-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder { color: #9F9F9F; }
input[type="text"]::-ms-input-placeholder { color: #9F9F9F; }
input[type="password"]::-webkit-input-placeholder { color: #9F9F9F; }
input[type="password"]:-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
input[type="password"]:-ms-input-placeholder { color: #9F9F9F; }
input[type="password"]::-ms-input-placeholder { color: #9F9F9F; }
@media screen and ( max-width: 900px ) {
    /* text */
    input[type="text"],
    input[type="password"] {
        font-size: 16px;
        padding: 0 20px;
        height: 56px;
        border-radius: 2px;
    }
}
/* date */
input[type="date"] {
    line-height: 1.5;
    display: block;
    padding: 0 2rem;
    height: 5.6rem;
    width: 100%;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
}
@media screen and ( max-width: 900px ) {
    /* text */
    input[type="date"] {
        font-size: 16px;
        padding: 0 20px;
        height: 56px;
        border-radius: 2px;
    }
}

/* -- tagBox -- */
.tagBox {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0 -0.5rem;
}
.tagBox > * {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #1E2864;
    margin-bottom: 0.5rem;
    padding: 0.1rem 0.9rem 0;
    border: 1px solid #1E2864;
    border-radius: 0.2rem;
}
.tagBox > *:not(:last-child) {
    margin-right: 0.5rem;
}
/* ocher */
.tagBox > *.ocher {
    color: #967F1D;
    border-color: #967F1D;
}
@media screen and ( max-width: 900px ) {
    .tagBox {
        margin: 11px 0 -5px;
    }
    .tagBox > * {
        font-size: 12px;
        margin-bottom: 5px;
        padding: 0 7px;
        border-radius: 2px;
    }
    .tagBox > *:not(:last-child) {
        margin-right: 5px;
    }
}

/* -- detailBox -- */
.detailBox {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.7rem;
    width: 100%;
}
.detailBox tr:not(:last-child) th,
.detailBox tr:not(:last-child) td {
    padding-bottom: 0.8rem;
}
.detailBox th {
    color: #1E2864;
    width: 85px;
}
@media screen and ( max-width: 900px ) {
    .detailBox {
        font-size: 12px;
        margin-top: 17px;
    }
    .detailBox tr:not(:last-child) th,
    .detailBox tr:not(:last-child) td {
        padding-bottom: 9px;
    }
}

/* -- estimateBtnBox -- */
.estimateBtnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.6rem;
}
.estimateBtnBox > * {
    width: 48.48%;
}
.estimateBtnBox a {
    line-height: 1.5;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    border: 1px solid;
    border-radius: 0.5rem;
}
.estimateBtnBox svg {
    position: relative;
}
/* estimate */
.estimateBtnBox .estimate a {
    border-color: #1E2864;
    background: #1E2864;
}
.estimateBtnBox .estimate svg {
    margin-right: 1.3rem;
    left: 0.3rem;
}
/* request */
.estimateBtnBox .request a {
    border-color: #967F00;
    background: #967F00;
}
.estimateBtnBox .request svg {
    margin-right: 1.4rem;
}
/* - estimateBtnBox_fixed - */
.estimateBtnBox_fixed {
    position: fixed;
    top: auto!important;
    bottom: -100px!important;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1010;
    transition: bottom 0.3s;
}
.estimateBtnBox_fixed .estimateBtnBox {
    margin: 0 auto;
    max-width: 470px;
}
.estimateBtnBox_fixed .estimateBtnBox > * {
    width: 47.45%;
}
/* fixed */
.fixed.estimateBtnBox_fixed {
    bottom: 0!important;
}
/* fixedEnd_sp */
.fixedEnd_sp.estimateBtnBox_fixed {
    bottom: -100px!important;
}
@media screen and ( max-width: 900px ) {
    .estimateBtnBox {
        margin-top: 17px;
    }
    .estimateBtnBox > * {
        width: 49.255%;
    }
    .estimateBtnBox a {
        padding-top: 1px;
        height: 46px;
        border-radius: 5px;
    }
    .estimateBtnBox svg {
        width: 16px;
    }
    /* estimate */
    .estimateBtnBox .estimate svg {
        margin-right: 6px;
        left: -4px;
    }
    /* request */
    .estimateBtnBox .request svg {
        margin-right: 10px;
    }
    /* - estimateBtnBox_fixed - */
    .estimateBtnBox_fixed {
        padding: 2rem 20px;
    }
}

/* -- pager -- */
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.pager li:not(:last-child) {
    margin-right: 1rem;
}
.pager a {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    transition: border 0.6s, opacity 0.6s;
}
.pager li.act a {
    color: #fff;
    background: #967F00;
    border-color: #967F00;
}
.pager li.last {
    position: relative;
    padding-left: 4rem;
}
.pager li.last::before {
    font-size: 1.4rem;
    color: #9F9F9F;
    position: absolute;
    top: 50%;
    left: 0.9rem;
    padding-bottom: 0.9rem;
    content: "…";
    transform: translateY(-50%);
}
.pager li.prev {
    margin-right: 2rem;
}
.pager li.next {
    margin-left: 1rem;
}
.pager .prev a,
.pager .next a {
    border: none;
}
.pager li.next svg {
    transform: rotate(180deg);
}
@media ( hover: hover ) {
    .pager :not(.act,.prev,.next) a:hover {
        border-color: #967F00;
        opacity: 1;
    }
}
@media screen and ( max-width: 900px ) {
    .pager {
        margin-top: 40px;
    }
    .pager li:not(:last-child) {
        margin-right: 10px;
    }
    .pager a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .pager li.last {
        padding-left: 40px;
    }
    .pager li.last::before {
        font-size: 14px;
        padding: 10px 0 0;
    }
    .pager li.prev {
        margin-right: 20px;
    }
}

/* -- gmap -- */
.gmap {
    line-height: 0;
    overflow: hidden;
    margin-top: 6rem;
}
.gmap > * {
    overflow: hidden;
    position: relative;
    padding-top: 440px;
    height: 0;
}
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and ( max-width: 900px ) {
    .gmap {
        margin-top: 30px;
    }
    .gmap > * {
        padding-top: 158px;
    }
}

/* -- bgGrayBox -- */
.bgGrayBox {
    margin-top: 7.6rem;
    padding: 8rem 0 0;
    background: #F4F4F4;
}
.bgGrayBox > .inner:first-child > :first-child {
    margin-top: 0;
}
/* - contents_pb0 - */
.contents_pb0 #contents {
    padding-bottom: 0;
}
.contents_pb0 #contents > .bgGrayBox:last-child {
    padding-bottom: 11.7rem;
}
@media screen and ( max-width: 900px ) {
    .bgGrayBox {
        margin-top: 40px;
        padding: 40px 0 0;
    }
    /* - contents_pb0 - */
    .contents_pb0 #contents > .bgGrayBox:last-child {
        padding-bottom: 97px;
    }
}

/* -- radio -- */
.radio {
    font-size: 1.6rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    margin: 2.1rem 0 -1rem;
}
.radio > * {
    margin-bottom: 1rem;
}
.radio > *:not(:last-child) {
    margin-right: 2.9rem;
}
.radio label {
    user-select: none;
}
.radio input[type="radio"] {
    cursor: pointer;
    position: relative;
    top: -0.2rem;
    margin-right: 1.1rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #F4F4F4;
    border: 1px solid #DEDEDE;
    border-radius: 10em;
}
.radio input[type="radio"]:checked {
    background: #fff url(/asset//img/common/radio_checked.svg) no-repeat center/ 100% auto;
    border-color: #967F00;
}

/* -- file -- */
.file > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.4rem 1.4rem 1.5rem;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
}
.file > :not(:last-child) {
    margin-bottom: 0.5rem;
}
.file .preview > * {
    margin-right: 4rem;
    max-width: 300px;
}
.file input[type="file"] {
    font-size: 1.4rem;
}
.file .preview_name {
    display: none;
}
.file button {
    font-size: 1.4rem;
    color: #003EC9;
    display: none;
    margin: 0 1.6rem 0 auto;
}
/* - act - */
.file > .act {
    background: #F4F4F4;
}
.file > .act input[type="file"] {
    display: none;
}
.file > .act .preview_name {
    display: block;
}
.file > .act button {
    display: block;
}
/* conf */
.conf.file {
    margin-top: 1.1rem;
}
.conf.file > * {
    padding: 0;
    border: none;
    background: none;
}
.conf.file > :not(:last-child) {
    margin-bottom: 2rem;
}
.conf.file > .act .preview_name {
    padding-bottom: 1.6rem;
}
.conf.file > .act .preview_name.other {
    color: #003EC9;
    padding-bottom: 0;
}
.conf.file > .act .preview_name.other::before {
    display: inline-block;
    position: relative;
    top: 0.3rem;
    margin-right: 1.5rem;
    width: 1.6rem;
    height: 1.7rem;
    background: url(/asset/img/mypage/link_clip.svg) no-repeat 0 0/100% auto;
    content: "";
}
@media screen and ( max-width: 900px ) {
    .file .preview > * {
        margin-right: 10px;
        max-width: 90px;
    }
    .file button {
        margin: 0 0 0 auto;
    }
}

/* -- error -- */
input[type="text"].error,
input[type="password"].error {
    background: #FFEBF4;
    border-color: #E52375;
}


/*
    popup
*/
/* - checkPopup - */
.checkPopup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    z-index: 2000;
}
.checkPopup > * {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 35.5rem;
    height: 28.6rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid rgba(222, 222, 222, 0.95);
}
.checkPopup > * > * {
    padding-top: 0.6rem;
}
.checkPopup .img {
    text-align: center;
}
.checkPopup .txt {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 2rem;
}

/* -- listPopup -- */
.listPopup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
}
.listPopup > * {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2rem;
    left: 2rem;
    margin: auto;
    padding: 2rem;
    max-width: 80rem;
    min-height: 28.6rem;
    background: #fff;
    transform: translateY(-50%);
}
.listPopup > * > * {
    padding-bottom: 0.6rem;
    width: 100%;
}
.listPopup .txt {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: #1E2864;
}
.listPopup_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.5rem auto 0;
    max-width: 58.2rem;
}
.listPopup_btn > * {
    width: 100%;
}
.listPopup_btn a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    background: #967F00;
    border-radius: 0.5rem;
}
/* back */
.listPopup_btn .back a {
    color: #727272;
    border: 1px solid #DEDEDE;
    background: #FFF;
}
@media screen and ( min-width: 901px ) {
    .listPopup_btn > * {
        width: 48.97%;
    }
    .listPopup_btn > :not(:nth-child(2n)) {
        margin-right: 2.06%;
    }
}
@media screen and ( max-width: 900px ) {
    .listPopup_btn > *:not(:last-child) {
        margin-bottom: 1rem;
    }
}

/* -- mypagePopup -- */
.mypagePopup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
}
.mypagePopup > * {
    position: absolute;
    top: 50%;
    right: 2rem;
    left: 2rem;
    margin: auto;
    max-width: 80rem;
    background: #fff;
    transform: translateY(-50%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mypagePopup > *::-webkit-scrollbar {
  display: none;
}
.mypagePopup .closeBtn {
    position: absolute;
    top: 2.4rem;
    right: 2.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 20;
}
.mypagePopup .closeBtn a {
    display: block;
    width: 100%;
    height: 100%;
}
.mypagePopup .closeBtn a::before,
.mypagePopup .closeBtn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3rem;
    height: 1px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}
.mypagePopup .closeBtn a::after {
    transform: rotate(-45deg);
}
.mypagePopup .dlBox {
    margin-top: 0;
}
.mypagePopup .dlBox > dt {
    font-size: 2rem;
    padding: 2.5rem 2.5rem 2.4rem;
}
.mypagePopup .dlBox > dd {
    line-height: 1.5;
    overflow-y: scroll;
    position: relative;
    padding: 4rem 4rem 7rem;
    max-height: 70vh;
}
.mypagePopup .dlBox > dd {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mypagePopup .dlBox > dd::-webkit-scrollbar {
  display: none;
}
.mypagePopup .errorTxt {
    font-size: 1.6rem;
    text-align: center;
    color: #E52375;
    padding: 0.5rem;
    background: #FFEBF4;
    border: 1px solid #E52375;
}
.mypagePopup .subTxt {
    font-size: 1.4rem;
    color: #727272;
    margin-top: 1.7rem;
}
.mypagePopup .txt {
    text-align: center;
    line-height: 2;
    color: #000;
    margin-top: 1.7rem;
}
.mypagePopup .minTxt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
.mypagePopup .cancelTxt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #E52375;
    margin-top: 0.9rem;
}
.mypagePopup_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3.5rem auto 0;
}
.mypagePopup_btn > * {
    width: 49.167%;
}
.mypagePopup_btn > *:nth-child(2n) {
    margin-left: 1.666%;
}
.mypagePopup_btn a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    background: #967F00;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
}
.mypagePopup .img {
    margin-top: 4rem;
}
/* back */
.mypagePopup_btn .back a {
    color: #727272;
    border: 1px solid #DEDEDE;
    background: #FFF;
}
/* hide */
.mypagePopup_btn .hide a {
    border: 1px solid #727272;
    background: #727272;
}
/* cancel */
.mypagePopup_btn .cancel a {
    color: #9F9F9F;
    border: 1px solid #F4F4F4;
    background: #F4F4F4;
}
/* cncljdgBtn */
.mypagePopup_btn .cncljdgBtn.cancel a {
    pointer-events: none;
}
.mypagePopup_btn .cncljdgBtn.cancel.act a {
    pointer-events: auto;
    color: #fff;
    border: 1px solid #727272;
    background: #727272;
}
/* min */
.mypagePopup_btn .min {
    max-width: 285px;
}
/* - mypagePopup_table - */
.mypagePopup_table {
    margin-top: 3.3rem;
}
.mypagePopup_table table {
    width: 100%;
    border-top: 1px solid #DEDEDE;
}
.mypagePopup_table th,
.mypagePopup_table td {
    padding: 2.6rem 2.1rem;
    line-height: 1.5;
    border-bottom: 1px solid #DEDEDE;
}
.mypagePopup_table th {
    font-weight: normal;
    position: relative;
    width: 20.9rem;
}
.mypagePopup_table th::after {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: 0;
    margin: auto;
    border-right: 1px solid #DEDEDE;
    content: "";
}
.mypagePopup_table .fc {
    color: #967F00;
}
.mypagePopup_table .fzS {
    font-size: 1.4rem;
    line-height: 1.5;
}
/* - formCheck - */
.mypagePopup .formCheck {
    display: flex;
    flex-wrap: wrap;
    margin: 3.2rem auto 0;
    max-width: 435px;
}
.mypagePopup .formCheck > :not(:last-child) {
    margin-bottom: 0.8rem;
}
/* - mypagePopup_clsBtnTxt - */
.mypagePopup_clsBtnTxt {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 3rem;
}
/* - mypagePopup_minCnt - */
.mypagePopup_minCnt {
    margin: 0 auto;
    max-width: 42rem;
}
.mypagePopup_minCnt .errorTxt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #E52375;
    margin: 0;
    padding: 0.6rem 0.5rem 0.5rem;
    background: #FFEBF4;
    border: 1px solid #E52375;
}
.mypagePopup_minCnt .loginBox_dl {
    margin-top: 4rem;
}
.mypagePopup_minCnt .link {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0.7rem;
}
/* - popupForm - */
.popupForm {
    margin: 3rem auto 0;
    max-width: 420px;
}
.popupForm.formDl > dt {
    font-size: 1.4rem;
}
.popupForm.formDl > dt:not(:first-child) {
    margin-top: 1.8rem;
}
.popupForm.formDl > dd {
    margin-top: 0.5rem;
}
.popupForm.formDl textarea {
    height: 27.2rem;
}
@media screen and ( min-width: 901px ) {
    .listPopup_btn > * {
        width: 48.97%;
    }
    .listPopup_btn > :not(:nth-child(2n)) {
        margin-right: 2.06%;
    }
}
@media screen and ( max-width: 900px ) {
    .listPopup_btn > *:not(:last-child) {
        margin-bottom: 1rem;
    }
    .mypagePopup .dlBox > dt {
        padding: 2.5rem 5.5rem 2.4rem 2.5rem;
    }
    /* - mypagePopup_table - */
    .mypagePopup_table th {
        width: 12rem;
    }
}

/* -- errorTxtBox -- */
.errorTxtBox {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #E52375;
    margin-top: 3.2rem;
    padding: 1.6rem 2rem 1.5rem;
    background: #FFEBF4;
    border: 1px solid #E52375;
}
.errorTxtBox > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

/* -- errorTxt_txt -- */
.errorTxt_txt {
    color: #E52375;
}

/* -- anchrLinkBox -- */
.anchrLinkBox {
    display: flex;
    flex-wrap: wrap;
}
.anchrLinkBox li {
    background: #fff;
    border-radius: 0.5rem;
}
.anchrLinkBox a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 4.5rem 0 2rem;
    height: 4.6rem;
}
.anchrLinkBox a::after {
    position: absolute;
    top: 0;
    bottom: 0.2rem;
    right: 2rem;
    margin: auto;
    width: 2.2rem;
    height: 1rem;
    background: url(/asset/img/common/arrow_blue.svg) no-repeat 0 0/100% auto;
    content: "";
}
@media screen and ( min-width: 901px ) {
    .anchrLinkBox li {
        margin-bottom: 2rem;
        width: 32%;
    }
    .anchrLinkBox > :not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .anchrLinkBox > :nth-last-child(3),
    .anchrLinkBox > :nth-last-child(2),
    .anchrLinkBox > :last-child {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 900px ) {
    .anchrLinkBox li {
        width: 100%;
    }
    .anchrLinkBox > :not(:last-child) {
        margin-bottom: 1rem;
    }
}

/* -- signUpBox -- */
.signUpBox {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 15.4rem 0 12rem;
    background: url(/asset//img/common/signUpBox.png) no-repeat center/cover;
}
.signUpBox::before {
    position: absolute;
    top: -6rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 16rem;
    background: #967F00;
    content: "";
}
.signUpBox .tit {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.6rem;
}
.signUpBox .btn {
    margin-top: 4.2rem;
}
/* mt */
.mt.signUpBox {
    margin-top: 9.2rem;
}
@media screen and ( max-width: 900px ) {
    .signUpBox {
        text-align: left;
        padding: 15.4rem 10px 120px;
    }
    .signUpBox .tit {
        font-size: 20px;
        text-align: center;
        margin-bottom: 28px;
    }
    .signUpBox .btnN {
        font-size: 16px;
        max-width: 295px;
    }
    .signUpBox .btnN a {
        height: 76px;
    }
}

/* -- btn -- */
.btnN {
    margin: 2.2rem auto 0;
    max-width: 29.5rem;
}
.btnN a {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 7.6rem;
    padding: 0 2rem;
    border-radius: 0.5rem;
}
/* - newmember - */
.newmember.btnN a {
    border-color: #967F00;
    background: #967F00;
}
.newmember.btnN svg {
    margin-right: 1.4rem;
}

/* -- flowBox -- */
.flowBox {
    margin-top: 4.5rem;
}
.flowBox > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flowBox > *:not(:last-child) {
    margin-bottom: 3.2rem;
}
.flowBox > * > .num {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    width: 5rem;
    height: 5rem;
    background: #1E2864;
}
.flowBox .cnt {
    width: calc(100% - 80px);
}
.flowBox .cnt .line.h3 {
    margin-top: -0.3rem;
}
.flowBox .cnt .btn {
    position: relative;
    left: -3.9rem;
    margin-bottom: 0.8rem;
}
.flowBox .come {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0.9rem;
}
/* - telBox - */
.flowBox .telBox {
    margin-right: 7.8rem;
}
@media screen and ( max-width: 900px ) {
    .flowBox > * > .num {
        font-size: 16px;
        width: 4rem;
        height: 4rem;
    }
    .flowBox .cnt {
        width: calc(100% - 60px);
    }
    .flowBox .cnt .line.h3 {
        margin-top: 0;
    }
    .flowBox .cnt .btn {
        left: -3.4rem;
    }
    /* - telBox - */
    .flowBox .telBox {
        margin-right: 0;
    }
}

/* -- newBox -- */
.newBox {
    margin-top: 4.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.newBox > * {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newBox a {
    font-size: 14px;
    color: #000;
    display: block;
    position: relative;
    padding: 3.3rem 3.5rem 3.7rem 2.1rem;
}
.newBox a::after {
    position: absolute;
    top: 0;
    bottom: 0.5rem;
    right: 1.9rem;
    margin: auto;
    width: 1rem;
    height: 2.2rem;
    background: url(/asset/img/common/arrow.svg) no-repeat 0 0/100% auto;
    content: "";
    transform: scaleX(-1);
}
.newBox span {
    font-size: 12px;
    letter-spacing: 1.2px;
    display: inline-block;
    width: 10.5rem;
}
@media screen and ( max-width: 900px ) {
    .newBox a {
        font-size: 12px;
        line-height: 1.5;
        padding: 29px 120px 27px 30px;
    }
    .newBox a::after {
        top: 36px;
        bottom: auto;
        right: 30px;
        width: 10px;
        height: 22px;
    }
    .newBox span {
        font-size: 11px;
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
}

/* -- FlexTextarea -- */
.FlexTextarea {
    position: relative;
}
.FlexTextarea__dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 1.4rem 2rem;
    min-height: 8rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
}
.FlexTextarea__textarea {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1.4rem 2rem;
    width: 100%;
    height: 100%!important;
    background-color: transparent;
    border: 1px solid #DEDEDE;
    border-radius: 0.2rem;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
}
.FlexTextarea__textarea:focus {
    box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.3);
    outline: 0;
}


/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */
.fadeUp {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s;
}
.on.fadeUp {
    transform: translateY(0);
    opacity: 1;
}
