@charset "UTF-8";

/* Space
================================================ */


/* margin */

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}


/* padding */

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}


/* color
================================================ */

.red {
    color: #e04172 !important;
}


/* 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,
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;
}

input,
textarea,
select,
button {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}


/* --------------------------------

base

-------------------------------- */

html {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
    font-size: 62.5%;
}

body {
    position: relative;
    color: #454545;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

@media (max-width: 414px) {
    html {
        font-size: 50%;
    }
}


/* --------------------------------

module

-------------------------------- */

.taC {
    text-align: center !important;
}


/* --------------------------------

style

-------------------------------- */


/* bootstrap
================================================ */

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar .navbar-header img {
    padding: 10% 0 0 0;
}

@media (max-width: 1024px) {
    .navbar .navbar-header img {
        padding: 10% 0 0 0;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-header img {
        padding: 10% 0 0 0;
    }
}

@media (max-width: 414px) {
    .navbar .navbar-header img {
        padding: 4% 10% 0 5%;
    }
}


/* header
================================================ */


/* main-img
================================================ */

.main-img {
    background: url("../img/main-img-bg.png") no-repeat;
    background-position: right;
    background-size: cover;
}

.main-img-btn {
    width: 50%;
}

.main-img .jumbotron {
    background: url("../img/main-img-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

.main-img .jumbotron .main-img-bg {
    background: url(../img/main-img-mobile.png) no-repeat;
    background-position: right 0% bottom 0px;
    background-size: contain;
    width: 55%;
    margin: 0 auto;
}

@media (max-width:414px) {
    .main-img .jumbotron .main-img-bg {
        background: url(../img/main-img-mobile.png) no-repeat;
        background-position: right 0% bottom 0px;
        background-size: contain;
        width: 95%;
        margin: 0 auto;
    }
    .main-img-btn {
        width: 100%;
    }
}


/* section00
================================================ */

.section00 {
    padding: 3% 0;
}


/* cp
================================================ */

.cp {
    background-color: #fffcf4;
}

.cp .cp-img-bg {
    background: url("../img/cp-img-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.cp .cp-btn {
    background-color: #0074be;
    padding: 1% 20%;
}


/* section01
================================================ */

.section01 {
    padding: 5% 0;
}

.section01 .section01-q {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5% 0 0 0;
}

.section01 .section01-q .q-btn {
    margin: 0 5%;
}


/* section02
================================================ */

.section02 .headline {
    margin: 0 0 5% 0;
}

.section02 .img-bg-01 {
    background: url("../img/02-img-bg-01.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 730px;
    padding: 5% 10%;
    margin-bottom: 5%;
}

.section02 .img-bg-01 .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.section02 .img-bg-01 .text {
    margin: 5% 0 0 0;
}

.section02 .section02-btn {
    margin: 5% 0 0 0;
}

.section02 .img-bg-02 {
    background: url("../img/02-img-bg-02.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    padding: 5% 10%;
    margin-bottom: 5%;
}

.section02 .img-bg-02 .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.section02 .img-bg-02 .text {
    margin: 5% 0 0 0;
}

@media (max-width: 414px) {
    .section02 .img-bg-01 {
        background: url("../img/02-sp-img-bg-01.png") no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
    }
    .section02 .img-bg-01 .pull-right {
        float: none !important;
    }
    .section02 .img-bg-02 {
        background: url("../img/02-sp-img-bg-01.png") no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
    }
    .section02 .img-bg-02 .pull-left {
        float: none !important;
    }
}


/* hikaku
================================================ */

.hikaku {
    padding: 5% 0;
}


/* section03
================================================ */

.section03 .img-bg {
    background: url("../img/03-img-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    padding: 5% 0;
}

.section03 .img-bg .section03-btn {
    margin-top: 5%;
}


/* section04
================================================ */

.section04 {
    background: url("../img/04-img-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 5% 0;
}

.section04 .img-bg .headline {
    padding: 0 0 5% 0;
}

.section04 .img-bg .section04-text {
    margin: 5% auto 0 auto;
}


/* section05
================================================ */

.section05 .headline {
    width: 100%;
    padding: 5% 0;
    background-color: #0074be;
    position: relative;
}

.section05 .headline .child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section05 .section05-q {
    padding: 5% 0;
}

.section05 .section05-q .q-1 {
    margin: 3% 0;
}

.section05 .section05-q .q-2 {
    margin: 3% 0;
}

.section05 .section05-q .section05-a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.section05 .section05-q .section05-a .q-btn {
    margin: 3% 5% 0 5%;
}


/* subscription-area
================================================ */

.subscription-area {
    background: url("../img/subscription-img-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    padding: 5% 2%;
}

.subscription-area .subscription-btn .subscription-text {
    margin-top: 3%;
}


/* section06
================================================ */

.section06 .headline {
    width: 100%;
    padding: 5% 0;
    background-color: #0074be;
    position: relative;
}

.section06 .headline .child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section06 .section06-text {
    margin: 5% 0;
}

.section06 .section06-machine {
    margin-bottom: 5%;
}


/* section07
================================================ */

.section07 .headline {
    width: 100%;
    padding: 5% 0;
    background-color: #0074be;
    position: relative;
}

.section07 .headline .child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-box {
    border-top: 1px solid #eeeeed;
    letter-spacing: 0.05em;
    margin: 5% 0;
}

.faq-box dt {
    border-bottom: 1px solid #eeeeed;
    padding: 30px 100px;
    font-size: 20px;
    font-size: 2rem;
    background: url(../img/07-img-q.png) 50px center no-repeat, url(../img/07-img-down.png) right 87px center no-repeat;
    background-size: 22px auto, 26px auto;
    cursor: pointer;
}

.faq-box dt.active {
    background: url(../img/07-img-q.png) 50px center no-repeat, url(../img/07-img-up.png) right 87px center no-repeat;
    background-size: 22px auto, 25px auto;
    color: #25529a;
}

.faq-box dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 100px;
    line-height: 1.7;
    background: url(../img/07-img-a.png) 50px center no-repeat #eeeeed;
    background-size: 21px auto;
    display: none;
}

@media (max-width: 768px) {
    .faq-box dt {
        padding: 30px 50px;
        background: url(../img/07-img-q.png) left center no-repeat, url(../img/07-img-down.png) right center no-repeat;
    }
    .faq-box dt.active {
        background: url(../img/07-img-q.png) left center no-repeat, url(../img/07-img-up.png) right center no-repeat;
    }
    .faq-box dd {
        padding: 30px 50px;
        background: url(../img/07-img-a.png) left center no-repeat #eeeeed;
    }
}


/* section08
================================================ */

.section08 .headline {
    width: 100%;
    padding: 5% 0;
    background-color: #0074be;
    position: relative;
}

.section08 .headline .child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section08 .cp-info {
    padding: 5% 0;
}


/* section09
================================================ */

.section09 .headline {
    width: 100%;
    padding: 5% 0;
    background-color: #0074be;
    position: relative;
}

.section09 .headline .child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section09 h3 {
    font-weight: bold;
}

.section09 h3 span {
    font-size: 36px;
}


/* section10
================================================ */

.section10 .contact {
    padding: 5%;
}


/* section11
================================================ */

.section11 {
    background: url(../img/04-img-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 5% 0;
}

.section11 .strength {
    margin: 3% 0;
}

.section11 .strength .strength-box .strength-item {
    margin: 2% 0;
}

@media (max-width:414px) {
    .section11 .strength {}
    .section11 .strength .strength-box .strength-item {
        margin: 5% 0;
    }
}


/* footer
================================================ */

footer .company-info {
    padding: 3% 0;
}

footer .company-info p {
    margin: 2% 0;
}

footer .copy {
    padding: 1% 0;
    background-color: #0074be;
}

footer .copy small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

footer .copy p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}


/* hikaku
================================================ */

.hikaku p.caution {
    color: #e04172;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-size: 14px;
    padding: 15px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #454545;
    overflow: hidden;
    word-break: normal;
}

.tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #454545;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-yuk0 {
    font-size: 16px;
    background-color: #0074be;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
}

.tg .tg-jc2y {
    font-size: 13px;
    background-color: #ffffff;
    color: #454545;
    text-align: center;
    vertical-align: top;
}

.tg .tg-vx03 {
    font-size: 13px;
    background-color: #0074be;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
}

.tg .tg-3idi {
    font-size: 16px;
    background-color: #3fc8f4;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }
    .tg col {
        width: auto !important;
    }
    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
