@charset "utf-8";
.round-flow-list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.round-flow-list .title {
    align-items: center;
    border: 1px solid #F3B30E;
    border-radius: 5rem;
    color: #EC731C;
    display: inline-flex;
    font-size: .92rem;
    padding: 4px;
    width: 100%;
}
.round-flow-list .title .number {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 0.3em;
    text-align: center;
    width: 1.5rem;
}
.round-flow-list .number::before {
    content: '';
    background-color: #F3B30E;
    border-radius: 5rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    z-index: -1;
}
.round-flow-list .img-box {
    width: 32%;
}
.round-flow-list .text-box {
    width: 65%;
}
.round-flow-list .text-box p {
    color: #333;
}
.round-flow-list .item.list-arrow::after {
    content: '';
    border-style: solid;
    border-width: 1.2rem 2rem 0 2rem;
    border-color: #f3b30e transparent transparent transparent;
    display: block;
    margin: 0.8em auto 1em;
    width: 0;
    position: unset;
}

.attention-info .title {
    color: #333;
    font-size: .92rem;
    font-weight: bold;
    padding-left: 1.7rem;
    position: relative;
    margin-bottom: 0.3em;
}
.attention-info .title::after {
    content: '';
    background-color: #F3B30E;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    -webkit-mask-image: url(/waterheater/img/svg/icon_attention.svg);
    mask-image: url(/waterheater/img/svg/icon_attention.svg);
    top: 45%;
    transform: translateY(-50%);
    width: 22px;
    z-index: 1;
}
.round-flow-list .border-box {
    border: 2px solid #F3B30E;
    padding: 0.5rem;
}

.exchange-cost {
    border: 1px solid #c0c0c0;
}
.exchange-cost th, .exchange-cost td {
    border: 1px solid #E1E1E1;
}
.exchange-cost .head {
    background-color: #F1F1F1;
    color: #222;
    font-size: .84rem;
    font-weight: 600;
    padding: 0.4em;
    text-align: center;
}
.exchange-cost .head:first-of-type {
    width: 21%;
}
.exchange-cost .sub-head {
    background-color: #FFFBD9;
    font-size: .75rem;
    height: 32px;
    padding: 0.2em;
    text-align: center;
}
.exchange-cost .name {
    background-color: #F1F1F1;
    font-size: .85rem;
    padding: 0.8em 0;
    text-align: center;
}
.exchange-cost .td-1 {
    width: 5%;
}
.exchange-cost .td-5 {
    width: 13%;
}
.exchange-cost .tick-mark, .exchange-cost .on-price {
    position: relative;
}
.exchange-cost .tick-mark .item {
    background-color: #2994C1;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 2px 0;
    position: absolute;
    right: -26px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    min-width: 48px;
}
.exchange-cost .on-price .item {
    background-color: #F09F02;
    border-radius: 3px;
    color: #fff;
    display: block;
    display: flex;
    align-items: baseline;
    font-family: "A-OTF Shin Go Pro", "Hiragino Sans";
    font-size: .7rem;
    padding: 0.3em 0.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.exchange-cost .on-price .item .price {
    font-size: .92rem;
}
.exchange-cost .on-price .item.house-1 {
    right: 5px;
}
.exchange-cost .on-price .item.house-2 {
    right: -8px;
}
.exchange-cost .on-price .item.house-3 {
    right: -50px;
}
.exchange-cost .on-price .item.house-4 {
    right: -12px;
}
.exchange-cost .on-price .item.house-5 {
    right: -16px;
}
.exchange-cost .on-price .item.house-6 {
    right: -63px;
}
.exchange-cost .on-price .item.apartment-1 {
    right: 5px;
}
.exchange-cost .on-price .item.apartment-2 {
    right: -8px;
}
.exchange-cost .on-price .item.apartment-3 {
    right: -50px;
}

.guide-box.before-flow {
    background-color: #FFFBD9;
    border: unset;
    padding: 4%;
    width: 100%;
}

/* SP用 */
@media screen and (max-width: 560px) {

}

/* PC用 */
@media screen and (min-width: 561px) {
.round-flow-list .title {
    font-size: 1rem;
}
.round-flow-list .item.list-arrow::after {
    border-width: 1.4rem 2.4rem 0 2.4rem;
    margin: 1em auto 1.4em;
}
    
.attention-info .title {
    font-size: .96rem;
    padding-left: 1.9rem;
}
.attention-info .title::after {
    content: '';
    height: 24px;
    width: 24px;
}
    .exchange-cost {
        width: 100%;
    }
}

