@charset "UTF-8";
/* CSS Document */

header{
    text-align:center;
}
.LogoId{
    width: 30%;
}
ol{
    margin:0;
    padding:0;
    list-style:none;
}

h1 img{
    width:3rem;
    margin:0 .5rem 0 0
}

.mv img{
    width:100%;
}

.pc_only {
    display: none;
}
.sp_only {
    display: block;
}

.form-info{
    background-color: #f8f8f8;
    padding: 11px;
    margin-top: 2rem;
    border: 1px dotted #333;
    line-height: 1.4;
    font-size: 1.1rem;
}

fieldset{
    margin: 0;
}


.notice{
    margin: 1rem 0 0 0;
    background-color:#FFEBBF;
    border:#FFDB8B 1px solid;
    padding:1rem;
    font-size:1.2rem;
    border-radius:.6rem;
}

.notice em{
    background-color:#F8590A;
    color:#ffffff;
    padding:.4rem .8rem;
    margin:0 .5rem 0 0;
    font-size:.9rem;
}




/* status
------------------------------- */

.status {
    width: 100%;
    margin: 1rem auto 0;
    background: #edeff0;
    border: 1px solid #cccfd0;
    border-radius: 5px;
    color: #666;
}

.status li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 33%;
    position: relative;
    background: url(/housedo_img/form/bg-status.png) no-repeat 100% 50% ;
}

.status li:last-child {
    width: 34%;
    background-image: none;
}

.status li.status-sel01,
.status li.status-sel02,
.status li.status-sel03 {
    color: #fff;
    font-weight: 900;
    background: url(/housedo_img/form/bg-status-sel01.png) no-repeat 100% 50% #004680;
}
.status li.status-sel02 { background: url(/housedo_img/form/bg-status-sel02.png) no-repeat 100% 50% #004680;}
.status li.status-sel03 { background-image: none;}


header span.tenpo-name2 {
    margin: 0.2rem 0 0 0;
    font-size: 1.9rem;
    display: block;
}

/* Progress Bar */
@media screen and (max-width: 767px) {
    .progress-bar {

    }

    .status.progress-bar li {
        width: 100%;
        background-image: none;
        text-align: center;
        position: relative;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: solid 1px #cccfd0;
        color: #333;
    }
    .status.progress-bar li:last-child {
        border-bottom:0;
    }

    .status.progress-bar li.status-sel01::after,
    .status.progress-bar li.status-sel02::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #004680 transparent transparent transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -10px;
    }
    .status.progress-bar li.status-sel01,
    .status.progress-bar li.status-sel02,
    .status.progress-bar li.status-sel03 {
        color: #fff;
        border: 0;
    }
}





@media screen and (min-width: 768px) {

    .pc_only {
        display: block;
    }
    .sp_only {
        display: none;
    }

    header{
        text-align:left;
    }

    .LogoId{
        width: 18rem;
    }

    h1 img{
        width:3.5rem;
    }

    .mv{
        background:none;
    }

    .mv img{
        margin-top:-1rem;
    }

    .mv2{
        background:none;
    }
    .mv2 img{
        margin-top:-1rem;
    }
    .form-info{
        font-size: 1.4rem;
    }

    .status{
        margin:2rem 0 0 0;
        font-size:1.7rem;
    }

    .notice{
        margin:2rem 0 0 0;
        font-size:1.6rem;
    }
    .notice em{
        font-size:1.5rem;
    }
    fieldset {
        margin: 2rem 0 0 0;
    }
    header span.tenpo-name2 {
        margin:0 0 0 2rem;
        font-size:2.5rem;
    }
}

.online-flow-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 0;
    padding: 0;
    background-color: #fff;
}

.online-flow-list-wrap li {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: baseline;
    position: relative;
}


.online-flow-list-wrap li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.online-flow-list-wrap li dt {
    font-weight: 900;
    margin-top: 0;
}
.online-flow-list-wrap li dt i {
    color: #fff;
    font-weight: 900;
    background-color: #0b318f;
    display: inline-block;
    padding: .1rem .6rem;
    font-style: normal;
    font-size: 90%;
    margin-right: .6rem;
}

.online-flow-list-wrap li dd {
}

.online-flow-list-wrap li .note {
    font-size: 12px;
    display: block;
    color: #555;
}
@media screen and (max-width: 767px) {
    .online-flow-list-wrap li {
        border-bottom: 1px solid #ccc;
        padding: 2rem 0;
        width: 100%;
        align-items: flex-start;
    }
    .online-flow-list-wrap li img {
        width: 20%;
        align-self: center;
    }
    .online-flow-list-wrap li dl {
        width: calc(100% - 20% - 5%);
        margin: 0 0 0 5%;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .online-flow-list-wrap {
        padding: 2rem 2.4rem;
        border: 2px solid #ccc;
        border-radius: 6px;
        justify-content: space-between;
    }
    .online-flow-list-wrap li {
        margin: 0 25px;
    }
    .online-flow-list-wrap li:not(:last-child) {
        width: calc(28% - 50px);
        border-bottom: none;
    }
    .online-flow-list-wrap li:last-child {
        width: calc(44% - 50px);
    }
    .online-flow-list-wrap li:not(:last-child):after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 29px;
        width: 20px;
        background: url(/forms/img/icon-online-flow-right.png) no-repeat 50% 50%;
        right: -25px;
        top: 4rem;
        background-size: 100%;
    }
    .online-flow-list-wrap li img {
        max-width: 100px;
    }
    .online-flow-list-wrap li dl {
        margin-top: 1rem;
    }
    .online-flow-list-wrap li dd {
        margin-top: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .LogoId {
        width: 35%;
    }
    header span.tenpo-name2 {
        margin: 1rem auto 0;
        font-size: 1.4rem;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .LogoId {
        width: 18rem;
    }
}