@charset "UTF-8";
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.mainWrap {
    /*----------------------------------------------
    トップ
    ----------------------------------------------*/
    /*----------------------------------------------
    サブページ
    ----------------------------------------------*/
}

.mainWrap.-top .intro {
    padding: 1.1em 0;
    text-align: center;
    background: #FFF;
    color: #0B2B5C;
}

.mainWrap.-top .intro .topTtl {
    font-size: 120%;
}

.mainWrap.-top .intro .topTtl br {
    display: none;
}

@media screen and (max-width: 860px) {
    .mainWrap.-top .intro .topTtl {
        font-size: 130%;
    }
    .mainWrap.-top .intro .topTtl br {
        display: inline;
    }
}

@media screen and (max-width: 640px) {
    .mainWrap.-top .intro {
        padding: 4.4em 0 1.6em;
    }
    .mainWrap.-top .intro .topTtl {
        font-size: 130%;
    }
    .mainWrap.-top .intro .topTtl br {
        display: inline;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .intro {
        padding: 4.6em 0 0.5em;
    }
}

.mainWrap.-top .topView {
    position: relative;
}

.mainWrap.-top .topView img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 78% 50%;
    object-position: 78% 50%;
}

.mainWrap.-top .topView .textArea {
    position: absolute;
    right: 0;
    bottom: 10%;
    background: rgba(11, 43, 92, 0.9);
    max-width: 680px;
    width: 80%;
    padding: 2em;
}

.mainWrap.-top .topView .textArea .main {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #FFF;
    margin-bottom: 0.4em;
    font-size: 320%;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.mainWrap.-top .topView .textArea .main:before {
    content: "";
    width: 500px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 110%;
    top: 50%;
}

.mainWrap.-top .topView .textArea p {
    color: #FFF;
    display: block;
    max-width: 570px;
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-top .topView .textArea {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 600px;
    }
    .mainWrap.-top .topView .textArea .main {
        font-size: 260%;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .topView .textArea .main {
        font-size: 220%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .topView .textArea {
        width: 100%;
        padding: 2em 1.5em 1.5em;
    }
    .mainWrap.-top .topView .textArea .main {
        font-size: 200%;
    }
    .mainWrap.-top .topView .textArea .main:before {
        content: none;
    }
}

.mainWrap.-top .secMenu {
    position: relative;
}

.mainWrap.-top .secMenu .menuPoint {
    z-index: -1;
    position: absolute;
    right: 10%;
    bottom: 0;
}

@media screen and (max-width: 1160px) {
    .mainWrap.-top .secMenu .menuPoint {
        right: 5vw;
        width: 24%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secMenu .menuPoint {
        right: 2vw;
        width: 40%;
        bottom: -4.5em;
    }
}

.mainWrap.-top .secConcept .inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secConcept .inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

.mainWrap.-top .secConcept .conceptMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-top .secConcept .conceptMain > * {
    width: 48%;
}

.mainWrap.-top .secConcept .conceptMain .textArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 2em;
}

.mainWrap.-top .secConcept .conceptMain .textArea .ttl {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.4;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    max-width: 470px;
    color: #0B2B5C;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-top .secConcept .conceptMain .textArea .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secConcept .conceptMain .textArea .ttl {
        font-size: 150%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secConcept .conceptMain {
        display: block;
    }
    .mainWrap.-top .secConcept .conceptMain > * {
        width: 100%;
    }
    .mainWrap.-top .secConcept .conceptMain .thumb {
        margin-left: -5vw;
        width: calc(100% + 5vw);
    }
    .mainWrap.-top .secConcept .conceptMain .textArea {
        margin-top: 2em;
        padding-right: 0;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .ttl {
        font-size: 180%;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .btnArea .basicBtn {
        margin-left: auto;
        margin-right: auto;
    }
}

.mainWrap.-top .secNews .btnArea {
    margin-top: 4em;
}

.mainWrap.-top .secNews .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

.mainWrap.-sub {
    /*----------------------------------------------
        お知らせ詳細
        ----------------------------------------------*/
    /*----------------------------------------------
        コンセプト
        ----------------------------------------------*/
    /*----------------------------------------------
        ご利用ガイド
        ----------------------------------------------*/
    /*----------------------------------------------
        ご店舗一覧
        ----------------------------------------------*/
    /*----------------------------------------------
        よくあるご質問
        ----------------------------------------------*/
}

.mainWrap.-sub .secMenu {
    margin-top: 10em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secMenu {
        margin-top: 8em;
    }
}

.mainWrap.-sub .lContainer {
    padding-top: 0;
}

.mainWrap.-sub .lContainer .mContainer.-main {
    position: relative;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap {
    margin-bottom: 6em;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item {
    color: #333;
    font-size: 94%;
    white-space: nowrap;
    display: inline-block;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item:after {
    content: "/";
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item:first-child {
    position: relative;
    padding-left: 1.5em;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item:first-child:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url("/shared/img/common/icon-home.svg") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item:last-child {
    position: relative;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item:last-child:after {
    content: none;
}

.mainWrap.-sub .lContainer .mContainer.-main .breadWrap .breadList__item a {
    color: #777777;
}

.mainWrap.-sub .lContainer .mContainer.-main.secConcept {
    padding-left: 0;
    padding-right: 0;
}

.mainWrap.-sub .lContainer .mContainer .sContainer {
    margin-bottom: 6em;
}

.mainWrap.-sub .lContainer .mContainer .sContainer:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .lContainer .mContainer .sContainer {
        margin-bottom: 4em;
    }
}

.mainWrap.-sub .pageHead {
    position: relative;
    padding: 12em 0;
}

.mainWrap.-sub .pageHead:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("/shared/img/common/page-bg.svg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}

.mainWrap.-sub .pageHead:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11, 43, 92, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mainWrap.-sub .pageHead img {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mainWrap.-sub .pageHead .inner {
    position: relative;
    z-index: 3;
}

.mainWrap.-sub .pageHead .inner .ttl {
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .pageHead .inner .ttl .en {
    font-size: 334%;
    font-weight: 800;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1;
    margin-right: 0.2em;
}

.mainWrap.-sub .pageHead .inner .ttl .jp {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .pageHead {
        padding: 10em 0 8em;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .pageHead .inner .ttl {
        display: block;
    }
    .mainWrap.-sub .pageHead .inner .ttl span {
        display: block;
    }
}

.mainWrap.-sub .newsDetail {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.mainWrap.-sub .newsDetail .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mainWrap.-sub .newsDetail .detail span {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-bottom: 1px solid #333;
    margin-right: 1em;
    font-size: 105%;
}

.mainWrap.-sub .newsDetail .detail time {
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
}

.mainWrap.-sub .newsDetail > .ttl {
    font-size: 200%;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.mainWrap.-sub .conceptList__item {
    margin-bottom: 5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .conceptList__item:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .conceptList__item > * {
    width: 50%;
}

.mainWrap.-sub .conceptList__item:nth-child(2n) .thumb {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.mainWrap.-sub .conceptList__item .textArea {
    padding: 0 4.5em;
}

.mainWrap.-sub .conceptList__item .textArea .ttl {
    font-size: 200%;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5em;
    color: #0B2B5C;
}

.mainWrap.-sub .conceptList__item .textArea a {
    text-decoration: underline;
    color: #4dabff;
}

.mainWrap.-sub .conceptList__item .textArea a:hover {
    opacity: .6;
    text-decoration: none;
}

.mainWrap.-sub .conceptList__item .textArea .basicBtn {
    text-decoration: none;
    color: #FFF;
}

.mainWrap.-sub .conceptList__item .textArea .basicBtn:hover {
    opacity: 1;
}

.mainWrap.-sub .conceptList__item .thumb {
    overflow: hidden;
    border-radius: 1em;
}

.mainWrap.-sub .conceptList__item .thumb img {
    width: 100%;
    height: auto;
}

.mainWrap.-sub .conceptList__item.-col1 {
    display: block;
}

.mainWrap.-sub .conceptList__item.-col1 > * {
    width: 100%;
}

.mainWrap.-sub .conceptList__item.-col1 .thumb {
    max-width: 800px;
    width: 100%;
    margin: 2em auto;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-sub .conceptList__item {
        margin-bottom: 4em;
    }
    .mainWrap.-sub .conceptList__item .textArea {
        padding: 0 5vw;
    }
    .mainWrap.-sub .conceptList__item .textArea .ttl {
        font-size: 180%;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .conceptList__item {
        display: block;
        margin-bottom: 3em;
    }
    .mainWrap.-sub .conceptList__item > * {
        width: 100%;
    }
    .mainWrap.-sub .conceptList__item .textArea {
        padding: 0 5vw 5vw;
    }
    .mainWrap.-sub .conceptList__item .textArea .ttl {
        font-size: 160%;
    }
}

.mainWrap.-sub .secGuide .tableBox {
    margin: 2em 0;
}

.mainWrap.-sub .secGuide .tableBox .smallText {
    font-size: 80%;
    margin-bottom: 1em;
    display: none;
}

.mainWrap.-sub .secGuide .tableBox table {
    margin: 0 auto;
    width: 100%;
}

.mainWrap.-sub .secGuide .tableBox table tr th, .mainWrap.-sub .secGuide .tableBox table tr td {
    padding: 1.5em;
    border: #E4E4E4 1px solid;
}

.mainWrap.-sub .secGuide .tableBox table tr th > * {
    text-align: left;
}

.mainWrap.-sub .secGuide .tableBox table tr .lineNo {
    border: none;
}

.mainWrap.-sub .secGuide .tableBox table tr .vertical {
    width: 3em;
}

.mainWrap.-sub .secGuide .tableBox table tr .bgBlue {
    background: #0B2B5C;
    color: #FFF;
}

.mainWrap.-sub .secGuide .tableBox table tr .bgBrown {
    background: #816F3E;
    color: #FFF;
}

.mainWrap.-sub .secGuide .tableBox table tr .bgGray {
    background: #FAFAFA;
}

.mainWrap.-sub .secGuide .tableBox table tr .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .secGuide .tableBox table tr .flex img {
    margin-right: 0.5em;
}

.mainWrap.-sub .secGuide .tableBox table tr .flex span {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainWrap.-sub .secGuide .pointList {
    list-style: none;
    border-radius: 0.2em;
    margin: 0 auto;
    max-width: 820px;
}

.mainWrap.-sub .secGuide .pointList li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.6em;
}

.mainWrap.-sub .secGuide .pointList li:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secGuide .pointList li:before {
    content: "●";
    color: #CCCCCC;
    font-size: 60%;
    margin-right: 0.5em;
}

.mainWrap.-sub .secGuide .pointList li a {
    color: #226EC6;
    text-decoration: underline;
}

.mainWrap.-sub .secGuide .pointList li a:hover {
    text-decoration: none;
}

.mainWrap.-sub .secGuide .numList {
    list-style: none;
    border-radius: 0.2em;
    margin: 0 auto;
    max-width: 820px;
}

.mainWrap.-sub .secGuide .numList li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.6em;
}

.mainWrap.-sub .secGuide .numList li span {
    color: #CCCCCC;
}

.mainWrap.-sub .secGuide .numList li span.small {
    color: #333;
    font-size: 90%;
    margin-top: 0.5em;
}

.mainWrap.-sub .secGuide .numList li:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secGuide .numList li a {
    color: #226EC6;
    text-decoration: underline;
}

.mainWrap.-sub .secGuide .numList li a:hover {
    text-decoration: none;
}

.mainWrap.-sub .secGuide .-merit .meritLabel {
    text-align: center;
    font-size: 260%;
    margin-bottom: 1em;
    color: #0B2B5C;
    font-weight: 800;
}

.mainWrap.-sub .secGuide .-merit .meritLabel span {
    display: block;
    color: #0B2B5C;
    font-size: 55%;
    line-height: 1.2;
}

.mainWrap.-sub .secGuide .-merit .meritList {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: 1em;
    padding: 3em;
}

.mainWrap.-sub .secGuide .-merit .meritList__item {
    margin-bottom: 3em;
    position: relative;
    padding-left: 3em;
}

.mainWrap.-sub .secGuide .-merit .meritList__item:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secGuide .-merit .meritList__item .num {
    display: block;
    width: 2em;
    height: 2em;
    background: #0B2B5C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 5em;
    font-size: 120%;
    position: absolute;
    left: 0;
    top: 0;
}

.mainWrap.-sub .secGuide .-merit .meritList__item .ttl {
    font-size: 160%;
    line-height: 1.4;
    margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secGuide .-merit .meritLabel {
        font-size: 220%;
    }
    .mainWrap.-sub .secGuide .-merit .meritList {
        padding: 8vw 5vw;
    }
    .mainWrap.-sub .secGuide .-merit .meritList__item {
        padding-left: 2.8em;
        margin-bottom: 2.5em;
    }
    .mainWrap.-sub .secGuide .-merit .meritList__item .num {
        width: 2em;
        height: 2em;
        font-size: 110%;
    }
    .mainWrap.-sub .secGuide .-merit .meritList__item .ttl {
        font-size: 140%;
    }
}

.mainWrap.-sub .secGuide .-spec {
    /*.deviceList{
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    max-width: 940px;
                    width: 100%;
                    margin: 2em auto 0;
                    &__item{
                        display: flex;
                        align-items: center;
                        width: 48%;
                        margin-bottom: 1.5em;
                        .thumb{
                            background: #FAFAFA;
                            padding: 0.5em 0.5em 1em;
                            text-align: center;
                            width: 6em;
                            margin-right: 1em;
                            p{
                                text-align: right;
                                font-size: 80%;
                            }
                            img{
                                width: 50%;
                                max-width: 56px;
                                height: auto;
                            }
                        }
                        .textArea{
                            flex: 1;
                            span{
                                text-align: left;
                                color: #0B2B5C;
                                display: block;
                                font-family: $default-font;
                                font-size: 114%;
                                margin-bottom: 0.5em;
                                line-height: 1.4;
                            }
                            p{
                                font-size: 94%;
                            }
                        }
                    }
                    @include max-screen($screen-md) {
                        display: block;
                        &__item{
                            width: 100%;
                            &:last-child{
                                margin-bottom: 0;
                            }
                        }
                    }
                }*/
}

.mainWrap.-sub .secGuide .-spec .deviceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 640px;
    width: 100%;
    margin: 2em auto 0;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .thumb {
    background: #FAFAFA;
    padding: 0.5em 0.5em 1em;
    text-align: center;
    width: 6em;
    margin-right: 1em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .thumb p {
    text-align: right;
    font-size: 80%;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .thumb img {
    width: 50%;
    max-width: 56px;
    height: auto;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .textArea span {
    text-align: left;
    color: #0B2B5C;
    display: block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 114%;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .textArea p {
    font-size: 94%;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .btn {
    margin-left: 1em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .btn span {
    cursor: pointer;
    font-size: 90%;
    background: #0B2B5C;
    display: block;
    padding: 1em 2em;
    color: #FFF;
    border-radius: 4em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .btn span br {
    display: none;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap {
    width: 100%;
    margin-top: 1em;
    border: rgba(11, 43, 92, 0.8) 2px solid;
    border-radius: 0.5em;
    padding: 3em;
    display: none;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap > .ttl {
    text-align: center;
    color: #0B2B5C;
    font-size: 120%;
    margin-bottom: 1.6em;
    line-height: 1.4;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .icon {
    background: #FAFAFA;
    padding: 1em;
    max-width: 80px;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2em;
    border-radius: 0.5em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .icon img {
    width: 80%;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea > * {
    margin-bottom: 1em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea > *:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea .strong {
    color: #0B2B5C;
    font-size: 110%;
    margin-bottom: 0.5em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .textArea ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secGuide .-spec .deviceList {
        display: block;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item {
        width: 100%;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap {
        padding: 6vw 5vw 7vw;
        margin-top: 1.6em;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .ttl {
        font-size: 130%;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .ttl .pcNone {
        display: inline;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .hideWrap .detail__item .icon {
        margin-right: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .secGuide .-spec .deviceList {
        display: block;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item {
        width: 100%;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .btn span {
        padding: 0.7em 2em;
        line-height: 1.2;
    }
    .mainWrap.-sub .secGuide .-spec .deviceList__item .btn span br {
        display: inline;
    }
}

.mainWrap.-sub .secGuide .-price table {
    max-width: 1000px;
}

.mainWrap.-sub .secGuide .-price table th {
    width: 14em;
}

@media screen and (max-width: 560px) {
    .mainWrap.-sub .secGuide .-price .tableBox {
        overflow-x: scroll;
    }
    .mainWrap.-sub .secGuide .-price .tableBox .smallText {
        display: block;
    }
    .mainWrap.-sub .secGuide .-price .tableBox table {
        width: 800px;
    }
}

.mainWrap.-sub .secGuide .-attention table {
    max-width: 1000px;
}

.mainWrap.-sub .secGuide .-attention table td {
    text-align: center;
}

.mainWrap.-sub .secGuide .-attention table td .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainWrap.-sub .secGuide .-attention table td.-red {
    color: #AC000D;
    text-align: left;
}

.mainWrap.-sub .secGuide .-attention table td.-left {
    text-align: left;
}

.mainWrap.-sub .secGuide .-attention .simpleLabel {
    margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secGuide .-attention .tableBox {
        overflow-x: scroll;
    }
    .mainWrap.-sub .secGuide .-attention .tableBox .smallText {
        display: block;
    }
    .mainWrap.-sub .secGuide .-attention .tableBox table {
        width: 800px;
    }
}

.mainWrap.-sub .secGuide .-how .movieWrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-sub .secGuide .-how .movieWrap > * {
    width: 48%;
}

.mainWrap.-sub .secGuide .-how .movieWrap video {
    width: 100%;
}

.mainWrap.-sub .secGuide .-how .movieWrap .yMovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mainWrap.-sub .secGuide .-how .movieWrap .yMovie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.mainWrap.-sub .secGuide .-how .movieWrap .textArea ul {
    margin-bottom: 2em;
}

.mainWrap.-sub .secGuide .-how .movieWrap .textArea ul:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secGuide .-how .movieWrap {
        display: block;
    }
    .mainWrap.-sub .secGuide .-how .movieWrap > * {
        width: 100%;
    }
    .mainWrap.-sub .secGuide .-how .movieWrap .movie {
        margin-bottom: 2em;
    }
}

.mainWrap.-sub .secGuide .-how .other {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.mainWrap.-sub .secGuide .-how .other ul {
    margin-bottom: 2em;
}

.mainWrap.-sub .secGuide .-how .other ul:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secStore .storeDetail {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-sub .secStore .storeDetail > * {
    width: 48%;
}

.mainWrap.-sub .secStore .storeDetail .thumb {
    overflow: hidden;
    border-radius: 1em;
}

.mainWrap.-sub .secStore .storeDetail table {
    margin: 0.5em 0 1em;
    max-width: 100% !important;
    min-width: 360px;
}

@media screen and (max-width: 860px) {
    .mainWrap.-sub .secStore .storeDetail table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

.mainWrap.-sub .secStore .storeDetail table tr > *:first-child {
    border-right: 1px solid #333;
}

.mainWrap.-sub .secStore .storeDetail table th {
    color: #777777;
    padding: 0.8em 0;
    padding-right: 1em;
    line-height: 1.4;
    font-weight: 500;
    min-width: 80px;
    word-break: break-all;
    min-width: 8em;
    text-align: left;
}

.mainWrap.-sub .secStore .storeDetail table td {
    padding: 0.8em 1.5em 0.8em 1em;
    line-height: 1.4;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secStore .storeDetail {
        display: block;
    }
    .mainWrap.-sub .secStore .storeDetail > * {
        width: 100%;
    }
    .mainWrap.-sub .secStore .storeDetail .thumb {
        margin-bottom: 1em;
    }
}

.mainWrap.-sub .secStore .deviceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    width: 100%;
    margin: 2em auto 0;
}

.mainWrap.-sub .secStore .deviceList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    margin-bottom: 1.5em;
}

.mainWrap.-sub .secStore .deviceList__item .thumb {
    background: #FAFAFA;
    padding: 0.5em 0.5em 1em;
    text-align: center;
    width: 6em;
    margin-right: 1em;
    border-radius: 1em;
}

.mainWrap.-sub .secStore .deviceList__item .thumb p {
    text-align: right;
    font-size: 80%;
}

.mainWrap.-sub .secStore .deviceList__item .thumb img {
    width: 50%;
    max-width: 56px;
    height: auto;
}

.mainWrap.-sub .secStore .deviceList__item .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainWrap.-sub .secStore .deviceList__item .textArea span {
    text-align: left;
    color: #0B2B5C;
    display: block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 114%;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.mainWrap.-sub .secStore .deviceList__item .textArea p {
    font-size: 94%;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secStore .deviceList {
        display: block;
    }
    .mainWrap.-sub .secStore .deviceList__item {
        width: 100%;
    }
    .mainWrap.-sub .secStore .deviceList__item:last-child {
        margin-bottom: 0;
    }
}

.mainWrap.-sub .secStore .functionList {
    max-width: 940px;
    width: 100%;
    margin: 2em auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainWrap.-sub .secStore .functionList__item {
    width: 14.5%;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
}

.mainWrap.-sub .secStore .functionList__item:nth-child(6n) {
    margin-right: 0;
}

.mainWrap.-sub .secStore .functionList__item .thumb {
    background: #FAFAFA;
    padding: 0.5em 0.5em 1em;
    text-align: center;
}

.mainWrap.-sub .secStore .functionList__item .thumb p {
    text-align: right;
}

.mainWrap.-sub .secStore .functionList__item .thumb img {
    width: 50%;
    max-width: 56px;
    height: auto;
}

.mainWrap.-sub .secStore .functionList__item span {
    text-align: center;
    margin-top: 0.5em;
    color: #0B2B5C;
    display: block;
    font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 90%;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-sub .secStore .functionList__item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .mainWrap.-sub .secStore .functionList__item:nth-child(6n) {
        margin-right: 2%;
    }
    .mainWrap.-sub .secStore .functionList__item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-sub .secStore .functionList__item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .mainWrap.-sub .secStore .functionList__item:nth-child(6n) {
        margin-right: 2%;
    }
    .mainWrap.-sub .secStore .functionList__item:nth-child(4n) {
        margin-right: 2%;
    }
    .mainWrap.-sub .secStore .functionList__item:nth-child(3n) {
        margin-right: 0;
    }
    .mainWrap.-sub .secStore .functionList__item span {
        font-size: 85%;
    }
}

.mainWrap.-sub .secStore .tableBox {
    margin: 2em 0;
}

.mainWrap.-sub .secStore .tableBox .smallText {
    font-size: 80%;
    margin-bottom: 1em;
    display: none;
}

.mainWrap.-sub .secStore .tableBox table {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.mainWrap.-sub .secStore .tableBox table tr th, .mainWrap.-sub .secStore .tableBox table tr td {
    padding: 1.5em;
    border: #E4E4E4 1px solid;
}

.mainWrap.-sub .secStore .tableBox table tr th > * {
    text-align: left;
}

.mainWrap.-sub .secStore .tableBox table tr .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .secStore .tableBox table tr .flex img {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.mainWrap.-sub .secStore .tableBox table tr .flex span {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .secStore .tableBox {
        overflow-x: scroll;
    }
    .mainWrap.-sub .secStore .tableBox .smallText {
        display: block;
    }
    .mainWrap.-sub .secStore .tableBox table {
        width: 500px;
    }
}

.mainWrap.-sub .secStore .gMap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.mainWrap.-sub .secStore .gMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mainWrap.-sub .seFaq .faqList__item {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: #E4E4E4 1px solid;
}

.mainWrap.-sub .seFaq .faqList__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.mainWrap.-sub .seFaq .faqList .secQ {
    padding-left: 3em;
    padding-right: 2em;
    position: relative;
    cursor: pointer;
}

.mainWrap.-sub .seFaq .faqList .secQ:before {
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: url(../img/faq/icon-Q.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.25em;
}

.mainWrap.-sub .seFaq .faqList .secQ:after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/faq/icon-plus.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}

.mainWrap.-sub .seFaq .faqList .secQ.-open:after {
    background: url(../img/faq/icon-minus.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.mainWrap.-sub .seFaq .faqList .secA {
    display: none;
    padding-left: 3em;
    margin-top: 2em;
    position: relative;
}

.mainWrap.-sub .seFaq .faqList .secA:before {
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: url(../img/faq/icon-A.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.25em;
}

.mainWrap.-sub .seFaq .faqList .secA a {
    color: #226EC6;
    text-decoration: underline;
}

.mainWrap.-sub .seFaq .faqList .secA a:hover {
    text-decoration: none;
}
