body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 450px;
}

.ff_logo {
    padding: 4vw 5vw;
    height: auto;
}

.ff_logo img {
    width: 60%;
    max-width: 200px;
    max-height: fit-content;
}

.fv {
    position: relative;
}

.fv,
.fv img {
    width: 100%;
}

.fv span {
    position: absolute;
    font-size: 4.5vw;
    font-weight: bold;
    color: #fff;
    bottom: 3vw;
    left: 0;
}

.sponsored,
.date,
main {
    width: 95%;
    margin: 0 auto;
}

.sponsored {
    color: #87898B;
    font-size: 3.4vw;
    line-height: 12vw;
}

#current_date {
    margin-bottom: 2vw;
    display: block;
    text-align: right;
    color: #87898B;
    font-size: 4vw;
    font-weight: bold;
}

.title_1,
.title_2 {
    margin: 5vw 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 7vw;
}

.title_1 span {
    background: linear-gradient(transparent 40%, #F0FF00 70%);
}

.icon_dialogue {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.icon_left {
    margin-bottom: 3vw;
}

.icon_right {
    margin-top: 2.9vw;
}

.icon_left img,
.icon_right img {
    width: 14vw;
    height: auto;
    max-width: 54px;
    max-height: 54px;
}

.icon_right span {
    margin-top: 0.5vw;
    display: block;
    text-align: center;
    font-size: 2.5vw;
    font-weight: bold;
}

.dialogue_right,
.dialogue_left {
    position: relative;
    margin-bottom: 3vw;
    padding: 3vw;
    width: 78%;
    background-color: #EAFEF2;
    border-radius: 15px;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 5vw;
}

.dialogue_right::before,
.dialogue_left ::after {
    position: absolute;
    content: "";
    border: 2.5vw solid transparent;
}

.dialogue_right::before {
    border-right: 5vw solid #EAFEF2;
    top: 3vw;
    left: -7vw;
}

.dialogue_left ::after {
    border-left: 5vw solid #EAFEF2;
    top: 5.2vw;
    right: -7vw;
}

.dialogue_right {
    margin-left: auto;

}

.dialogue_left {
    margin-top: 3vw;
    margin-right: auto;
    margin-bottom: 5vw;
}

.dialogue_right span,
.dialogue_left span,
.text span,
.title_2 .red {
    color: #E55127;
}

.dialogue_noarrow::before {
    display: none;
}

.text {
    font-size: 4vw;
    font-weight: bold;
    line-height: 6.5vw;
}

.text img {
    margin: 8vw 0;
    width: 100%;
    height: auto;
}

.dotted_1 {
    margin-bottom: 6vw;
    padding-bottom: 6vw;
    border-bottom: #f5d311 1vw dashed;
}

.title_2 {
    height: 14vw;
    font-size: 4vw;
    text-align: center;
    line-height: 6vw;
    margin-top: 25vw;
    margin-bottom: 10vw;
}

.title_2,
.title_2 p,
h3 {
    position: relative;
}

.title_2::before {
    position: absolute;
    content: "";
    width: 0.7vw;
    height: 9vw;
    background-color: #F2D21F;
    bottom: 0;
    left: 0;
}

.title_2::after {
    position: absolute;
    content: "";
    width: 0.8vw;
    height: 16.5vw;
    background-color: #F2D21F;
    bottom: 5.55vw;
    left: 6.4vw;
    transform: rotate(52deg);
}

.title_2 p::before {
    position: absolute;
    content: "";
    width: 82vw;
    height: 0.7vw;
    background-color: #F2D21F;
    top: -5vw;
    right: 0.1vw;
}

.title_2 p::after {
    position: absolute;
    content: "";
    width: 11.7vw;
    height: 10vw;
    border-right: 0.8vw solid #F2D21F;
    border-bottom: 0.8vw solid #F2D21F;
    top: -3.7vw;
    left: 1.9vw;
}

.title_2 span {
    background: linear-gradient(transparent 40%, #F0FF00 70%);
}

.list {
    margin: 7vw 0;
    padding: 5vw 5vw 5vw 10vw;
    background-color: #EAFEF2;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 8vw;
}

.list li {
    position: relative;
}

.list li::before {
    position: absolute;
    content: "・";
    width: fit-content;
    height: fit-content;
    top: 0;
    left: -5.5vw;
}

h3 {
    margin-top: 15vw;
    margin-bottom: 15vw;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 7vw;
}

h3::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 6vw;
    border-top: 2vw solid #F2D21F;
    border-left: 2vw solid #F2D21F;
    top: -7vw;
    left: 0;
}

h3::after {
    position: absolute;
    content: "";
    width: 6vw;
    height: 6vw;
    border-right: 2vw solid #F2D21F;
    border-bottom: 2vw solid #F2D21F;
    bottom: -7vw;
    right: 0;
}

.content_4 .list_step_box {
    margin: 7vw 0;
    padding: 5vw 3vw 5vw 5vw;
    background-color: #EAFEF2;
    font-size: 4vw;
    font-weight: bold;
    line-height: 7vw;
}

.title_3 {
    padding-left: 0;
    padding-bottom: 4vw;
    text-align: center;
    font-size: 4.5vw;
}

.content_4 .list_step_box ul {
    padding-left: 15vw;
}

.content_4 li {
    position: relative;
}

.content_4 .list_step_box li::before {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0;
    left: -16vw;
}

.content_4 .list_step_box li:nth-child(1)::before {
    content: "STEP1：";
}

.content_4 .list_step_box li:nth-child(2)::before {
    content: "STEP2：";
}

.content_4 .list_step_box li:nth-child(3)::before {
    content: "STEP3：";
}

.content_4 .list_step_box li:nth-child(4)::before {
    content: "STEP4：";
}

.list_box {
    margin: 7vw 0;
    padding: 5vw 3vw 5vw 5vw;
    background-color: #EAFEF2;
    font-size: 4vw;
    font-weight: bold;
    line-height: 7vw;
}

.list_box .list {
    margin: 0;
    padding: 0 5vw 0 5vw;
}

footer {
    padding: 5vw;
    background-color: #000060;
    color: #fff;
    text-align: center;
}

footer div {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer a {
    font-size: 4vw;
    font-weight: bold;
    text-decoration: underline;
}

footer .ff_logo img {
    display: block;
    margin: 5vw 0;
    width: 100%;
    max-width: 300px;
}

.copyright {
    font-size: 3.5vw;
    font-weight: bold;
}

h4 {
    margin: 8vw 0 5vw 0;
    padding: 1.5vw 2vw 1.5vw 3vw;
    font-size: 4.5vw;
    font-weight: bold;
    border-left: 2vw solid #F2D21F;
}

.title_4 {
    display: block;
    text-indent: -3em;
    padding-left: 2.5em;
}

.attention_1 {
    font-size: 3.5vw;
    line-height: 10vw;
    font-weight: bold;
}

table {
    font-size: 4vw;
    line-height: 6vw;
}

table th {
    padding: 3vw;
    background-color: #003aa0;
    border: 1px solid #fff;
    vertical-align: middle;
    color: #fff;
}

table td {
    padding: 3vw;
    background-color: #e6ecf6;
    border: 1px solid #fff;
    vertical-align: middle;
}

.attention_2 {
    margin-bottom: 10vw;
    font-size: 3.5vw;
    line-height: 10vw;
}

/* ========== クライアント枠 ========== */
.c-table td,
.single-press-release .entry_main_body1 p,
a,
body #main .main_body a {
    word-break: break-all;
}

.cta-container {
    margin-top: 10vw;
    margin-bottom: 5vw;
    padding: 0 2vw 6vw;
}

.cta-landsell {
    border: 0.7vw solid #f4d212;
    background-color: #fff9e1;
}

.cta-container .contentText {
    margin: 5vw 0 !important;
    padding: 0 !important;
    font-size: 5vw;
    font-weight: bold;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-thickness: 1vw;
    text-underline-offset: 2vw;
}

.cta-landsell .contentText {
    text-decoration-color: #f5d311;
}

.compact_coop {
    background-color: #fff;
    contain-intrinsic-size: auto clamp(910px, 95vh, 1077px);
}

.compact_coop .compact_service {
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.cta-container .compact_service {
    margin-bottom: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.compact_coop .compact_service .compact_service_area {
    padding: 5px 5px 0;
    margin: 0;
    min-height: 150px;
}

.compact_coop .compact_service .compact_service_area .left {
    float: left;
    margin: 0 !important;
    text-align: center;
    background: #fff;
    width: 30%;
    box-sizing: border-box;
}

.compact_coop .compact_service .compact_service_area .left {
    text-align: center;
    float: none;
    width: auto;
}

.p0-b {
    padding-bottom: 0 !important;
}

img.lazyloaded {
    transition: opacity .5s linear .2s;
    opacity: 1;
}

.compact_coop .compact_service .compact_service_area .left img {
    margin: 0 auto;
    width: 80%;
    height: auto;
}

.compact_coop .compact_service .compact_service_area .right {
    float: left;
    padding: 0 0 5px;
    width: 100%;
    box-sizing: border-box;
}

.compact_coop .compact_service .compact_service_area .right p {
    font-size: 4vw;
    line-height: 6.5vw;
}

.point {
    position: relative;
    color: #666;
    margin: 3vw 0 3vw;
    background: #fff;
    border-radius: 5vw;
    padding: 2vw;
    border: 0.7vw solid #666;
    text-align: center;
    line-height: normal;
}

.point::before {
    content: "";
    background-image: url(https://financial-field.com/wp/wp-content/themes/financial-field/assets/images/check_icon.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 8vw;
    height: 8vw;
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.compact_btn_area {
    margin-top: 10vw;
    margin-bottom: 4vw;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.compact_btn_area .compact_btn a,
.compact_btn_area .compact_btn80 a,
.compact_btn_area .housingloan_btn80 a {
    color: #fff;
    padding: 4.5vw;
    font-size: 4.5vw;
    text-decoration: none;
    background: linear-gradient(green, #3cb371);
    box-sizing: border-box;
    transition: .4s;
    font-weight: 700;
    display: block;
}

.compact_btn_area .compact_btn a {
    border: 2px solid #fff;
    border-radius: 4vw;
    ;
    -webkit-box-shadow: 2px 4px 4px 0 rgb(0 0 0 / .4);
    -moz-box-shadow: 2px 4px 4px 0 rgb(0 0 0 / .4);
    box-shadow: 2px 4px 4px 0 rgb(0 0 0 / .4);
}

.compact_btn_area .compact_btn {
    width: 100%;
    padding: 0 !important;
}

.cta-container .compact_btn {
    position: relative;
}

.cta-block {
    display: inline-block;
    padding: 1vw 0;
    width: 80%;
    position: absolute;
    top: -1.5vw;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.7vw solid #f4d212;
    border-radius: 20px;
    font-size: 4vw;
    font-weight: 700;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    z-index: 2;
    word-break: keep-all;
    text-align: center;
}

.cta-block__highlight {
    color: #ef1312;
}


.compact_btn_area .compact_btn a:before,
.compact_btn_area .compact_btn80 a:before,
.compact_btn_area .compact_detail_btn a:before {
    margin: 0 5px 0 0;
    font-family: icomoon;
    content: "\ea04";
}

.shiny-btn {
    position: relative;
    overflow: hidden;
    /* 光がボタンからはみ出さないようにする場合はこれも */
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, #fff0 10%, rgb(255 255 255) 100%, #fff0 0);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0
    }
}

/* ========== /クライアント枠 ========== */

@media screen and (min-width:500px) {
    .ff_logo {
        padding: 20px 10px;
    }

    .fv span {
        font-size: 25px;
        bottom: 8px;
        left: -5px;
    }

    .sponsored,
    .date,
    main {
        margin: 0 10px auto;
    }

    .sponsored {
        font-size: 15px;
        line-height: 50px;
    }

    #current_date {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .title_1,
    .title_2 {
        margin: 20px 0;
        font-size: 18px;
        line-height: 35px;
    }

    .icon_left {
        margin-bottom: 10px;
    }

    .dialogue_right,
    .dialogue_left {
        margin-bottom: 10px;
        padding: 15px;
        width: 330px;
        font-size: 16px;
        line-height: 20px;
    }

    .dialogue_right::before,
    .dialogue_left ::after {
        border: 15px solid transparent;
    }

    .dialogue_right::before {
        border-right: 30px solid #EAFEF2;
        top: 15px;
        left: -35px;
    }

    .dialogue_left ::after {
        border-left: 30px solid #EAFEF2;
        top: 15px;
        right: -35px;
    }

    .icon_right {
        margin-top: 25px;
    }

    .icon_right span {
        margin-top: 5px;
        font-size: 10px;
    }

    .content_2 {
        margin-top: 30px;
    }

    .text {
        font-size: 19px;
        line-height: 28px;
    }

    .dotted_1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: #f5d311 5px dashed;
    }

    /* ========== クライアント枠 ========== */
    .cta-landsell {
        border: 3px solid #f4d212;
    }

    .cta-container {
        margin-top: 50px;
        margin-bottom: 100px;
        padding: 0 10px 20px;
    }

    .cta-container .contentText {
        margin: 20px 0 !important;
        font-size: 20px;
        text-decoration-thickness: 6px;
        text-underline-offset: 8px;
    }

    .point {
        margin: 20px 0;
        padding: 10px 0;
        border: 2px solid #666;
    }

    .point::before {
        width: 30px;
        height: 30px;
        left: 20px;
        top: 22px;
    }

    .compact_coop .compact_service .compact_service_area .right p {
        font-size: 16px;
        line-height: 25px;
    }

    .compact_btn_area {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .cta-block {
        padding: 10px 0;
        width: 300px;
        top: -12px;
        right: auto;
        left: auto;
        border: 2px solid #f4d212;
        font-size: 18px;
    }

    .compact_btn_area .compact_btn a,
    .compact_btn_area .compact_btn80 a,
    .compact_btn_area .housingloan_btn80 a {
        padding: 20px;
        font-size: 20px;
        border-radius: 20px;
    }

    /* ========== /クライアント枠 ========== */
    .title_2 {
        height: 70px;
        margin: 50px 0;
        font-size: 17px;
        line-height: 23px;
    }

    .title_2::before {
        width: 3px;
        height: 45px;
    }

    .title_2::after {
        width: 3px;
        height: 70px;
        bottom: 34px;
        left: 25px;
        transform: rotate(45deg);
    }

    .title_2 p::before {
        width: 370px;
        height: 3px;
        top: -25px;
        right: 7px;
    }

    .title_2 p::after {
        width: 47px;
        height: 47px;
        border-right: 3px solid #F2D21F;
        border-bottom: 3px solid #F2D21F;
        top: -18px;
        left: 6px;
    }

    .list {
        margin: 50px 0;
        padding: 20px 20px 20px 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .list li::before {
        left: -20px;
    }

    h3 {
        margin-top: 100px;
        margin-bottom: 80px;
        font-size: 18px;
        line-height: 25px;
    }

    h3::before {
        width: 40px;
        height: 40px;
        border-top: 10px solid #F2D21F;
        border-left: 10px solid #F2D21F;
        top: -40px;
    }

    h3::after {
        width: 40px;
        height: 40px;
        border-bottom: 10px solid #F2D21F;
        border-right: 10px solid #F2D21F;
        bottom: -40px;
    }

    h4 {
        margin: 50px 0 20px 0;
        padding: 10px 10px 10px 20px;
        font-size: 20px;
        border-left: 10px solid #F2D21F;
    }

    .content_4 .list_step_box {
        margin: 50px 0;
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .title_3 {
        padding-bottom: 20px;
        font-size: 20px;
    }


    .content_4 .list_step_box ul {
        padding-left: 80px;
    }

    .content_4 .list_step_box li::before {
        left: -75px;
    }

    .list_box {
        margin: 30px 0;
        padding: 20px 10px 20px 10px;
        font-size: 15px;
        line-height: 30px;
    }

    .list_box .list {
        padding: 0 10px 0 20px;
    }

    footer {
        padding: 30px;
    }

    footer div {
        width: 350px;
    }

    footer a {
        font-size: 18px;
    }

    footer .ff_logo {
        text-align: center;
    }

    footer .ff_logo img {
        margin: 0 auto;
        display: block;
    }

    .copyright {
        font-size: 15px;
    }

    .attention_1 {
        font-size: 15px;
        line-height: 25px;
    }

    table {
        font-size: 15px;
        line-height: 25px;
    }

    table th {
        padding: 10px;
    }

    table td {
        padding: 10px;
    }

    .attention_2 {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 50px;
    }
}