@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/introduction/imgTitle.jpg) center top no-repeat;
}

@media only screen and (max-width:767px) {
    .secCmntitle {
        background: url(../img/introduction/imgTitleSp.jpg) center top / cover no-repeat;
    }
    #pnkz{
        background: none;
    }
}


.secContactTop{
    margin: 80px auto 128px;
}
.secContactTop .titTop{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 1px;
}
.secContactTop .txtTop{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 0.5px;
    line-height: 2.375;
    margin-top: 30px;
}
.secContactTop .txtTop .mark{
    background: linear-gradient(transparent 10%, #fac500 0%, #fac500 90%, transparent 90%);
}


@media only screen and (max-width:767px) {
    .secContactTop {
        margin: 26px auto 70px;
        width: 92%;
    }
    .secContactTop .titTop {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #001b3f;
        letter-spacing: 0px;
        line-height: 1.857;
    }
    .secContactTop .txtTop {
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        color: #001b3f;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 15px;
    }
}

.secIntroduction{
    background: url(../img/introduction/bgIntroduction.gif)center top / cover no-repeat;
    position: relative;
}
.secIntroduction .imgIcon{
    content: '';
    position: absolute;
    top: -60px;
    left: calc(50% - 40px);
}
.secIntroduction .titTop{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 1px;
    padding: 80px  0 40px;
    position: relative;
}
.secIntroduction .titTop:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #001b3f;
    bottom: 0;
    left:calc(50% - 30px);
}
.secIntroduction .flexPresent{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    padding-bottom: 100px;
}
.secIntroduction .boxPresent{
    width: 700px;
    height: 490px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.secIntroduction .boxPresent .boxTit{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: 480px;
    margin: -40px auto 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    letter-spacing: 1px;
}
.secIntroduction .boxPresent .boxTit:before{
    content: '';
    position: absolute;
    bottom: -18px;
    left: calc(50% - 140px);
    width: 18px;
    height: 18px;
    background: url(../img/introduction/iconTxtbox.gif) center top / cover no-repeat;
}
.secIntroduction .boxPresent.boxLeft .boxTit:before{
    background: url(../img/introduction/iconTxtboxLeft.gif) center top / cover no-repeat;
}
.secIntroduction .boxPresent .boxImg{
    margin-top: 27px;
}
.secIntroduction .boxPresent.boxLeft{
    border: 1px solid #fac500;
    margin-right: 20px;
}
.secIntroduction .boxPresent.boxLeft .boxTit{
    color: #001b3f;
    background: #fac500;
}
.secIntroduction .boxPresent.boxRight{
    border: 1px solid #b3925e;
}
.secIntroduction .boxPresent.boxRight .boxTit{
    color: #fff;
    background: #b3925e;
}
.secIntroduction .boxPresent.boxRight .boxImg{
    margin-top: 37px;
}
.secIntroduction .boxPresent .txtUnder01{
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1px;
}
.secIntroduction .boxPresent .txtUnder02{
    font-size: 30px;
    font-weight: bold;
    margin-top: 14px;
}
.secIntroduction .boxPresent .boxMoney{
    display: flex;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secIntroduction .boxPresent .imgMoney{
    margin-right: 0;
    position: absolute;
    top: -104px;
    left: calc(50% - -104px);
}
.secIntroduction .boxPresent .txtMoney{
    font-size: 30px;
    font-weight: bold;
}
.secIntroduction .boxPresent .txtMoney .txtBig{
    font-size: 70px;
}
.secIntroduction .boxPresent.boxRight .txtMoney{
    color: #b3925e;
}
.secIntroduction .boxPresent.boxLeft .txtMoney{
    color: #fac500;
}

@media only screen and (max-width:767px) {
    .secIntroduction .imgIcon {
        content: '';
        position: absolute;
        top: -39px;
        left: calc(50% - 30.5px);
        width: 61px;
    }
    .secIntroduction {
        background: url(../img/introduction/bgIntroduction_sp.gif) center top / cover no-repeat;
        position: relative;
    }
    .secIntroduction .titTop {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 50px 0 25px;
    }
    .secIntroduction .flexPresent {
        display: block;
        padding-bottom: 60px;
        width: 92%;
        margin: 45px auto 0;
    }
    .secIntroduction .boxPresent {
        width: 100%;
        height: auto;
    }
    .secIntroduction .titTop:after {
        width: 35px;
        left: calc(50% - 17.5px);
    }
    .secIntroduction .boxPresent.boxLeft {
        margin-right: 0px;
        position: relative;
        border-radius: 4px;
    }
    .secIntroduction .boxPresent.boxRight {
        position: relative;
        border-radius: 4px;
        margin-top: 50px;
    }
    .secIntroduction .boxPresent .boxImg {
        width: 91px;
        margin-top: 0;
    }
    .secIntroduction .boxPresent .boxTit {
        font-size: 14px;
        width: 265px;
        margin: -20px auto 0;
        height: 40px;
        letter-spacing: 0px;
    }
    .secIntroduction .boxPresent .txtUnder01 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
    }
    .secIntroduction .boxPresent .imgMoney {
        margin-right: 0;
        width: 86px;
        position: absolute;
        right: 0;
        left: unset;
        top: -57px;
    }
    .secIntroduction .boxPresent .txtMoney .txtBig {
        font-size: 36px;
    }
    .secIntroduction .boxPresent .txtMoney {
        font-size: 22px;
        font-weight: bold;
    }
    .secIntroduction .boxPresent .txtUnder02 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
    }
    .secIntroduction .spFlex{
        display: flex;
        justify-content: center;
        padding: 30px 5px 30px 30px;
    }
    .secIntroduction .spInner{
        text-align: left;
        margin-left: 20px;
    }
    .secIntroduction .boxPresent .boxMoney {
        margin-top: 5px;
    }
    .secIntroduction .boxPresent.boxRight .boxImg {
        margin-top: 0;
        width: 87px;
    }
    .secIntroduction .boxPresent .boxTit:before {
        bottom: -12px;
        left: calc(50% - 90px);
        width: 12px;
        height: 12px;
    }
    .secIntroduction .titTop:after {
        width: 35px;
        left: calc(50% - 17.5px);
    }
}

.secFlow{

    }
.secFlow .tit{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 1px;
    padding: 100px  0 40px;
    position: relative;
}
.secFlow .tit:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #001b3f;
    bottom: 0;
    left:calc(50% - 30px);
}
.secFlow .boxFlow{
    margin-top: 50px;
}
.secFlow .boxFlow .flow{
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 25px 40px 45px;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
}
.secFlow .boxFlow .flow:nth-child(n+2){
    margin-top: 30px;
}
.secFlow .boxFlow .stepNum{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secFlow .boxFlow .txtStep{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fac500;
    color: #001b3f;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secFlow .boxFlow .num{
    font-size: 28px;
    display: block;
}
.secFlow .boxFlow .imgStep{
    margin-left: 25px;
    padding-top: 41px;
    min-width: 200px;
    min-height: 126px;
    text-align: center;
}
.secFlow .boxFlow .boxTxt{
    margin-left: 35px;
    padding-top: 20px;
}
.secFlow .boxFlow .titFlow{
    font-size: 22px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 1px;
}
.secFlow .boxFlow .txtFlow{
    font-size: 16px;
    font-weight: bold;
    color: #001b3f;
    letter-spacing: 1px;
    margin-top: 30px;
}
.secFlow .boxTxtFlow{
    margin-top: 60px;
    padding-bottom: 110px;
    margin-bottom: 110px;
    border-bottom: 1px solid #ebeced;
}
.secFlow .boxTxtFlow .txt{
    font-size: 13px;
    color: #001b3f;
    letter-spacing: 1px;
    line-height: 2.462;
}

.secFormCon .ornerTit{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 70px;
    background: #001b3f;
    display: flex;
    padding-left: 30px;
    align-items: center;
    letter-spacing: 1px;
}

@media only screen and (max-width:767px) {
    .secFlow .tit {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 60px 0 25px;
    }
    .secFlow .boxFlow .flow {
        display: block;
        padding: 15px;
        text-align: center;
    }
    .secFlow .boxFlow .txtStep {
        width: 45px;
        height: 45px;
        font-size: 10px;
        margin-bottom: 0px;
    }
    .secFlow .boxFlow .num {
        font-size: 16px;
        display: block;
    }
    .secFlow .imgDotto {
        display: none;
    }
    .secFlow .boxFlow .imgStep {
        margin-left: 0;
        padding-top: 0;
        min-width: unset;
        min-height: unset;
        text-align: center;
        width: 153px;
        margin: 0 auto;
    }
    .secFlow .step02 .imgStep {
        width: 68px;
    }
    .secFlow .step03 .imgStep {
        width: 64px;
    }
    .secFlow .step04 .imgStep {
        width: 114px;
    }
    .secFlow .boxFlow .txtFlow {
        font-size: 11px;
        font-weight: bold;
        color: #001b3f;
        letter-spacing: 0px;
        margin-top: 9px;
        line-height: 1.636;
        text-align: left;
    }
    .secFlow .boxFlow .titFlow {
        font-size: 13px;
        font-weight: bold;
        color: #001b3f;
        letter-spacing: 0px;
        line-height: 1.538;
    }
    .secFlow .boxFlow .stepNum {
        position: absolute;
    }
    .secFlow .tit:after {
        width: 35px;
        left: calc(50% - 17.5px);
    }
    .secFlow .boxFlow .boxTxt {
        margin-left: 0;
        padding-top: 17px;
    }
    .secFlow .boxFlow {
        margin-top: 25px;
    }
    .secFlow .boxFlow .flow:nth-child(n+2) {
        margin-top: 20px;
    }
    .secFlow .boxTxtFlow .txt {
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 2;
    }
    .secFlow .boxTxtFlow {
        margin-top: 35px;
        padding-bottom: 35px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ebeced;
    }
    .secFormCon .ornerTit {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        width: 92%;
        height: 40px;
        background: #001b3f;
        display: flex;
        padding-left: 15px;
        margin: 0 auto;
        align-items: center;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width:374px) {
    .secIntroduction .boxPresent .imgMoney {
        right: -29px;
        top: -54px;
    }
    .secIntroduction .spFlex {
        padding: 20px;
    }
    .secIntroduction .boxPresent .txtMoney .txtBig {
        font-size: 28px;
    }
    .secIntroduction .boxPresent .txtMoney {
        font-size: 18px;
        font-weight: bold;
    }
    .secIntroduction .spInner {
        margin-left: 10px;
    }
}