@charset "UTF-8";

a {
    transition: all 0.3s ease-in;
}

a:hover {
    opacity: 0.75;
}

.inner1360 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner1360 {
        width: calc(100%);
    }
}

.h_type01 {
    background-image: url(https://www.ja-amenityhouse.co.jp/wp-content/themes/jamenity/img/owner/title_bg.jpg);
}

/* #section01 */

#section1 {
    margin-bottom: 86px;
}

#section1 .orange-link {
    max-width: 337px;
    width: 100%;
    margin: 0 auto 60px;
    background-color: #e96100;
    padding: 20px 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

#section1 .orange-link span {
    /* font-family: "Meiryo"; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

#section1 .orange-link img {
    width: 24px;
    height: auto !important;
    position: absolute !important;
    right: 6px;
    bottom: 6px;
}

#section1 .flex-contents {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

#section1 .flex-contents .text-contents {
    width: 56%;
}

#section1 .flex-contents .img-container {
    width: 39%;
}

#section1 .flex-contents .img-container img {
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #section1 {
        margin-bottom: 50px;
    }
    #section1 .orange-link {
        margin: 0 auto 40px;
        padding: 10px 0;
        max-width: 300px;
    }
    #section1 .orange-link span {
        font-size: 14px;
        line-height: 1.5;
    }
    #section1 .orange-link img {
        width: 18px;
    }
    #section1 .flex-contents {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }
    #section1 .flex-contents .text-contents {
        width: 100%;
    }
    #section1 .flex-contents .img-container {
        width: 100%;
        max-width: 220px;
    }
}

/* section2 */

#section2 {
    margin-bottom: 228px;
}

#section2 .flexwrap-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#section2 .flexwrap-cards .card {
    width: 47%;
    margin-bottom: 40px;
    background-color: #fff9e1;
    padding: 40px 40px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section2 .flexwrap-cards .card .card-img {
    margin-bottom: 30px;
}

#section2 .flexwrap-cards .card .card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

#section2 .flexwrap-cards .card .card-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

#section2 .boxed-contents {
    width: 100%;
    border: 1px solid #006633;
    margin-bottom: 100px;
    margin-top: 10px;
}

#section2 .boxed-contents .boxed-title {
    background-color: #006633;
    padding: 15px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

#section2 .boxed-contents ul li {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.02em;
    color: #000000;
    border-bottom: #006633 1px solid;
}

#section2 .boxed-contents ul li:last-child {
    border-bottom: none;
}

#section2 .flex-links {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#section2 .flex-links .skyblue-link,
#section2 .flex-links .green-link {
    max-width: 337px;
    width: 100%;
    height: 88px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#section2 .flex-links .skyblue-link img.icons,
#section2 .flex-links .green-link img.icons {
    width: 24px;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

#section2 .flex-links .green-link span,
#section2 .flex-links .skyblue-link span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

#section2 .flex-links .skyblue-link {
    background-color: #62ace0;
}

#section2 .flex-links .green-link {
    background-color: #006633;
}

@media screen and (max-width: 767px) {
    #section2 {
        margin-bottom: 50px;
    }
    #section2 .flexwrap-cards {
        flex-direction: column;
    }
    #section2 .flexwrap-cards .card {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
    #section2 .flexwrap-cards .card .card-img {
        margin-bottom: 10px;
    }
    #section2 .flexwrap-cards .card .card-img img {
        transform: scale(0.8);
    }
    #section2 .flexwrap-cards .card .card-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    #section2 .flexwrap-cards .card .card-description {
        font-size: 14px;
        line-height: 1.5;
    }
    #section2 .boxed-contents {
        margin-bottom: 40px;
        margin-top: 0;
    }
    #section2 .boxed-contents .boxed-title {
        padding: 10px 15px;
        font-size: 16px;
    }
    #section2 .boxed-contents ul li {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    #section2 .boxed-contents ul li:last-child {
        border-bottom: none;
    }
    #section2 .flex-links {
        flex-direction: column;
        gap: 20px;
    }
    #section2 .flex-links .skyblue-link,
    #section2 .flex-links .green-link {
        margin: 0 auto;
    }
    #section2 .flex-links .skyblue-link img.icons,
    #section2 .flex-links .green-link img.icons {
        width: 20px;
    }
    #section2 .flex-links .green-link span,
    #section2 .flex-links .skyblue-link span {
        font-size: 16px;
    }
}

/* section3 */

#section3 {
    margin-bottom: 110px;
    width: 100%;
}

#section3 .content-bg {
    width: 100%;
    background: url("../../img/ownerapp/section3-bg.jpg") no-repeat center / cover;
    padding: 62px 40px 79px;
    box-sizing: border-box;
}

#section3 .content-bg .center-card {
    background-color: rgba(255, 255, 255, 78%);
    border-radius: 20px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 53px 83px;
    box-sizing: border-box;
}

#section3 .content-bg .center-card .flex-contents {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

#section3 .content-bg .center-card .flex-contents .image-label {
    max-width: 100px;
    width: 100%;
}

#section3 .content-bg .center-card .flex-contents .image-label img {
    width: 100%;
}

#section3 .content-bg .center-card .flex-contents .text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

#section3 .content-bg .center-card .flex-qr {
    display: flex;
    justify-content: center;
    gap: 90px;
}

#section3 .content-bg .center-card .flex-qr .qr-block {
    max-width: 231px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section3 .content-bg .center-card .flex-qr .qr-block .qr-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

#section3 .content-bg .center-card .flex-qr .qr-block .android,
#section3 .content-bg .center-card .flex-qr .qr-block .iphone {
    margin-bottom: 20px;
}

#section3 .content-bg .center-card .flex-qr .qr-block .android {
    width: 100%;
}

#section3 .content-bg .center-card .flex-qr .qr-block .iphone {
    width: 100%;
    max-width: 185px;
}

#section3 .content-bg .center-card .flex-qr .qr-block .qr-code img,
#section3 .content-bg .center-card .flex-qr .qr-block .iphone img,
#section3 .content-bg .center-card .flex-qr .qr-block .android img {
    width: 100%;
    vertical-align: top;
}

#section3 .content-bg .center-card .flex-qr .qr-block .qr-code {
    max-width: 100px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #section3 {
        margin-bottom: 50px;
    }
    #section3 .content-bg {
        padding: 40px 20px;
    }
    #section3 .content-bg .center-card {
        padding: 40px 20px;
    }
    #section3 .content-bg .center-card .flex-contents {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    #section3 .content-bg .center-card .flex-contents .image-label {
        max-width: 80px;
    }
    #section3 .content-bg .center-card .flex-contents .text {
        font-size: 14px;
        line-height: 1.5;
    }
    #section3 .content-bg .center-card .flex-qr {
        flex-direction: column;
        gap: 30px;
    }
    #section3 .content-bg .center-card .flex-qr .qr-block {
        margin: 0 auto;
    }
    #section3 .content-bg .center-card .flex-qr .qr-block .qr-title {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
    #section3 .content-bg .center-card .flex-qr .qr-block .android,
    #section3 .content-bg .center-card .flex-qr .qr-block .iphone {
        margin-bottom: 10px;
    }
    #section3 .content-bg .center-card .flex-qr .qr-block .qr-code {
        max-width: 80px;
    }
    #section3 .content-bg .center-card .flex-qr .qr-block .android img,
    #section3 .content-bg .center-card .flex-qr .qr-block .iphone img {
        transform: scale(0.8);
    }
}
