@charset "utf-8";
@viewport { zoom: 1.0; width: extend-to-zoom; }
* { margin:0; padding:0; position: relative;
    -webkit-margin-before:0; -webkit-margin-after:0; -webkit-margin-start:0; -webkit-margin-end:0;
    -webkit-padding-before:0; -webkit-padding-after:0; -webkit-padding-start:0; -webkit-padding-end:0;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
button { border: none; -webkit-appearance: none; background: none; cursor: pointer; }
div::after { content: ""; clear: both; display: table; }
img { max-width: 100%; }
ul, li { list-style-type: none; }
html {
    height: 100%;
    -webkit-text-size-adjust: 100%; /* iOSフォントサイズ対策 */
}
html, body { margin: 0; padding: 0; width: 100%; max-width: 100%; overflow-x: hidden; }
body {
    max-width: 2000px; margin: 0 auto;
    min-height: 100%;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    line-height: 1.8;
    background: #fff; color: #393333;
}

/* リンク */
a {
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
}
a.anchor {
    position: absolute;
    top: -80px;
    height: 1px; width: 100%;
    display: inline-block;
    opacity: 0;
}


/* ボタン */
.btn {
    display: inline-block; min-width: 290px;
    background: #d91c1c; color: #FFF;
    margin: 0 5px; padding: 10px 30px;
    font-size: 20px; font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 5px;
    -webkit-appearance: none;
    border: none;
}
.btn-container {
    text-align: center;
}

/* レイアウト */
#wrapper {
  padding-top: 60px;
}
@media (min-width:1080px) {
  #wrapper {
    display: flex;
    margin: 0 auto;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
  }
#main-content {
  position: relative;
  z-index: 2;
  width: 73.3333%;
  margin-left: auto;
  margin-right: auto;
}
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
#main-header {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: fixed; z-index: 302;
    height: 60px;
    width: 100%;
    background: #fff;
}
/*IE対応*/
@media all and (-ms-high-contrast: none) {
    #main-header { top: 0px; }
    body { margin-top: 60px; }
}

/* ヘッダー */
.main-header-logo {
    display: inline-block;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
    padding: 10px 5px;
    z-index: 100;
    line-height: 0;
}
.main-header-logo a {
    display: block;
    line-height: 0;
}
.main-header-logo img {
    height: 40px;
}


/* お問い合わせボタン */
.inquiry-btn { display: none; }
@media (min-width:760px) {
    .inquiry-btn {
        display: block;
        width: 150px; height: 150px;
        background: url("../img/inquiry-btn.png") no-repeat center;
        background-size: 100%;
        z-index: 300;
        transition: .4s;
    }
    .inquiry-btn:hover {
        transform: scale(1.05);
    }
    #fixed-inquiry-btn {
        opacity: 0;
        position: absolute;
        bottom: 80px; right: 50px;
        pointer-events: none;
    }
    #fixed-inquiry-btn.scrolling {
        pointer-events: all;
        position: fixed;
        opacity: 1;
        transition: .2s;
    }
}
@media (max-width:1100px) {
    #fixed-inquiry-btn {
        bottom: 30px; right: 30px;
    }
}

/* ナビ */
ul.main-header-menu {
    padding: 15px 0;
}
ul.main-header-menu li:last-child { border: none; }
ul.main-header-menu li a {
    display: block;
    color: #393333;
    font-size: 16px;
    padding: 5px 15px;
}
.header-nav-icon {
    display: none;
}
@media (max-width:1080px) {
    .main-header-logo {
        position: relative;
    }
    .header-nav-icon {
        display: block;
        width: 40px;
        height: 60px;
        position: absolute;
        top: 0; bottom: 0; right: 10px;
        background: url("../img/nav-icon.svg") no-repeat center;
        background-size: 30px;
    }
    ul.main-header-menu {
        margin: 0 -240px 0 0;
        width: 240px; height: 100vh;
        position: absolute; z-index: 300;
        right: 0; top: 60px;
        background-color: #fff;
        transition: .2s;
        padding: 10px;
    }
    ul.main-header-menu.open {
        margin: 0;
        box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.2);
    }
    ul.main-header-menu li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
}
@media (min-width:1081px) {
    ul.main-header-menu li {
        display: inline-block;
        border-right: 2px solid #00A2E2;
    }
}
@media (min-width:900px) {
    .main-header-nav {
        display: block;
        margin: 0 auto;
    }
}
@media (min-width:1080px) {
    .main-header-nav {
        text-align: center;
        max-width: 1700px;
    }
}

/* セクション */
section { padding: 60px 0; }
.section-heading {
    text-align: center;
    padding: 0 10px 10px;
    margin: 0 0 30px;
    font-size: 23px;
}
.section-heading::after {
    content: ""; display: block;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 120px; height: 5px;
    border-radius: 5px;
    background: #FFD500;
}
@media (min-width:800px) {
    .section-heading {
        font-size: 28px;
        letter-spacing: 2px;
    }
}


/* FORMS　フォーム系 */
textarea,
input[type="email"],
input[type="tel"],
input[type="text"] {
    padding: 5px; font-size: 16px;
    font-family: sans-serif;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
}

/* メインビュー */
.page-header { padding: 0 0 70px 0;}
.page-header-title { text-align: center; color: #fff; line-height: 1.5em; font-size: 40px; padding: 20px 0;}
.page-header-title .small { font-size: 80%; }
.page-header-inner { display: flex; }
.page-header-text, .page-header-form { width: 50%; position: relative;}
.page-header-text { padding-right: 10px; }
.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
}
.page-header:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 380px;
    background: #00A2E2;
    background-image: url('../img/top_bg.png');
}
.page-header-input.rr-block {
    margin: 0 10px 10px 0;
    width: calc(50% - 10px * 1 / 2);
}
.page-header-input.rr-block:nth-child(2n){ margin-right: 0; }
.page-header-form .buttons { display: flex; }
.page-header-form .btn {
    margin: 0; width: 50%; min-width: inherit;
    padding: 10px;
    font-size: 16px;
    margin: 0 10px 10px 0;
    width: calc(50% - 10px * 1 / 2);
}
.page-header-form .btn:last-child { margin-right: 0; }
.page-header-price {
    text-align: center;
    margin-top: 30px;
    color: #00A2E2;
    position: absolute;
    top:60%;
}
.page-header-price .circle {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    line-height: 1.2;
    margin: 0 10px 0 0;
    font-size: 24px;
    font-weight: bold;
}
.page-header-price strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 56px;
    font-weight: bold;
    margin: -20px 0;
    }
.page-header-price .small { display: block; font-size: 20px }
.page-header-h3 {
    line-height: 2em;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}
.page-header-h3 span {
    background: linear-gradient(transparent 50%, #1066b3b5 0%);
    border-radius: 3px;
    font-size: 120%;
    margin: 5px 10px 5px 0;
    }
@media (max-width:767px) {
    .page-header-inner { flex-wrap: wrap;}
    .page-header-text, .page-header-form { width: 100%; text-align: center;}
    .page-header-form form { display: none; }
    .page-header-price { position: relative; margin-top: -30px; }
    .page-header-title { font-size: 5vw; }
}
@media (max-width:500px) {
    .page-header:before { height: 450px; }
}
@media (max-width:360px) {
    .page-header:before { height: 100vw; }
    .page-header-title { font-size: 5vw; }
    .page-header-h3 { font-size: 4vw; }
    .page-header-price .circle { font-size: 7vw; }
    .page-header-price strong { font-size: 13vw; }
}


/* 導入実績 */
#section-examples .btn-container {
    display: none;
}
@media (max-width:767px) {
    #section-examples {
        padding: 0;
    }
    #section-examples .btn-container {
        display: block;
        text-align: center;
        margin: 30px 0 ;
    }
}


.examples-slider img {
    display: block;
    margin: 0 10px;
}


/* こんなお悩みありませんか？ */
#section-resolutions {
    background: #F9F9F9;
    padding: 30px 0 70px;
}
@media (min-width:768px) {
    #section-resolutions {
        padding: 60px 0 100px;
    }
}
.circle-slider,
.circle-items { display: none; }
.circle-item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    width: 195px; height: 195px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.circle-item-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    padding: 15px;
}
.circle-item-title strong {
    color: #00A2E2;
}
@media (max-width:880px) {
    .circle-item { width: 165px; height: 165px; }
    .circle-item-title { font-size: 14px; }
}
@media (min-width:770px) {
    .circle-items {
        display: block;
        max-width: 880px;
        margin: auto;
        text-align: center;
        font-size: 0;
    }
}
@media (max-width:769px) {
    .circle-slider {
        display: block;
        text-align: center;
    }
    .circle-slider .circle-item {
        display: block;
        margin: 5px auto;
    }
}
@media (max-width:500px) {
    .circle-slider .circle-item {
        width: 220px; height: 220px;
    }
    .circle-item-title {
        font-size: 17px;
    }
}


/* スライダー：ナビ */
ul.slick-dots {
    padding: 20px 0 0;
    text-align: center;
}
ul.slick-dots li {
    display: inline-block;
    padding: 0 10px;
}
ul.slick-dots li button {
    width: 20px; height: 20px;
    background: #BABABA;
    font-size: 0; line-height: 0;
    border-radius: 50%;
}
ul.slick-dots li.slick-active button {
    background: #00A2E2;
}


/* CATSとは */

.about-pc { display: block; }
.about-sp { display: none; }

@media (max-width:767px) {
    .about-pc { display: none; }
    .about-sp { display: block; text-align: center; }
}
.text-block {
    margin: 30px 0;
}
@media (min-width:768px) {
    .text-block {
        font-size: 17px;
        padding: 10px;
    }
}

/* オススメ機能 */
#section-recommend {
    background-color: #F9F9F9;
    text-align: center;
}
.recommend-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.recommend-items li { width: 25%; padding: 0 5px;}
@media (max-width:500px) {
    .recommend-items li{ width: 33%; }
}

/*IE対応*/
@media all and (-ms-high-contrast: none) {
    ul.recommend-items	{ justify-content: space-around;; }
}

/* スライダー */
.slick-next, .slick-prev {
    position: absolute;
    top: 0; bottom: 0;
    font-size: 0;
    margin: auto;
    width: 30px; height: 100%;
    z-index: 100;
    background: url("../img/chevron-right.svg") no-repeat center;
    background-size: 15px;
}
.slick-slide:focus, .slick-arrow:focus {
    outline: none;
}
.slick-next { right: -20px; }
.slick-prev {
    left: -20px;
    transform: rotate(180deg);
}
@media (max-width:900px) {
    .slick-next, .slick-prev {
        background-size: 12px;
    }
    .slick-next { right: -10px; }
    .slick-prev { left: -10px; }
}

/* 導入実例 */
.toggle-contents {
    margin: 10px 0;
}
.toggle-title {
    font-weight: bold;
    line-height: 42px;
    padding: 0 10px;
    position: relative;
    background-color: #D8F0FF;
    border-radius: 5px;
}
.toggle-open { cursor: pointer; }
.toggle-btn {
    display: inline-block;
    width: 88px;
    height: 32px;
    background: url(../img/open.png) no-repeat right top;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.toggle-btn.selected {
    background: url(../img/close.png) no-repeat right top;
}
.toggle-txt {
    font-size: 13px;
    padding: 5px 10px;
}
.toggle-txt strong {
    color: #E74F35;
    font-size: 14px;
}
@media (min-width:768px) {
    .client-container {
        margin: 0 10px;
    }
    .client-block-title > span {
        display: inline-block;
    }
    .client-container {
        margin: 0 auto;
    }
    .client-block {
        float: left;
        width: 31%;
        margin: 8px;
    }
    /* .client-block:nth-of-type(2) {
        float: right;
    } */
}

/* 導入実例 */
.client-container::after { content: ""; display: table; clear: both; }
.client-block {
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 2px;
}
.client-block-text {
    margin-bottom: 20px;
}
.client-name {
    text-align: center;
    margin-bottom: 20px;
}
.client-name img {
    height: 100px;
    width: 100px;
}
.client-block-title {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background: #D8F0FF;
}
@media (min-width:768px) {
    .client-container {
        margin: 0 10px;
    }
    .client-block-title > span {
        display: inline-block;
    }
    .client-container {
        margin: 0 auto;
    }
    .client-block {
        float: left;
        width: 100%;
    }
    /* .client-block:nth-of-type(2) {
        float: right;
    } */
}

/* もっと見る */
p.comment-text { margin: 0; padding: 0; font-size: 14px;}
p.comment-text strong { color: #E74F35; }
.comment-more-btn {
    display: block;
    width: 100%;
    text-align: center;
    border: none; outline: none; cursor: pointer;
}
.comment-more-btn img {
    max-width: 16px;
}
.comment-more-btn.close img {
    transform: rotate(180deg);

}
.toggle-container {
    /* 開閉 */
    height: 5.5em;
    overflow: hidden;
    transition: .5s ease-in-out;
    position: relative;
}
.toggle-container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
    transition: .5s ease-in-out;
}
.toggle-container.active::after {
    bottom: -60px;
}

/* 料金プラン */
.pricing-grid-container p {
    color: #00A2E2;
    border: solid 1px #00A2E2;
    font-size: 13px;
    padding: 10px;
    margin-top: 20px;
}
.pricing-grid-container .container {
    max-width: 700px;
}
.pricing-grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
.pricecards {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
.pricecards li:first-child h3 { background-color: #00A2E2; border-radius: 5px 0 0 0 / 5px 0 0 0; border-right: 1px solid #0082b7; }
.pricecards li:last-child h3 { background-color: #00A2E2; border-radius: 0 5px 0 0 / 0 5px 0 0;}
.pricecards li:last-child h4 { border-radius: 0 0 5px 0 / 0 0 5px 0; }
.pricecards li:first-child h4 { border-radius: 0 0 0 5px / 0 0 0 5px;}
.pricecards small { font-size: 60%; font-weight: lighter; }
.pricecard {
    flex: 0 0 50%;
    text-align: center;
    box-sizing: border-box;
                }
                .pricecard h3 {
                        color: #fff;
                        padding: 5px;
                        margin: 0;
                        font-size: 22px;
                }
                .pricecard h4 {
                        font-size: 30px;
                        margin: 0 auto;
                        border: 1px solid #eee;
                        background-color: #fff;

                }
@media screen and (max-width: 600px) {
.profile_card, .pricecards, .profile_cards {
        flex-direction: column;
        -webkit-flex-direction: column;
}
    .pricecard{ width: 100%;}
    .pricecards li:first-child h3 { border-radius: 5px 5px 0 0 / 5px 5px 0 0; }
    .pricecards li:last-child h4 { border-radius: 0 0 5px 5px / 0 0 5px 5px; }
    .pricecards li:first-child h4,.pricecards li:last-child h3 { border-radius: 0;}
}
.pricing-grid-container {
    display: block;
    /* background: #D8F0FF; */
    padding: 30px 0 50px 0;
    margin: 30px 0 0;
}
/*IE対応*/
@media all and (-ms-high-contrast: none) {
    .profile_card, .pricecards, .profile_cards { flex-direction: inherit; -webkit-flex-direction: inherit; }
        .pricecard{ width: inherit;}
        .pricecards li:first-child h3 { border-radius: inherit; }
        .pricecards li:last-child h4 { border-radius: inherit; }
        .pricecards li:first-child h4,.pricecards li:last-child h3 { border-radius: inherit;}
}

/* プラン：〇〇なし */
.plan-points {
    text-align: center;
    padding: 50px 0 30px;
    overflow: hidden;
    background-size: 300px;
}
/* .plan-points:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 50px 150px 0 150px;
border-color: #D8F0FF transparent transparent transparent;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
} */
.plan-point-item {
    margin: 0 0 30px;
}
.plan-point-item img {
    max-width: 200px;
}
.plan-point-text {
    font-size: 20px;
    font-weight: normal;
}
.plan-point-text::before {
    content: ""; display: inline-block;
    vertical-align: middle;
    width: 16px; height: 16px;
    margin: 0 10px 0 0;
    background-image: url(../img/check.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media (min-width:480px) {
    .plan-point-item {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    .plan-point-item:first-of-type {
        width: 51%;
    }
}
@media (min-width:800px) {
    .plan-points {
        background-size: 500px;
        padding: 60px 0;
    }
    .plan-point-item:first-of-type,
    .plan-point-item {
        margin: 0;
        padding: 10px;
        float: left;
        width: 33.33%;
    }
    .plan-point-item img {
        max-width: 100%;
    }
}


/* サポート体制 */
.support-block {
    margin: 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.support-block-head {
    text-align: center;
    padding: 20px 0 0;
    color: #fff;
    background-color: #E74F35;
}
.support-block-head.blue {
    background-color: #E74F35;
}
.support-block-body {
    padding: 15px 30px;
}
.support-block-body u {
    display: inline-block;
    text-decoration: none;
    background:linear-gradient(transparent 50%, #ffe667 0%);
    font-weight: bold;
    font-size: 120%;
    line-height: 18px;
}
.support-block-images {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: center;
    font-size: 0;
}
.support-block-images img {
    width: 48%;
}
.support-block-images img:first-child {
    margin-right: 5px;
}
ul.support-block-checks {
    margin: 20px 0;
}
ul.support-block-checks li {
    padding: 0 0 0 30px;
    background: url("../img/check.svg") no-repeat top 5px left;
    background-size: 20px;
}
@media (max-width:767px) {
    .support-block-head {
        line-height: 100%;
    }
    .support-block-body {
        background-image: url("../img/angle_orange.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 10% 10px 10px;
    }
    .support-block-body.blue {
        background-image: url("../img/angle_orange.svg");
    }
}
@media (min-width:768px) {
    .support-block-images {
        position: absolute;
        bottom: 0; left: 0;
    }
    .support-block-container {
        display: flex;
    }
    .support-block {
        padding: 0 0 150px;
        flex-basis: 50%;
        margin: 10px;
    }
    .support-block-head {
        padding: 18px 0 30px;
        background-image: url("../img/angle_bg.svg");
        background-repeat: no-repeat;
        background-position: left top 35px;
        background-size: 100%;
    }
}
/* 関係プロダクト */
#section-related {
    padding-bottom: 0;
}
.related-products {
    padding: 30px 0 80px;
    background: #F9F9F9;
}
.related-block {
    display: block;
    padding: 0 0 10px;
}
.related-block a {
    display: block;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .2s;
    border-radius: 3px;
}
.related-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
@media (max-width: 600px) {
    .related-block-image {
        height: 60px;
    }
    .related-block-image img {
        width: 140px;
    }
}
@media (min-width: 560px) {
    .related-products {
        padding: 60px 0 100px;
    }
    .related-block-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .related-block {
        flex-basis: 50%;
        padding: 0 10px 20px;
    }
}
@media (min-width: 768px) {
    .related-block a {
        padding: 0 30px 30px;
    }
    .related-block-container {
        flex-wrap: nowrap;
    }
    .related-block {
        flex-basis: 33%;
    }
}
@media (min-width: 1030px) {
    .related-block a:hover {
        transform: scale(1.05);
    }
}


/* お問い合わせはこちら */
.section-entry {
    position: relative;
    background: #00A2E2;
    background-image: url('../img/top_bg.png');
    padding: 40px 0;
}
.section-entry .btn:first-of-type {
    margin: 0 5px 10px;
}
.section-entry .btn:only-of-type { margin: 0; }

@media (min-width:768px) {
    .section-entry {
        padding: 70px 0 50px;
    }
    .section-entry .btn:hover {
        transform: scale(1.1);
    }
}

/* お問い合わせはこちら：吹き出し */
.entry-bubble {
    background: #fff;
    border-radius: 5px;
    width: 94%;
    position: absolute; z-index: 1;
    top: -35px; left: 0; right: 0;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-bubble::after {
    content: ""; display: block;
    width: 32px; height: 32px;
    position: absolute;
    bottom: -15px; left: 0; right: 0;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.entry-bubble-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}
.entry-bubble-text.for-pc { display: none; }
@media (min-width:800px) {
    .entry-bubble-text { font-size: 19px; }
    .entry-bubble-text.for-pc { display: block; }
    .entry-bubble-text.for-sp { display: none; }
}

.entry-bubble-text strong {
    font-size: 120%;
    font-weight: bold;
    color: #00A2E2;
}
.entry-bubble-text strong.logo {
    width: 120px;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    padding: 8px 5px 0 0;
}
.entry-bubble-text strong.logo img { width: 100%; }
@media (min-width:768px) {
    .entry-bubble {
        margin: auto;
        width: 600px;
    }
    .entry-bubble-text {
        font-size: 22px;
        line-height: 60px;
        padding: 0 10px;
        letter-spacing: 2px;
    }
}


/* フッター */
#main-footer {
    text-align: center;
    margin: 50px 0 0;
}
.main-footer-text {
    margin: 0 10px;
}
@media (max-width: 1000px) {
    .main-footer-text {
        text-align: left;
    }
}
ul.footer-menu {
    margin: 15px 0;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    display: block;
    padding: 10px;
    color: #333333;
}
ul.footer-menu li a:hover {
    color: #00A2E2;
}
ul.footer-menu li a img {
    width: 15px;
    vertical-align: baseline;
}
.copyright {
    padding: 30px 0;
    font-size: 13px;
    background: #333333; color: #ccc;
}
.helvetica { font-family: helvetica }


/* モーダル */
.modal {
    display: none;
    position: fixed; z-index: 900;
    top: 2vh; right: 0; left: 0;
    width: 987px; height: 96vh;
    margin: auto; padding: 30px 0 0;
    max-width: 98%;
    background: #fff;
    overflow-y: auto; overflow-x: hidden;
}
.modal-bg {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}
.modal-close-btn {
    display: block;
    position: absolute; z-index: 300;
    top: 10px; right: 10px;
    width: 40px; height: 40px;
    background: url("../img/times-solid.svg") center no-repeat;
    background-size: 30px;
    cursor: pointer;
    line-height: 0; font-size: 0;
}

/* モーダル：資料請求フォーム */
.modal-body {
    overflow: hidden;
    padding: 30px 15px;
}
.modal-title-1 {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    background: #00A2E2; color: #fff;
    border-radius: 5px;
    margin: 0 0 35px;
}
.modal-title-1::after {
    content: ""; display: block;
    width: 32px; height: 32px;
    position: absolute;
    bottom: -15px; left: 0; right: 0;
    margin: auto;
    background: #00A2E2;
    border-radius: 3px;
    z-index: -1;
    transform: rotate(45deg);
}
.modal-title-2 {
    text-align: center;
    padding: 0 10px 10px;
    margin: 0 0 30px;
    font-size: 19px;
    line-height: 100%;
}
.modal-title-2::after {
    content: ""; display: block;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 120px; height: 5px;
    border-radius: 5px;
    background: #FFD500;
}
.modal-inner-form input {
    display: block;
    width: 100%;
}
.modal-inner-form textarea {
    display: block;
    width: 100%;
    min-height: 9em;
    resize: vertical;
}
.modal-inner-form .form-btn {
    margin: 30px 0;
}
.modal-inner-form .form-btn .btn {
    display: block;
    margin: 0;
    width: 100%;
    min-width: auto;
}
.modal-inner-form {
    padding: 15px 10px;
    background: #F9F9F9;
}
.modal-inner-text {
    margin: 0 0 30px;
}
@media (min-width:768px;) {
    .modal-title-1 {
        font-size: 30px;
    }
}
@media (min-width:800px) {
    .modal {
        top: 10vh;
        height: auto;
        max-height: 80vh;
    }
    .modal-body {
        display: flex;
        height: 610px;
    }
    .modal-inner-text {
        flex-basis: 50%;
        padding: 0 15px;
        background: url("../img/modal-request.png") bottom center no-repeat;
        background-size: 90%;
    }
    #modal-demo .modal-inner-text {
        background-image: url("../img/modal-demo.png");
    }
    .modal-inner-form {
        flex-basis: 50%;
        padding: 15px;
    }
}

.modal-intro-text {
    font-weight: bold;
}
@media (min-width:600px) {
    .modal-intro-text {
        text-align: center;
    }
}
@media (min-width:800px) {
    .modal-intro-text {
        text-align: left;
        max-width: 230px;
        margin: 15px auto;
    }
}
/* 固定フォーム  */
#fixed-contact {display: none; }
@media (min-width:1080px) {
    #fixed-contact {
        display: block;
    background: #f9f9f9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 26.66667%;
    min-height: 100vh;
        border-left: solid 2px #e1e1e1;
  }
  .contact-inner-form {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    max-height: 100vh;
    padding: 80px 30px 30px 30px;
  }
  .contact-inner-form form {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 auto;
    max-width: 100%;
  }
  #fixed-contact textarea, input[type="email"], input[type="tel"], input[type="text"] { width: 100%; }
  #fixed-contact .form-btn .btn { width: 100%; min-width: inherit;}
}
/* ・リスト */
ul.dot-list {
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
}
ul.dot-list li {
    font-weight: bold;
    list-style-type: disc;
    list-style-position: outside;
}
@media (min-width:800px) {
    ul.dot-list {
        margin-bottom: 300px;
    }
}

/* 資料請求フォーム*/
.form-group {
    margin: 0 0 10px;
}
.input-title {
    display: block;
    font-size: 15px;
}
.req {
    font-size: 90%;
    color: #E74F35;
}

/* 送信後ページ */
#main-content.sent-page {
    min-height: 75vh;
    width: 100%;
    padding: 0 10px;
}
.sent-message {
    max-width: 600px;
    margin: 60px auto;
}
.sent-message-text {
    text-align: center;
}
.sent-phone {
    text-align: center;
    margin: 60px 0;
}
.sent-phone-head {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 15px;
    background: #00A2E2; color: #fff;
    border-radius: 50px;
}
.sent-phone-number {
    font-size: 28px;
    color: #00A2E2;
}
.sent-phone-number::before {
    display: inline-block; content: "";
    width: 20px; height: 20px;
    margin: 0 5px 0 0;
    background: url("../img/phone-icon.svg") center no-repeat;
    background-size: 100%;
}

.sent-message .back-link {
    text-align: center;
    margin: 60px 0;
}
.sent-message .back-link a {
    text-decoration: underline;
}
.sent-message .back-link a:hover {
    color: #00A2E2;
}
@media screen and (max-width:480px) {
.sent-message-text { text-align: left; }
}

/* 補足クラス */
.red { color: #00A2E2; }
.yellow { color: #E74F35; }

.font-80 { font-size: 80%; }
.font-100 { font-size: 100%; }
.font-110 { font-size: 110%; }
.font-120 { font-size: 120%; }
.font-130 { font-size: 130%; }
.font-140 { font-size: 140%; }

.br { display: inline-block; }
@media screen and (max-width:480px) {
.sp-br { display: inline-block;}
}

/* 文字選択スタイル */
::-moz-selection { color: #fff; background: #888; }
::selection { color: #fff; background: #888; }

/* スクロールバー（一部ブラウザーのみ） */
::-webkit-scrollbar { width:	12px; height: 100%; }
::-webkit-scrollbar-thumb { background: #00A2E2; }
::-webkit-scrollbar-track { background: #F9F9F9; }
