/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

/* =Layout
-------------------------------------------------------------- */

.headerbar {
    padding: 10px 15px;
    border-bottom: solid 1px #2a629b;
}
.headerbar-logo {
    text-align: left;
}
.headerbar-logo a {
    display: inline-block;
}

.lp-container {
    overflow: hidden;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.header-simple {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
.header-big {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 22px;
    text-align: center;
}
.header-small {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.list-disc {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.text-marker {
    background: linear-gradient(transparent 0%, #ffffa2 0%);
}
.text-xs {
    padding: 0;
    position: absolute;
    left: 0;
    right: 2px;
    bottom: 2px;
    font-size: 8px;
    text-align: left;
    color: #fff;
    line-height: 1;
    /*color: #999 !important;*/
}

#kanban {
    position: relative;
    padding: 20px 0 35px;
    background: url(../img/kanban-sp.jpg);
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    text-align: center;
}
#kanban > * {
    width: 100%;
    color: #fff;
}

.kanban-text-main {
    width: 320px;
    height: 101px;
    background: url(../img/kanban-text-sp.png);
    -webkit-background-size: 320px 101px;
         -o-background-size: 320px 101px;
            background-size: 320px 101px;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.kanban-text-lead {
    margin-top: 13px;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.kanban-text-sub {
    margin-top: 13px;
    font-size: 24px;
    line-height: 1.3;
}

.btn-area {
    padding: 25px 15px;
    background-color: #fff;
}
.btn-area > a {
    display: block;
    margin: 0 auto;
    padding: 17px 0;
    border-radius: 2px;
    background-color: #e98b11;
    border-bottom: solid 1px #a8640c;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.btn-area-border {
    border-top: solid 1px #a2a2a2;
    border-bottom: solid 1px #a2a2a2;
}
.btn-area-text {
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
}
.btn-area-kanban {
    display: none;
}

.main-area {
    padding: 30px 15px 20px;
    background-color: #eee;
}
.main-box {
    background-color: #fff;
    text-align: left;
}
.main-box:last-child .main-box-content {
    margin-bottom: 0;
}
.main-box-header {
    padding: 10px 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #0071bc;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
}
.main-box-header span {
    display: inline-block;
    vertical-align: top;
}
.main-box-content {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(35, 24, 21, 0.35);
}
.main-box-lead {
    margin-bottom: 25px;
    font-size: 16px;
}
.main-box-block >div {
    margin-top: 15px;
    overflow: hidden;
}
.main-box-block p {
    padding: 0 10px;
}
.main-capture {
    width: 100%;
    height: 50%;
}
.main-info {
    width: 204px;
}

.more-area,
.remarketing-area,
.qanda-area {
    padding: 30px 15px 25px;
}

.more-content > dl {
    margin-top: 10px;
    padding: 8px;
    background-color: #ebf4fa;
    text-align: center;
}
.more-content dt {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
}
.more-content img {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.remarketing-content {
    display: flex;
    margin-top: 20px;
}
.remarketing-content > dl {
    width: 50%;
}
.remarketing-content dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}
.remarketing-content dd {
    padding-top: 10px;
}
.remarketing-content dd > img {
    width: 100%;
}
.qanda-area {
    background-color: #e5f1f8;
}
.qanda-box {
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 11px;
    line-height: 1.8;
}
.qanda-box p {
    padding: 0 5px;
}
.qanda-header {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.qanda-header > span {
    display: inline-block;
    vertical-align: top;
}
.qanda-header-q {
    margin-right: 8px;
    color: #1366a5;
}

@media (min-width: 767px) {
    .lp-container {
        margin: 0 auto;
        overflow: hidden;
    }
    .text-xs {
        font-size: 10px;
        right: 10px;
        bottom: 10px;
        text-align: right;
    }
    #kanban {
        position: relative;
        height: 500px;
        background-image: url(../img/kanban-pc.jpg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        z-index: 0;
    }
    #kanban:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-color: #000;
        opacity: 0.3;
        z-index: -1;
    }
    .kanban-text-main {
        width: 910px;
        height: 95px;
        margin: 70px auto 60px;
        background-image: url(../img/kanban-text-pc.png);
        background-size: 910px 95px;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .kanban-text-sub {
        margin: 0 auto 90px;
        font-size: 42px;
    }
    .kanban-text-sub br {
        display: none;
    }
    #kanban .kanban-text-lead {
        width: auto;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        bottom: 153px;
        font-size: 20px;
    }
    .btn-area-sp {
        display: none;
    }
    #kanban .btn-area-kanban {
        width: auto;
        margin: 0 300px;
        background-color: transparent;
    }
    .btn-area-kanban {
        display: block;
    }
    .btn-area-kanban a {
        margin-bottom: 10px;
    }
    .btn-area a {
        font-size: 20px;
    }
    .btn-area a:hover {
        opacity: 0.9;
    }
    .btn-area p {
        font-size: 15px;
    }
    .btn-area-text br {
        display: none;
    }
    .btn-area-border {
        padding: 50px;
    }
    .btn-area-border a {
        width: 40%;
    }
    .btn-area-border p {
        margin-top: 20px;
    }
    .header-big {
        margin: 50px 0 30px;
        font-size: 30px;
    }
    .header-big br {
        display: none;
    }
    .main-box {
        width: 950px;
        margin: 0 auto;
    }
    .main-box-header h3 {
        padding: 13px;
        font-size: 24px;
    }
    .main-box-content {
        padding: 30px 50px;
    }
    .main-box-lead {
        text-align: center;
        font-size: 18px;
    }
    .main-box-block {
        width: 60%;
        display: inline-block;
    }
    .main-box-block > div {
        margin-top: 20px;
    }
    .main-box-block p {
        font-size: 15px;
    }
    .main-box-block:last-child {
        width: 40%;
        float: right;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .main-box-block.main-box-block-largeimg {
        padding-left: 30px;
    }
    .header-small {
        margin: 15px;
        font-size: 20px;
    }
    .header-simple {
        margin: 20px;
        font-size: 24px;
    }
    .list-disc {
        padding-left: 70px;
        font-size: 15px;
    }
    .more-area,
    .remarketing-area {
        width: 950px;
        margin: 0 auto;
        padding: 50px;
        text-align: center;
        font-size: 15px;
    }
    .more-area p {
        margin-bottom: 20px;
    }
    .more-content {
        width: 70%;
        margin: 0 auto;
    }
    .more-content img {
        width: 432px;
        margin-top: 30px;
    }
    .more-content dl {
        padding: 15px;
    }
    .more-content dt {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .more-content dd {
        font-size: 18px;
    }
    .remarketing-content {
        margin: 30px auto;
    }
    .remarketing-area p {
        margin: 40px;
    }
    .remarketing-content dt {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .remarketing-content dd {
        width: 250px;
        margin: 0 auto;
    }
    .qanda-area-inner {
        width: 950px;
        margin: 30px auto;
    }
    .qanda-box {
        width: 70%;
        margin: 20px auto;
        padding: 25px;
        text-align: left;
    }
    .qanda-header {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .qanda-box p {
        font-size: 15px;
    }
}

.main-box-content:before,
.main-box-content:after {
    content: " ";
    display: table;
}
.main-box-content:after {
    clear: both;
}
.main-box-content {
    *zoom: 1;
}