@charset "UTF-8";
main{
    background:url(../img/flow_bg.png) no-repeat top center / cover;
}
.page_wrap {
    background: #fffafa url(/cmn/img/flow_ttl.png) no-repeat center center;
}
.page_wrap .ttl {
    font-size: 36px;
}
.page_wrap .mds {
    font-size: 16px;
}
.choose_wrap{
    padding: 18px 0 0;
    margin-bottom: 54px;
}
.flow_wrap{
    padding: 18px 0 124px;
}
.choose_in,
.flow_in{
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.choose_in{
    padding: 124px 50px 60px;
}
.flow_in{
    padding: 80px 50px;
}
.flow_ttl{
    text-align: center;
}
.flow_ttl .ttl{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #e15a4f;
}
.flow_ttl .mds{
    padding-top: 28px;
    font-size: 18px;
    line-height: 1;
}
.chooseRead_wrap {
    width: 768px;
    display: block;
    background: #fce5e3;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    padding: 30px 42px 26px;
    box-sizing: border-box;
}
.chooseRead_wrap:before,
.chooseRead_wrap:after {
    content: '';
    display: block;
    background: #fff;
    height: 130px;
    width: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    z-index: 2;
}
.chooseRead_wrap:before {
    left: 0;
    transform: rotate(180deg);
}
.chooseRead_wrap:after {
    right: -1px;
    transform: rotate(0deg);
}
.chooseRead_wrap dt {
    font-size: 24px;
    border-bottom: 4px dotted #e15a4f;
    padding-bottom: 12px;
    margin-bottom: 14px;
    font-weight: bold;
    display: inline-block;
}
.chooseRead_wrap dt span {
    color: #e15a4f;
}
.chooseRead_wrap dd {
    font-size: 16px;
}
.chooseDtl_wrap {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(235, 235, 235, .6);
    margin-bottom: 38px;
    padding: 60px;
}
.chooseDtl_wrap .tag {
    display: inline-block;
    color: #fff;
    background: #e15a4f;
    font-size: 16px;
    padding: 11px 25px;
    border-radius: 100vh;
    line-height: 1;
    font-weight: 500;
}
.chooseDtl_wrap .ttl {
    font-size: 36px;
    color: #e15a4f;
    line-height: 1;
    font-weight: bold;
    margin: 23px 0 33px 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}
.chooseDtl_lst {
    position: relative;
    margin-bottom: 35px;
}

.chooseDtl_lst::after {
    position:absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 9;
    background: url(/cmn/img/flow_img5.png)no-repeat center center;
    width: 240px;
    height: 150px;
}
.chooseDtl_lst.ver2::after {
    position:absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 9;
    background: url(/cmn/img/flow_img6.png)no-repeat center center;
    width: 240px;
    height: 150px;
}


.chooseDtl_lst li {
    line-height: 1;
    margin-bottom: 27px;
}
.chooseDtl_lst li:last-child {
    padding: 0;
}
.chooseDtl_lst li dl {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.chooseDtl_lst li dl dt {
    font-weight: bold;
    font-size: 22px;
    /*padding-right: 20px;*/
    padding-left: 25px;
    position: relative;
    width: 170px;
}
.chooseDtl_lst li dl dt::before {
    background: url(/cmn/img/icn_check.png)no-repeat center center;
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.chooseDtl_lst li dl dd {
    font-size: 16px;
    letter-spacing: 0.025em;
}
.chooseDtl_box {
    border: 1px solid #e15a4f;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 35px 40px 35px;
    width: 100%;
}
.chooseDtl_box.ver2 .lst {
    width: 100%;
}
.chooseDtl_box dt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding-left: 33px;
    color: #e15a4f;
    position: relative;
    margin-bottom: 30px;
}
.chooseDtl_box dt::before {
    position: absolute;
    background: url(/cmn/img/icn_house.png)no-repeat center center;
    width: 22px;
    height: 26px;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.chooseDtl_box dd .lst {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;

    margin-bottom: 20px;
}
.chooseDtl_box dd .lst:last-child {
    margin-bottom: 0;
}
.chooseDtl_box dd .lst li {
    font-weight: bold;
    font-size: 18px;
    padding-left: 12px;
    position: relative;
    line-height: 1;
    width: 360px;
}
.chooseDtl_box dd .lst li.is-ver2 {
    width: 260px;
}
.chooseDtl_box dd .lst li.is-ver3 {
    width: 310px;
}
.chooseDtl_box dd .lst li.is-ver4 {
    width: auto;
}
.chooseDtl_box dd .lst li::before {
    position: absolute;
    content: "";
    background: url(/cmn/img/circle.png)no-repeat center center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 9;
    width: 7px;
    height: 7px;
}
.chooseDtl_box dd .lst li:first-child {
    margin-left: 0;
}
.flowDtl_wrap {
    margin: 100px 0 0 0;
}
.flowDtl_wrap:first-child {
    margin: 53px 0 0 0;
}
.sv_ttl {
    text-align: center;
    position: relative;
    z-index: 2;
}
.sv_ttl .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}
.sv_ttl .mds {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #e15a4f;
    margin-top: 26px;
}
.sv_ttl .mds span {
    display: inline-block;
    background: #fce5e3;
    padding: 14px 40px;
    position: relative;
    z-index: 1;
}
.sv_ttl .mds span:before,
.sv_ttl .mds span:after {
    content: '';
    display: block;
    background: #fff;
    height: 50px;
    width: 14px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    z-index: 2;
}
.sv_ttl .mds span:before {
    left: 0;
    transform: rotate(180deg);
}
.sv_ttl .mds span:after {
    right: -1px;
    transform: rotate(0deg);
}
.flowDtl_lst {
    margin: 60px 0 0 0;
}
.flowDtl_lst li {
    margin: 0 0 43px;
    position: relative;
    background: #f5f5f5;
    display: table;
    width: 100%;
}
.flowDtl_lst li::before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin: 0 0 0 -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 18px 0 18px;
    border-color: #e15c4f transparent transparent transparent;
}
.flowDtl_lst li:last-child:before {
    display: none;
}
.flowDtl_lst li:last-child {
    margin: 0;
}
.flowDtl_lst li .step {
    width: 210px;
    background: #e15a4f;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.flowDtl_lst li .box {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px 30px 20px 38px;
}
.flowDtl_lst .box dl {
}
.flowDtl_lst .box dt {
    font-size: 18px;
    font-weight: bold;
}
.flowDtl_lst .box dd {
    font-size: 16px;
    line-height: 1.875;
}
.flowDtl_lst .box .txt {
    font-weight: bold;
    color: #e15a4f;
    font-size: 28px;
}
.flowDtl-btn {
    margin: 80px auto 0;
    width: 490px;
}
.flowDtl-btn.is-ver2 {
    margin-top: 60px;
}
.flowDtl-btn a {
    color: #e15a4f;
    font-size: 20px;
    height: 60px;
    border: #f8685d 1px solid;
    letter-spacing: 0.1em;
}
.flowDtl-btn a span {
    padding: 0;
}
.flowDtl-btn a span:before {
    display: none;
}
.flowDtl_lst li .box a.is-red {
    color: #e15a4f;
    text-decoration: underline;
}
@media only screen and (min-width:896px){
    .flowDtl-btn a:hover {
        color: #fff;
        background: #e15a4f;
    }
    .flowDtl_lst li .box a.is-red:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width:896px){
    main{
        background:url(../img/sp/service_bg.png) top 92px left no-repeat;
        background-size:375px auto
    }
    .page_wrap {
        background: #fffafa url(/cmn/img/sp/Flow_ttl2.png) no-repeat center center;
        width: auto;
        background-size: 104px auto;
    }
    .page_wrap .ttl {
        font-size: 22px;
    }
    .page_wrap .mds {
        font-size: 12px;
    }
    .choose_wrap{
        padding: 18px 20px 0;
        margin-bottom: 30px;
    }
    .flow_wrap{
        padding: 18px 20px 80px;
    }
    .choose_in,
    .flow_in{
        background: none;
        border-radius: 15px;
    }
    .choose_in{
        padding: 0;
    }
    .choose_in .sp_bg {
        background: #fff;
        padding: 36px 18px 29px;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0 0 15px rgba(235, 235, 235, .6);
        margin-bottom: 22px;
    }
    .flow_in{
        padding: 37px 15px;
        background: #fff;
    }
    .flow_ttl .ttl{
        font-size: 23px;
    }
    .flow_ttl .mds{
        padding-top: 17px;
        font-size: 14px;
    }
    .chooseRead_wrap {
        width: auto;
        margin-top: 35px;
        margin-bottom: 0;
        font-weight: bold;
        padding: 11px 12px 15px 12px;
    }
    .chooseRead_wrap:before,
    .chooseRead_wrap:after {
        height: 100%;
        width: 4px;
    }
    .chooseRead_wrap dt {
        font-size: 19px;
        padding-bottom: 0;
        display: inline;
        line-height: 2.1052;
        font-feature-settings: "palt";
    }
    .chooseRead_wrap dd {
        font-size: 13px;
        line-height: 1.1538;
        margin-top: 14px;
    }
    .chooseDtl_wrap {
        margin-bottom: 30px;
        padding: 34px 22px 25px 20px;
    }
    .chooseDtl_wrap .tag {
        font-size: 14px;
        padding: 5px 14px;
        font-feature-settings: "palt";
    }
    .chooseDtl_wrap .ttl {
        font-size: 30px;
        margin: 21px 0 26px 0;
        font-feature-settings: "palt";
    }
    .chooseDtl_wrap:last-child {
        margin: 0;
    }
    .chooseDtl_lst {
        margin-bottom: 23px;
    }
    .chooseDtl_img {
        margin-bottom: 20px;
        text-align: center;
    }
    .chooseDtl_img img {
        width: 100%;
        height: auto;
        max-width: 375px;
    }
    .chooseDtl_lst::after {
        display: none;
    }
    .chooseDtl_lst.ver2::after {
        display: none;
    }
    .chooseDtl_lst li {
        margin-bottom: 23px;
    }
    .chooseDtl_lst li:last-child {
        margin: 0;
    }
    .chooseDtl_lst li dl {
        display: block;
    }
    .chooseDtl_lst li dl dt {
        font-size: 18px;
        /*padding-right: 20px;*/
        padding-left: 19px;
        width: auto;
        margin-bottom: 7px;
    }
    .chooseDtl_lst li dl dt::before {
        background: url(/cmn/img/sp/icn_check.png)no-repeat center center;
        background-size: cover;
        width: 15px;
        height: 12px;
    }
    .chooseDtl_lst li dl dd {
        font-size: 15px;
        letter-spacing: 0.025em;
        line-height: 1.5333;
    }
    .chooseDtl_box {
        padding: 33px 30px 25px 14px;
    }
    .chooseDtl_box dt {
        font-size: 20px;
        line-height: 1.25;
        padding-left: 20px;
        margin-bottom: 7px;
    }
    .chooseDtl_box dt::before {
        position: absolute;
        background: url(/cmn/img/sp/icn_house.png)no-repeat center center;
        background-size: cover;
        width: 19px;
        height: 21px;
        top: 2px;
        bottom: auto;
        margin: 0;
    }
    .chooseDtl_box dd .lst {
        display:block;
        margin-bottom: 0;
    }
    .chooseDtl_box dd .lst:last-child {
        margin-bottom: 0;
    }
    .chooseDtl_box dd .lst li {
        font-size: 17px;
        padding-left: 20px;
        line-height: 1.4117;
        width: auto;
        padding-bottom: 8px;
    }
    .chooseDtl_box dd .lst li:last-child {
        padding-bottom: 0;
    }
    .chooseDtl_box dd .lst li::before {
        background: url(/cmn/img/circle.png)no-repeat center center;
        top: 9px;
        bottom: auto;
        margin: 0;
        left: 7px;
    }
    .flowDtl_wrap {
        margin: 40px 0 0 0;
    }
    .flowDtl_wrap + .flowDtl_wrap {
        margin: 80px 0 0 0;
    }
    .sv_ttl .ttl {
        font-size: 21px;
        line-height: 1.4;
    }
    .sv_ttl .mds {
        font-size: 16px;
    }
    .sv_ttl .mds span {
        padding: 11px 21px 15px 19px;
    }
    .sv_ttl .mds span:before,
    .sv_ttl .mds span:after {
        height: 100%;
        width: 8px;
    }
    .flowDtl_lst {
        margin: 30px 0 0 0;
    }
    .flowDtl_lst li {
        display: block;
        width: auto;
    }
    .flowDtl_lst li .step {
        width: 100%;
        height: auto;
        background: #e15a4f;
        display: block;
    }
    .flowDtl_lst li .step img {
        width: 100%;
        height: auto;
        max-width: 375px;
    }
    .flowDtl_lst li .box {
        width: auto;
        display: table;
        box-sizing: border-box;
        padding: 20px;
    }
    .flowDtl_lst li .box.ver2 {
        margin: 0 auto;
    }
    .flowDtl_lst .box dt {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    .flowDtl_lst .box dd {
        font-size: 14px;
        line-height: 1.8;
    }
    .flowDtl_lst .box .txt {
        font-size: 22px;
    }
    .flowDtl-btn {
        margin-top: 37px;
    }
    .flowDtl-btn {
        width: 100%;
    }
    .flowDtl-btn.is-ver2 {
        margin-top: 30px;
    }
    .flowDtl-btn a {
        font-size: 16px;
        letter-spacing: 0;
        padding: 0 15px;
        line-height: 1.2;
    }
}
@media only screen and (max-width:374px){
    .chooseRead_wrap dt {
        font-size: 17px;
    }
    .chooseDtl_box {
        padding: 25px 27px 25px 14px;
    }
    .chooseDtl_box dd .lst li {
        font-size: 16px;
    }
    .sv_ttl .mds {
        font-size: 15px;
    }
    .flow_ttl .ttl {
        font-size: 22px;
    }
    .flowDtl_wrap .sv_ttl .ttl .c-sp {
        display: none;
    }
    .flowDtl-btn a {
        font-size: 14px;
    }

}
