.areaNotice {
    margin: 21px 0;
}
.areaNotice .noticeWrap{
    position: relative;
    background: url(../images/miteikei/photo-banner-bg.jpg) no-repeat center center / cover;
    padding: 39px 20px;
}
.areaNotice .noticeBox {
    width: 100%;
    max-width: 606px;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 8px rgba(0, 0, 8, 0.25);
    border-radius: 15px;
    text-align: center;
    padding: 40px 60px;
    margin: 0 auto;
}
.areaNotice .noticeBox .noticeSub {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
}
.areaNotice .noticeBox .noticeBtn {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
}
.areaNotice .noticeBox .noticeBtn a {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #049BFF;
    border-radius: 50px;
    padding: 12px 5px;
}
.areaNotice .noticeBox .noticeBtn a .btnSub {
    position: relative;
    display: inline-block;
    padding-right: 22px;
}
.areaNotice .noticeBox .noticeBtn a .btnSub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 10px;
    transform: translateY(-50%);
    aspect-ratio: 10 / 14;
    background: url(../images/miteikei/icon-arrow-white.svg) no-repeat top left / 100%;
}
.areaConcern .concernPhon {
    margin-bottom: 1px;
}
.areaConcern .concernPhone a {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #FF6E01;
    padding-left: 30px;
}
.areaConcern .concernPhone a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 19px;
    aspect-ratio: 19 / 18;
    background: url(../images/miteikei/icon-phone-orange.svg) no-repeat top left / 100%;
}

.areaService {
    margin-bottom: 50px;
}

.areaService .serSafely {
    margin-bottom: 0;
}

.areaPropose {
    background-color: #E9F7FF;
    padding-bottom: 44px;
    margin-bottom: 40px;
}
.areaPropose .proposeTitle {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #00AFEC;
    padding: 18px 10px 19px;
    margin-bottom: 17px;
}
.areaPropose .proposeWrap {
    width: calc(100% + 4px);
    overflow-x: auto;
    margin-left: -2px;
    margin-bottom: 37px;
} 
.areaPropose .proposeWrap .proposeList {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    padding: 3px;
}
.areaPropose .proposeWrap .proposeList .proposeBox {
    width: 245px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.areaPropose .proposeWrap .proposeList .proposeBox:not(:last-child) {
    margin-right: 20px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposePhoto {
    width: 100%;
    aspect-ratio: 190/86;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposePhoto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 13px 10px 15px; 
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeOperation {
    position: relative;
    color: #40536a;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
    padding-left: 19px;
    background: url(../images/trader-detail/icon-place.svg) no-repeat left 1px top/14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview {
    margin-bottom: 10px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview .star {
    margin: 0 0 0 1px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview .star span.full {
    width: 96px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview .star span.full .bgColor {
    height: 14px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview.concernRatting .numberRatting  {
    font-size: 18px;
    margin-left: 4px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeBtn a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background-color: #049BFF;
    border-radius: 5px;
    padding: 12px 20px 11px 5px;
}
.areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeBtn a::before {
    content: "";
    position: absolute;
    top: 58%;
    right: 45px;
    width: 8px;
    transform: translateY(-50%);
    aspect-ratio: 7 / 13;
    background: url(../images/miteikei/icon-arrow-white.svg) no-repeat top left / 100%;
}
.areaPropose .moreBtn {
    width: 317px;
    margin: 0 auto;
}
.areaPropose .moreBtn a {
    display: block;
    width: 100%;
    color: #00AFEC;
    text-align: center;
    background-color: #fff;
    border: 1px solid #00AFEC;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}
.areaPropose .moreBtn a .icon {
    position: relative;
    display: inline-block;
    padding-left: 18px;
}
.areaPropose .moreBtn a .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    width: 27px;
    aspect-ratio: 27 / 21;
    background: url(../images/miteikei/icon-scale.svg) no-repeat top left / 100%;
}
.areaPropose .moreBtn a .icon::after  {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    width: 8px;
    transform: translateY(-50%);
    aspect-ratio: 8 / 12;
    background-image: url(../images/miteikei/icon-arrow-blue.svg);
}
@media only screen and (min-width: 769px) {
    #content .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .starReview .score_avg {
        font-size: 19px;
        margin-left: 4px;
        margin-top: -2px;
    }
    .areaConcern {
        margin-bottom: 81px;
    }
}
@media(max-width: 768px) {
    .areaNotice {
        margin: 0;
    }
    #content .areaNotice .inner{
        padding: 0;
    }
    .areaNotice .noticeWrap {
        background-image: url(../images/miteikei/photo-banner-bg-sp.jpg);
        padding: 21px 7.4%;
    }
    .areaNotice .noticeBox {
        box-shadow: 0 0 8px rgba(0, 0, 6, 0.25);
        border-radius: 7px;
        text-align: center;
        padding: 8px 12px;
    }
    .areaNotice .noticeBox .noticeSub {
        font-size: 12px;
        line-height: 1.57;
        margin-bottom: 16px;
    }
    .areaNotice .noticeBox .noticeBtn {
        width: 77%;
        max-width: 276px;
    }
    .areaNotice .noticeBox .noticeBtn a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .areaNotice .noticeBox .noticeBtn a .btnSub {
        padding-left: 16px;
    }
    .areaNotice .noticeBox .noticeBtn a .btnSub::before {
        width: 9px;
    }
    .areaConcern .concernPhone {
        margin: 10px 0 4px;
    }
    .areaConcern .concernPhone a {
        padding-left: 23px;
    }
    .areaConcern .concernPhone a::before {
        left: 0;
    }
    .areaPropose {
        padding-bottom: 27px;
        margin-bottom: 25px;
    }
    #content .areaPropose .inner {
        padding: 0;
    }
    .areaPropose .proposeTitle {
        width: 100%;
        font-size: 18px;
        margin-bottom: 23px;
        line-height: 1.38;
        padding: 9px 10px 11px;
    }
    .areaPropose .proposeWrap {
        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
    }
    .areaPropose .proposeWrap .proposeList {
        padding: 3px 0;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox {
        width: 190px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox:not(:last-child) {
        margin-right: 15px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeOperation {
        margin-bottom: 4px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview.concernRatting .numberRatting {
        margin-top: -1px;
        font-size: 19px;
        margin-left: 3px;
        font-weight: 400;
        letter-spacing: 0.7px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview .star span.full {
        width: 90px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeReview .star span.full .bgColor {
        height: 13px;
    }
    .areaPropose .proposeWrap .proposeList .proposeBox .proposeInfo .proposeBtn a::before {
        top: 56%;
        right: 16px;
    }
    .areaPropose .proposeMore {
        gap: 12px;
        margin-bottom: 26px;
    }
    .areaPropose .moreBtn {
        max-width: 308px;
        width: 100%;
    }
    .areaPropose .moreBtn a {
        font-size: 16px;
        padding: 8px 5px;
    }
    .areaPropose .moreBtn a .icon::before {
        left: -13px;
    }
    .areaPropose .moreBtn a .icon::after {
        right: -13px;
    }
}