header {
    background: url('../img/photo_main03.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 320px;
}

main {
    margin: 100px auto 0 auto;
    width: 72%;
    max-width: 1024px;
    min-width: 600px;
    text-align: left;
    padding-bottom: 70px;
}

.logo {
    padding: 10px;
}

.header-title {
    text-align: center;
    transform: translateY(113px);
}

.header-title-jp {
    color: #fff;
    font-size: 1.6rem;
}

.header-title-en {
    color: #0000ff;
    font-size: 7rem;
    margin-top: 70px;
}

.info-header {
    text-align: center;
}

.info-header h2 {
    font-size: 1.4rem;
}

.info-header h2::first-letter {
    color: #0000ff
}

.info-header p {
    font-size: 0.8rem;
    color: #0000ff;
    margin: 10px 0;
}

.info-header div {
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 1.6rem;
}

.menu {
    margin-top: 50px;
    display: flex;
}

.menu-title-box {
    width: 192px;
}

.menu-number {
    color: #0000ff;
    font-size: 6rem;
    font-style: italic;
}

.menu-title {
    margin-top: 10px;
    white-space: pre-line;
}

.menu-title:first-letter {
    color: #0000ff;
}

.menu-body {
    width: calc(80% - 40px);
    padding: 10px 20px;
}

.insurer-kind-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.insurer-kind-title:first-letter {
    color: #0000ff;
}


.insurer-list {
    margin: 10px 5px 20px 20px;
    padding: 10px 0 30px 0;
}

.insurer-list table {
    width: 100%;
}

.insurer-list table tr td {
    padding: 10px 3px;
}

.policy-text {
    white-space: pre-line;
    color: #0000ff;
}

ul.policy-list {
    margin: 30px 10px 10px 30px;
}

ul.policy-list li {
    margin: 14px 0;
    color: #0000ff;
}

ul.policy-list li span {
    color: #000;
}

table.recommend-table>tbody>tr>th {
    padding: 24px 14px;
    border-bottom: 1px solid #0000ff;
}

table.recommend-table>tbody>tr>td {
    padding: 24px 24px;
    border-bottom: 1px solid #dddddd;
}

a.recommend-link span {
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    border: 0.5px solid #888;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    transform: translateY(5px);
}

section.service .link-button-box a span.arrow i {
    transform: translateY(6px);
}

table.other-insurance-table {
    margin-top: 30px;
}

table.other-insurance-table th {
    padding: 24px 14px;
    border-bottom: 1px solid #dddddd;
}

table.other-insurance-table td {
    padding: 24px 24px;
    border-bottom: 1px solid #0000ff;
}

table.other-insurance-table>thead td {
    color: #0000ff;
    text-align: center;
    font-weight: 600;
}

.online-products {
    background: #dddddd;
    padding-top: 50px;
    padding-bottom: 50px;
}

.online-products-title {
    text-align: center;
    margin-bottom: 50px;
}

.online-products-title h2 {
    font-size: 1.8rem;
    margin: 10px 0;
}

.online-products-title h2::first-letter {
    color: #0000ff;
}

.online-products-title>p {
    font-size: 1rem;
    color: #0000ff;
    margin-bottom: 26px;
}

.online-products-title div p {
    margin: 1px;
    line-height: 1.6;
}

.online-products-menu {
    width: 80%;
    margin: 50px auto 20px auto;
    text-align: left;
}

.online-products-menu h3 {
    font-size: 1.4rem;
    margin: 14px 5px;
}

.online-products-menu h3::first-letter {
    color: #0000ff;
}

.insurer-panel {
    position: relative;
}

.insurer-panel-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    background: #fff;
    margin: 18px 0;
    padding: 30px 10px;
    align-items: center;
}

.insurer-panel>a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insurer-panel-title,
.insurer-panel-banner
{
    width: 45%;
}


.insurer-panel-title h4 {
    font-size: 1.4rem;
    color: #0000ff;
    padding: 5px;
}

.insurer-panel-title p {
    margin-top: 12px;
}

.insurer-panel-title p span {
    white-space: nowrap;
    padding: 5px;
}


.insurer-panel .arrow-btn span {
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    border: 0.5px solid #888;
    border-radius: 50%;
    border-color: #0000ff;
    height: 30px;
    width: 30px;
    transform: translateY(5px);
    color: #0000ff;
    margin: 0 4px;
}

.insurer-panel .arrow-btn span i {
    transform: translateY(3px);
}



@media (max-width: 768px) {
    header {
        background-position: top 0 right -210px;
    }

    main {
        width: calc(100% - 10px);
        padding: 0 5px;
        min-width: auto;
    }

    .header-title {
        transform: translateY(139px);
    }

    .header-title-en {
        font-size: 4rem;
    }

    .info-header h2 {
        font-size: 1.4rem;
    }

    .menu {
        display: block;
    }

    .menu-title-box {
        width: 95%;
        display: flex;
        align-items: center;
    }

    .menu-number {
        font-size: 4.5rem;
    }

    .menu-title {
        padding: 0 5px 0 14px;
    }

    .menu-body {
        width: calc(100% - 40px);
    }

    .menu-body div {
        margin: 20px;
    }

    .insurer-panel-wrap {
        display: block;
        text-align: center;
        padding: 15px 8px;
    }

    .insurer-panel-title,
    .insurer-panel-banner {
        width: 100%;
    }

    .insurer-panel-title {
        text-align: left;
    }

    .insurer-panel-banner {
        margin: 10px 0;
    }

    .insurer-panel-banner img {
        max-width: 98%;
    }

    .online-products-menu {
        width: 90%;
    }

    .online-products-title>div {
        padding: 10px;
        text-align: left;
    }

    table.other-insurance-table {
        margin: 0;
        width: 100%;
    }

    table.other-insurance-table thead {
        display: none;
    }

    table.other-insurance-table th {
        width: calc(100% - 28px);
        text-align: center;
        display: block;
        padding: 18px 8px 14px 8px;
        color: #0000ff;
        border-color: #0000ff;
    }

    table.other-insurance-table td {
        width: 100%;
        border: none;
        display: block;
        padding: 14px 8px 14px 20px;
    }

    .insurer-list td {
        display: block;
    }
}
