/*
Theme Name: Lilavo Template
Version: 1.0

Description:   Lilavo テンプレートテーマ
Author:        D-rect Inc.
Author URI:    https://d-rect.jp
*/
/**
 * common
 */
@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #000000;
}

.flex-center,
.flex-center > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}

h2 {
    line-height: 1.5;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 2%;
}

h2 > small {
    font-weight: normal;
    font-size: 55%;
    color: #000000;
}

h2 > small > span {
    padding-bottom: 4px;
    border-bottom: 4px solid #000000;
}

h2 img {

}

textarea {
    overflow: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 6px 12px;
}

.list-wrapper {
    margin-top: 50px;
}

.list-wrapper ul,
.list-wrapper div.entry-content {
    margin: 1%;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 5px;

}
nav>.active>a:hover {
    background: transparent !important;
}

.breadcrumb {
    background: transparent;
    padding: 35px 0;
}

.breadcrumb li + li:before {
    content: '>';
}

a:link:hover, a[href]:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.ggmap-wrap {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    margin-bottom: 15px;
}

.ggmap {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 84.375%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:focus, a:hover {
    text-decoration: none;
}

.tri-top {
    display: block;
    margin: 0 auto 4px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 5px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid #fff;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb1p {
    margin-bottom: 1%;
}

.mb2p {
    margin-bottom: 2%;
}

.mb3p {
    margin-bottom: 3%;
}

.mb4p {
    margin-bottom: 4%;
}

.mb5p {
    margin-bottom: 5%;
}

.mb6p {
    margin-bottom: 6%;
}

.mb7p {
    margin-bottom: 7%;
}

.mb8p {
    margin-bottom: 8%;
}

.mb9p {
    margin-bottom: 9%;
}

.mb10p {
    margin-bottom: 10%;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt1p {
    margin-top: 1%;
}

.mt2p {
    margin-top: 2%;
}

.mt3p {
    margin-top: 3%;
}

.mt4p {
    margin-top: 4%;
}

.mt5p {
    margin-top: 5%;
}

.mt6p {
    margin-top: 6%;
}

.mt7p {
    margin-top: 7%;
}

.mt8p {
    margin-top: 8%;
}

.mt9p {
    margin-top: 9%;
}

.mt10p {
    margin-top: 10%;
}

.w10p {
    width: 10%;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w100p {
    width: 100%;
}

.force-center {
    margin: 0 auto !important;
}

.page-numbers {
    display: none;
}
.page-numbers.prev {
    float: left;
    padding: 10px 50px 10px 10px !important;
}
.page-numbers.next {
    float: right;
    padding: 10px 10px 10px 50px !important;
}

.page-numbers.prev,
.page-numbers.next,
.btn-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #00a7eb;
    border: solid 1px #00a7eb;
    border-radius: 5px;
    transition: .4s;
}
.page-numbers.prev:hover,
.page-numbers.next:hover,
.btn-border:hover {
    background-color: #00a7eb;
    color: white;
    opacity: 1;
}

.btn-contact {
    color: #000;
    border: solid 2px #000;
    background-color: #fff;
}
.btn-contact:hover {
    background-color: #000;
    color: white;
}

.btn-apply {
    color: #0068b7;
    border: solid 2px #0068b7;
}

.btn-apply:hover {
    background-color: #0068b7;
    color: white;
}

.btn-next:after {
    content: ">";
}

.btn-person {
    background: url(assets/img/btn_person.png) no-repeat;
    background-position: 22%;
    background-size: 4%;
}
.btn-business {
    background: url(assets/img/btn_business.png) no-repeat;
    background-position: 22%;
    background-size: 4%;
}
.btn-person:hover {
    background: url(assets/img/btn_person_on.png) no-repeat;
    background-position: 22%;
    background-size: 4%;
    background-color: #0068b7;
}
.btn-business:hover {
    background: url(assets/img/btn_business_on.png) no-repeat;
    background-position: 22%;
    background-size: 4%;
    background-color: #0068b7;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

a::after{
    position: absolute;
    right: 3%;
}

.btn{
    font-size: 16px;
}
.btn-lg {
    /*font-weight: bold;*/
    padding: 15px 30px;
}
.btn-white {
    background-color: #fff;
}
.navbar-toggle {
    margin-top: 10px;
}


@media (min-width: 1200px) {
    .container {
        /*width: 970px;*/
    }
}

/**
 * Main Visual
 */
.main-visual {
    padding: 0 0 15px;
}

/**
 * footer
 */
.page-top {
    padding: 10px 0;
    background-color: #00a7eb;
    margin-top: 50px;
}

.page-top a {
    color: #fff;
    font-size: 80%;
}

footer {
    background-color: #eeeeee;
    color: #000;
    letter-spacing: 0.2rem;
    padding: 20px 0 50px;
}

.copyright {
    font-weight: normal;
    font-size: 80%;
    padding: 20px 0;
    border-top: 1px solid #000;
}

/**
 * navbar
 */
.navbar-default,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    /*border-bottom: 5px solid #00a7eb;*/
    background-color: #fff;
    color: #000;
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    /*background-color: #00a7eb;*/
    /*color: #fff;*/
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-fixed-top + .main {
    padding-top: 7rem !important;
}

.navbar {
    min-height: 50px;
}

.navbar-nav > li > a {
    padding: 0 15px;
}
.navbar-nav {
    padding: 25px 10px;
}
.navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar-nav > li{
    /*height: 70px;*/
}

.navbar-brand {
    width: 120px;
    margin-top: 5px;
}

.nav-pills > li > a {
    color: #fff !important;
}

.nav-pills > li > a {
    padding: 10px 15px 10px 0;
}

.nav-pills > li:first-child > a {
    padding-left: 0;

}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.label {
    font-size: 100%;
}

.label-info {
    background-color: #00a7eb;
}
.label-danger {
    background-color: #fff;
    border: 1px solid #e60012;
    color: #e60012;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #e60012;
    display: block;
}
/**
 * news
 */
#news {
    max-width: 830px;
    margin: auto;
}
#news li {
    padding: 12px 5px;
    border-bottom: 1px solid #a0a0a0;
}

#news li:last-child {
    /*border-bottom: none;*/
}
.page-area {
    width: 100%;
    max-width: 830px;
    margin: 100px auto;
}

#news ul li a,
#news ul li a:hover{
    color: #535353;
}
#news label {
    margin-right: 8%;
    font-weight: normal;
}
.news-content {
    max-width: 830px;
    margin: 0 auto 120px;
}
.news-list-btn a {
    transition: all 0.3s;
    clear: both;
    display: inline-block;
    margin-bottom: 100px;
    padding: 15px 55px 15px 20px;
    border: 1px solid #535353;
    border-radius: 10px;
    color: #535353;
    font-weight: bold;
}
.news-list-btn a:before {
    margin-right: 30px;
    content: "<";
}
.news-list-btn a:hover {
    background: #000;
    color: #fff;
}


/* ナビ指定 */
.global-nav-xs {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.global-nav-xs.in {
    overflow-y: auto;
}

.navbar-fixed-top .global-nav-xs,
.navbar-fixed-bottom .global-nav-xs {
    max-height: 340px;
}

.container > .global-nav-xs,
.container-fluid > .global-nav-xs {
    margin-right: -15px;
    margin-left: -15px;
}

/* privacy */
.privacy-area {
    max-width: 950px;
    margin: auto;
}
.privacy-area p {
    margin-top: 60px;
    font-size: 16px;
}

.privacy-area dt {
    margin: 45px 0 10px;
    font-size: 18px;
}
.privacy-area dd {
    font-size: 16px;
}

/* law */
.law-area {
    max-width: 950px;
    margin: auto;
}
.law-area dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.law-area dt,
.law-area dd {
    margin-top: 50px;
    border-top: 1px solid #959595;
}
.law-area dt {
    box-sizing: border-box;
    width: 35%;
    height: 50px;
    padding: 10px 0 0 25px;
    background: #e5e5e5;
    font-size: 150%;
}
.law-area dd {
    width: 65%;
    padding: 17px 0 0 25px;
    font-size: 120%;
}
.law-area .law-label {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
}
.law-space-left {
    display: block;
    margin-left: 105px;
}
.law-address {
    padding-left: 0;
}
.law-address li {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    list-style: none;
    border-bottom: none !important;
}
/* company */
.company-area {
    width: 100%;
    max-width: 950px;
    margin: auto;
    font-size: 125%;
}
.company-area tr {
    border-bottom: 1px solid #a0a0a0;
}
.company-area th {
    width: 30%;
    padding: 25px 0 25px 10px;
}
.company-area td {
    width: 70%;
    padding: 25px 0;
}
/* business */
.business-area {
    max-width: 950px !important;
    margin: auto;
}
.business-area h3 {
    max-width: 950px;
    margin: 0 auto 10px;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    text-align: left;
}
.business-area .intro-image {
    margin: 50px 0 0;
}
.business-area .about-text {
    max-width: 950px;
    margin: auto;
    font-size: 120%;
    line-height: 1.6;
}
.business-area .about-text .is-red {
    color: #e60012;
}
.business-area .use-case {
    clear: both;
    overflow: hidden;
    max-width: 950px;
    margin: 0 auto 55px;
}
.business-area .use-case dt {
    margin: 30px 0 20px;
    padding: 5px;
    background: #e1effa;
    font-size: 150%;
}
.business-area .use-case dd {
    overflow: hidden;
    display: block;
    max-width: 950px;
}
.business-area .case-image {
    float: left;
    width: 50%;
}
.business-area .case-image img{
    width: 100%;
}
.business-area .case-text {
    float: left;
    width: 50%;
    padding-left: 20px;
}
.business-area .flow-img img {
    width: 100%;
    margin-top: 20px;
}
.business-area .howto-omamori {
    clear: both;
    list-style: none;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-left: 0;
    background: url(assets/img/bg_arrow.png) no-repeat center top 36px;
}
.business-area .howto-omamori li {
    margin-bottom: 40px;
    padding: 20px 0 !important;
    border: 1px solid #0068b7;
    border-radius: 10px;
    background: #b4ddfc;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.business-area .howto-omamori li:first-child {
    background: #eee;
}
.business-area .howto-omamori li:last-child {
    margin-bottom: 30px;
}
.business-area .performance-omamori {
    clear: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    color: #fff;
    font-size: 220%;
    font-weight: bold;
    text-align: center;
}
.business-area .performance-omamori li {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px !important;
    border-radius: 15px;
    background: #0068b7;
}
.business-area .performance-omamori li span {
    display: block;
    font-size: 62%;
}
.review-voice,
.preparation-step {
    width: 90%;
    margin: 0 auto 70px;
    list-style: none;
    padding-left: 0;
}
.review-voice li {
    padding-top: 40px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.review-voice li:last-child,
.preparation-step li:last-child {
    border-bottom: none !important;
}
.preparation-step li:last-child {
    background: transparent;
}
.review-voice dl {
    margin-left: 110px;
}
.review-voice dt,
.preparation-step dt {
    margin-bottom: 5px;
    font-size: 150%;
}
.review-voice dd,
.preparation-step dd {
    font-size: 110%;
}
.review-voice .case1 {
    background: url(assets/img/case1.png) no-repeat left top 40px;
}
.review-voice .case2 {
    background: url(assets/img/case2.png) no-repeat left top 40px;
}
.review-voice .case3 {
    background: url(assets/img/case3.png) no-repeat left top 40px;
}
.review-voice .case4 {
    background: url(assets/img/case4.png) no-repeat left top 40px;
}
.preparation-step li {
    display: flex;
    border-bottom: none !important;
    padding: 40px 0 30px !important;
    background: url(assets/img/step_arrow.png) no-repeat center bottom;
}
.preparation-step dl {
    margin-top: 10px;
    margin-left: 10px;
}
.preparation-step li::before {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    content: '';
}
.preparation-step .step1::before {
    background: url(assets/img/step1.png) no-repeat left center;
}
.preparation-step .step2::before {
    background: url(assets/img/step2.png) no-repeat left center;
}
.preparation-step .step3::before {
    background: url(assets/img/step3.png) no-repeat left center;
}
.preparation-step .step4::before {
    background: url(assets/img/step4.png) no-repeat left center;
}
.preparation-step .step5::before {
    background: url(assets/img/step5.png) no-repeat left center;
}
.price-omamori {
    width: 90%;
    margin: auto;
    text-align: center;
}
.price-omamori th {
    text-align: center;
    background: #0068b7;
    color: #fff;
}
.limit-omamori {
    margin-top: 20px;
    padding: 15px 20px;
    background: #eee;
    font-size: 110%;
}
.limit-omamori dt {
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px solid #333;
}
.limit-omamori dd {
    padding-top: 10px;
    color: #0068b7;
    font-weight: bold;
    line-height: 2;
}
.price-omamori {
    width: 90%;
    margin: auto;
}
.price-omamori tr:last-child {
    background: #eee;
}
.price-omamori th,
.price-omamori td {
    padding: 14px !important;
    font-size: 135%;
}
.price-omamori th{
    border: 1px solid #0068b7;
    border-right: 1px solid #fff;
}
.price-omamori th:last-child {
    border-right: 1px solid #0068b7;
}
.price-omamori td {
    border: 1px solid #959595;
}
/* contact */
.contact-area {
    max-width: 830px;
    margin: auto;
}
#payment th {
    background: #eeeeee;
}
div.wpcf7 .ajax-loader {
    display: none;
}
/* modal */
.modal-body {
    padding:60px 40px;
}
.modal-close-btn {
    position:absolute;
    top:-14px; right:-14px;
}
.modal-close-btn .close {
    opacity:1;
}
.address-btn {
    margin-top: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #0068b7;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .global-nav-xs,
    .navbar-fixed-bottom .global-nav-xs {
        max-height: 200px;
    }

    .navbar-fixed-top + .main {
        padding-top: 5rem !important;
    }
}
@media (min-width: 1199px) {
    #news .list-wrap {
        padding: 0 16% 10px;
    }
    #news.is-wide .list-wrap {
        padding: 0;
    }
    /* group-btn */
    .group-btn {
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .pc-style {
        width: 750px;
    }
    .global-nav-xs {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .global-nav-xs.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .global-nav-xs.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .global-nav-xs,
    .navbar-static-top .global-nav-xs,
    .navbar-fixed-bottom .global-nav-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .header-btn {
        display: inline-block;
        margin-top: 13px;
    }
    .header-btn a {
        margin-right: 10px;
        font-size: 14px;
        border-width: 1px;
        padding: 10px;
    }
    .header-btn a.btn-apply {
        padding: 10px 10px 10px 25px;
        background-position: 10%;
        background-size: 8%;
    }
    .header-btn a:last-child {
        margin-right: 0;
    }
    .container > .global-nav-xs,
    .container-fluid > .global-nav-xs {
        margin-right: 0;
        margin-left: 0;
    }

    /* footer */
    .footer-menu {
        /*padding: 0 10%;*/
    }
    .footer-menu li {
        margin: 5% 0;
    }
    .footer-menu ul {
        list-style: none;
    }
    .footer-menu li:before {
        font-family: FontAwesome;
        content: '\f105'; /* アイコンのunicode */
        margin-right: 1%;
    }
    .footer-menu li a {
        color: #000;
    }

}

@media (max-width: 767px) {
    .breadcrumb {
        padding-top: 30px !important;
        padding-left: 10px !important;
    }
    .navbar-fixed-top + .main {
        padding-top: 5rem !important;
    }

    p {
        font-size: 3.5vw;
    }

    img {
        width: 100%;
    }

    h2 img {
        width: 80%;
    }
    .page-area {
        margin: 0 auto;
        padding: 10px;
    }
    .news-title {
        width: 40%;
        margin: 0 auto 30px;
    }
    .law-title {
        width: 80%;
        margin: auto;
    }
    .privacy-title {
        width: 95%;
        margin: auto;
    }
    .support-title {
        width: 85%;
        margin: auto;
    }
    .form-title {
        width: 90%;
        margin: auto;
    }
    .company-title {
        width: 100%;
        margin: auto;
    }
    .navbar-brand {
        margin-top: 0;
    }

    .main-visual {
        padding: 5% 0 5%;
    }
    .btn{
        font-size: 3vw;
    }
    .btn-lg {
        /*font-weight: bold;*/
        padding: 15px 13px 15px 14px;
    }
    .btn-person {
        background: url(assets/img/btn_person.png) no-repeat;
        background-position: 7%;
        background-size: 6%;
    }
    .btn-business {
        background: url(assets/img/btn_business.png) no-repeat;
        background-position: 7%;
        background-size: 6%;
    }
    .btn-person:hover {
        background: url(assets/img/btn_person_on.png) no-repeat;
        background-position: 7%;
        background-size: 6%;
        background-color: #0068b7;
    }
    .btn-business:hover {
        background: url(assets/img/btn_business_on.png) no-repeat;
        background-position: 7%;
        background-size: 6%;
        background-color: #0068b7;
    }

    .global-nav-xs .btn-contact {
        background: url(assets/img/btn_contact.png) no-repeat;
        background-position: 27.5%;
        background-size: 5.5%;
        font-size: 100%;
    }
    .global-nav-xs .btn-person {
        background: url(assets/img/btn_person_on.png) no-repeat;
        background-position: 27.5%;
        background-size: 5.5%;
        font-size: 100%;
        background-color: #0068b7;
        color: #fff;
    }
    .global-nav-xs .btn-business {
        background: url(assets/img/btn_business_on.png) no-repeat;
        background-position: 27.5%;
        background-size: 5.5%;
        font-size: 100%;
        background-color: #0493d4;
        border-color: #0493d4;
        color: #fff;
    }
    /* レイアウト調整 */
    .kichohin {
        margin-top: 10%;
    }
    .group-btn {
        margin-top: 5%;
    }

    /* news */
    #news.is-wide .list-wrap {
        padding: 10px;
    }
    #news h2 img {
        width: 20%;
    }
    /* footer */
    /*.footer-menu {*/
        /*column-count: 2;*/
        /*column-width: 210px;*/
        /*-webkit-column-count: 2;*/
        /*-webkit-column-width: 210px;*/
        /*-webkit-column-gap: 0.5rem;*/
        /*-moz-column-count: 2;*/
        /*-moz-column-width: 210px;*/
        /*-moz-column-gap: 0.5rem;*/
    /*}*/
    .navbar-brand {
        float: none;
    }

    nav .navbar-brand img {
        width: 36%;
        margin: 0 auto 0 32%;
    }
    footer .navbar-brand img {
        width: 40%;
        margin: 0 auto;
    }
    .footer-menu-sp {
        padding: 0 8%;
    }
    .footer-menu-sp li {
        margin: 5% 0;
    }
    .footer-menu-sp ul {
        list-style: none;
    }
    .footer-menu-sp li:before {
        font-family: FontAwesome;
        content: '\f105'; /* アイコンのunicode */
        margin-right: 1%;
    }
    .footer-menu-sp li a {
        color: #000;
        font-size: 3vw;
        letter-spacing: initial;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-right: -15px;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 91%;
    }
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:hover{
        background: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 90%;
        border-radius: 3px;
        border: #000 solid 3px;
        margin: 10% 5%;
    }

    /* 特商法 */
    .law-area dl {
        display: block;
        margin-bottom: 50px;
    }
    .law-area dd {
        margin-top: 10px;
        border-top: none;
    }
    .law-area dt {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 10px 0 10px 10px;
        background: #e5e5e5;
        font-size: 18px;
    }
    .law-area dd {
        width: 100%;
        padding: 10px 0 0 10px;
    }
    .law-address li {
        padding-bottom: 5px !important;
    }
    .business-area h3 {
        font-size: 140%;
        padding: 10px;
    }
    .business-area .performance-omamori li {
        width: 100%;
    }
    .business-area .howto-omamori li {
        padding: 14px 0 !important;
    }
    .price-omamori {
        width: 100%;
        font-size: 75%;
    }
    .review-voice dl {
        margin-top: 40px;
        margin-left: 0;
    }
    .business-area .case-image {
        width: 100%;
    }
    .business-area .case-text {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }
    .preparation-step {
        width: 100%;
    }
    .preparation-step li::before {
        width: 60px;
    }
    .preparation-step .step1::before,
    .preparation-step .step2::before,
    .preparation-step .step3::before,
    .preparation-step .step4::before,
    .preparation-step .step5::before {
        background-size: 60px;
        margin-left: 0;
    }
    .preparation-step dl {
        width: 74%;
    }
    .contact-area {
        padding: 15px;
    }
    .limit-omamori {
        padding: 11px 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-person {
        background: url(assets/img/btn_person.png) no-repeat;
        background-position: 20%;
        background-size: 4%;
    }
    .btn-business {
        background: url(assets/img/btn_business.png) no-repeat;
        background-position: 20%;
        background-size: 4%;
    }
    .btn-person:hover {
        background: url(assets/img/btn_person_on.png) no-repeat;
        background-position: 20%;
        background-size: 4%;
        background-color: #0068b7;
    }
    .btn-business:hover {
        background: url(assets/img/btn_business_on.png) no-repeat;
        background-position: 20%;
        background-size: 4%;
        background-color: #0068b7;
    }
    .breadcrumb {
        padding: 80px 0 20px;
    }
}
@media (max-width: 992px) {
    .campany-wrap {
        padding: 0 15px;
    }
    .privacy-area {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: auto;
    }

}

@media (max-width: 767px) {
    .sp-mt15 {
        margin-top: 15px;
    }
    .navbar {
        box-shadow: 0 1px 5px #ddd;
    }
    .navbar-fixed-top + .main {
        padding-top: 5rem !important;
    }
    .navbar-brand {
        padding: 0;
    }
    nav .navbar-brand img {
        width: 36%;
        margin: 15px auto 0 32%;
    }
    .global-nav-xs .navbar-nav {
        margin: 0 -15px;
    }
    .global-nav-xs ul {
        padding: 0;
    }
    .global-nav-xs .navbar-nav > li:first-child {
        border-top: 1px solid #bfbfbf;
    }
    .global-nav-xs .navbar-nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
    }
    .global-nav-xs .navbar-nav > li > a:after {
        color: #0068b7;
        content: '>';
    }
    .global-nav-xs .navbar-nav > li > a {
        font-weight: bold;
        padding: 15px 15px 15px 25px;
        border-right: none;
    }
    .global-nav-xs .header-btn {
        padding: 10px;
    }
    .navbar-fixed-top .global-nav-xs,
    .navbar-fixed-bottom .global-nav-xs {
        max-height: 100%;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-right: -15px;
        padding-top: 13px;
        margin-bottom: 0;
        border-radius: 0;
        margin-top: 0;
    }
    .navbar-default .navbar-toggle.clicked {
        background-color: #ddd;
    }

    #s {
        display: none;
        position: relative;
        width: 20px;
        height: 20px;
        margin: 4px auto 8px;
    }
    #s::before,
    #s::after {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        display: block;
        width: 20px;
        border-top: 1px solid #000;
    }

    #s::before {
        transform: skewY(-45deg);
    }

    #s::after {
        transform: skewY(45deg);
    }
    .address-btn {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 640px) {
    #payment table,
    #payment tbody,
    #payment tr,
    #payment th,
    #payment td {
        display: block;
    }
    #payment td {
        border: 0;
    }
}
