/* 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: #fff;
}

#kanban {
    position: relative;
    padding: 20px 0 25px;
    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: 68px;
    background: url(../img/kanban-text-sp.png);
    -webkit-background-size: 320px 68px;
         -o-background-size: 320px 68px;
            background-size: 320px 68px;
    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 {
    position: relative;
    margin: 20px 15px 0;
    padding: 20px 15px;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
    z-index: 1;
    width: auto !important;
}
.kanban-text-sub b {
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 13px;
}
.kanban-text-sub br {
    display: none;
}
.kanban-text-sub:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}


.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;
    justify-content: center;
}
.remarketing-content > div {
    padding: 0 25%;
}
.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,
.remarketing-content div > 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;
}


.backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
    line-height: 60px;
    opacity: 0;
    transition: all ease-out .3s;
    text-align: center;
    text-decoration: none;
}
.backtop:before,
.backtop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    display: block;
    height: 3px;
    width: 10px;
    background-color: #fff;
}
.backtop:before {
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.backtop:after {
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.backtop.show {
    opacity: 0.7;
    transform: translate(0, -60px);
}

.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@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: 35%;
        background-color: #000;
        opacity: 0.3;
        z-index: -1;
    }
    .kanban-text-main {
        width: 778px;
        height: 146px;
        margin: 25px auto 0;
        background-image: url(../img/kanban-text-pc.png);
        background-size: 778px 146px;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .kanban-text-sub {
        font-size: 20px;
        line-height: 1.5;
        margin: 10px auto 40px;
    }
    .kanban-text-sub b {
        margin-bottom: 7px;
        font-weight: bold;
        font-size: 16px;
    }
    .kanban-text-sub br {
        display: block;
    }
    .kanban-text-sub:after {
        display: none;
    }
    #kanban .kanban-text-lead {
        width: auto;
        font-size: 20px;
        margin-top: 0;
    }
    .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 {
        padding: 20px 15px;
    }
    .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-content img {
        width: 226px !important;
    }
    .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;
}