@charset "utf-8";

.mr-partner *{
    box-sizing: border-box;
}

.mr-partner img{
    width: 100%;
}

.partner-fv {
    display: flex;
    align-items: center;
    padding: 6% 12% 4%;
    background: url(../images/fv-bg.png);
    background-color: rgba(255, 255, 255, 0.65);
    background-blend-mode: lighten;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fv-txt {
    width: 50%;
}
.fv-txt h1 {
    text-align: left;
    font-size: 72px;
    line-height: 1;
    padding: 0 0 32px 0;
    font-weight: 500;
    color: #0093ff;
    color: #5cb7cc;
}
.fv-txt p.fv-copy {
    font-size: 24px;
}
.fv-cta {
    padding: 32px 0;
    width: 80%;
    max-width: 420px;
}

.cta {
    margin: 80px auto 0;
    width: 80%;
    max-width: 420px;
}

.fv-cta a,
.cta a {
    background: #FF5E5E;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 24px;
    border-radius: 50px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.fv-contact {
    display: flex;
    width: 80%;
    max-width: 420px;
    margin: 0 0 0 3%;
}

.fv-contact img{
    width: 12%;
    margin: 0 3% 0 0;
}

.fv-contact p{
    font-size: 38px;
    line-height: 1.2;
}

.fv-contact p span{
    font-size: 35%;
    display: block;
    border: 1px solid #222;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 2px;
    text-align: center;
}

.fv-contact p small{
    font-size: 35%;
    display: block;
    text-align: center;
}

.fv-img{
    width: 45%;
}

.block {
    width: 100%;
    margin: 0 auto;
    padding: 7% 15%;
    box-sizing: border-box;
}

.block:nth-of-type(even){
    background: #f4f7fc;
}

.block .img-area {
    padding: 24px;
    width: 80%;
    margin: 60px auto 0;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

h2.contents-title,
.agent-title {
    font-size: 40px;
    font-weight: 600;
    color: #5cb7cc;
    line-height: 1;
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
    position: relative;
}

h2.contents-title:after,
.agent-title:after{
    content: "";
    width: 15%;
    height: 3px;
    background: #5cb7cc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

#agent .page-section .agent-title + p {
    width: 70%;
    margin: 0 auto 16px;
    text-align: center;
}

#agent .page-section p.contents-txt{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}

#agent .page-section p.contents-captin {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.partner-rank-table {
    width: 70%;
    margin: 40px auto;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px #00000020;
    overflow: hidden;
}
.partner-rank-table table{
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}
.partner-rank-table table thead {
    background: #c1f3ff;
    border-bottom: 1px solid #d6d6d6;
}
.partner-rank-table table thead th:nth-child(n+2) {
    text-align: center;
}
.partner-rank-table table tr {
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
}
.partner-rank-table table tr:last-child {
    border-bottom: none;
}
.partner-rank-table table tr th, .partner-rank-table table tr td {
    line-height: 1;
    padding: 24px 8px;
    text-align: center;
}
.partner-rank-table table tr th {
    font-weight: 600;
}
.partner-rank-table table tr th:first-child {
    width: 30%;
    background: #4d9caf;
    color: #fff;
}
.partner-rank-table table tr td {
    font-weight: 600;
    font-size: 18px;
}
.partner-rank-table table tr td strong{
    font-size: 150%;
}
.note-area {
    width: 70%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 24px;
    border-radius: 16px;
}
.note-area p{
    font-size: 14px;
    list-style: 1.6;
}

.note-area p.note-title{
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 1440px){
    .partner-fv {
        padding: 10% 12% 6%;
    }
    .fv-txt h1 {
        font-size: 62px;
    }
    .fv-contact {
        margin: 0 0 0 6%;
    }
    .fv-cta a {
        font-size: 20px;
        padding: 24px 0;
    }
    .block {
        padding: 7% 5%;
    }
}

@media screen and (max-width: 1280px){
    .partner-rank-table table tr th, .partner-rank-table table tr td {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 1024px){
    .partner-fv {
        padding: 12% 5% 8%;
    }
    .fv-txt h1 {
        font-size: 56px;
    }
    .fv-txt p.fv-copy {
        font-size: 18px;
    }
    .fv-cta a {
        font-size: 18px;
    }
    h2.contents-title,
    .agent-title {
        font-size: 32px;
    }
    #agent .page-section p.contents-txt {
        font-size: 16px;
    }
    .block .img-area{
        margin-top: 32px;
    }
}

@media screen and (max-width: 820px){
    .fv-txt h1 {
        font-size: 48px;
        padding: 0 0 24px 0;
    }
    .fv-txt p.fv-copy {
        font-size: 16px;
        line-height: 1.4;
    }
    .fv-cta a {
        font-size: 16px;
        padding: 24px 0;
    }
    .fv-contact {
        margin: 0;
    }
    .fv-contact p {
        font-size: 28px;
    }
    h2.contents-title,
    .agent-title {
        font-size: 26px;
        padding: 0 0 32px 0;
        margin: 0 0 32px 0;
    }
    #agent .page-section p.contents-txt {
        font-size: 14px;
    }
    .block .img-area {
        width: 90%;
    }
    .partner-rank-table,
    .note-area {
        width: 90%;
    }
}

@media screen and (max-width: 580px){
    .partner-fv {
        flex-direction: column;
        padding: 10%;
    }
    .fv-txt {
        width: 100%;
        order: 2;
    }
    .fv-img {
        width: 80%;
        order: 1;
        padding: 0 0 24px 0;
    }
    .fv-txt h1 {
        text-align: center;
        font-size: 36px;
        padding: 0 0 16px 0;
    }
    #agent .page-section .fv-txt p.fv-copy {
        text-align: center;
        font-size: 14px;
    }
    .fv-cta {
        margin: 0 auto;
        padding: 32px 0;
        width: 100%;
        font-size: 14px;
    }
    .fv-contact {
        margin: 0 0 0 -5%;
        width: 100%;
        justify-content: center;
    }
    .block {
        padding: 12% 5%;
    }
    h2.contents-title,
    .agent-title {
        font-size: 20px;
        padding: 0 0 24px 0;
        margin: 0 0 24px 0;
    }
    h2.contents-title:after,
    .agent-title:after{
        height: 3px;
    }
    #agent .page-section p.contents-txt br{
        display: none;
    }
    .block .img-area {
        padding: 16px 8px;
        border-radius: 16px;
        width: 100%;
    }
    .partner-rank-table, .note-area,
    #agent .page-section p.contents-captin {
        width: 100%;
    }
    .partner-rank-table table tr th, .partner-rank-table table tr td {
        padding: 16px 8px;
        font-size: 11px;
    }
}