@charset "utf-8";
/* ======================================
Index Page.
========================================= */
/* Page Title */
.title-index {
    padding: 15px 0;
    background: none;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    letter-spacing: .1em;
}
.title-index small {
    font-weight: normal;
    line-height: 2;
    color: #333;
}
.section-title {
    display: inline-block;
    margin: 5px auto 25px auto;
    padding: 15px 20px;
    border-bottom: 3px solid #f53d7e;
    font-weight: bold;
    font-size: 1.143em;
    text-align: center;
}
/* Page Common Setting */
.color-pink {
    color: #f53d7e;
}
/* --WEX & Tantetsu */
.section-wex,
.section-tantetsu {
    height: 100%;
    margin-top: 15px;
    padding: 5px 15px 15px 15px;
    text-align: center;
}
.section-wex {
    background: #fff5f9;
}
.section-tantetsu {
    background: #fafafa;
}
.section-inner {
    position: relative;
    margin-bottom: 15px;
    padding: 5px 15px;
    z-index: 10;
}
.section-inner::before {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 1px solid #bbb;
    border-radius: 15px;
    content: "";
}
.section-inner::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    content: "";
    z-index: -1;
}
.section-list .point {
    display: inline-block;
    margin: 10px 0 15px 0;
    padding: 8px 20px;
    background: #faf7b7;
    border-radius: 2em;
    font-weight: bold;
    color: #666;
    line-height: 1;
    letter-spacing: .1em;
}
.section-list-inner {
    text-align: left;
}
.section-list-inner li {
    margin-bottom: 15px;
}
.icon-lg-check {
    position: relative;
    padding-left: 2em;
    display: block;
}
.icon-lg-check::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('/willer-ad/img/icon-checkmark.png') center center / cover no-repeat;
    content: "";
}
.section-img {
    display: block;
    margin: 0 auto;
}
/*『WILLERなら顧客へのダイレクトなアプローチが可能です。』 */
.lead-grad {
    display: inline-block;
    color: #ACB6E5;
    background: -webkit-linear-gradient(45deg, #dd65b4, #c86bd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 1.6em;
}
.marketing-message {
    padding-top: 30px;
    font-size: 1em;
    text-align: center;
}
.text-btn-message {
    display: block;
    color: #c86bd6;
    font-size: 1em;
    text-align: center;
}
/* Page Buttons */
.button-set {
    background: #FFF;
}
.button-set-end{
    margin-bottom: 30px;
    text-align: center;
    padding: 0 15px;
}
.btn-download,
.btn-download:hover,
.btn-download:focus,
.btn-download:active,
.btn-contact,
.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active {
    margin-top: 30px;
    margin-bottom: 20px;
}
.btn-contact,
.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active {
    margin-top: 0;
}
.link-contact{
    margin: 15px auto;
    padding: 1em 1.333em;
    border-radius: 2px;
    box-shadow: none;
    font-weight: bold;
    letter-spacing: .1em;
    background: #eee;
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.link-contact:hover{
    text-decoration: none;
}
/* ======================================
Index Page.PC Min992
========================================= */
@media (min-width: 992px){
    /* Page Title */
    .title-index {
        padding: 30px 0;
        font-size: 1.5em;
        letter-spacing: 0;
    }
    .title-index small {
        display: inline-block;
        font-size: 0.667em;
        padding-bottom: 5px;
    }
    .section-title {
        margin: 0 0 30px 0;
        padding: 20px 30px;
        font-weight: normal;
        font-size: 1.714em;
        line-height: 1;
    }
    /* -- WEX & Tantetsu */
    .section-common-style:nth-child(odd) {
        padding-right: 15px;
    }
    .section-common-style:nth-child(even) {
        padding-left: 15px;
    }
    .marketing {
        padding: 0;  
    }
    .section-wex,
    .section-tantetsu {
        margin-top: 30px;
        padding: 30px;
    }
    .section-wex-inner,
    .section-tantetsu-inner {
        max-width: 500px;
    }
    .section-wex-inner {
        float: right;
    }
    .section-tantetsu-inner {
        float: left;
    }
    .section-inner{
        margin-bottom: 30px;
        padding: 30px;
        font-size: 1.143em;
        letter-spacing: .1em;
    }
    .section-inner::before,
    .section-inner::after {
        border-radius: 30px;
    }
    .section-list .point {
        margin: 0 0 30px 0;
    }
    .section-list-inner li {
        margin-bottom: 30px;
    }
    .section-list-inner li:last-child {
        margin-bottom: 0;
    }
    /*『WILLERなら顧客へのダイレクトなアプローチが可能です。』 */
    .marketing-message {
        font-size: 2em;
    }
    .lead-grad {
        padding-top: 40px;
        font-weight: normal;
    }
    /* Page Buttons */
    .text-btn-message {
        display: none;
    }
    .btn-download {
        float: right;
    }
    .btn-download,
    .btn-download:hover,
    .btn-download:focus,
    .btn-download:active,
    .btn-contact,
    .btn-contact:hover,
    .btn-contact:focus,
    .btn-contact:active {
        min-width: 350px;
        width: 350px;
        padding: 25px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .link-contact{
        padding: 25px;
    }
}


#obi-10man{
    display: block;
}
#obi-10man a img{
    height: auto;
}
@media (min-width: 576px) {
#obi-10man{
    display:none;
}
}