* {
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
}
input,
textarea {
    -ms-user-select: text;
    -webkit-user-select: auto;
    -moz-user-select: text;
    -webkit-touch-callout: auto;
}
body {
    font-family: Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #2a2b27;
    background-color: #ffffff;
}
body>.navbar {
    -webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in
}
@media (min-width: 768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}
a {
    color: #83AC2C;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #83AC2C;
    text-decoration: none;
}
#wrap {
    display: none;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 10000;
    text-align: center;
}
.loading {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border: 5px solid rgba(116, 173, 20, 0.4);
    border-top-color: rgba(116, 173, 20, 0.9);
    border-radius: 50%;
    animation: spin 1.2s linear 0s infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.navbar-fixed-top a {
    color: #ffffff;
}
.wrap {
    overflow: hidden;
}
.navbar {
    box-shadow: none;
}
.navbar-fixed-top {
    background-color: #74AD14;
}
.navbar-fixed-top .row {
    color: #fff;
}
.navbar-fixed-top .row .material-icons {
    font-size: 33px;
}
.navbar-fixed-top .row p {
    margin-top: 7px;
    font-size: 15px;
}
ul.navbar-nav {
    list-style-type: circle!important;
}
a.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.z-00 {
    z-index: 1;
}
.z-01 {
    z-index: 10;
}
.z-02 {
    z-index: 100;
    text-align: center;
}
.z-03 {
    z-index: 1000;
}
.z-04 {
    z-index: 10000;
}
.table-of-contents {
    margin-top: 1em
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.5);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-brand {
    float: left;
    padding: 19.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 60px;
}
.navbar-brand > img {
    display: inline;
    width: 200px;
}
.nav-li-dot {
    color: #adcb2b;
    padding-right: 15px;
    margin-left: -5px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
section {
    padding-bottom: 20px;
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
h1 {
    color: #2a2b27;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    color: #abcb2b;
}
h2 {
    color: #2a2b27;
    font-size: 18px;
    font-weight: bold;
}
h3 {
    color: #2a2b27;
    font-size: 15px;
    font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h2-w {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 0.2em;
}
.h2-g {
    color: #adcb2b;
    font-size: 20px;
    padding-bottom: 0.2em;
}
.h2-v {
    color: #83AC2C;
    font-size: 20px;
    padding-bottom: 0.2em;
}
.h3-sp {
    color: #2a2b27;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 0;
}
h4 {
    font-size: 18px;
    line-height: 26px;
}
.h4-sp {
    font-size: 16px;
}
.curled-box {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding-top: 3px;
    margin: 26px;
    background-color: #e1ff44;
}
.curled-box2 {
    position: relative;
    float: right;
    bottom: 50px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 5px;
    margin: 5px 20px -50px 5px;
    background-color: #adcb2b;
}
.serv-graph h5 {
    position: relative;
    margin-left: 2%;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
}
.serv-graph p {
    margin-left: 2%;
    text-align: center;
}
.curled-box4 {
    position: relative;
    border-radius: 50%;
    width: 86%;
    padding: 43%;
    margin: 10px;
    color: #000;
    background-color: #ffffff;
    border: 3px solid #e1ff44;
}
.curled-box4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.arrow-glaph {
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}
.arrow-glaph img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.arrow-d {
    display: none;
}
.serv-graph h5 {
    position: relative;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
}
.c-wrapper5 {
    position: relative;
    width: 100%;
    padding-top: 3px;
    margin: 10px 0;
}
.c-wrapper5:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.curled-box5 {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000;
    background-color: #ffffff;
    border: 5px solid #83AC2C;
}
.curled-box5 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.col-none {
    display: none;
}
.curled-box6 {
    position: relative;
    border-radius: 50%;
    width: 76%;
    padding: 38%;
    margin: 15px 10px 10px 10px;
    color: #000;
    background-color: #ffffff;
    border: 3px solid #e1ff44;
}
.curled-box6 img {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.member-text {
    text-align: justify;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .serv-graph h5 {
        margin-left: 0;
        margin-right: 0;
        font-size: 17px;
    }
    .serv-graph p {
        margin-left: 0%;
    }
    .diff-point {
        margin-left: 78px;
    }
}
@media (max-width: 767px) {
    .curled-box4 {
        width: 200px;
        height: 200px;
        padding: 0;
    }
    .serv-graph h5 {
        margin-left: 0%;
    }
    .serv-graph p {
        margin-left: 0%;
    }
    .arrow-r {
        display: none;
    }
    .arrow-d {
        display: inline;
    }
    .c-wrapper5 {
        width: 60%;
        text-align: center;
    }
    .col-none {
        display: inline;
    }
    .curled-box6 {
        width: 64%;
        padding: 32%;
    }
    .member-text h4,
    .member-text h3 {
        text-align: center;
    }
}
.text-inline {
    display: inline-block;
}
.delta-box1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 45px 0 45px;
    border-color: #f1ffc1 transparent transparent transparent;
    position: relative;
    text-align: center;
    display: inline-block;
    top: 10px;
}
.delta-box2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fffe0e transparent transparent transparent;
    position: relative;
    text-align: center;
    display: inline-block;
    top: -5px;
}
.fukidashi {
    width: 220px;
    margin-top: 20px;
    padding: 5px;
    line-height: 2em;
    font-size: 14px;
    border-radius: 6px;
    background-color: #fffe0e;
}
.arrow-both-1 {
    top: 2px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #f1ffc1;
    border-right: 2px solid #f1ffc1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow-both-2 {
    font-size: 6px;
    color: #f1ffc1;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.arrow-both-3 {
    top: 2px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #f1ffc1;
    border-right: 2px solid #f1ffc1;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.point-title {
    line-height: 3em;
    margin: 2em 0 1.2em 10px;
    border-radius: 3em;
    font-size: 18px;
    color: #ff7f39;
    background-color: #ffffff;
}
.point-title p {
    line-height: 1.5em;
    margin: 1.5em 0;
}
.point-circle {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding: 5px;
    margin: -12px -40px -20px 5px;
    left: -30px;
    color: #000;
    background-color: #000000;
    border: 5px solid #ffffff;
}
@media (max-width: 480px) {
    .point-title p {
        margin-right: -2.8em;
    }
}
.about-comp {
    /* 画像ファイルの指定 */
    background-image: url(../img/top03.jpg);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
    /*margin-bottom: -135px;*/
    color: #ffffff;
}
.about-comp .h3-sp {
    color: #adcb2b;
}
.about-comp h4 {
    color: #ffffff;
}
.service-pic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 200px;
    overflow: hidden;
    /* 画像ファイルの指定 */
    background-image: url(../img/serv01.jpg);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
}
.company-pic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 200px;
    overflow: hidden;
    /* 画像ファイルの指定 */
    background-image: url(../img/comp01.jpg);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
}
.news-pic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 150px;
    overflow: hidden;
    /* 画像ファイルの指定 */
    background-image: url(../img/news1.jpg);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
}
.privacy-pic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 150px;
    overflow: hidden;
    /* 画像ファイルの指定 */
    background-image: url();
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
}
.privacy-pic h1 {
    color: #ffffff
}
.privacy-list1 li {
    margin-bottom: 10px;
    list-style-type: decimal;
}
.privacy-list2 li {
    margin-bottom: 10px;
    list-style-type: none;
    text-indent: -2em;
}
.signature {
    text-align: right;
    line-height: 2;
}
.span-date {
    margin-left: -25px;
    line-height: 1.6em;
    position: relative;
    bottom: 0.2em;
}
.sp-dot-a {
    margin-left: -24px;
    margin-right: 5px;
    padding: 1em 0.6em;
    display: inline;
    background-image: url(../img/sp-dot.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.sp-dot-y {
    background-color: #fffc00;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 4px 0 2px 0;
}
.press-section {
    border-top: 1px solid #fff;
    padding-top: 100px!important;
}
/* --- 敷居 --- */

/* --- 敷居 --- */

.section-comp-price {
    padding-top: 20px;
    background-color: #ffffff;
    margin-bottom: -30px;
}
.section-comp-price .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-comp-price div {
    text-align: center;
}
.section-comp-price .link-icon,
.section-list .row .link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 0;
    color: #BABABA;
}
.section-comp-price small {
    color: #BABABA;
}
.section-title {
    padding-top: 20px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}
.section-title .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-title div {
    text-align: center;
}
.section-title h1 {
    font-size: 20px;
    color: #666666;
}
.section-title .link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right 0;
    color: #BABABA;
}
.num-text {
    font-weight: bold;
    font-size: 110%;
}
.menu-text {
    font-weight: bold;
}
.delta-w {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    top: 10px;
}
.delta-g {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #F2F2F2 transparent transparent transparent;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    top: 10px;
}
.section-comp-move {
    padding-top: 20px;
    margin-bottom: -30px;
    background-color: #F2F2F2;
    text-align: center;
}
.section-comp-sum {
    padding-top: 15px;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.section-hist-sum {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 3px solid rgba(0, 0, 0, .05);
}
.section-hist-sum h1 {
    font-size: 40px;
    color: #2a2b27;
}
.section-began {
    padding-top: 50px;
    padding-bottom: 70px;
    color: #666666;
    background-color: #F2F2F2;
}
.comp-p-about {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.comp-p-about div {
    padding-bottom: 5px;
}
.comp-p-use {
    padding-top: 30px;
    padding-bottom: 0;
}
.comp-p-use div {
    padding-bottom: 5px;
}
.comp-p-result {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.comp-p-result small {
    color: #BABABA;
}
.comp-p-none {
    padding: 60px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-arrow {
    transform: rotate(45deg);
    color: #BABABA;
}
p.date {
    font-size: 80%;
    font-weight: lighter;
}
#result {
    display: none;
}
.comp-p-result .price-up-move {
    transition: all 1.2s ease;
    transform: rotate(0deg);
    color: #1cb397;
}
.comp-p-result .price-down-move {
    transition: all 1.2s ease;
    transform: rotate(90deg);
    color: #dc5a9b;
}
.point-arrow i {
    font-size: 90px;
}
.comp-p-result h1 {
    line-height: 0.8em;
    margin-top: 0;
    color: #2a2b27;
}
.price-up {
    color: #1cb397;
}
.price-down {
    color: #dc5a9b;
}
.unit-text {
    font-size: 50%;
}
/* --- 敷居 --- */

/* --- 敷居 --- */

.page-header {
    padding-bottom: 3px;
    margin: 0 0 5px;
    border-bottom: none;
    font-size: 1em;
}
@media (min-width: 768px) {
    .page-header h1 {
        font-size: 2.5em;
        text-align: center;
        color: #abcb2b;
    }
}
.comp-link {
    max-height: 80px;
}
/* --- 敷居 --- */

/* --- 敷居 --- */

.nav-tabs {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
}
.nav-tabs > li > a {
    padding-top: 15px;
}
.nav-tabs .active a {
    font-weight: bold;
    color: #2a2b27!important;
}
.section-explain {
    color: #74AD14;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.section-explain-g {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    background-color: #F2F2F2;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.section-explain-g p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.section-explain-w {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    background-color: #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
}
.section-list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-list .container {
    width: 100%;
}
.section-list .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-list small {
    font-size: 75%;
    color: #BABABA;
    font-weight: normal;
}
.section-list a {
    color: #2a2b27;
    text-decoration: none;
    background-color: none;
    width: 100%;
}
.brand-text {
    font-weight: bold;
    color: #2A2B27;
}
.section-list p {
    margin: 0;
}
.policy-check {
    display: none;
}
.policy-check + i {
    z-index: 10;
    padding-right: 10px;
}
.check-text {
    margin-left: -20px;
}
.policy-check + i::before {
    content: "\00E835";
    color: #666666;
}
.policy-check:checked + label {
    color: #74AD14;
}
.policy-check:checked + i::before {
    content: "\00E834";
    color: #74AD14;
}
.kabuka-text {
    text-align: right;
    word-break: keep-all;
}
.p-up {
    color: #1CB397;
}
.p-down {
    color: #DC5A9B;
}
.kabuka-text .p-down {
    transform: rotate(90deg)
}
.p-price {
    font-size: 20px;
    font-weight: bold;
    color: #2A2B27;
}
.radio-list {
    display: none;
}
.section-r-list label {
    width: 100%;
}
.radio-list + div div i::before {
    content: "\00E836";
    color: #666666;
}
.radio-list:checked + label {
    color: #74AD14;
}
.radio-list:checked ~ div .brand-text,
.radio-list:checked ~ div .kabuka-text .p-price {
    color: #74AD14;
}
.radio-list:checked + div div i::before {
    content: "\00E837";
    color: #74AD14;
}
.radio-stock {
    display: none;
}
.section-s-list label {
    width: 50%
}
.radio-stock + div i::before {
    content: "\00E836";
    color: #666666;
}
.radio-stock:checked + label {
    color: #74AD14;
}
.radio-stock:checked ~ .brand-text {
    color: #74AD14;
}
.radio-stock:checked + div i::before {
    content: "\00E837";
    color: #74AD14;
}
.section-notice {
    padding-top: 30px;
    font-size: 11px;
    color: #666666
}
.section-befoot {
    margin-bottom: 100px;
    padding-bottom: 120px;
}
.section-footer {
    position: fixed;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 64px;
    width: 100%;
    bottom: 0px;
    background-color: #F2F2F2;
}
.section-footer a {
    font-weight: bold;
    color: #74AD14;
}
.open-modal-sp {
    cursor: pointer;
    font-weight: bold;
    color: #74AD14;
}
.section-input {
    padding-top: 0px;
    margin: 0 auto;
    background: #F2F2F2;
    padding-bottom: 20px;
}
body>.section-input {
    height: auto;
}
.form-group {
    padding-top: 16px;
    text-align: left;
    color: #666666;
}
.form-control::-moz-placeholder {
    color: #BABABA;
}
.form-control {
    border: 1px solid #BABABA;
    border-radius: 6px;
    color: #666666;
}
.form-control:focus {
    border: 1px solid #666666;
}
.check-none {
    display: none;
}
.check-notice {
    color: #dc5a9b
}
.checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    padding-bottom: 12px;
}
.border-box {
    margin-top: 36px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-box div {
    display: inline-table;
    width: 42%;
    padding: 0 20px;
}
.border-box hr {
    border-top: 2px solid rgba(0, 0, 0, .05);
}
.btn-to-dm {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    min-width: 160px;
    background-color: #1cb397;
    border-radius: 50px;
    box-shadow: none;
}
.btn-link,
.btn-link:hover {
    color: #74AD14;
}
.btn-sp-app {
    color: #ffffff;
    width: 160px;
    background-color: #74AD14;
    border-radius: 50px;
    box-shadow: none;
}
.btn-long {
    width: 210px;
}
.btn-list {
    margin-bottom: 30px;
}
.btn-sp-not {
    color: #ffffff;
    width: 160px;
    background-color: #BABABA;
    border-radius: 50px;
    box-shadow: none;
}
.btn-sp-ok {
    color: #ffffff;
    width: 160px;
    background-color: #2A2B27;
    border-radius: 50px;
    box-shadow: none;
}
.btn-sp-cancel {
    color: #74AD14;
    width: 160px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #74AD14;
}
.btn-sp-cancel-xs {
    color: #74AD14;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #74AD14;
    float: right;
}
.btn-sp-cancel:hover,
.btn-sp-cancel-xs:hover {
    color: #74AD14;
}
.guide-block {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D9D9D9;
}
.guide-block a {
    color: #ffffff;
}
.guide-block .material-icons {
    margin-top: 2px;
}
.curled-box-on {
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #74AD14;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.curled-box-off {
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #F1F1F1;
    font-size: 18px;
    font-weight: bold;
    color: #BABABA;
}
.btn-tab .btn-default {
    color: #74AD14;
    background-color: #fff;
    border: 1px solid #74AD14;
    border-radius: 5px;
    box-shadow: none;
}
.btn-tab .active,
.btn-tab a:hover,
.btn-tab .active a:hover {
    color: #fff;
    background-color: #74AD14;
}
.btn-tab .active:hover {
    border: 1px solid #74AD14;
    color: #fff;
    background-color: #74AD14;
}
.btn-tab .btn-default:active,
.btn-tab .btn-default:focus,
.btn-tab .active:active,
.btn-tab .active:focus {
    border: 1px solid #6b9f14;
    background-color: #6b9f14;
}
.section-tout {
    padding: 4em 0 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #eaf1f1
}
.section-tout .fa {
    margin-right: .5em
}
.section-tout p {
    margin-bottom: 3em
}
.section-preview {
    padding: 4em 0 4em
}
.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}
.section-preview .preview .image {
    position: relative
}
.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}
.section-preview .preview .options {
    padding: 1em 2em 2em;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    text-align: center
}
.section-preview .preview .options p {
    margin-bottom: 2em
}
.section-preview .dropdown-menu {
    text-align: left
}
.section-preview .lead {
    margin-bottom: 2em
}
@media (max-width: 767px) {
    .section-preview .image img {
        width: 100%
    }
}
.lead {
    font-size: 14px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}
/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

.page-chapter {
    padding: 50px 0 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #828483;
}
@charset "UTF-8";
 .top-pic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 20px;
    min-height: 460px;
    overflow: hidden;
    /* 画像ファイルの指定 */
    background-image: url(../img/top01.jpg);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
}
.top-pic .outline {
    margin-top: 180px;
}
.top-pic h1,
.top-pic .h1 {
    font-family: Montserrat, sans-serif;
}
.suma-hand {
    float: left;
    display: inline-block;
    vertical-align: bottom;
}
.suma-hand img {
    position: absolute;
    bottom: 0;
    right: 2%;
    margin-bottom: -19px;
    width: 30%;
}
.min-on {
    display: none;
}
img.serv-fun_pic {
    width: 80%;
}
@media (max-width: 767px) {
    .curled-box {
        width: 140px;
        height: 140px;
        margin: 15px;
    }
    .btn-sp2 {
        border-radius: 50%;
        height: 134px;
        width: 134px;
        padding-top: 30px;
        font-size: 14px;
        background-color: #fffc00;
        border: 3px solid #fff;
        box-shadow: none;
    }
    .btn-sp2 .english {
        font-size: 10px;
    }
    .about-comp {
        margin-bottom: 0;
    }
    .press-section {
        padding-top: 0!important;
    }
    img.serv-fun_pic {
        width: 100%;
    }
    .suma-hand {
        display: none;
    }
    .min-on {
        display: inline;
    }
}
section.section.section-default {
    background-color: #FFFFFF;
}
section.section.section-inverse {
    background-color: #adcb2b;
}
section.section.section-lg {
    background-color: #f1ffc1;
}
.point .point-box {
    text-align: center;
}
.point .point-box .point-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 60px;
    line-height: 100px;
    color: #fff;
    border-radius: 100%;
}
.getting-started h3 {
    margin-top: 0;
}
.japanese-font .well > h3 {
    margin-top: 22px;
}
.available-bower {
    position: relative;
    overflow: hidden;
}
/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

/* --- 敷居 --- */

footer {
    padding: 5px 0;
    color: #AFAFAF;
    background-color: #F7F7F7;
    border-top: 1pt solid rgba(0, 0, 0, 0.2);
}
footer .material-icons {
    font-size: 26px;
}
footer a {
    color: #AFAFAF;
}
footer a:hover,
footer a:focus {
    color: #74AD14;
}
footer p {
    font-size: 9px;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 0;
}
.bootstrap-default {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.bootstrap-default > h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9f1e8;
}
p.resizeimage img {
    width: 100%;
}
section .inner div {
    opacity: 0;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-animation-name: Drop;
    animation-name: Drop;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.modal-dialog {
    width: 90%;
    margin: 30px auto;
}
.table-sp {
    border: 0 none #ffffff!important;
}
.table-sp p.list {
    padding-left: 1em;
    text-indent: -1em;
}
.table-sp th {
    color: #adcb2b;
    width: 10em;
    line-height: 1.5em!important;
    border-top: 1em solid #ffffff!important;
}
.table-sp tr {
    border: 0 none #ffffff!important;
}
.table-sp td {
    line-height: 1.5em!important;
    border-top: 1em solid #ffffff!important;
}
.table-privacy th {
    background-color: #f1ffc1
}
.table-privacy {
    margin-bottom: 42px;
    border-bottom: 1pt solid #dddddd!important;
}
.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) {
    .diff-point {
        margin-left: 66px;
    }
}
#sp_map {
    width: 100%;
    height: 420px;
}
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: flex;
        opacity: 0;
    }
    100% {
        display: flex;
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: flex;
        opacity: 0;
    }
    100% {
        display: flex;
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: flex;
        opacity: 0;
    }
    100% {
        display: flex;
        opacity: 1;
    }
}
.wrap {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}
.wrap h1 {
    font-size: 70px;
}
.wrap h1 span {
    color: #F42A54;
}
.contribute {
    position: fixed;
    right: -20px;
    top: 20px;
    width: 16em;
    height: 10em;
    overflow: hidden;
    transform: rotate(45deg);
}
.contribute p {
    padding: 3px;
    background-color: #444444;
}
.contribute p a {
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    display: block;
    color: white;
    text-decoration: none;
    padding: 2px 0px;
}
@media (max-width: 500px) {
    .wrap {
        width: 100%;
    }
}
.toggleup:focus {
    color: #F2F2F2;
}
/*
Pure CSS modal-sp box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/

.modal-sp .checkbox {
    display: none;
}
/* Gray background */

.modal-sp .modal-sp-overlay {
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    transform: scale(1);
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
}
/* Box */

.modal-sp .modal-sp-wrap {
    background-color: #ffffff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 40px 150px;
    width: 60%;
    margin: 20px auto;
    align-self: flex-start;
    border-radius: 2px;
    transition: all 0.5s ease;
}
.modal-sp .modal-sp-wrap.small {
    width: 30%;
}
.modal-sp .modal-sp-wrap.full {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.modal-sp .modal-sp-wrap.a-center {
    align-self: center;
}
.modal-sp .modal-sp-wrap.from-left {
    transform: translateX(-100%);
}
.modal-sp .modal-sp-wrap.from-right {
    transform: translateX(100%);
}
.modal-sp .modal-sp-wrap.from-top {
    transform: translateY(-100%);
}
.modal-sp .modal-sp-wrap.from-bottom {
    transform: translateY(100%);
}
/* Close button */

.modal-sp .container {
    margin-top: 0px;
    margin-bottom: 110px;
}
.modal-sp .modal-sp-overlay .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    width: 30px;
    height: 30px;
    color: #282c34;
}
.modal-sp .modal-sp-overlay .close:hover {
    cursor: pointer;
    color: #4b5361;
}
.modal-sp .o-close {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}
.modal-sp input:checked ~ .o-close {
    z-index: 9998;
}
.modal-sp input:checked ~ .modal-sp-overlay {
    transform: scale(1);
    opacity: 1;
    z-index: 9997;
    overflow: auto;
}
.modal-sp input:checked ~ .modal-sp-overlay .modal-sp-wrap {
    transform: translateY(0);
    z-index: 9999;
}
/* Responsive Design */

/* Tablet size */

@media (max-width: 800px) {
    .modal-sp .modal-sp-wrap {
        width: 80%;
        padding: 20px;
    }
}
/* Phone size */

@media (max-width: 500px) {
    .modal-sp .modal-sp-wrap {
        width: 90%;
    }
}
.section-about {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
.section-about h1 {
    color: #74AD14;
    text-align: left;
    font-size: 18px;
    margin-bottom: 12px;
}
.section-about p.content {
    padding-left: 1em;
    word-wrap: break-word;
}
.section-about span.count {
    padding-right: 0;
    margin-left: -1.2em;
}
.section-about ul {
    list-style-type: none;
    text-indent: -3em;
}
.section-about li {
    margin-bottom: 10px;
    margin-left: 1em;
}
.section-about .sub {
    margin-left: -2em;
    text-indent: -6em;
}
.section-about .sub li {
    margin-left: 6em;
}
.section-about .sub2 {
    margin-left: -3em;
    text-indent: -2em;
}
.section-about .sub2 li {
    margin-left: 2em;
}
.modal-sp-middle {
    margin-top: 8%;
}
.section-list .press-box {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 100%;
    margin: 0;
}
.section-list .press-box div.textArea {
    height: auto;
    /* 本文領域の高さ */
    overflow: auto;
}
.section-list .press-box div.textArea p {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6.5em;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.section-list .press-box div.textArea span.date {
    padding-right: 1em;
    margin-left: -5.8em;
}
.section-list .press-box div.textArea a {
    color: #83AC2C;
}
.press-box .textArea p:active {
    transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.1);
}
li.col-xs-1,
li.col-xs-2,
li.col-xs-3,
li.col-xs-4,
li.col-xs-5,
li.col-xs-6,
li.col-xs-7,
li.col-xs-8,
li.col-xs-9,
li.col-xs-10,
li.col-xs-11,
li.col-xs-12 {
    padding-left: 2px;
    padding-right: 2px;
}
