.secTitle {
    margin-bottom: 5.5rem;
}
.title01 {
    font-size: 5rem;
}
.title02 {
    font-size: 3rem;
}

.tabNone { display: inline !important; }
.tabShow { display: none !important; }
@media screen and (max-width:1200px){
    .tabNone { display: none !important; }
    .tabShow { display: block !important; }
}

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

headerTop

---------------------------------------- */
#headerTop .memberBtn .headerMenu a {
    min-width: 10rem;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
    padding: 12px 1em;
    margin-left: 1rem;
    color: #4e3e3e;
}
/* ----------------------------------------

mv

---------------------------------------- */
#mv {
    padding: 7rem;
}
@media only screen and (max-width: 767px){
    #mv {
        padding: 0rem;
    }
}

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

feature

---------------------------------------- */
#feature, .paychange #voice {
    background-color: #DBEFFF;
}
#featureList .imgArea {
    background-color: #27a5eb;
}
#featureList .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}
/* ----------------------------------------

commission

---------------------------------------- */
#commission {
    padding: 7rem 0 10rem 0;
}
.commissionList li {
    background-color: #DBEFFF;
    border: solid 3px #002971;
    border-radius: 30px;
    text-align: center;
    padding: 5rem 3rem 3rem 3rem;
}
.commissionList .imgArrow {
    margin: -1.5rem 0 0.5rem 0;
}
.commissionList .imgArea {
    margin-bottom: 3rem;
}
.commissionList .title03 {
    font-size: 2rem;
}
.commissionList .value {
    margin-bottom: 1rem;
}
/* ----------------------------------------

voice

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

/* voiceList
------------------------------- */
#voiceList .work .cat{
    width: auto;
    min-height: 0;
    margin-right: 3rem;
}
#voiceList .detail .imgArea {
    margin: 0 4rem 0 2rem;
}
#voiceList .detail .textArea p {
    font-size: 1.5rem;
    line-height: 2em;
}
#voiceList .detail .textArea .fontL{
    font-size: 2rem;
}
#voiceList .checkList > li {
    background-image: url(../img/paychange/checkmark_blue.svg);
}
/* ----------------------------------------

flow

---------------------------------------- */
#flow {
    padding: 6rem 0 0 0;
}
#flow .secTitle .title01 {
    margin-bottom: 2rem;
}
#flow .flowList .imgArea {
    margin-bottom: 2.5rem;
}
#flow .flowList .imgArea:after {
    content: none;
}
#flow .flowList .textArea {
    padding: 0 1rem 0;
}
/* ----------------------------------------

inquiry

---------------------------------------- */
#inquiry {
    margin-top: 6rem;
    padding: 10rem 0;
    overflow: hidden;
}
#inquiry .secTitle {
    color: #fff
}
#inquiry .secTitle .title01 {
    margin-bottom: 3rem;
}
#inquiry .whitebase {
    background-color: #fff;
    border-radius: 3.6rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-bottom: 6rem;
    position: relative;
}
#inquiry .whitebase .bottom_message {
    padding-top: 5rem;
    text-align: center;
}
#inquiry .whitebase .imgArea {
    height: 0;
}
#inquiry .whitebase .imgArea img {
    margin-top: -7rem;
    margin-left: 60rem;
}
@media only screen and (max-width: 1200px){
    #inquiry .whitebase .imgArea img {
        margin-top: -12rem;
        margin-left: 64rem;
    }
}
@media only screen and (max-width: 767px){
    #inquiry .whitebase .imgArea {
        height: auto;
    }
    #inquiry .whitebase .imgArea img {
        margin-top: 2rem;
        margin-left: 0;
    }
}
/* form
------------------------------- */
#form  {
    margin-bottom: 3.5rem;
    position: relative;
}
#form .row {
    min-height: 70px;
    display: flex;
    padding: 2rem 0;
}
#form .row dt,
#form .row dd {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
#form .row dt {
    width: 45%;
    justify-content: flex-end;
    padding-right: 2rem;
}
#form .unit {
    margin-left: 1em;
}
#form .btn01 {
    padding: 3rem 20rem;
    font-size: 4rem;
}
#form .attention {
    padding: 3rem 0;
    margin: 3rem 0;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px #002971;
    border-bottom: solid 1px #002971;
}
@media only screen and (max-width: 767px){
    #form .row {
        display: block;
    }
    #form .row dt,
    #form .row dd {
        font-size: 16px;
        width: auto;
    }
    #form .row dt {
        margin-bottom: 1.5rem;
        justify-content: flex-start;
    }
    #form .btn01 {
        padding: 3rem 10rem;
    }
}
/* input / textarea
------------------------------- */
#form input:not([type="radio"]), #form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 2.5em;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 1px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border: 1px solid #999999;
    border-radius: 10px;
    transition: .3s;
    font-size: 2rem;
}
#form input:not([type="radio"]):focus,
#form input:not([type="radio"]):hover,
#form input:not([type="radio"]):active{
    outline: none;
    border: 1px solid #815CA5;
    transition: .3s;
}
#form input:placeholder {
    color: rgba(0,0,0,.2);
}
@media only screen and (max-width: 737px){
    #form input:not([type="radio"]),
    #form textarea,
    #form select  {
        font-size: 16px;
        padding: 10px;
    }
}

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

complete

---------------------------------------- */
#complete {
    padding: 10rem;
    text-align: center;
}
#complete .btn01 {
    margin-top: 3rem;
    padding: 1rem 5rem;
}
/* ----------------------------------------

error

---------------------------------------- */
#error {
    padding-top: 5rem;
    color: red;
}
#error li {
    font-size: 2rem;
}
