@charset "UTF-8";

/* ------------------------------------------------------------------------
共通
------------------------------------------------------------------------*/
.lp_container {
    max-width: 1040px;
    margin: 0 auto;
}

.lp_container a {
    transition: 0.3s;
}

.lp_container a:hover {
    opacity: 0.8;
}

.lp_container img {
    width: 100%;
    height: auto;
}

[class$="_top_txtinfo"] {
    display: none;
}

/* ------------------------------------------------------------------------
ボタンエリア
------------------------------------------------------------------------*/
.lp_container .btn_wrap {
    margin: 15px 15px 30px;
}

.lp_container .btn_area span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 3px;
    padding: 2px 15px;
    position: relative;
}

.lp_container .btn_area span::before,
.lp_container .btn_area span::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    bottom: 0;
}

.lp_container .btn_area span::before {
    left: 0;
    transform: rotate(-15deg);
}

.lp_container .btn_area span::after {
    right: 0;
    transform: rotate(15deg);
}

.lp_container .btn_area a {
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    display: block;
    background: linear-gradient(to bottom, #ff8000 0%,#db3107 100%);
    box-shadow: 0 -4px 8px rgba(0,0,0,10%);
    padding: 20px 10px 20px 50px;
    position: relative;
    border-radius: 100px;
}

.lp_container .btn_area a::before {
    content: '無料';
    font-weight: bold;
    line-height: 1;
    color: #e44d03;
    text-align: center;
    background: #fefe7a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.lp_container .btn_wrap .att {
    font-size: 12px;
    margin: 15px 0 0;
}

/* ------------------------------------------------------------------------
FWD医療引受緩和
------------------------------------------------------------------------*/
.point_wrap {
    background: #eefae1;
}

.point_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #00594f;
    padding: 15px;
}

.point_wrap dl {
    padding: 15px 15px 0;
    overflow: hidden;
}

.point_wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #132f26;
    margin: 0 0 15px;
}

.point_wrap dl dd {
    padding: 10px 10px 10px 40px;
    background: url(images/ico_check.webp) no-repeat 10px 10px #fff;
    background-size: 24px;
    margin: 0 0 15px;
    border-radius: 8px;
}

.point_wrap dl dd p {
    font-size: 12px;
}

/* ------------------------------------------------------------------------
注釈リスト
------------------------------------------------------------------------*/
.lp_container .att_list {
    font-size: 14px;
    max-width: 930px;
    margin: 0 auto 20px;
    padding: 0 15px;
}

.lp_container .att_list li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin: 0 0 5px;
}

/* ------------------------------------------------------------------------
会社情報
------------------------------------------------------------------------*/
.company_info_inner div p {
    padding: 5px 15px;
    font-size: 14px;
}

.company_info_inner div .ttl {
    background: #eee;
}

/* ------------------------------------------------------------------------
募文
------------------------------------------------------------------------*/
.document-number_box {
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.document-number_box .document-number {
    margin: 10px 15px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    /* ------------------------------------------------------------------------
    ボタンエリア
    ------------------------------------------------------------------------*/
    .lp_container .btn_wrap {
        margin: 30px 0 60px;
    }

    .lp_container .btn_area {
        width: 680px;
        margin: 0 auto;
    }

    .lp_container .btn_area span {
        font-size: 24px;
    }

    .lp_container .btn_area a {
        font-size: 32px;
        padding: 24px 20px 24px 80px;
    }

    .lp_container .btn_area a::before {
        font-size: 24px;
        width: 60px;
        height: 60px;
        left: 20px;
    }

    .lp_container .btn_wrap .att {
        text-align: center;
    }

    /* ------------------------------------------------------------------------
    FWD医療引受緩和
    ------------------------------------------------------------------------*/
    .point_wrap h2 {
        font-size: 32px;
    }

    .point_wrap dl {
        width: 680px;
        margin: 0 auto;
    }

    .point_wrap dl dt {
        font-size: 24px;
    }
    
    .point_wrap dl dd {
        font-size: 18px;
    }
    

    /* ------------------------------------------------------------------------
    会社情報
    ------------------------------------------------------------------------*/
    .company_info_wrap {
        border-top: 1px solid #EEE;
    }

    .company_info_inner {
        display: flex;
        max-width: 1040px;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
    }

    .company_info_inner > div {
        width: 50%;
    }

    .company_info_inner div .ttl {
        background: none;
        position: relative;
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 0 15px;
    }

    .company_info_inner div .ttl::before,
    .company_info_inner div .ttl::after {
        display: block;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
    }

    .company_info_inner div .ttl::before {
        content: "[";
        left: 0;
    }

    .company_info_inner div .ttl::after {
        content: "]";
        right: 0;
    }
}
