@charset "UTF-8";

/*
Reset Stylesheet
Theme Name: solution-themes-2024
URL: https://code.1pxeye.com/download/code/reset.css
Author: solution v1.0
Last Updated: 2024-12-31
This document has passed the test: W3C CSS Validator (Level 3)   linx-asrm: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}
.ghost-nav {
License: linx-as.co.jp 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    font: normal normal normal 18px/1.6 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    color: #333;
    padding-top: 94px;
    width: 100%;
    max-width: 2560px;
    margin: auto;
}
@media (max-width: 767px) {
    body {
        padding-top: 74px;
    }
}
@media (max-width: 500px) {
    body {
        padding-top: 58px;
    }
}

address,
caption,
code,
figcaption,
pre,
th {
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

fieldset,
iframe,
img {
    border: 0;
}

fieldset {
    padding: .35em .75em .625em;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

hr {
    display: block;
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

input,
select {
    vertical-align: middle;
}

button {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

audio,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

a,
a:link,
a:visited {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

ul {
    list-style: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* 20210706 */
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.inner {
    max-width: 1280px;
    margin: auto;
}
.copyright {
    background: #0150bf;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding: 1rem 20px;
    background: #0150bf;
    font-size: 14px;
}
.footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}
.footer-sns li:first-child {
    margin-right: 10px;
}
.footer-sns a {
    display: block;
    border-radius: 100%;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
}
.footer-sns a:hover {
    opacity: 0.5;
}
.footer-sns svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    font-size: 24px;
}
.footerlogo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.footerlogo img {
    width: 80px;
    margin-right: 10px;
}
.footerbox {
    background: #0062ea;
    padding: 40px 0 0;
    color: #fff;
    z-index: 5;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.footerbox .footerlogo a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.footerbox .footerlogo a:hover {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

ul.bottommenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    line-height: 1.8;
}

ul.bottommenu li {
    height: 11.11%;
    min-width: 50%;
    white-space: nowrap;
}

ul.bottommenu a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

ul.bottommenu a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
}
ul.bottommenu .bottommenu-ul{
    display: block ;
    padding-left: 15px !important;
    line-height: 1.7;
    /*!important*/
}

ul.productnav li a::before{
    display: none;
}

ul.productnav li div{
    display: flex;
    align-items: center;
}

ul.productnav li div i{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 12px;
    height: 12px;
}

ul.productnav li div i::before{
    content: "";
    width: 12px;
    border-top:2px solid #FFF;
}

ul.productnav li div i::after{
    content: "";
    width: 12px;
    border-top:2px solid #FFF;
    transform:translateY(-1px) rotate(90deg);
    transition: .3s;
}

ul.productnav li div i.slidedown::after{
    transform-origin: center;
    transform:translateY(-2px) rotate(0deg);
}

ul.productnav li ul.bottommenu-ul{
    display:none;
}


.footer-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.footer-nav p {
    margin-bottom: 5px;
    font-weight: 700;
}
.footerinner .footer-nav nav {
    width: auto;
    min-width: 25%;
    margin-top: 40px;
    border-right: 0;
}
.footerinner .footer-nav nav ul {
    padding: 5px 0;
}
.footerinner .footer-nav nav li {
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: inherit;
}
.footerinner .footer-nav nav.first-nav {
    padding-right: 22px;
}
.footerinner .footer-nav nav.secondary-nav,
.footerinner .footer-nav nav.third-nav {
    padding: 0 22px;
}
.footerinner .footer-nav nav.fourth-nav {
    padding-left: 22px;
}
.footerinner .footer-nav nav:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footerinner .footer-nav nav.full {
    min-width: 100%;
    width: 100%;
}
.footerinner .footer-nav nav.full ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footerinner .footer-nav nav.full li {
    width: auto;
    min-width: 25%;
    max-width: 25%;
    padding-right: 10px;
}
.secondary-nav {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.secondary-nav ul.bottommenu li {
    min-width: 100%;
}
.third-nav {
    padding-left: 30px;
}
.footerinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1530px;
    padding-bottom: 40px !important;
}
.footerinner>div:first-child {
    min-width: 400px;
}

#pagetop {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -70px;
    background: #0062ea url(images/top.svg) center center/70% no-repeat;
    color: #fff;
    text-transform: uppercase;
    right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#pagetop:hover {
    background-color: #0150bf;
}
.pxiparallax {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.nav-bar {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.8rem 0;
}
.nav-bar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
.nav-bar .inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #0062ea;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.nav-bar .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-bar .main-nav .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-bar .main-nav li:last-child a {
    border-right: 0;
}
.nav-bar .main-nav a {
    color: #fff;
    background: #0150bf;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    display: block;
    height: 100%;
    border-right: 1px solid #033882;
}
.no-webp .page-id-12 .page-featured {
    background-image: url(images/faq.jpg) !important;
}
.webp .page-id-12 .page-featured {
    background-image: url(images/faq.webp) !important;
}
.page-featured {
    padding: 0 20px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.page-featured .hasbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.page-featured .inner {
    padding: 80px 0;
}
.page-featured::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.page-featured::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/mesh.png);
}
.page-featured hgroup {
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.page-featured h1,
.page-featured .ttl {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}
.page-featured h2 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.5;
}
.page-main {
    margin: 60px 0;
    z-index: 2;
    position: relative;
    background: #fff;
}
.qa-box {
    margin-bottom: 60px;
}
.qa-box dl {
    margin-bottom: 2rem;
}
.qa-box dt {
    color: #333;
    font-size: 18px;
    padding: 5px 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    border-radius: 5px;
}
.qa-box dt::before {
    content: 'Q.';
    display: block;
    margin-right: 0.5em;
    font-size: 20px;
}
.qa-box dt.rotate {
    background: #0062ea;
    color: #fff;
}
.qa-box dt.rotate::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.qa-box dt.rotate~dd {
    background: #eee;
}
.qa-box dd {
    padding: 1.6rem 2.5rem 1.6rem 6rem;
    display: none;
    font-size: 16px;
    position: relative;
}
.qa-box dd::before {
    content: 'A.';
    display: block;
    margin-right: 0.5em;
    font-size: 24px;
    color: #0062ea;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 3rem;
}
.qa-box dd ul {
    margin-top: 15px;
}

/* Pagination css */
.nav-links {
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-numbers {
    display: block;
    padding: 4px 8px;
    color: #0062ea;
    background: #fff;
    text-decoration: none;
    float: left;
    line-height: 1;
    margin-left: 3px;
    border: 1px solid #0062ea;
    -webkit-transition: .3s;
    transition: .3s;
}
.page-numbers.current,
a.page-numbers:hover {
    color: #fff;
    background: #0062ea;
    text-decoration: none;
}
.pagination {
    margin: 50px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.pagination .screen-reader-text {
    display: none;
}
.nav-links .page-numbers:first-child {
    margin-left: 0;
}
.company1 {
    background: #f9fcff;
    padding: 50px 100px;
}
.company1 ul {
    width: 100%;
}
.company1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.company1 li:last-child div:first-child {
    border-bottom: none;
}
.company1 div:first-child {
    font-size: 16px;
    font-weight: bold;
    padding: 1em 2em;
    color: #fff;
    background: #0150bf;
    border-bottom: 1px solid #fff;
    min-width: 300px;
}
.company1 div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px solid #0150bf;
    padding: 1em 2em;
    margin-left: 50px;
}
.company2 {
    max-height: 400px;
    min-height: 280px;
    height: 30vw;
    margin-top: 50px;
}
.company2 iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.breadcrumbs {
    background: #e7e7e7;
    padding: 0.5rem 0;
    font-size: 12px;
    z-index: 2;
    position: relative;
}
.breadcrumbs a {
    color: #0062ea;
}
.breadcrumbs a,
.breadcrumbs span {
    padding: 0 5px;
}

h2.part-ttl {
    color: #0150bf;
    font-size: 30px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #0150bf;
    border-top: 1px solid #0150bf;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px;
    position: relative;
    word-break: break-all;
}
.flow-des {
    color: #0150bf;
    font-size: 18px;
}
.flow-des span {
    color: #797979;
    font-size: 14px;
}
.shopping-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.shopping-flow span {
    display: block;
    color: #333;
}
.shopping-flow figcaption {
    font-size: 16px;
    font-weight: bold;
    color: #0150bf;
    text-align: center;
    margin-top: 1rem;
}
.shopping-flow .icon-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.shopping-flow .arrow {
    min-width: 20px;
    position: relative;
    margin: 0 20px;
}
.shopping-flow .arrow::before {
    content: '';
    display: block;
    border-left: 20px solid #0150bf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flow-pic {
    width: 80%;
    margin: auto;
    max-width: 179px;
    min-width: 100px;
}
.part-ttl2 {
    font-size: 24px;
    color: #0150bf;
    position: relative;
    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.part-ttl2::before {
    content: '';
    width: 5px;
    background: #0150bf;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.step-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.step-ttl .order {
    background: #0150bf;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 15px;
    margin-right: 1em;
    font-size: 16px;
    width: 90px;
    min-width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.step-ttl h2,.step-ttl h3 {
    font-size: 24px;
    color: #0150bf;
    margin-bottom: 1rem;
}
.flow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}
.flow-steps>div:first-child {
    width: 180px;
    min-width: 180px;
}
.flow-steps>div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flow-steps strong {
    display: inline-block;
    color: #cd0000;
}
.flow-steps h4 {
    color: #cd0000;
    margin-top: 1em;
    margin-bottom: 0.5rem;
}
.flow-steps h4 svg {
    margin-right: 5px;
    font-size: 16px;
}
.flow-steps p.txt {
    margin-top: 1em;
}
.flow-steps a {
    display: block;
    color: #0062ea;
    text-decoration: underline;
}
.flow-steps a:hover {
    text-decoration: none;
}
.flow-img {
    min-width: 260px;
    margin-left: 30px;
}
.flow-img .hasbg {
    padding-top: 65%;
    border: 1px solid #0150bf;
}
.hasbg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
}
.hasbg img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.m-part2 {
    margin: 60px 0;
}
.m-part2 .box.text p{
    margin: 10px 0;
}
.flow-contact-wrapper {
    padding: 50px 100px 0;
}
.flow-contact {
    background: #0150bf;
    padding: 30px 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flow-contact h2 {
    font-size: 24px;
}
.flow-contact h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 10px 0 15px;
}
.flow-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}
.flow-ul li {
    min-width: 260px;
}
.flow-ul li:first-child {
    font-size: 24px;
    padding: 0 0.5em;
    border: 1px solid #fff;
}
.flow-ul a {
    color: #0150bf;
    font-size: 20px;
    background: #fff;
    display: block;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5em;
}
.flow-ul svg {
    margin-right: 0.5rem;
}
.more,
a.more {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.more::after,
a.more::after {
    content: '+';
    display: inline-block;
    margin-left: 0.5rem;
}

a.more {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a.more:hover {
    background: #0150bf;
    border-color: #0150bf !important;
    color: #fff !important;
}

a.more:hover::after {
    color: #fff !important;
}
.sectionttl {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.sectionttl::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #d22a18;
    margin: 1rem auto;
}
.sectionttl h2 {
    font-size: 30px;
}
.sectionttl1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0150bf;
    border-bottom: 2px solid #0150bf;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
}
.sectionttl1 a {
    display: block;
    color: #0150bf;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.sectionttl1 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sectionttl1 h2::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #0150bf;
    margin-right: 0.5rem;
}
.purchase {
    background: #f7f7f7;
    padding: 60px 0;
}
.purchase article {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.purchase article:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.purchase article:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.purchase article:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.purchase article:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.purchase article:hover {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.purchase article a {
    color: #111;
    background: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
}
.purchase article h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}
.purchase a.more {
    border-color: #111;
    color: #111;
    margin: 50px auto 0;
}
.purchase a.more::after {
    color: #111;
}
.purchase .pic {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 1rem;
    overflow: hidden;
}
.purchase svg {
    margin-right: 5px;
}
.purchase ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 1rem 0;
}
.purchase ul li {
    width: 50%;
    padding: 0.5rem 0;
}
.purchase ul li:first-child {
    border-right: 1px solid #ccc;
    font-size: 13px;
}
.purchase ul li:last-child {
    color: #e70909;
    font-size: 15px;
    font-weight: 700;
}
.purchase ul li:last-child svg {
    color: #111;
}
.purchase-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.purchase-box article {
    width: calc((100% - 90px) / 4);
    margin-bottom: 20px;
}
.news-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 80px 0 0;
    padding: 60px 0;
}
.news-outer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e2eeff;
}
.news-outer .scroll-box {
    background: #f7f7f7;
}
.news-outer .sectionttl {
    background: #fff;
    margin-bottom: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-outer .sectionttl h2 {
    -webkit-box-shadow: 0 -15px 0 0 #f5a237 inset;
    box-shadow: 0 -15px 0 0 #f5a237 inset;
    margin-bottom: 10px;
}
.news-outer>div {
    width: calc((100% - 40px) / 2);
    position: relative;
}
.news-outer>div.news-content {
    width: 100%;
}
.news-outer article a {
    padding: 12px 0 !important;
}
.news-outer h3 {
    font-size: 14px;
}
.news-outer .ttl {
    font-size: 14px;
    font-weight: bold;
}
.news-outer p {
    font-size: 12px;
}
.news-outer a.more {
    border-color: #111;
    color: #111;
    margin: 50px auto 0;
}
.news-outer a.more::after {
    color: #111;
}
.newsbox article:first-child {
    border-top: 1px solid #ccc;
}
.newsbox .feapic {
    min-width: 120px;
    height: 60px;
    border: 1px solid #eee;
}
.newsbox .feapic.hasbg {
    background-size: contain;
}
.newsbox .feapic.hasbg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.newsbox .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
}
.newsbox article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 0.8rem 2.5rem 0.8rem 1.5rem;
    color: #111;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.newsbox article a:hover {
    background: #f1f1f1;
    text-decoration: none;
}
.newsbox .pub-time {
    color: #31a5ca;
    margin-right: 1rem;
}
.hero-outer {
    padding: 80px 0 80px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    max-width: 1920px;
    margin: auto;
}
.hero-outer .content {
    width: 56%;
    padding-right: 100px;
}
.hero-outer h1 {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.34, 0.76, 0.37, 0.95);
    transition-timing-function: cubic-bezier(0.34, 0.76, 0.37, 0.95);
}
.hero-outer h1.do {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hero-outer .pic {
    width: 44%;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
    transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
}
.hero-outer .pic.do {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.hero-outer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero-outer li {
    width: calc((100% - 40px) / 3);
    border: 1px solid #d22a18;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
    transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
}
.hero-outer li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hero-outer li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.hero-outer li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.hero-outer li.do {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hero-outer h4 {
    text-align: center;
    background: #d22a18;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    padding: 5px;
}
.hero-outer h4 svg {
    font-size: 26px;
    margin-right: 0.5rem;
}
.hero-outer p {
    padding: 0.8rem 1rem;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
}
.partttl {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    padding-left: 1rem;
    margin-bottom: 1rem;
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    border-left:5px solid #0062ea;
}
.partttl::before {
    content: '';
    display: none;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0062ea;
}
.homehero {
    padding-top: 10vw;
    background-color: #ededed;
    z-index: 2;
    position: relative;
}
.homehero .hasbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 400px;
    z-index: -2;
}
.homehero .hasbg img{
    object-position: 35% 100%;
}
.homehero .logo {
    width: 72%;
    max-width: 450px;
    margin: auto;
}
.homehero .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 6vw;
    color: #000000;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
}
.homehero .slogan {
    padding: 2em 2.5em 2.5em;
}
.homehero .slogan h2 ,
.homehero .slogan .h2 {
    font-size: 60px;
    font-weight: 900;
    color: #143E9F;
    margin-bottom: 15px;
}
.homehero .slogan .txt {
    font-size: 40px;
    padding: 0 10px;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff;
    box-shadow: inset 0 -32px 0 #FFD427;
}
.homehero .slogan strong {
    display: inline-block;
    color: #E81515;
}
.homehero .special-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.homehero .special-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2857C4;
    width: 300px;
    padding: 12px;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #2857C4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.homehero .special-link a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #2857C4;
}
.homehero .special-link svg {
    width: 20px;
    margin-right: 10px;
}
.homehero .special-link .icon svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.home .footer-search {
    background: transparent;
}
.home .footer-search .search-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.home .footer-search .search-box .left {
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
}
.home .footer-search .search-box .left .partttl {
    color: #fff;
}
.home .footer-search .search-box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px;
    margin-left: 0;
    position: relative;
}
.home .footer-search .search-box .right::before {
    content: '';
    display: block;
    background: #ededed;
    width: 100vw;
    max-width: 2560px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    z-index: -1;
}
.home .footer-search .search-box .right>div {
    width: calc((100% - 40px) / 2);
    background: #fff;
}
.home .footer-search .search-box .right>div:first-child {
    margin-bottom: 0;
}
.search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-box .pro-pic {
    width: 100%;
    max-width: 75px;
}
.search-box .left {
    width: 300px;
    min-width: 300px;
    padding: 20px 0;
    background: #fff;
}
.search-box .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    line-height: 1.2;
    color: #fff;
    font-size: 17px;
    background: #0062ea;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#0062ea), to(#0347a6));
    background: linear-gradient(to right, #0062ea 0%, #0347a6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-decoration: none;
}
.search-box .left a:hover {
    background: #0150bf;
}
.search-box .left ul {
    margin-bottom: -0.5rem;
}
.search-box .left li {
    margin-bottom: 0.5rem;
}
.search-box .left .more {
    font-size: 12px;
    width: 64px;
    height: 24px;
    line-height: 22px;
    margin-top: 10px;
}
.search-box .phone-ttl{
    padding-bottom: 0;
}
.search-box .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-box .right #run_satei {
    margin: auto;
}
.search-box .right>div {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}
.search-box .right>div:first-child {
    margin-bottom: 50px;
}
.pro-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.pro-types .hasbg {
    padding-top: 80%;
    background-size: contain;
}
.pro-types .hasbg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.pro-types .type {
    width: 16.66%;
    margin-bottom: 30px;
    padding-left: 20px;
}
.pro-types h2 {
    text-align: center;
    background: #1168ab;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1.5;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-types .type-inner {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.pro-types .pic {
    padding: 2rem 1rem;
}
.pro-types ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}
.pro-types ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.pro-types ul li:nth-child(1) {
    border-left: 0;
}
.pro-types ul li:nth-child(1) a {
    color: #cc0033;
}
.pro-types ul li:nth-child(2) a {
    color: #ea5505;
}
.pro-types ul li:nth-child(3) a {
    color: #888888;
}
.pro-types ul li:nth-child(4) a {
    color: #226ca9;
}
.pro-types ul a {
    display: block;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.search-submit {
    background: #1168ab;
    color: #fff;
    border-radius: 10px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 30px auto 0;
}
.search-submit:hover {
    background: #0150bf;
}
.searchform .searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchform .searchbox li {
    height: 38px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    list-style: none;
}
.searchform .searchbox li input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    padding: 0.5rem;
}
.searchform2 {
    width: 90%;
    margin: auto;
    text-align: center;
}
.selectbox {
    margin-top: 20px;
    margin-bottom: 30px;
}
.selectbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.selectbox li label {
    width: 80px;
    text-align: center;
    font-weight: 700;
}
.selectbox select {
    padding: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 1.5rem;
    border: 1px solid #dbdbdb;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(images/arrow-down.svg) 97% center/10px no-repeat;
}

select::-ms-expand {
    display: none;
}
.quciklinks {
    min-height: 50px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.quciklinks span {
    font-size: 12px;
    background: #3d3d3d;
    position: relative;
    padding-left: 1rem;
    color: #fff;
    height: 26px;
    line-height: 26px;
    display: block;
    min-width: 140px;
}
.quciklinks span::after {
    content: '';
    display: block;
    position: absolute;
    border-left: 15px solid #3d3d3d;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    top: 50%;
}
.quciklinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 2rem;
}
.quciklinks li {
    margin-right: 1rem;
}
.quciklinks a {
    color: #d22a18;
}
.perspective {
    width: 26px;
    position: relative;
    display: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.perspective label {
    -webkit-perspective: 40px;
    perspective: 40px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.perspective span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.perspective span::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 6px;
}
.perspective span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    bottom: 6px;
    position: absolute;
}
.menu-status {
    display: none;
}
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display:none;
}
.loading>div {
    width: 30vw;
    max-width: 320px;
    min-width: 240px;
}
.animate {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
    transition-timing-function: cubic-bezier(0.1, 1.05, 0.42, 1.05);
}
.animate.do {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.single-lists>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-lists article {
    width: calc((100% - 50px) /2);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.single-lists .post-figure {
    margin-right: 20px;
    max-width: 140px;
    min-width: 140px;
    height: auto;
    position: relative;
}
.single-lists .post-figure.hasbg {
    background-size: contain;
}
.single-lists .post-figure.hasbg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.single-lists .post-figure:hover {
    opacity: 0.8;
}
.single-lists a:not(.more) {
    display: block;
    color: #0150bf;
}
.single-lists a.more {
    border-color: #111;
    color: #111;
    margin: 50px auto 0;
}
.single-lists h3 a {
    font-weight: bold;
}
.single-lists .post-excerpt {
    line-height: 1.5;
}
.single-time {
    padding: 0 5px;
    display: flex;
    align-items: center;
    color: #6a6a6a;
}
.single-time svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
.hero-main {
    padding: 50px 0;
    background: url(images/main.jpg) center center/cover no-repeat;
}
.hero-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
}
.hero-main li {
    width: calc((100% - 30px) / 2);
}
.hero-main a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.hero-main a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hero-main .wrapper {
    width: 80%;
    max-width: 500px;
    margin: auto;
    padding: 0 30px;
}
.hero-main .feature {
    margin: 1.8rem 0 2.2rem;
}
.main-wrapper {
    max-width: 1920px;
    margin: auto;
    max-height: 760px;
    height: 40vw;
    position: relative;
}
.main-wrapper .hasbg {
    background-size: contain;
}
.main-wrapper .hasbg img {
    -o-object-fit: contain;
    object-fit: contain;
}
.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
}
.page-main.normal_list article {
    padding: 1rem 0;
    border-bottom: 1px dotted #83040b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-main.normal_list article a {
    color: #111;
}
.page-main.normal_list article h2 {
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-main.normal_list article .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 30px;
    width: 100%;
}
.page-main.normal_list article .pic {
    width: 180px;
    min-width: 180px;
    position: relative;
    max-height: 150px;
}
.page-main.normal_list article .pic img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.page-main.normal_list article .pic a {
    display: block;
    width: 100%;
    padding-top: 66.66%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.ways {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ways figure {
    width: 31%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.ways h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #0150bf;
    margin: 5px 0;
}
.ways p {
    line-height: 1.5;
}
.store-repair .ways {
    margin: 30px 0 60px;
}
.reasons {
    padding: 60px 0;
    margin-bottom: 50px;
    position: relative;
}
.reasons::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e2eeff;
}
.reasons h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
}
.reasons h2 span {
    font-size: 60px;
    color: #0150bf;
    display: inline-block;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin: 0 0.5rem 0.5rem 0.5rem;
    line-height: 1;
}
.reasons-inner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.reasons-inner figure {
    width: 31%;
    margin-bottom: 20px;
}
.reasons-inner img {
    border: 1px solid #0150bf;
    width: 100%;
}
.reasons-inner h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin: 0.7rem 0 0.3rem;
}
.nopic img {
    margin: auto;
}
.single .shop-pic.nopic {
    padding-top: 0;
}
.single table {
    height: auto !important;
}
.single table tr,
.single table td,
.single table th {
    border: 1px solid #d9d9d9;
}
.single tr td {
    padding: 10px 15px;
}
.single tr td:first-child {
    white-space: nowrap;
    font-weight: bold;
}
.shop-pic {
    background: url(images/rolling.gif) center center/40px 40px no-repeat;
    padding-top: 56%;
}
.shop-pic img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.slider-for .shop-pic {
    width: 100%;
    display: none;
}
.slider-for .shop-pic>div {
    padding-top: 60%;
}
.slider-for .shop-pic.active {
    display: block;
}
.slider-nav {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
}
.slider-nav .shop-pic {
    cursor: pointer;
    width: 33.33%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-left: 10px;
}
.slider-nav .shop-pic:hover {
    opacity: 0.8;
}
.slider-nav .shop-pic>div {
    padding-top: 60%;
}
.areas-box {
    margin: 0 0 60px;
}
.areas-box h2 {
    font-size: 30px;
    line-height: 1.5;
    padding: 0.5rem 0;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 2;
}
.areas-box h2::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background: #0062ea;
}
.areas-box .areas {
    position: relative;
    padding: 50px 0;
}
.areas-box .areas::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background: #dae6f6;
}
.areas-box .areas li .pic {
    width: 70%;
    max-width: 100px;
    margin: auto;
    padding-top: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.areas-box .areas li.hokkaido .pic {
    background-image: url(images/area1.png);
}
.areas-box .areas li.tohoku .pic {
    background-image: url(images/area2.png);
}
.areas-box .areas li.kanto .pic {
    background-image: url(images/area3.png);
}
.areas-box .areas li.hokuriku .pic {
    background-image: url(images/area4.png);
}
.areas-box .areas li.kansa .pic {
    background-image: url(images/area5.png);
}
.areas-box .areas li.okinawa .pic {
    background-image: url(images/area6.png);
}
.areas-box .areas .bigarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.areas-box .areas .bigarea>li {
    width: 16.5%;
    background: #0062ea;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 1.5rem 0.5rem 2.5rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.areas-box .areas .bigarea>li:hover {
    background: #0150bf;
}
.areas-box .areas .bigarea>li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(images/arrowdown.svg) center center/contain no-repeat;
}
.areas-box .areas .bigarea figcaption {
    line-height: 1.5;
    margin: 0.5rem 0;
}
.areas-box .areas .bigarea img {
    width: 80%;
    margin: auto;
    max-width: 90px;
}
.areas-box .areas .active {
    position: relative;
}
.areas-box .areas .chart {
    margin: 25px 0 0;
}
.areas-box .areas dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}
.areas-box .areas dl:first-child {
    border-top: 1px solid #d9d9d9;
}
.areas-box .areas dt,
.areas-box .areas dd {
    padding: 0.5rem 1rem;
}
.areas-box .areas dt {
    background: #dae6f6;
    text-align: center;
    min-width: 200px;
    font-weight: 700;
}
.areas-box .areas dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.areas-box .areas .items {
    background: #fff;
    padding: 40px;
}
.areas-box .areas .items h3 {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 20px;
}
.areas-box .areas .items h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 100%;
    background: #0062ea;
    position: absolute;
    top: 0;
    left: 0;
}
.areas-box .areas .items .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.areas-box .areas .items .item-box>div {
    width: 48%;
}
.cityname {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
    z-index: 10;
}
.cityname a {
    display: block;
    color: #0062ea;
    border-bottom: 1px solid #0062ea;
    background: #fff;
    text-decoration: none;
    padding: 0.5rem;
}
.cityname a:hover {
    color: #fff;
    background: #0062ea;
}
.cityouter h3.city {
    color: #fff;
    background: #0062ea;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    padding: 0.5rem 1rem;
    line-height: 1.5;
}
.cityouter .linecode h4 {
    display: inline-block;
    padding: 0 10px;
    background: #25be07;
    color: #fff;
    border-radius: 12px;
}
.cityouter .linecode h4 a {
    display: block;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
}
.cityouter .linecode h4 a:hover {
    opacity: 0.8;
}
.cityouter .linecode figure {
    width: 120px;
    margin-top: 10px;
}
.cityouter .shopitems:last-child {
    border-bottom: 0;
}
.cityouter .citybox .rowname {
    font-size: 18px;
    margin: 20px 0;
    border-left: 5px solid #0062ea;
    padding-left: 10px;
}
.cityouter .citybox.show img {
    opacity: 1;
}

span.nowrap {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}
.banner-groups {
    padding: 50px;
    background: url(images/bgmask.jpg);
}
.banner-groups h2 {
    color: #0150bf;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
.banner-groups ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.banner-groups li {
    width: 45%;
}
.banner-groups img {
    width: 100%;
}
.banner-groups a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.banner-groups a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.steplist {
    background: #fafafa;
    padding: 1rem 1.5rem;
    margin: 0.5rem 0;
}
.steplist li {
    margin-top: 5px;
}
.steplist svg {
    color: #0150bf;
    margin-right: 5px;
}
.steplist .ul-ttl{
    margin: 20px 0 10px;
    font-weight: bold;
}

.page-id-123 .page-featured {
    background-color: #0062ea;
}
.page-id-123 .page-featured::before,
.page-id-123 .page-featured::after {
    content: none;
}
.page-id-123 .page-featured .inner {
    background-position: right bottom;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-image: url(images/febgrepair.png);
}
.page-id-86 .search-box {
    margin-bottom: 50px;
}
.page-id-86 .page-featured {
    background-color: #f7c52d;
}
.page-id-86 .page-featured::before,
.page-id-86 .page-featured::after {
    content: none;
}
.page-id-86 .page-featured .inner {
    background-position: right bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-image: url(images/febgrepair1.png);
}
.single-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
}
.single-link a {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 1rem;
    line-height: 1.5;
    background: #0062ea;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 12px;
}
.single-link a:hover {
    background: #0150bf;
}
.purchase-shop .purchase-part {
    display: block;
}
.purchase-shop .repair-part {
    display: none;
}
.repair-shop .purchase-part {
    display: none;
}
.repair-shop .repair-part {
    display: block;
}
.single .page-featured,
.category .page-featured {
    background-image: url(images/faq.jpg) !important;
}
.single .featured-ttl h2,
.category .featured-ttl h2 {
    display: none;
}
.thumb-pic {
    margin-top: 20px;
}
.thumb-pic img {
    margin: auto;
}
.single-main {
    padding: 60px 0 80px;
    max-width: 1200px;
    margin: auto;
}
.single-main h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.single-main h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #0062ea;
    color: #0062ea;
    margin-bottom: 1rem;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.single-main .single-banner img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-main .single-banner a {
    display: block;
}
.single-main .single-banner a:hover img {
    opacity: 0.8;
}
.single-main .socialList {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}
.single-main .socialList li {
    width: calc(25% - 10px);
}
.single-main .socialList svg {
    height: 1em;
    width: 1em;
    font-size: 20px;
}
.single-main .socialList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    padding: 10px 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.single-main .socialList a:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.single-main .socialList a.icon-facebook {
    background-color: #3b5998;
}
.single-main .socialList a.icon-twitter {
    background-color: #00b0ed;
}
.single-main .socialList a.icon-hatenabookmark {
    background: #008fde;
}
.single-main .socialList a.icon-hatenabookmark svg path {
    fill: #fff;
}
.single-main .socialList a.icon-line {
    background-color: #00c300;
}
.single-main .single-para>* {
    margin-top: 20px;
}
.single-main .single-para>* h2,
.single-main .single-para>* h3,
.single-main .single-para>* h4,
.single-main .single-para>* h5 {
    line-height: 1.5;
    margin-top: 4rem;
    padding-bottom: 10px;
}
.single-main .single-para>* h2 {
    margin-top: 0;
}
.single-main h2,
.single-main h3,
.single-main h4,
.single-main h5 {
    line-height: 1.5;
    margin-top: 4rem;
    padding-bottom: 10px;
}
.single-main h3 {
    border-left: 5px solid #0062ea;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 0.8em;
    font-size: 22px;
}
.single-main h4 {
    font-size: 18px;
    border-bottom: 1px dotted #0062ea;
}
.single-main .single-pubtime {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
.single-main .single-para {
    margin: 2rem 0;
    overflow: hidden;
}
.single-main .single-para p {
    padding: 0 12px;
    text-align: justify;
}
.single-main .single-para iframe {
    display: block;
    margin: 1.5rem auto;
}
.single-main img.alignleft {
    float: left;
    margin-right: 20px;
}
.single-main img.alignright {
    float: right;
    margin-left: 20px;
}
.single-main img.aligncente {
    margin: 0 auto;
}
@media (max-width: 750px) {
    .single-main {
        padding: 40px 0;
    }
}
.post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}
.post-link a {
    display: inline-block;
    color: #1b1b1b;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 0.3em;
}
.post-link a:hover {
    color: #0062ea;
}
.post-link>div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-link>div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.post-link>div:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cautions {
    color: #fff;
    background: #0150bf;
    padding: 30px;
}
.cautions h3.part-ttl2 {
    margin-bottom: 20px;
    color: #fff;
}
.cautions h3.part-ttl2::before {
    background: #fff;
}
.cautions svg {
    position: absolute;
    left: 0;
    top: 5px;
}
.cautions li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}
.cautions ul {
    padding: 0 50px;
    margin: 0 auto -0.5rem;
    font-size: 18px;
    line-height: 1.5;
}
.page-id-8 .search-box {
    margin-bottom: 50px;
}
.purchase-location,
.repair-location {
    margin-top: 60px;
}
.flows {
    margin-top: 30px;
}
.flows .store-flow {
    margin-bottom: 40px;
}
.flows>div {
    background: #0062ea;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flows h3 {
    font-size: 28px;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    line-height: 1.5;
}
.flows .pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flows a {
    display: block;
}
.flows a:hover img {
    opacity: 0.9;
}
.flows figure {
    padding-left: 30px;
    width: 25%;
}
.flows figure img {
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.single-post .news-outer{
    margin: 0;
    padding: 0;
}
.single-post .news-outer .sectionttl{
    padding-top: 0;
}
.single-post .news-outer:before{
    display: none;
}
.single-post .news-outer:not(:first-child){
   margin-top: 40px;
}
.single-post .news-box{
    padding-bottom: 40px;
}
.scroll-box {
    padding: 30px 10px;
    overflow-y: auto;
    max-height: 500px;
    height: 500px;
}
.scroll-box::-webkit-scrollbar {
    width: 0.2em;
}
.scroll-box::-webkit-scrollbar-thumb {
    width: 3px;
    height: 70px;
    background: #b4b4b4;
    outline: 1px solid #fff;
}
.checkboxes {
    margin-top: 1rem;
}
.checkboxes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}
.checkboxes li {
    width: 33.33%;
    margin-top: 0.5rem;
    padding-left: 10px;
}
.checkboxes svg {
    margin-left: 0.5rem;
}
.checkboxes span {
    display: block;
    background: #e6e6e6;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 12px;
    text-align: center;
}
.checkboxes.for_purchase span.checked {
    background: #0062ea;
    color: #fff;
}
.checkboxes.for_repair span.checked {
    background: #f7c52d;
}
.checkboxes.url-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.checkboxes.url-wrapper .contactcode {
    margin-left: 40px;
}
.checkboxes.url-wrapper .contactcode h4 {
    display: inline-block;
    padding: 0 15px;
    background: #0062ea;
    border-radius: 12px;
    color: #fff;
}
.checkboxes.url-wrapper .contactcode h4 a {
    width: 100%;
    height: 100%;
}

/*privacy*/
.privacy-box {
    font-size: 17px;
    padding: 0 20px;
}
.privacy-box>p {
    margin-bottom: 2rem;
}
.privacy-box section {
    margin-bottom: 3rem;
}
.privacy-box section p {
    margin-bottom: 1rem;
}
.privacy-box div {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.privacy-box div:last-child {
    margin-bottom: 0;
}
.privacy-box h4 {
    margin: 20px 0 10px;
}
.privacy-box a {
    display: inline-block;
    margin: 3px 0;
    color: #d22a18;
    text-decoration: underline;
    font-size: 0.85em;
}
.privacy-box ul {
    margin: 5px 0 20px;
    padding-left: 20px;
}
.privacy-box .part-ttl {
    font-size: 20px;
    color: #0062ea;
    position: relative;
    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.privacy-box .part-ttl:before {
    content: '';
    width: 5px;
    background: #0062ea;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}
.page-id-671 .main-contact {
    width: 100%;
    margin: 0 auto;
    background: #f9fcff;
    padding: 50px 100px;
}
.page-id-671 .main-contact .contact-inner {
    width: 100%;
}
.page-id-671 .main-contact .contact-inner .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 1em;
}
.page-id-671 .main-contact .contact-inner .tr:last-child {
    margin-bottom: 0em;
}
.page-id-671 .main-contact .contact-inner .th {
    width: calc(30% - 15px);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
}
.page-id-671 .main-contact .contact-inner .th:before {
    content: '*';
    color: #83040b;
    display: block;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -1px;
}
.page-id-671 .main-contact .contact-inner .td {
    width: calc(70% - 15px);
    font-size: 14px;
}
.page-id-671 .main-contact select {
    padding: 10px;
    width: 100%;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    background-color: #ebebeb;
}
.page-id-671 .main-contact input[type="text"],
.page-id-671 .main-contact input[type="tel"],
.page-id-671 .main-contact input[type="email"] {
    padding: 5px 0.5rem;
    border: 1px solid #e0e0e0;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 100%;
}
.page-id-671 .main-contact textarea {
    resize: none;
    width: 100%;
    height: 140px;
    max-width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding: 5px 0.5rem;
    border: 1px solid #e0e0e0;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page-id-671 .main-contact .inquiry-btn-area {
    text-align: center;
    margin-top: 40px;
}
.page-id-671 .main-contact .inquiry-btn-area input {
    display: inline-block;
}
.page-id-671 .main-contact [type=submit] {
    width: 194px;
    background-color: #0062ea;
    color: #fff;
    padding: 10px 15px;
    line-height: 15px;
    font-size: 16px;
    cursor: pointer;
    margin: 2px;
    text-align: center;
}
.page-id-671 .main-contact .addr-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-id-671 .main-contact .addr-wapper>div {
    width: calc(100% - 170px);
}
.page-id-671 .main-contact .addr-wapper>div:nth-child(2) {
    width: 130px;
    margin-right: 10px;
}
.page-id-671 .main-contact .addr-wapper .addr-inner {
    width: 15px;
    margin-right: 10px;
}
.page-id-671 .main-contact .telr-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-id-671 .main-contact .telr-wapper>div {
    width: 29%;
}
.page-id-671 .main-contact .telr-wapper .telr-inner {
    width: 15px;
    text-align: center;
}
.banners-slick {
    margin-left: -20px;
}
.banners-slick .slick-slide li {
    padding-left: 20px;
}
.banners-slick .slick-dots {
    display: none !important;
    text-indent: -9999px;
    margin-top: 10px;
}
.banners-slick .slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
}
.banners-slick .slick-dots li.slick-active {
    background: #fff;
}

section.exterior {
    background: url(images/bg1.jpg) center center/cover no-repeat;
    padding: 60px 40px;
    margin-bottom: 60px;
}

section.crystal {
    background: url(images/bg2.jpg) center center/cover no-repeat;
    padding: 60px 40px;
    margin-bottom: 60px;
}

section.function {
    background: url(images/bg3.jpg) center center/cover no-repeat;
    padding: 60px 40px;
    margin-bottom: 60px;
}
.broken_cases {
    border: 5px solid #0a8dfb;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 40px;
    overflow: hidden;
}
.broken-top {
    margin: 30px 0;
}
.broken-top.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.broken-top span.red {
    display: inline-block;
    color: #d22a18;
}
.broken-top .figure {
    width: calc((100% - 90px) / 4);
}
.broken-top .figure img {
    margin: 0 auto 15px;
    width: 40%;
    min-width: 60px;
    max-width: 100px;
}
.broken-top h4 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.broken-top h4::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: #0062ea;
}
.items-outer {
    margin-bottom: 30px;
}
.items-outer:last-child {
    margin-bottom: 0;
}
.items-outer.show h3 span::before {
    -webkit-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
}
.items-outer.show h3 span::after {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}
.items-outer .h_item {
    display: none;
}
.items-outer .items {
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.items-outer figure {
    padding-left: 30px;
    width: 25%;
    margin-top: 20px;
}
.items-outer figcaption {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}
.items-outer figcaption p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.items-outer small {
    display: block;
}
.items-outer .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.items-outer .ttl::after {
    content: '詳しく見る';
    display: block;
    font-size: 14px;
    color: #0062ea;
    border: 2px solid #0062ea;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.items-outer .ttl span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}
.items-outer .ttl span::before,
.items-outer .ttl span::after {
    content: '';
    display: block;
    background: #0062ea;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.items-outer .ttl span::before {
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.items-outer .ttl span::after {
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.items-step-clic .h_item {
    display: none;
}
.add_banner h2 {
    visibility: hidden;
}
.add_banner a {
    display: block;
    max-width: 850px;
    margin: 50px auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.add_banner a:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.add_banner.banner-small a {
    max-width: 600px;
}
.knack .centerttl {
    text-align: center;
    margin-bottom: 40px;
}
.knack .centerttl .part-ttl2 {
    display: block;
    text-align: center;
}
.knack .centerttl .part-ttl2::before {
    content: none;
}
.knack .centerttl .part-ttl2::after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #0150bf;
    margin: 20px auto;
}
.knack .flow-steps-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.knack .flow-img {
    width: 100%;
    margin: 0 0 1rem;
}
.knack .step-ttl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.knack .step-ttl h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.knack .flow-steps {
    width: 33.33%;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.knack .flow-steps>div {
    width: 100%;
}
.knack .flow-steps>div:first-child {
    display: none;
}
.knack .flow-steps>div:nth-child(2) {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.knack .part-ttl2 {
    margin-bottom: 10px;
}
.knack .part-ttl2~p {
    color: #0150bf;
    font-size: 18px;
    margin-bottom: 20px;
}
.limits {
    margin-bottom: 40px;
}
.limits .ul1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
}
.limits .ul1 li {
    width: 16.66%;
    padding-left: 15px;
    margin-bottom: 10px;
}
.limits .ul1 a {
    display: block;
    text-decoration: none;
    background: #0150bf;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.limits .ul1 a:hover {
    background: #0062ea;
}
.limits>div {
    margin-bottom: 30px;
    padding-left: 20px;
}
.limits .gray_bg {
    padding: 20px;
    background: #fafafa;
}
.limits .l_ttl {
    font-size: 20px;
    line-height: 1.5;
    color: #0150bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.limits .l_ttl::before {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #0150bf;
    margin-right: 10px;
}
.limits .part2 .gray-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.limits .part2 .gray_bg {
    width: calc((100% - 20px) / 2);
}
.limits .part2 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.limits .part2 .left .pic {
    width: 45%;
}
.limits .part2 .left .content {
    width: 55%;
    padding-left: 15px;
}
.limits .part4 span {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
}
.limits .part4 a {
    display: block;
}
.limits .part4 .gray_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.limits .part4 .gray_bg>div {
    margin: 0 10px;
    padding: 20px;
    background: #edf1f7;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.limits .part4 .gray_bg>div>div {
    width: 50%;
    padding: 0 10px;
    text-align: center;
}
.limits .part4 .gray_bg>div>div:last-child {
    border-left: 1px dotted #ddd;
}
.limits .part4 .gray_bg h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0150bf;
}
.limits .part4 .gray_bg h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0150bf;
}
.limits .part5 li {
    position: relative;
    padding-left: 10px;
}
.limits .part5 li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 100%;
    left: 0;
    top: 0.75em;
    position: absolute;
}
.broken {
    margin-bottom: 50px;
}
.broken ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.broken ul>li {
    width: calc((100% - 10px) / 3);
    text-align: center;
    cursor: pointer;
    background: #dae6f6;
    font-size: 18px;
    font-weight: 900;
    padding: 13px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.broken ul h3 {
   border-bottom: 3px solid #f7fa5f;
}
.broken .item-content {
    width: 100%;
}
.broken .active {
    background: #0a8dfb;
    color: #fff;
    position: relative;
}
.broken .item-content {
    display: none;
}
.broken .item-content:first-child {
    display: block;
}
.sp_banner-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.sp_banner-fixed li {
    width: 50%;
}
.sp_banner-fixed li:first-child a {
    background: #08bf40;
}
.sp_banner-fixed li:last-child a {
    background: #ff7e1e;
}
.sp_banner-fixed a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
}
.sp_banner-fixed img {
    width: 2rem;
    height: 2rem;
    margin-right: 5px;
}
.step1_add {
    background: #fafafa;
    padding: 40px 50px;
    margin-bottom: 50px;
    margin-top: -20px;
}
.step1_add small {
    font-size: 12px;
}
.step1_add strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.step1_add .para2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
}
.step1_add .para2>div {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.step1_add .para2 .p1 {
    background: #e5e5e5;
}
.step1_add .para2 h3,.step1_add .para2 .ttl{
    min-width: 260px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    font-size: 16px;
}
.step1_add .para2 p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.step1_add .f_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.step1_add .f_box .left {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 40px;
}
.step1_add .f_box p {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.step1_add>div {
    margin-bottom: 30px;
}
.step1_add .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -50px;
}
.step1_add .item {
    padding-left: 50px;
    width: 25%;
    margin-bottom: 30px;
}
.step1_add figure {
    background: #eeeeee;
    height: 100%;
    border: 1px solid #dcdcdc;
    position: relative;
}
.step1_add .order {
    display: block;
    text-align: center;
    right: 10px;
    bottom: 10px;
    position: absolute;
    line-height: 1;
    color: #e1e1e1;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
}
.step1_add figcaption {
    border-top: 1px solid #dcdcdc;
    padding: 15px;
    min-height: 6rem;
    position: relative;
    z-index: 2;
}
.step1_add .pic {
    background: #fff;
    padding: 15px;
}
.step1_add h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 10px;
}
.step1_add h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 20px;
    text-align: center;
}
.step1_add h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    left: 0;
    top: 0.2em;
    bottom: 0.2em;
    background: #0062ea;
}

.all_shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.all_shops a {
    display: block;
    font-size: 16px;
    padding: 5px 1.5em;
    color: #0062ea;
    border: 2px solid #0062ea;
    text-decoration: none;
}
.all_shops a:hover {
    background: #0062ea;
    color: #fff;
}
.get-free-sim .top {
    margin-bottom: 40px;
}
.get-free-sim .top h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.get-free-sim .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.get-free-sim .top li {
    width: calc((100% - 100px) / 3);
}
.get-free-sim .top img {
    margin: auto;
    max-width: 160px;
    width: 100%;
}
.get-free-sim .top a {
    display: block;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 20px;
}
.get-free-sim .top a:hover {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}
.get-free-sim .step {
    border: 1px solid #0062ea;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 30px;
}
.get-free-sim .step h5 {
    background: #0062ea;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    width: 100%;
    overflow: hidden;
}
.get-free-sim .detail {
    padding: 30px;
}
.get-free-sim .detail>p:first-child {
    margin-bottom: 10px;
}
.get-free-sim .detail svg {
    text-align: center;
    color: #0062ea;
    font-size: 30px;
    margin: 20px auto;
    display: block;
}
.get-free-sim .detail img {
    display: block;
    margin: auto;
}
.get-free-sim .detail h6 {
    font-size: 16px;
    color: #0062ea;
}
.get-free-sim .detail dl {
    margin-bottom: 1rem;
}
.get-free-sim .brand {
    margin-bottom: 40px;
}
.get-free-sim .brand h4 {
    font-size: 24px;
    color: #0062ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 5px 0;
    padding-left: 12px;
}
.get-free-sim .brand h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    top: 5px;
    bottom: 5px;
    background: #0062ea;
    left: 0;
}
.get-free-sim .brand h4~p {
    margin-bottom: 20px;
}
.footer-search {
    z-index: 2;
    position: relative;
    background: #fff;
}
.footer-search .search-box {
    display: block;
}
.footer-search .search-box>div {
    height: 100%;
}
.footer-search .search-box .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.footer-search .search-box .right>div {
    width: calc((100% - 50px) / 2);
    background: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-search .search-box .right>div:first-child {
    margin-bottom: 0;
}
.footer-search .search-box .left {
    width: 100%;
    padding: 20px;
}
.footer-search .search-box .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: -20px;
    margin-left: 0;
}
.footer-search .search-box .left li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
    padding-left: 0;
}
.footer-search .search-box .left a {
    height: 100%;
}
.footer-search .search-box .left a h3{
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0;
}
.part-buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.part-buttons a{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #0062ea;
    border: 1px solid #0062ea;
    color: #fff;
    border-radius: 10px;
    margin: 0 20px 10px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    text-decoration: none;
}
.part-buttons a:hover{
    background: #fff;
    color: #0062ea;
}
.part-buttons a svg{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.nopurchase {
    border: none !important;
    margin: auto;
}
.shop_pic {
    padding-top: 56%;
}
.shop_pic_slider {
    position: relative;
    overflow: hidden;
}
.shop_pic_slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: url(images/arrow-left.png) center center/contain no-repeat;
    z-index: 20;
    text-indent: -9999px;
    cursor: pointer;
}
.shop_pic_slider .slick-arrow:hover {
    opacity: 0.6;
}
.shop_pic_slider .slick-prev {
    left: 0;
}
.shop_pic_slider .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.shop_pic_slider .slick-slide {
    padding: 0 10px;
}
.lines {
    padding: 40px 40px 0;
    background: #fff;
}
.lines h4 {
    text-align: center;
    font-size: 26px;
    position: relative;
    z-index: 2;
    padding: 5px 20px;
    color: #fff;
    background: #0062ea;
}
.line_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-top: 30px;
}
.line_items .item {
    width: 25%;
    padding-left: 25px;
    margin-bottom: 25px;
}
.line_items .pic {
    width: 100%;
    padding-top: 65%;
    margin-bottom: 15px;
}
.shop_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.shop_info>div {
    width: calc((100% - 30px) / 2);
}
.shop_info a {
    display: block;
    color: #0062ea;
}
.shop-map {
    position: relative;
}
.shop-map::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56%;
}
.shop-map iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.shop-list-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    font-size: 14px;
}
.shop-list-box .pic {
    width: 28%;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.shop-list-box img {
    opacity: 1 !important;
}
.shop-list-box .shop-pic {
    padding-top: 100%;
    position: relative;
}
.shop-list-box .hasbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.shop-list-box .outer {
    width: 72%;
    padding-left: 15px;
}
.shop-list-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.shop-list-box h4 {
    color: #0062ea;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.shopitems-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.shopitems {
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 20px;
    width: calc((100% - 50px) / 2);
}
.statute .part {
    margin-top: 40px;
}
.statute ul {
    list-style: disc inside;
    margin: 10px 0;
}
.statute p.blue {
    color: #0150bf;
    margin-top: 1rem;
}
.items-step-clic h5:hover {
    cursor: pointer;
}
.items-step-clic h4:hover {
    cursor: pointer;
}
.step1_add .items-step-clic h5::after {
    content: '詳しく見る';
    display: block;
    font-size: 14px;
    color: #0062ea;
    border: 2px solid #0062ea;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step1_add .items-step-clic h4::after {
    content: '詳しく見る';
    display: block;
    font-size: 14px;
    color: #0062ea;
    border: 2px solid #0062ea;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.staff-box {
    background: #fff;
    padding: 0 40px 40px;
}
.staff-box article {
    overflow: hidden;
}
.staff-box .alignleft {
    float: left;
    margin-right: 20px;
}
.staff-box .alignright {
    float: right;
    margin-left: 20px;
}
.staff-box .aligncenter {
    margin: 0 auto 20px;
}
.staff-box h4 {
    font-size: 18px;
    color: #0062ea;
    text-align: center;
    margin-bottom: 20px;
}
.purchae-box {
    background: #fff;
    padding: 0 40px 40px;
}
.purchae-box h4 {
    font-size: 18px;
    color: #0062ea;
    text-align: center;
    margin-bottom: 20px;
}
.readmore {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.readmore a {
    font-size: 12px;
    display: block;
    border: 1px solid #0062ea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #0062ea;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
}
.readmore a:hover {
    background: #0062ea;
    color: #fff;
}
.purchase-inner {
    padding: 20px;
    border-top: 5px solid #0062ea;
    border-bottom: 5px solid #0062ea;
}
.purchase-inner .scrollbox {
    max-height: 260px;
    overflow-y: auto;
}
.purchase-inner .high {
    line-height: 1.8em;
    max-height: 9em;
    overflow: hidden;
}
.purchase-inner span.read-more {
    font-size: 15px;
    text-decoration: underline;
    color: #0062ea;
    cursor: pointer;
}

span.cat {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    background: #ff7e1e;
    border-radius: 3px;
    line-height: 1.3;
}

span.cat.catpurchase {
    background: #0062ea;
}

span.cat.catrepair {
    background: #f2ad24;
}

span.cat.catnews {
    background: #0150bf;
}
.sidenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidenav li {
    margin-left: 20px;
}
.sidenav a {
    display: block;
    color: #111;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 12px;
}
.sidenav a:hover {
    opacity: 0.6;
}
.sidenav span {
    display: block;
}
.sidenav svg {
    margin: 0 auto;
    width: 1em;
    height: 1em;
    font-size: 1.5em;
}
.sidenav img {
    margin: auto;
    width: 40px;
}
.search-item {
    background: #fff;
    margin-bottom: 20px;
}
.search-item .price_ttl {
    font-size: 12px;
    background: #c3e2fe;
    padding-left: 5px;
    width: 106px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.search-item .price_ttl::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    border-left: 7px solid #c3e2fe;
    border-top: 10.5px solid transparent;
    border-bottom: 10.5px solid transparent;
}
.search-item .price_ttl~span {
    color: #e70909;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}
.search-item strong {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 2px;
}
.search-item .button {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background: #0150bf;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 1px 0 #00367f;
    box-shadow: 0 3px 1px 0 #00367f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -ms-flex-item-align: start;
    align-self: flex-start;
    white-space: nowrap;
}
.search-item .button:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #00367f;
    box-shadow: 0 0 0 0 #00367f;
}
.c_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 40px;
}
.c_button a {
    display: block;
    color: #fff;
    padding: 5px 15px;
    background: #0062ea;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    font-size: 14px;
}
.c_button a:hover {
    background: #0150bf;
}
.c_button svg {
    margin-right: 5px;
}
.brand-item {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.brand-item:nth-child(even) {
    background: #f7f7f7;
}
.search-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px 30px;
    position: relative;
}
.search-items .slick-arrow {
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 10;
    background: #0062ea url(images/arrow-left-white.png) center/60% no-repeat;
}
.search-items .slick-arrow:hover {
    background-color: #0150bf;
}
.search-items .slick-prev {
    left: 0;
}
.search-items .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.search-items .slick-slide>div {
    padding: 0 20px;
}
.search-items::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100vw + 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    background: #ededed;
    z-index: -1;
}
.search-items .title {
    color: #fff;
    background: #0150bf;
    font-size: 20px;
    padding: 5px 15px;
}
.search-items .title span {
    border-left: 5px solid #fff;
    padding-left: 10px;
}
.search-items .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 150px);
}
.search-items .left {
    font-size: 16px;
    width: 150px;
}
.search-items .left p {
    padding: 0 10px;
    font-weight: 700;
}
.search-items h4 {
    color: #fff;
    padding: 0 10px;
    font-size: 17px;
    margin-bottom: 5px;
}
.search-items h4.docomo {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#e1394f), to(rgba(225, 57, 79, 0)));
    background: linear-gradient(to right, #e1394f 0%, rgba(225, 57, 79, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1394f', endColorstr='#1ae1394f', GradientType=1);
    /* IE6-9 */
}
.search-items h4.au {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f46e13), to(rgba(244, 110, 19, 0)));
    background: linear-gradient(to right, #f46e13 0%, rgba(244, 110, 19, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46e13', endColorstr='#1af46e13', GradientType=1);
    /* IE6-9 */
}
.search-items h4.softbank {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#9d9d9d), to(rgba(157, 157, 157, 0)));
    background: linear-gradient(to right, #9d9d9d 0%, rgba(157, 157, 157, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#1a9d9d9d', GradientType=1);
    /* IE6-9 */
}
.purchse_ttl {
    padding-left: 10px;
    border-left: 5px solid #0062ea;
    color: #0062ea;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.purchase_item {
    padding: 15px 0;
    border-top: 1px solid #f7f7f7;
}
.purchase_item:nth-child(1) {
    border-top: 0;
}
.normal-page-tem h1,
.normal-page-tem h2,
.normal-page-tem h3,
.normal-page-tem h4,
.normal-page-tem h5,
.normal-page-tem h6 {
    color: #0150bf;
    font-size: 16px;
}
.normal-page-tem>* {
    margin-bottom: 20px;
    line-height: 1.8;
}

/***********************
shop maps
**********************/
.area_group {
    cursor: pointer;
}
.area_group .flag {
    fill: #0062ea;
}
.area_group .map_area {
    fill: #62c38b;
}
.area_group .flag_stick path {
    fill: #086a8a;
}
.area_group:hover .flag_stick path {
    fill: #ae8f1c;
}
.area_group:hover .map_area {
    fill: #ebc82b;
}
.area_group:hover .flag {
    fill: #eac82c;
}
.shop-areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.shop-areas .shops_list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 30px;
}
.shop-areas .shops_list>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shop-areas .shops_list>div.show h3::before {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    opacity: 0;
}
.shop-areas .shops_list>div.show h3::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}
.shop-areas .shops_list>div:last-child {
    border-bottom: 0;
}
.shop-areas .shops_list h3 {
    cursor: pointer;
    padding: 10px 15px;
    font-weight: 700;
    background: #0062ea;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.shop-areas .shops_list h3:hover {
    background: #ebc82b;
}
.shop-areas .shops_list h3::before,
.shop-areas .shops_list h3::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.shop-areas .shops_list h3::before {
    width: 12px;
    height: 2px;
    right: 10px;
}
.shop-areas .shops_list h3::after {
    height: 12px;
    width: 2px;
    right: 15px;
}
.shop-areas .shops_list .children_ul {
    display: none;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.shop-areas .shops_list .children_ul li {
    border-top: 1px solid #ccc;
}
.shop-areas .shops_list .children_ul li:first-child {
    border-top: 0;
}
.shop-areas .shops_list .each-item {
    display: block;
    padding: 10px 20px;
}
.shop-areas .shops_list .link-item {
    display: block;
    padding: 10px 20px;
}
.shop-areas .shops_list a {
    text-decoration: none;
    color: #111;
    position: relative;
}
.shop-areas .shops_list a:hover::after {
    right: 15px;
}
.shop-areas .shops_list a::after {
    content: '>';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.shop-areas .shop-maps {
    padding-top: 52%;
    position: relative;
    width: 600px;
    min-width: 600px;
}
.shop-areas .shop-maps svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mapbox {
    margin-bottom: 60px;
}
.archive .areas-box .areas::before {
    content: none;
}
.areaposts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.areaposts>div {
    padding-left: 30px;
    width: 33.33%;
    margin-top: 30px;
}
.areaposts a {
    display: block;
    color: #fff;
    background: #0150bf;
    text-align: left;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.areaposts a::after {
    content: '>';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.areaposts a:hover {
    background: #0062ea;
}
.areaposts a:hover::after {
    right: 10px;
}
.areaname {
    color: #fff;
    background: #0150bf;
    font-size: 24px;
    padding: 5px 0.5em;
    margin-top: 50px;
}
.areapost_list article {
    padding: 20px;
    position: relative;
    border-bottom: 1px dashed #0150bf;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.areapost_list article:hover {
    background: #f7f7f7;
}
.areapost_list a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.areapost_list h4 {
    font-size: 16px;
    border-left: 5px solid #0150bf;
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.tax-area .breadcrumbs {
    display: none;
}
.tax-area .breadcrumbs.areabread {
    display: block;
}
@media (max-width: 1600px) {
    .hero-outer {
        padding: 60px 0 60px 60px;
    }
    .hero-outer h4 {
        font-size: 20px;
    }
    .hero-outer h4 svg {
        font-size: 24px;
    }
    .hero-outer p {
        font-size: 16px;
    }
    .hero-outer .content {
        padding-right: 40px;
    }
    .homehero .hasbg {
        bottom: 390px;
    }
    .inner {
        padding: 0 30px;
    }
    .privacy-box {
        padding: 0;
    }
}
@media (max-width: 1540px) {
    .footerinner .footer-nav nav.full li {
        min-width: 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 1400px) {
    .secondary-nav {
        padding-right: 5px;
    }
    .third-nav {
        padding-left: 10px;
    }
    .footer-search .search-box .right {
        margin-top: 20px;
    }
    .footer-search .search-box .right>div {
        width: calc((100% - 30px) / 2);
    }
    .broken_cases {
        padding: 30px;
    }
    .items-outer .items {
        margin-left: -20px;
    }
    .items-outer figure {
        padding-left: 20px;
    }
    .areas-box .areas dl {
        font-size: 16px;
    }
    .areas-box .areas dd {
        font-size: 14px;
    }
    .areas-box .areas dt {
        min-width: 160px;
    }
}
@media (max-width: 1240px) {
    .areaname {
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }
    .cityouter h3.city {
        font-size: 20px;
    }
    .shop-areas .shop-maps {
        width: 500px;
        min-width: 500px;
        padding-top: 55%;
    }
    .shop-areas .shops_list {
        padding: 0;
    }
    .shop-areas .shops_list h3 {
        font-size: 14px;
    }
    .search-item {
        width: calc((100% - 30px) / 2);
    }
    .search-item .button {
        margin-left: 20px;
    }
    .search-item strong {
        font-size: 18px;
        line-height: 1.5;
    }
    .brand-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .search-items .title {
        font-size: 18px;
    }
    .search-items .left {
        width: 100%;
    }
    .search-items .left * {
        font-size: 15px !important;
    }
    .search-items .right {
        margin-top: 5px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
    }
    .homehero{
        padding-top: 80px;
    }
    .homehero .slogan h2 ,.homehero .slogan .h2 {
        font-size: 56px;
    }
    .homehero .slogan .txt {
        font-size: 34px;
    }
    .homehero .hasbg {
        bottom: 360px;
    }
    .home .footer-search .search-box .left {
        padding: 30px;
    }
    .home .footer-search .search-box .right {
        padding: 30px;
    }
    .home .footer-search .search-box .right>div {
        width: calc((100% - 30px) / 2);
    }
    .single-time svg {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }
    .step1_add {
        padding: 30px;
    }
    .step1_add .items {
        margin-left: -30px;
    }
    .step1_add .item {
        padding-left: 30px;
    }
    .pro-types .type {
        width: 20%;
    }
    .pro-types h2 {
        font-size: 14px;
    }
    .single-lists article {
        width: calc((100% - 30px) /2);
    }
    .top-nav ul li img {
        width: 50px;
    }
    .flows>div {
        padding: 40px 30px;
    }
    .qa-box dt {
        font-size: 16px;
    }
    .qa-box dd {
        font-size: 14px;
    }
    .company1 div:first-child {
        font-size: 14px;
    }
    .flow-des {
        font-size: 16px;
    }

    #pagetop {
        width: 60px;
        height: 60px;
        top: -60px;
        right: 30px;
    }
    .purchase article h2 {
        font-size: 18px;
    }
    .purchase-box article {
        width: calc((100% - 60px) / 4);
    }
    .search-box .right {
        margin-left: 30px;
    }
    .hero-outer {
        padding: 50px 0 50px 40px;
    }
    .hero-outer h4 {
        font-size: 16px;
    }
    .hero-outer h4 svg {
        font-size: 18px;
    }
    .hero-outer p {
        font-size: 12px;
        padding: 0.5rem;
        text-align: center;
    }
    .hero-outer .content {
        padding-right: 30px;
    }
    .nav-bar .main-nav a {
        padding: 0.5rem 0.8rem;
    }
    .banner-groups {
        padding: 40px 50px;
    }
    .areas-box .areas dt {
        min-width: 100px;
    }
}
@media (max-width: 1200px) {
    .footerinner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerinner>div:first-child {
        width: 100%;
        min-width: auto;
    }
    .footerinner .footer-nav nav.first-nav {
        padding-right: 15px;
    }
    .footerinner .footer-nav nav.secondary-nav,
    .footerinner .footer-nav nav.third-nav {
        padding: 0 15px;
    }
    .footerinner .footer-nav nav.fourth-nav {
        padding-left: 15px;
    }
    .footerinner .footer-nav nav:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
    }
    .footerinner .footer-nav nav.full li {
        min-width: 50%;
        max-width: 50%;
    }
    .line_items {
        margin-left: -20px;
        margin-top: 20px;
    }
    .line_items .item {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1100px) {
    .lines h4 {
        font-size: 24px;
    }
    .news-outer>div {
        width: 100%;
    }
    .scroll-box {
        height: auto;
    }
    .limits .l_ttl {
        font-size: 18px;
    }
    .knack .centerttl {
        margin-bottom: 25px;
    }
    .knack .part-ttl2~p {
        font-size: 16px;
    }
    .knack .step-ttl h2 {
        font-size: 16px;
    }
    .knack .step-ttl .order {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .cautions ul {
        font-size: 16px;
        padding: 0;
    }
    .page-id-123 .page-featured .inner {
        background-size: auto 80%;
        background-position: 96% center;
    }
    .page-id-86 .page-featured .inner {
        background-size: auto 70%;
        background-position: 96% center;
    }
    .reasons h2 {
        font-size: 24px;
    }
    .reasons h2 span {
        font-size: 48px;
    }
    .ways figure {
        margin-bottom: 20px;
        width: calc((100% - 40px) / 3);
    }
    .ways h4 {
        font-size: 16px;
    }
    .ways p {
        font-size: 12px;
    }
    .reasons-inner h4 {
        font-size: 16px;
    }
    .reasons-inner p {
        font-size: 12px;
        line-height: 1.5;
    }
    .banner-groups ul {
        margin-top: 30px;
    }
    .areas-box .areas .items {
        padding: 30px;
    }
    .banner-groups h2,
    .areas-box h2 {
        font-size: 24px;
    }
    .areas-box .areas .bigarea>li {
        padding: 1.2rem 0.5rem 1.8rem;
        font-size: 14px;
    }
    .areas-box .areas .bigarea>li:after {
        width: 1.2rem;
        height: 1.2rem;
    }
    .areas-box .areas .bigarea>li img {
        max-width: 80px;
    }
    .flow-steps>div:first-child {
        width: 120px;
        min-width: 120px;
    }

    h2.part-ttl {
        font-size: 24px;
    }
    .part-ttl2 {
        font-size: 20px;
    }
    .step-ttl h2,.step-ttl h3  {
        font-size: 20px;
    }
    .footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footerinner .footer-nav nav {
        width: 50%;
        min-width: 50%;
        margin-top: 25px;
    }
    .footerinner .footer-nav nav:nth-child(2n-1) {
        padding: 0;
        padding-right: 20px;
        border-left: 0;
    }
    .footerinner .footer-nav nav:nth-child(2n) {
        padding: 0;
        padding-left: 20px;
    }
}
@media (max-width: 1000px) {
    .toptel {
        display: none;
    }
    .part-buttons a{
        margin: 0 15px;
        font-size: 16px;
    }
    .part-buttons a svg {
        width: 22px;
        height: 22px;
    }

    ul.bottommenu a {
        padding: 0 12px;
        word-wrap: break-word;
        white-space: normal;
        word-break: break-all;
    }
    .areaposts {
        margin-left: -15px;
    }
    .areaposts>div {
        padding-left: 15px;
        margin-top: 15px;
    }
    .shopitems {
        width: calc((100% - 30px) / 2);
    }
    .single-main h1 {
        font-size: 24px;
    }
    .knack .flow-steps-outer {
        margin-left: -20px;
    }
    .shop-areas .shop-maps {
        width: 400px;
        min-width: 400px;
    }
    .footerinner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    h2.logo {
        width: 220px;
    }
    .brand-item {
        padding: 14px 10px;
    }
    .search-items .title {
        font-size: 16px;
    }
    .search-item {
        width: calc((100% - 20px) / 2);
    }
    .search-item .button {
        font-size: 10px;
        margin-left: 5px;
    }
    .homehero .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .homehero .slogan .txt {
        font-size: 30px;
    }
    .homehero .slogan h2,.homehero .slogan .h2  {
        font-size: 46px;
    }
    .quciklinks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quciklinks ul {
        margin-left: 0;
        width: 100%;
    }
    .homehero .hasbg {
        bottom: 325px;
    }
    .home .footer-search .search-box .left {
        padding: 30px 20px;
    }
    .home .footer-search .search-box .right {
        padding: 30px 0;
    }
    .home .footer-search .search-box .right>div {
        width: calc((100% - 20px) / 2);
    }
    .broken-top h4 {
        font-size: 16px;
    }
    .broken-top .figure {
        width: calc((100% - 60px) / 4);
    }
    .step1_add .items-step-clic h5::after {
        font-size: 12px;
    }
    .step1_add .items-step-clic h4::after {
        font-size: 12px;
    }
    .items-outer .ttl::after {
        font-size: 12px;
    }
    .shop_info>div {
        width: 100%;
    }
    .shop_info>div.left {
        margin-bottom: 20px;
    }
    .page .search-box .left ul {
        margin-bottom: -15px;
    }
    .page .search-box .left li {
        width: calc((100% - 30px)/3);
        margin-bottom: 15px;
    }
    .get-free-sim .detail {
        padding: 20px;
    }
    .get-free-sim .top li {
        width: calc((100% - 40px)/3);
    }
    .get-free-sim .brand h4 {
        font-size: 20px;
    }
    .get-free-sim .step h5 {
        font-size: 18px;
    }
    .step1_add .item {
        width: 33.33%;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .step1_add .items {
        margin-left: -20px;
    }
    .checkboxes li {
        width: 50%;
    }
    .broken ul>li {
        font-size: 16px;
    }
    .limits .part2 .gray-outer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .limits .part2 .gray_bg {
        width: 100%;
        margin: 0;
    }
    .limits .part2 .gray_bg:first-child {
        margin-bottom: 15px;
    }
    .limits .part4 .gray_bg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .limits .part4 .gray_bg>div {
        width: 100%;
        margin: 0;
    }
    .limits .part4 .gray_bg>div:first-child {
        margin-bottom: 15px;
    }
    .knack .flow-img {
        min-width: 100%;
    }
    .knack .flow-steps {
        padding-left: 20px;
    }

    section.exterior,
    section.crystal,
    section.function {
        padding: 40px 20px;
    }
    .items-outer figcaption {
        font-size: 14px;
    }
    .items-outer figcaption p {
        font-size: 12px;
    }
    .items-outer .ttl {
        font-size: 16px;
    }
    .pro-types .type {
        width: 25%;
    }
    .single-lists article {
        width: 100%;
    }
    .scroll-box {
        padding: 20px;
        border-width: 1rem;
    }
    .search-box .right>div:first-child {
        margin-bottom: 30px;
    }
    .flows h3 {
        font-size: 24px;
    }
    .flows .pics figure {
        padding-left: 20px;
    }
    .step-ttl h2,.step-ttl h3  {
        font-size: 18px;
    }
    .page-main.normal_list article .content {
        margin-left: 20px;
    }
    .page-main.normal_list article h2 {
        font-size: 18px;
    }
    .main-wrapper {
        height: 39.6vw;
    }
    .drop-down-menu {
        display: block;
    }
    .perspective {
        display: block;
    }
    .pro-types {
        margin-left: -20px;
    }
    .pro-types ul li:nth-child(4) {
        width: 100%;
        border-left: 0;
    }
    .pro-types .type {
        padding-left: 20px;
    }
    .pro-types h2 {
        font-size: 12px;
    }
    .company1 {
        padding: 50px;
    }
    .company1 div:first-child {
        min-width: 160px;
    }
    .company1 div:last-child {
        margin-left: 30px;
    }
    .flow-contact {
        padding: 30px;
    }
    .flow-contact-wrapper {
        padding: 50px 0px 0;
    }
    .flow-steps>div:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 30px;
    }
    .step-ttl {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step-ttl h2,.step-ttl h3  {
        margin-bottom: 0.5rem;
    }
    .step-ttl .order {
        margin-bottom: 0.5rem;
    }
    .step-ttl .order~div {
        width: 100%;
    }
    .flow-img {
        margin: 20px 0 0;
    }
    .flow-des {
        font-size: 14px;
    }
    .shopping-flow figcaption {
        font-size: 14px;
    }

    #pagetop {
        right: 20px;
    }
    .sectionttl h2 {
        font-size: 26px;
    }
    .purchase-box article {
        width: calc((100% - 20px) / 2);
    }
    .purchase {
        padding: 50px 0;
    }
    .search-box .searchbox li {
        height: 32px;
    }
    .search-box .right {
        margin-top: 1rem;
    }
    .search-box .right>div {
        padding: 1rem;
    }
    .search-box .right>div:first-child {
        margin-bottom: 1rem;
    }
    .search-box .pro-pic {
        max-width: 100%;
    }
    .search-box .pro-pic img {
        max-width: 80px;
        max-height: 50px;
        margin: auto;
    }
    .search-box .pic {
        max-width: 120px;
    }
    .search-box .pro-name {
        margin-top: 10px;
        text-align: center;
    }
    .search-box .pro-name span.nowrap {
        display: block;
        white-space: pre-wrap;
    }
    .search-box .left {
        min-width: 100%;
        padding: 1rem;
    }
    .search-box .left .more {
        display: none;
    }
    .search-box .left a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        font-size: 12px;
    }
    .search-box .left ul {
        margin-left: -0.5rem;
        margin-bottom: -0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-box .left li {
        width: 20%;
        padding-left: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .search-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .search-box .right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .inner {
        padding: 0 20px;
    }
    .nav-bar .inner {
        padding: 0.5rem 20px;
    }
    .nav-bar .main-nav {
        display: none;
    }
    .hero-outer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0 50px 30px;
    }
    .hero-outer .content {
        padding-right: 20px;
    }
    .hero-outer h1 {
        margin-bottom: 20px;
    }
    .hero-outer h4 {
        font-size: 14px;
    }
    .hero-outer ul {
        margin-bottom: -1rem;
    }
    .hero-outer li {
        width: calc((100% - 1rem) / 2);
        margin-bottom: 1rem;
    }
    .page-id-671 .main-contact {
        padding: 50px;
    }
}
@media (max-width: 900px) {
    .page-id-671 .main-contact .contact-inner .tr {
        display: block;
    }
    .page-id-671 .main-contact .contact-inner .th {
        width: 100%;
    }
    .page-id-671 .main-contact .contact-inner .td {
        width: 100%;
        margin-top: 8px;
    }
    .page-id-671 .main-contact .addr-wapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* toggle-btn */
@media (max-width: 750px) {
    .lines h4 {
        font-size: 20px;
    }
    .single-main h2 {
        font-size: 20px;
    }
    .single-main h1,
    .single-main h3 {
        font-size: 18px;
    }
    .single-main h4 {
        font-size: 16px;
    }
    .single-main .socialList li {
        width: calc(25% - 7px);
    }
    .single-main .socialList svg {
        font-size: 18px;
    }
    .search-items .slick-arrow {
        width: 26px;
        height: 26px;
    }
    .search-items .slick-prev {
        left: -10px;
    }
    .search-items .slick-next {
        right: -10px;
    }
    .search-items .slick-slide>div {
        padding: 0;
    }
    .staff-box .alignleft {
        float: none;
        margin: 0 auto 20px;
    }
    .search-items {
        padding: 0 0 10px;
    }
    .search-submit {
        margin: 15px auto 0;
    }
    .footer-search .search-box .right>div {
        width: 100%;
    }
    .footer-search .search-box .right>div:first-child {
        margin-bottom: 10px;
    }
    .shop-areas {
        margin-bottom: 30px;
    }
    .shop-areas .shop-maps {
        display: none;
    }
    .shop-areas .shops_list {
        margin-top: 50px;
    }

    ul.bottommenu {
        border-top: 1px solid rgba(204, 204, 204, 0.4);
    }

    ul.bottommenu li {
        height: auto;
    }

    ul.bottommenu a {
        border-left: 1px solid rgba(204, 204, 204, 0.4);
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
        border-right: 1px solid rgba(204, 204, 204, 0.4);
        padding: 5px 10px;
        height: auto;
    }

    ul.bottommenu a::before {
        content: '>';
        left: auto;
        right: 5px;
        width: auto;
        height: auto;
        background: transparent;
    }
    
    ul.bottommenu .bottommenu-ul{
        padding-left: 0 !important;
    }
    ul.bottommenu .bottommenu-ul a{
        padding-left: 20px;
        font-size: 0.9em;
        display: block;
    }

    .footer-nav {
        margin-right: 0;
        padding-bottom: 0;
    }
    .footer-nav p {
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .footer-nav p:after {
        content: "＋";
        font-size: 1em;
        font-weight: 700;
        line-height: 1;
        opacity: 0.8;
        margin-left: 10px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .footer-nav p.active:after {
        content: "－";
    }
    .footerlogo {
        margin-bottom: 20px;
    }
    .footerinner .footer-nav nav {
        width: 100%;
        margin-top: 10px;
    }
    .footerinner .footer-nav nav ul {
        padding: 0;
        display: none;
    }
    .footerinner .footer-nav nav ul.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footerinner .footer-nav nav.first-nav,
    .footerinner .footer-nav nav.secondary-nav,
    .footerinner .footer-nav nav.third-nav,
    .footerinner .footer-nav nav.fourth-nav,
    .footerinner .footer-nav nav.full {
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footerinner .footer-nav nav:nth-child(2n-1) {
        padding-right: 0;
    }
    .footerinner .footer-nav nav.full li {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    #menu-secondary-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px;
    }

    #menu-secondary-menu li {
        width: 50%;
    }
    .page-id-671 .main-contact {
        padding: 20px;
    }
    .purchae-box,
    .staff-box {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footerlogo a {
        font-size: 12px;
    }
    .footerlogo img {
        width: 65px;
    }
    .sidenav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sidenav svg {
        margin: 0 5px 0 0;
    }
    .sidenav {
        width: 100%;
        font-size: 12px;
        margin-top: 15px;
    }
    .sidenav img {
        margin: 0;
        width: 30px;
    }
    .sidenav li {
        margin-left: 0;
    }
    .sidenav li:nth-child(1) {
        width: 38%;
    }
    .sidenav li:nth-child(2) {
        width: 38%;
    }
    .sidenav li:nth-child(3) {
        width: 24%;
    }
    .top-nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .top-nav ul li {
        border-right: 0px solid #c1c1c1;
        width: 25%;
        font-size: 12px;
    }
    .top-nav ul li img {
        display: block;
        width: 35px;
    }
    .top-nav ul li a {
        padding: 10px 0;
        font-size: 12px;
    }
    .homehero .hasbg {
        bottom: auto;
        top: 0;
        height: 600px;
    }
    .homehero .hasbg img{
        object-position: 0% 100%;
    }
    .homehero {
        padding-top: 0;
    }
    .homehero .slogan {
        padding: 2em 0 2.5em;
    }
    .homehero .content {
        height: auto;
        padding: 40px 0 300px;
    }
    .home .footer-search .search-box .left {
        padding: 10px 0;
        background: transparent;
    }
    .home .footer-search .search-box .left .partttl {
        color: #111;
    }
    .footer-search .search-box .left {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-search .search-box .left li {
        width: calc((100% - 2px) / 3);
        margin-bottom: 1px;
    }
    .home .footer-search .search-box .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home .footer-search .search-box .right>div {
        width: 100%;
    }
    .home .footer-search .search-box .right>div:first-child {
        margin-bottom: 20px;
    }
    .step1_add {
        padding: 30px 10px;
    }
    .step1_add .order {
        font-size: 48px;
    }
    .step1_add .para2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step1_add .para2 .p1 {
        width: 100%;
    }
    .step1_add .f_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step1_add .f_box .left {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .step1_add .f_box p {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .step1_add h5 {
        font-size: 16px;
    }
    .step1_add h4 {
        font-size: 20px;
    }
    .step1_add strong {
        font-size: 15px;
    }
    .step1_add figcaption {
        padding: 10px;
        font-size: 12px;
    }
    .step1_add .item {
        width: 50%;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .step1_add .items {
        margin-left: -10px;
    }
    .qa-box {
        margin-bottom: 40px;
    }
    .qa-box dl {
        margin-bottom: 1.2rem;
    }
    .qa-box dt {
        font-size: 14px;
    }
    .footer-bar {
        display: block;
    }
    .flows>div {
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .flows>div::before {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        background: #0062ea;
        z-index: -1;
    }
    .flows h3 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-bottom: 20px;
    }
    .flows .pics {
        margin-left: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flows .pics figure {
        width: 25%;
        padding-left: 10px;
    }
    .qa-box dd {
        padding: 1.2rem 1.5rem 1.2rem 4rem;
    }
    .qa-box dd::before {
        left: 1.5rem;
    }
    .cautions {
        padding: 20px;
    }
    .cautions h3.part-ttl2 {
        margin-bottom: 1rem;
    }
    .cautions ul {
        font-size: 14px;
    }
    .reasons h2 {
        font-size: 20px;
    }
    .reasons h2 span {
        font-size: 40px;
    }
    .reasons-inner {
        margin-top: 20px;
    }
    .reasons-inner figure {
        width: calc((100% - 20px) / 2);
    }
    .reasons {
        padding: 50px 0;
    }
    .store-repair .ways {
        margin: 30px 0 40px;
    }
    .store-repair .ways h4 {
        font-size: 14px;
    }
    .ways figure {
        width: 100%;
    }
    .banner-groups {
        padding: 30px;
    }
    .banner-groups li {
        width: 48%;
    }
    .cityname a {
        padding: 5px;
    }
    .areas-box {
        margin: 0 0 40px;
    }
    .areas-box .areas {
        padding: 40px 0;
    }
    .areas-box .areas .bigarea>li {
        padding: 1rem 0.5rem 1.3rem;
        font-size: 12px;
        width: 33.33%;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .areas-box .areas .bigarea>li img {
        width: 50%;
    }
    .areas-box .areas .bigarea>li::after {
        width: 1rem;
        height: 1rem;
        bottom: 6px;
    }
    .areas-box .areas .items .item-box>div {
        width: 100%;
    }
    .areas-box .areas .items .item-box>div:nth-child(1) {
        margin-bottom: 30px;
    }
    .areas-box .areas .items {
        padding: 20px 0 40px;
        position: relative;
    }
    .areas-box .areas .items::before {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: -1;
    }
    .page-main.normal_list article h2 {
        font-size: 16px;
    }
    .pro-types {
        margin-left: -10px;
    }
    .pro-types .type {
        width: 33.33%;
        padding-left: 10px;
    }
    .pro-types .pic {
        padding: 5px;
    }
    .page-featured .inner {
        padding: 40px 0;
    }
    .page-featured h1,
    .page-featured .ttl {
        font-size: 18px;
    }
    .company1 {
        padding: 30px 20px;
    }
    .company1 li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .company1 div:first-child {
        width: 100%;
        padding: 0.5em 1em;
    }
    .company1 div:last-child {
        width: 100%;
        padding: 0.5em 1em;
        border: none;
        margin-left: 0;
    }
    .flow-contact {
        text-align: center;
    }
    .flow-contact h2 {
        font-size: 20px;
    }
    .flow-contact h2::after {
        margin: 10px auto 15px;
    }
    .flow-contact>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .flow-ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto;
    }
    .flow-ul li {
        margin: 0 0.5em;
        min-width: auto;
    }
    .flow-ul li:first-child {
        font-size: 20px;
    }
    .flow-ul a {
        font-size: 16px;
    }
    .shopping-flow .arrow {
        display: none;
    }
    .shopping-flow .icon-box {
        padding: 0 10px;
    }
    .footerinner>div:first-child {
        min-width: 100%;
    }
    .footerinner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .searchform2 {
        width: 100%;
    }
    .search-submit {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        width: 100px;
    }
    .search-submit svg {
        margin-left: 0;
    }
    .quciklinks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quciklinks ul {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .main-contact {
        padding: 30px 20px;
    }
    .main-contact .addr-wapper>div:nth-child(3) {
        width: 100%;
        margin-top: 8px;
    }
    .main-contact .inquiry-btn-area {
        margin-top: 20px;
    }
    .privacy-box .part-ttl {
        font-size: 16px;
    }
    .privacy-box div {
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .privacy-box {
        font-size: 14px;
    }
}
@media (max-width: 730px) {
    .areaname {
        font-size: 18px;
    }
    .areaposts>div {
        width: 100%;
    }
    .line_items {
        margin-left: -15px;
    }
    .line_items .item {
        width: 50%;
        margin-bottom: 15px;
        padding-left: 15px;
    }
    .areas-box .areas dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .areas-box .areas dl:first-child {
        border-top: none;
    }
    .areas-box .areas dt {
        width: 100%;
        text-align: left;
    }
    .areas-box .areas dd {
        padding: 0.5rem 0.7rem !important;
    }
    .inner {
        padding: 0 15px;
    }
    .banner-groups {
        padding: 10px;
    }
    .flows {
        margin-top: 20px;
    }
    .flows>div {
        padding: 15px 0 20px;
    }
    .flows h3 {
        margin-bottom: 15px;
    }
    .c_button {
        margin: 15px 0 20px;
    }
    .home .footer-search .search-box .right {
        padding: 20px 0;
    }
    .home .footer-search .search-box .right>div:first-child {
        margin-bottom: 15px;
    }
    .footer-nav>nav {
        width: 100%;
    }
    .secondary-nav {
        padding-right: 0;
        border-right: 0;
    }
    .third-nav {
        padding-left: 0;
    }
    .broken-top {
        margin: 18px 0 14px;
    }
    .broken-top h4 {
        font-size: 14px;
    }
    .broken-top .figure {
        width: calc((100% - 20px) / 2);
    }
    .broken-top .figure:nth-child(1),
    .broken-top .figure:nth-child(2) {
        margin-bottom: 20px;
    }
    .step1_add .items-step-clic h4::after {
        content: none;
    }
    .broken ul>li {
        font-size: 15px;
    }
    .broken li {
        line-height: 1.5;
    }
    .broken li span.nowrap {
        display: block;
    }
    .knack .flow-steps {
        width: 100%;
        margin-bottom: 20px;
    }
    .knack .centerttl .part-ttl2::after {
        margin: 15px auto;
    }
    .shopitems::before {
        content: none !important;
    }
    .areas-box .areas .items h3 {
        font-size: 20px;
    }
    .shop_info {
        margin-top: 15px;
    }
    .nopurchase {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .search-box .left li {
        width: calc((100% - 10px) / 2);
    }
    .get-free-sim .detail h6 {
        font-size: 14px;
    }
    .get-free-sim .top a {
        padding: 0;
    }
    .get-free-sim .top h3 {
        font-size: 16px;
    }
    .get-free-sim .step h5 {
        font-size: 16px;
    }
    .areas-box .areas li .pic {
        padding-top: 30%;
    }
    .items-outer {
        margin-bottom: 20px;
    }
    .items-outer figure {
        margin-top: 15px;
    }
    .items-outer .ttl {
        font-size: 14px;
    }
    .items-outer .ttl::after {
        content: none;
    }
    .purchase-location,
    .repair-location {
        margin-top: 40px;
    }
    .limits .l_ttl {
        font-size: 16px;
    }
    .limits .ul1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .limits .ul1 li {
        width: 33.33%;
        min-width: 100px;
    }
    .limits .ul1 div {
        padding: 3px 5px;
    }
    .limits .part4 .gray_bg {
        font-size: 12px;
    }
    .limits .part4 .gray_bg>div>div {
        width: 100%;
    }
    .limits .part4 .gray_bg>div>div:last-child {
        border-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 15px;
        margin-top: 10px;
    }
    .knack .flow-steps>div:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .knack .flow-img {
        margin-left: 0;
    }
    .knack .part-ttl2~p {
        font-size: 14px;
    }
    .search-box .left li {
        width: 33.33%;
    }
    .search-box .left ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.exterior,
    section.crystal,
    section.function {
        padding: 30px 0;
    }
    .broken_cases {
        padding: 20px 15px;
    }
    .items-outer .items {
        margin-left: -12px;
    }
    .items-outer figure {
        width: 33.33%;
        padding-left: 12px;
    }
}
@media (max-width: 700px) {
    ul.bottommenu {
        height: auto;
    }
    .homehero .special-link a {
        font-size: 16px;
    }
    .single-lists .post-excerpt {
        font-size: 12px;
    }
    .hero-main .wrapper {
        width: 100%;
    }
    .hero-main li {
        width: calc((100% - 20px) / 2);
    }
    .hero-main .feature {
        margin: 1.2rem 0 1.5rem;
    }
    .hero-outer {
        padding: 40px 0 40px 20px;
    }
    .hero-outer h1 {
        width: 90%;
    }
    .hero-outer li {
        width: 100%;
    }
    .hero-outer .content {
        width: 100%;
    }
    .hero-outer .pic {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 680px) {
    .page-main {
        margin: 40px 0 20px;
    }
    .part-buttons{
        margin-bottom: 40px;
    }
    .part-buttons a{
        width: 100%;
        max-width: 300px;
        margin: 8px 0;
    }
}
@media (max-width: 600px) {
    .mapbox {
        margin-bottom: 20px;
    }
    .cityouter h3.city {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .nav-bar .left span {
        display: none;
    }
    .step-ttl h2,.step-ttl h3  {
        font-size: 18px;
    }
    .flow-steps {
        margin-bottom: 40px;
    }
    .flow-steps>div:first-child {
        width: 60px;
        min-width: 60px;
    }
    .shopping-flow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -1rem;
    }
    .shopping-flow .icon-box {
        width: 50%;
        margin-bottom: 1rem;
    }
}
@media (max-width: 500px) {
    ul.bottommenu a {
        font-size: 12px;
    }
    .breadcrumbs {
        font-size: 10px;
    }
    .breadcrumbs .inner {
        padding: 0 10px;
    }

    ul.bottommenu li {
        min-width: 50%;
        padding-right: 0;
    }

    ul.productnav li div{
        position: relative;
    }

    ul.productnav li div a{
        width: 100%;
        padding-left: 30px;
    }

    ul.productnav li div i{
        position: absolute;
        left:10px;
        top:50%;
        transform: translateY(-50%);
    }

    ul.productnav li div i::before{
        border-top-width: 1px;
        width: 10px;
    }
    ul.productnav li div i::after{
        border-top-width: 1px;
        width: 10px;
        transform: translateY(0px) rotate(90deg);
    }

    ul.productnav li div i.slidedown::after {
        transform: translateY(-1px) rotate(0deg);
    }

    .purchae-box,
    .staff-box {
        padding: 20px;
    }
    .purchae-box h4,
    .staff-box h4 {
        font-size: 16px;
    }
    .news-outer {
        margin: 25px 0 0;
        padding: 30px 0;
    }
    .news-outer .ttl {
        width: 100%;
        line-height: 1.4;
    }
    .homehero .hasbg {
        height: 520px;
    }
    .homehero .logo {
        display: none;
    }
    .homehero .special-link a {
        font-size: 14px;
        padding: 8px 20px;
        padding-right: 28px;
        width: auto;
    }
    .homehero .special-link svg {
        width: 16px;
        margin-right: 8px;
    }
    .homehero .special-link .icon svg {
        right: 0;
    }
    .homehero .slogan .txt {
        font-size: 22px;
    }
    .homehero .slogan h2,.homehero .slogan .h2  {
        font-size: 30px;
    }
    .c_button a {
        font-size: 13px;
    }
    .search-item .button {
        padding: 5px;
    }
    .search-item strong {
        font-size: 16px;
    }
    .search-item .price_ttl {
        width: 86px;
        font-size: 10px;
    }
    .search-item .price_ttl::before {
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
    .shop_pic_slider .slick-slide {
        padding: 0;
    }
    .get-free-sim .top li {
        width: calc((100% - 20px)/3);
    }
    .add_banner a {
        margin: 30px 0;
    }
    .add_banner.banner-small a {
        margin-top: 50px;
    }
    .broken {
        margin-bottom: 25px;
    }
    .items-outer .ttl span {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }
    .broken ul>li {
        font-size: 14px;
    }
    .limits .part2 .left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .limits .part2 .left>div {
        width: 100% !important;
    }
    .limits .part2 .left .content {
        padding-left: 0;
        padding-top: 10px;
    }
    .items-outer figure {
        width: 50%;
    }
    .copyright {
        font-size: 12px;
    }
    .footerbox {
        padding: 20px 0 0;
    }
    .checkboxes span {
        padding: 0.5rem;
    }
    .checkboxes h4 {
        font-size: 16px;
    }
    .checkboxes.url-wrapper .contactcode {
        margin-left: 25px;
    }
    .purchase-inner span.read-more {
        font-size: 13px;
    }
    .areas-box .areas dd {
        font-size: 12px;
    }
    .search-box {
        font-size: 12px;
    }
    .search-box .left a {
        font-size: 10px;
        padding: 5px;
    }
    .quciklinks {
        margin-top: 1rem;
    }
    .quciklinks li {
        margin-right: 0.5rem;
    }
    .quciklinks span {
        font-size: 10px;
        min-width: 125px;
    }
    .page-main.normal_list article .pic {
        width: 100px;
        min-width: 100px;
        max-height: 80px;
    }
    .page-main.normal_list article h2 {
        font-size: 14px;
    }
    .newsbox article a {
        padding: 0.5rem 0;
        font-size: 12px;
    }
    .newsbox article a h3 {
        width: 100%;
        line-height: 1.4;
    }
    .purchase-box article {
        width: 100%;
    }
    .selectbox li {
        margin-bottom: 0.5rem;
    }
    .selectbox li label {
        text-align: left;
    }
    .selectbox select {
        width: 100%;
        margin-left: 5px;
        padding: 5px;
    }
    .flows .store-flow {
        margin-bottom: 15px;
    }
}
@media (max-width: 420px) {
    .single-lists .post-figure {
        min-width: 100px;
        width: 100px;
        margin-right: 12px;
    }

    #pagetop {
        width: 40px;
        height: 40px;
        top: -40px;
    }
    .sectionttl::after {
        margin: 0.5rem auto;
    }
    .newsbox .pub-time {
        font-size: 10px;
    }
    .newsbox .feapic {
        min-width: 80px;
    }
    .newsbox .content {
        margin-left: 10px;
    }
    .news-outer .sectionttl {
        padding: 15px 0;
    }
    .news-outer .sectionttl h2 {
        -webkit-box-shadow: 0 -10px 0 0 #f5a237 inset;
        box-shadow: 0 -10px 0 0 #f5a237 inset;
    }
    .scroll-box {
        padding: 20px 10px;
    }
    .single-post .news-box{
        padding-bottom: 0;
    }
    .selectbox {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .flows h3 {
        font-size: 22px;
    }
    .areas-box h3.city {
        font-size: 18px;
    }
    .page-id-123 .page-featured .inner {
        background-size: auto 60%;
    }
    .reasons-inner figure {
        width: 100%;
    }
    .m-part2 {
        margin: 30px 0;
    }

    h2.part-ttl {
        font-size: 20px;
    }
    .areas-box .col1 {
        margin-bottom: 1rem;
    }
    .areas-box .areas .items .item-box>div:nth-child(1) {
        margin-bottom: 20px;
    }
    .areas-box .areas dt,
    .areas-box .areas dd {
        padding: 0.5rem;
    }
    .areas-box .areas dt {
        min-width: 80px;
    }
    .banner-groups ul {
        margin-top: 20px;
    }
    .banner-groups li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
    }
    .banner-groups li:first-child {
        margin-bottom: 1rem;
    }
    .flow-steps {
        margin-bottom: 30px;
    }
    .step-ttl h2,.step-ttl h3  {
        font-size: 16px;
    }
    .step-ttl .order {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .banner-groups h2,
    .areas-box h2 {
        font-size: 20px;
    }
    .areas-box .areas .items h3 {
        font-size: 15px;
        padding-left: 10px;
    }
    .sectionttl1 h2 {
        font-size: 22px;
    }
    .sectionttl1 a {
        font-size: 14px;
    }
    .sectionttl {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .sectionttl h2 {
        font-size: 22px;
    }
    .qa-box dd {
        margin: 1rem auto;
    }
    .pro-types .type {
        margin-bottom: 10px;
    }
    .flow-ul li {
        width: 240px;
        margin: 1em auto 0;
    }
    .flow-ul a {
        padding: 5px 0.5rem;
    }
    .part-ttl2 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .flow-img {
        margin: 10px auto 0;
        width: 100%;
    }
    .flow-steps>div:first-child {
        display: none;
    }
    .flow-steps>div:nth-child(2) {
        margin-left: 0;
    }
    .shopping-flow figcaption {
        font-size: 12px;
    }
    .searchform2 p {
        font-size: 12px;
    }
    .partttl {
        font-size: 16px;
    }
    .hero-outer h1 {
        width: 100%;
    }
}
@media (max-width: 370px) {
    .footer-search .search-box .left li {
        width: calc((100% - 10px) / 2);
    }
    .step1_add .item {
        width: 100%;
    }
    .limits .ul1 li {
        min-width: 90px;
        font-size: 12px;
    }
    .single-lists article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-lists .post-figure {
        margin-right: 0;
        min-width: 100%;
        width: 100%;
        margin-bottom: 0.5rem;
        padding-top: 60%;
    }
}
@media (max-width: 360px) {
    ul.bottommenu a {
        font-size: 10px;
    }
    .checkboxes li {
        width: 100%;
    }
    .pro-types h2 {
        font-size: 10px;
    }
    .limits .ul1 {
        margin-left: -10px;
    }
    .limits .ul1 li {
        min-width: 75px;
        padding-left: 10px;
    }
}
@media (max-width: 340px) {
    .homehero .slogan .txt{
        font-size: 20px;
    }
    .homehero .slogan h2,.homehero .slogan .h2  {
        font-size: 28px;
    }
}

/**0707追加**/
.single-main .single-banner a {
    margin: 0 auto;
    max-width: 1024px;
}

#pagetop {
    background: #000 url(images/top.svg) center center/70% no-repeat;
    position: fixed;
    bottom: 150px;
    top: auto;
    right: 10px;
    z-index: 2;
}

#pagetop:hover {
    opacity: .7;
    background-color: #000;
}
.pop {
    margin: 0 auto;
    background: rgba(76, 76, 76, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.popcon {
    max-width: 1280px;
    width: 100%;
    padding: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.pop img {
    width: 100%;
}
.popclose {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    z-index: 101;
}
.popclose:hover {
    cursor: pointer;
}
.popsee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-fixed {
    background: rgba(94, 94, 94, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
}
.footer-fixed a {
    display: block;
}
.footer-fixed a:last-child {
    margin-left: 30px;
}
.copyright {
    margin: 0 auto 115px;
}
.inner .good-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.inner .good-list .seach-list {
    margin: 40px 25px;
}
.good-list .seach-list .items>div {
    display: none;
}
.good-list .seach-list .items>div:first-child,
.good-list .seach-list .items>div:nth-child(2),
.good-list .seach-list .items>div:nth-child(3) {
    display: block;
}
.seach-list .c_button {
    width: 150px;
    margin: 30px auto 40px;
}
.seach-list .c_button:hover {
    cursor: pointer;
}
.good-list .seach-list .c_button a {
    border-radius: 0;
    font-size: 16px;
    height: 45px;
}
.good-list .list-showall .items>div {
    display: block;
}
@media (max-width: 767px) {
    .cityouter .citybox .rowname {
        font-size: 16px;
    }
    .shopitems {
        width: 100%;
    }
    .shopitems p {
        font-size: 12px;
    }
    .popcon {
        padding: 20px;
    }
    .popclose {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
    }
    .footer-fixed {
        padding: 10px;
    }
    .footer-fixed a:last-child {
        margin-left: 10px;
    }
    .copyright {
        margin: 0 auto 55px;
    }

    #pagetop {
        bottom: 70px;
    }
    .inner .good-list .seach-list {
        margin: 40px auto 0;
    }
}

/**0804**/
.popcon {
    max-width: 960px;
}
.popclose {
    top: 15px;
    right: 12px;
}

/* 210222 */
/* .wp-block-table table tr td:first-child {
	background: #0062ea;
	color: #fff;
} */
/* 0825 */
ul.bottommenu.footerleft {
    margin-top: 20px;
}
@media (max-width: 750px) {
    .areas-box .areas::before {
        background: #fff;
    }
    .areas-box .cityouter .lines {
        padding: 20px 0 0;
    }
}
@media (max-width: 500px) {
    .areas-box .cityouter .staff-box {
        padding: 20px 0 0;
    }
    .areas-box .cityouter .purchae-box {
        padding: 20px 0 0;
    }
}
.citybox .item-content {
    padding-bottom: 10px;
}
.citybox .item-content h4.shop-list-ttl {
    color: #0062ea;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #0062ea;
}
@media (max-width: 1050px) {
    .citybox .item-content h4.shop-list-ttl {
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .citybox .item-content {
        padding-bottom: 5px;
    }
    .citybox .item-content h4.shop-list-ttl {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }
}

/* 0826 */
.page-main .pro-types.no-margin {
    margin-left: 0;
}
.page-main .pro-types .type_inner {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 50px;
}
.page-main .pro-types .type_inner h2 {
    display: block;
    margin: 30px 0 20px;
}
.page-main .pro-types .wide-img {
    width: 100%;
}
.page-main .pro-types .wide-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 20px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page-main .pro-types .wide-img img:hover {
    opacity: 0.9;
}

/* btn */
.good-list .seach-list .c_button>a {
    white-space: nowrap;
    width: auto;
    padding: 0 20px;
}
@media (max-width: 1000px) and (min-width: 768px) {
    .inner .good-list .seach-list {
        margin: 40px 15px;
    }
}
@media (max-width: 750px) {
    .page-main.no-margin {
        margin: 0;
    }
    .page-main .pro-types .type_inner {
        padding: 0 5px;
    }
    .page-main .pro-types .type_inner h2 {
        margin: 20px 0 15px;
    }
    .page-main .pro-types .wide-img img {
        margin: 0 0 20px;
    }
}

/* voice */
.voice-box .item {
    margin: 20px 0;
    color: #5c5c5c;
    line-height: 1.6;
}
.voice-box .item h2 {
    padding: 8px 20px;
    background: #f5f5f5;
    font-size: 18px;
}
.voice-box .item div {
    padding: 20px 20px 40px;
    font-size: 16px;
    line-height: 1.8;
}
.voice-box .post-link {
    padding: 40px 20px;
    font-size: 16px;
}
@media (max-width: 650px) {
    .voice-box .item h2 {
        padding: 5px 10px;
        font-size: 14px;
    }
    .voice-box .item div {
        font-size: 12px;
        padding: 10px 10px 0;
    }
    .voice-box .post-link {
        padding: 20px 0;
        font-size: 14px;
    }
}

/* table */
.table-wrapper p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}
.table-wrapper table {
    margin: 20px auto;
}
.table-wrapper th {
    background: #dae6f6;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}
.table-wrapper td {
    border: solid 1px #ccc;
    padding: 10px;
}
.tbl-r101 th {
    background: #dae6f6;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}
.tbl-r101 td {
    border: solid 1px #ccc;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .tbl-r101 {
        width: 80%;
    }
    .tbl-r101 th,
    .tbl-r101 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .tbl-r03 {
        width: 90%;
    }
    .tbl-r102 tr {
        display: block;
        float: left;
    }
    .tbl-r102 tr td,
    .tbl-r102 tr th {
        border-left: none;
        display: block;
        height: 50px;
    }
    .tbl-r102 thead {
        display: block;
        float: left;
        width: 30%;
    }
    .tbl-r102 thead tr {
        width: 100%;
    }
    .tbl-r102 tbody {
        display: block;
        float: left;
        width: 70%;
    }
    .tbl-r102 tbody tr {
        width: 50%;
    }
    .tbl-r102 tr td+td {
        border-left: none;
    }
    .tbl-r102 tbody td:last-child {
        border-bottom: solid 1px #ccc;
    }
}
@media screen and (max-width: 640px) {
    .tbl-r103 {
        width: 80%;
    }
    .tbl-r103 .thead {
        display: none;
    }
    .tbl-r103 tr,
    .tbl-r103 td {
        display: block;
        width: 100%;
        position: relative;
    }
    .tbl-r103 td:first-child:before {
        content: "見出し:before";
        background: #dae6f6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        height: 40px;
        padding: 10px;
        position: absolute;
        top: -41px;
        left: -0.2%;
        display: block;
        width: 100.5%;
    }
    .tbl-r103 tr {
        margin-bottom: 40px;
    }
}
.tbl-r104 td:first-child {
    background: #fbf5f5;
}
@media screen and (max-width: 640px) {
    .tbl-r104 {
        width: 80%;
    }
    .tbl-r104 .thead {
        display: none;
    }
    .tbl-r104 tr {
        width: 100%;
    }
    .tbl-r104 td {
        display: block;
        text-align: right;
        width: 100%;
    }
    .tbl-r104 td:first-child {
        background: #dae6f6;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .tbl-r104 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}

@media screen and (max-width: 640px) {

span.nowrap {
    display: inline-block;
    white-space: wrap; 
}
}
/* 0305 */
.brandiphone-pg {
    width: 100%;
    margin: 40px 0 0;
}
.brandiphone-pg img {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 750px) {
    .brandiphone-pg {
        margin: 0;
    }
}

/*20211007*/
.checkboxes.url-wrapper .contactcode h4 a {
    color: #fff;
}
.checkboxes.url-wrapper .contactcode h4 a:hover {
    text-decoration: none;
}

/*20220414*/
.home.search-wrapper .footer-search .search-box .left {
    padding: 20px;
    background: none;
max-height:380px;
}
.home.search-wrapper .footer-search .search-box .left .partttl {
    color: #0151c2;
}
.home.search-wrapper .footer-search .search-box .right {
    padding: 20px;
max-height:380px;
}
.home.search-wrapper .footer-search .search-box .right::before {
    display: none;
}
.home.search-wrapper .footer-search .search-box .right>div {
    background: #f5f5f5;
max-height:300px;
}
@media screen and (max-width: 850px) {
    .home.search-wrapper .footer-search .search-box .left {
        padding: 20px 0;
    }
    .home.search-wrapper .footer-search .search-box .right {
        padding: 0;
    }
}
.question {
    padding: 80px 0;
}
.question .sectionttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.question .sectionttl h2 {
    -webkit-box-shadow: 0 -15px 0 0 #0062ea inset;
    box-shadow: 0 -15px 0 0 #0062ea inset;
    margin-bottom: 10px;
}
.question .question-content {
    font-size: 15px;
}
.question .question-content .question-para {
    margin-bottom: 60px;
}
.question .question-content figure {
    margin-bottom: 25px;
}
.question .question-content .ttl {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #0062ea;
    color: #0062ea;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.question .question-content .ques_q {
    border-left: 5px solid #0062ea;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    padding: 10px 0;
    padding-right: 2em;
    padding-left: 0.8em;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.question .question-content .ques_q:after {
    content: "";
    background: url(./images/arrowtop.png) 100% 100%/contain no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0.8;
}
.question .question-content .ques_q.rotate:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.question .question-content .ques_a {
    padding: 0 12px;
    text-align: justify;
    margin: 20px 0;
    display: none;
}
.question .question-content ul {
    text-align: justify;
    margin: 20px 0;
}
@media (max-width: 1200px) {
    .question .question-content {
        font-size: 14px;
    }
    .question .question-content .ttl {
        font-size: 22px;
    }
}
@media (max-width: 750px) {
    .question {
        padding: 60px 0 20px;
    }
    .question .question-content {
        font-size: 13px;
    }
    .question .question-content .ttl {
        font-size: 18px;
    }
    .question .question-content .ques_q {
        padding-left: 0.5em;
        padding-right: 1.8em;
        border-left: 4px solid #0062ea;
        font-size: 14px;
        line-height: 1.6;
    }
    .question .question-content .ques_q:after {
        right: 4px;
        width: 14px;
        height: 16px;
    }
    .question .question-content .ques_a {
        padding: 0 10px;
        margin: 12px 0 18px;
    }
    .question .question-content .question-para {
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .question .sectionttl h2 {
        -webkit-box-shadow: 0 -10px 0 0 #0062ea inset;
        box-shadow: 0 -10px 0 0 #0062ea inset;
    }
    .home.search-wrapper .footer-search .search-box .right{
        max-height: 100%;
        height: 450px;
    }
}

/* 0426 */
.top-nav ul.topmenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.top-nav ul.topmenu>li.menu-item {
    width: 20%;
    margin: 3px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}
.top-nav ul.topmenu>li.menu-item.menu-item-has-children:after {
    content: "";
    background: url(./images/arrowtop.png) 100% 100%/contain no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.6;
}
.top-nav ul.topmenu>li.menu-item>a {
    font-size: 16px;
}
.top-nav ul.topmenu>li.menu-item>ul {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 28px;
    background: #fff;
    width: 100%;
    padding: 5px 20px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.top-nav ul.topmenu>li.menu-item>ul li {
    border-right: 0;
    border-bottom: 1px dashed #c1c1c1;
    padding: 5px 0;
}
.top-nav ul.topmenu>li.menu-item>ul a {
    font-size: 14px;
}
.top-nav ul.topmenu>li.menu-item:nth-child(5n) {
    border-right-width: 0;
}
.top-nav ul.topmenu>li.menu-item:hover {
    overflow: visible;
    z-index: 12;
}
.top-nav ul.topmenu>li.menu-item:hover>ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media (max-width: 1180px) {
    .top-nav ul.topmenu>li.menu-item>a {
        font-size: 15px;
    }
    .top-nav ul.topmenu>li.menu-item>ul {
        top: 24px;
    }
    .top-nav ul.topmenu>li.menu-item>ul a {
        font-size: 13px;
    }
    .top-nav ul.topmenu>li.menu-item.menu-item-has-children:after {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 1000px) {
    .top-nav {
        margin-top: 12px;
    }
    .top-nav ul.topmenu>li.menu-item>a {
        font-size: 13px;
    }
    .top-nav ul.topmenu>li.menu-item>ul {
        top: 18px;
        padding: 5px 15px 15px;
    }
    .top-nav ul.topmenu>li.menu-item>ul a {
        font-size: 12px;
    }
    .top-nav ul.topmenu>li.menu-item.menu-item-has-children:after {
        width: 9px;
        height: 9px;
        top: 8px;
    }
}
@media (max-width: 850px) {
    .top-nav ul.topmenu>li.menu-item {
        margin: 2px 0;
    }
    .top-nav ul.topmenu>li.menu-item>a {
        font-size: 12px;
    }
    .top-nav ul.topmenu>li.menu-item>ul a {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* 0427 */
.phone-ttl {
    padding: 50px 20px 20px;
    color: #0150bf;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
}
.phone-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.phone-wrapper .box {
    width: calc(20% - 20px);
    margin: 14px 0;
    margin-right: 25px;
    color: #333;
    border: 1px solid #e6e6e6;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.phone-wrapper .box .pic {
    padding: 10px 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone-wrapper .box .pic img {
    max-height: 125px;
}
.phone-wrapper .box .name {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}
.phone-wrapper .box:hover {
    opacity: 0.8;
}
.phone-wrapper .box:nth-child(5n) {
    margin-right: 0;
}
.single-post .phone-wrapper{
    margin-bottom: 60px;
}
@media (max-width: 1180px) {
    .phone-ttl {
        font-size: 26px;
    }
    .phone-wrapper .box {
        width: calc(20% - 15px);
        margin: 10px 0;
        margin-right: 18px;
    }
    .phone-wrapper .box .name {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width: 1000px) {
    .phone-ttl {
        font-size: 22px;
    }
    .phone-wrapper .box {
        width: calc(20% - 10px);
        padding: 15px 8px;
        margin: 6px 0;
        margin-right: 12px;
    }
    .phone-wrapper .box .name {
        font-size: 12px;
    }
}
@media (max-width: 680px) {
    .phone-ttl {
        font-size: 18px;
        padding: 25px 0 10px;
    }
    .phone-wrapper .box {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    .phone-wrapper .box .pic {
        padding: 5px 20px 0;
    }
    .phone-wrapper .box .pic img {
        max-height: 75px;
    }
    .phone-wrapper .box:nth-child(5n) {
        margin-right: 12px;
    }
    .phone-wrapper .box:nth-child(2n) {
        margin-right: 0;
    }
    .single-post .phone-wrapper{
        margin-bottom: 40px;
    }
}
.shop-areas .shops_list span.each-item {
    color: #8b8b8b;
}
.mapbox {
    padding-top: 40px;
}
@media (max-width: 750px) {
    .mapbox {
        padding-top: 0;
    }
}

/* 0616 */
.page-main .pro-types .type_inner.border {
    padding: 40px 50px;
    background: #f5f5f5;
}
@media (max-width: 750px) {
    .page-main .pro-types .type_inner.border {
        padding: 15px;
    }
}

/* 20220823 */
.page-main .pro-types .type_inner.table {
    font-size: 16px;
    padding: 25px 0;
}
.page-main .pro-types .type_inner.table .ttl {
    color: #fc5d29;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 3px solid #f1d3d5;
    position: relative;
}
.page-main .pro-types .type_inner.table .ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 120px;
    height: 3px;
    background: #fc5d29;
}
.page-main .pro-types .type_inner.table .name {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
}
.page-main .pro-types .type_inner.table table {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
}
.page-main .pro-types .type_inner.table table th,
.page-main .pro-types .type_inner.table table td {
    border: 1px solid #ccc;
    padding: 10px 30px;
}
.page-main .pro-types .type_inner.table table th {
    width: 35%;
    max-width: 240px;
    background: #ededed;
    font-weight: bold;
}
@media (max-width: 1240px) {
    .page-main .pro-types .type_inner.table {
        font-size: 15px;
        padding: 0;
    }
    .page-main .pro-types .type_inner.table .ttl {
        font-size: 20px;
    }
    .page-main .pro-types .type_inner.table .name {
        margin-top: 20px;
        font-size: 17px;
    }
    .page-main .pro-types .type_inner.table table {
        font-size: 14px;
    }
    .page-main .pro-types .type_inner.table table th,
    .page-main .pro-types .type_inner.table table td {
        padding: 10px 20px;
    }
}
@media (max-width: 750px) {
    .page-main .pro-types .type_inner.table {
        font-size: 13px;
    }
    .page-main .pro-types .type_inner.table .ttl {
        font-size: 18px;
        line-height: 1.5;
    }
    .page-main .pro-types .type_inner.table .name {
        font-size: 16px;
    }
    .page-main .pro-types .type_inner.table table {
        font-size: 12px;
    }
    .page-main .pro-types .type_inner.table table th,
    .page-main .pro-types .type_inner.table table td {
        padding: 8px 12px;
    }
}

/* 1011 */
.page-sitemap .item .ttl {
    font-size: 20px;
    color: #0062ea;
    position: relative;
    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.page-sitemap .item .ttl:before {
    content: '';
    width: 5px;
    background: #0062ea;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}
.page-sitemap .item .content {
    background: #f5f5f5;
    padding: 20px 40px;
    margin-bottom: 3rem;
    font-size: 15px;
}
.page-sitemap .item .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-sitemap .item .content ul li {
    padding: 8px 10px;
    width: 50%;
}
.page-sitemap .item .content ul li a {
    color: #000;
    position: relative;
    padding-left: 14px;
    display: block;
    line-height: 1.2;
}
.page-sitemap .item .content ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
}
@media (max-width: 1200px) {
    .page-sitemap .item .content {
        padding: 20px;
        font-size: 14px;
    }
}
@media (max-width: 750px) {
    .page-sitemap .item .content {
        padding: 10px;
        font-size: 12px;
    }
    .page-sitemap .item .content ul li {
        padding: 8px 6px;
    }
    .page-sitemap .item .content ul li a {
        padding-left: 10px;
    }
    .page-sitemap .item .content ul li a:before {
        width: 4px;
        height: 4px;
    }
    .page-sitemap .item .content.long ul li {
        width: 100%;
    }
}
.page-bg {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}
.page-bg.bg-photo {
    background: center center/cover no-repeat;
}
.page-bg.bg-photo.hide {
    opacity: 0;
}
.page-bg.bg-photo img {
    display: none;
}
.pages {
    color: #fff;
    text-align: center;
    height: 300px;
    padding: 0 10px;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pages h1 {
    font-size: 50px;
    font-family: co-headline, sans-serif;
    padding-bottom: 12px;
    /*text-transform: uppercase;*/
    display: block;
    font-weight: bold;
    word-break: break-word;
}
.pages span {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}
.pages figure {
    display: none;
}
.pages ~ *{
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .page-bg {
        top: 95px;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .page-bg {
        height: 300px;
        top: 75px;
    }
    .pages h1 {
        font-size: 36px;
    }
    .pages span {
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    .sp500 {
        display: block;
    }
    .pages h1 {
        font-size: 32px;
    }
    .pages span {
        font-size: 16px;
    }
    .pages.long span {
        font-size: 30px;
    }
    .pages.long span br {
        display: none;
    }
    .page-bg {
        height: 200px;
        top: 58px;
    }
    .pages {
        height: 200px;
    }
    .pages figure {
        display: block;
        max-width: 242px;
        margin: 0 auto 5px;
    }
}
.page-wrapper,
.single-wrapper {
    z-index: 2;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.single .page-bg,
.category .page-bg {
    background-image: url(images/faq.jpg) !important;
}

/* header */
.toggle-btn {
    background: #fff;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 102;
}
.toggle-btn div {
    width: 35px;
    height: 35px;
    position: relative;
}
.toggle-btn span {
    width: 30px;
    height: 2px;
    background-color: #143E9F;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
}
.toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}
.ghost-nav {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;/*72%*/
    max-width:100%;
    /*max-width: 650px;*/
    height: 100vh;
    z-index: 101;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    flex-wrap: wrap;
}
.ghost-nav>div{
    width: 100%;
    max-width: 500px;
    margin:0 auto;
}

.ghost-nav ul{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 10px;
}

.ghost-nav ul li a{
    color: #000;
}

.ghost-nav ul li a:hover{
    /*background: #0150bf;*/
    color: #0150bf;
}

.ghost-nav>div>h3{
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    margin:10px auto;
    padding-left:10px;
    color: #555;
    /*border-bottom: 1px solid #eee;*/
    border-left: 2px solid #555;
}

.ghost-nav .spacelink{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border:1px solid #eee;
    margin-bottom: 20px;
    overflow-y: hidden;
}
.ghost-nav .spacelink li{
    width: 50%;
}
.ghost-nav .spacelink li:not(:last-child) a{
    border-right:1px solid #eee;
}
.ghost-nav .spacelink li a{
    color: #555;
}
.ghost-nav .ghost-category{
    overflow-y:hidden;
}
.ghost-nav .ghost-category li {
    width: calc(50% - 10px);
    padding:10px 0;
    /*margin-bottom: 10px;*/
}
.ghost-nav .ghost-category li a{
    border:1px solid #555;
    border-radius: 5px;
    color: #555;
    width: 100%;
    display: flex;
    align-items: center;
}
.ghost-nav .ghost-category li a i{
    display: block;
    margin-right: 10px;
}
.ghost-nav .ghost-nav-wrapper li{
    /*margin-bottom: 10px;*/
    width: 100%;
}
.ghost-nav .ghost-nav-wrapper li a{
    border-bottom:1px solid #ccc;
    /*border-radius: 5px;*/
    color: #555;
    width: 100%;
    display: block;
    text-align: left;
}

.ghost-nav>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
    flex-wrap: wrap;
    padding: 25px 0;
    width: 100%;
    height: auto;
    /*max-height: 94vh;*/
    overflow-y: scroll;
}
.ghost-nav a {
    padding: 20px 20px;
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    display: block;
    color: #143E9F;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: capitalize;
    text-decoration: none;
}
.ghost-nav li {
    width: calc(50% - 20px)/*100%*/;
    text-align: center;
}
.ghost-nav li ul {
    display: none;
}
.ghost-nav li ul a {
    padding: 10px 20px;
    font-size: 14px;
}
.ghost-nav li.no-href>a {
    display: inline-block;
    position: relative;
}
.ghost-nav li.no-href>a:after {
    content: "✚";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ghost-nav li.no-href>a.active:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1199px) {
    .ghost-nav {
        display: none;
    }
}

body.show-mobile-nav .toggle-btn span {
    background-color: #000;
}

body.show-mobile-nav .toggle-btn span:nth-child(1) {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}

body.show-mobile-nav .toggle-btn span:nth-child(2) {
    opacity: 0;
}

body.show-mobile-nav .toggle-btn span:nth-child(3) {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
}

body.show-mobile-nav .ghost-nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

body.show-mobile-nav .ghost-nav a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

body.show-mobile-nav .ghost-nav>li:nth-child(1) a {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(2) a {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(3) a {
    -webkit-transition-delay: 0.63s;
    transition-delay: 0.63s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(4) a {
    -webkit-transition-delay: 0.80s;
    transition-delay: 0.8s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(5) a {
    -webkit-transition-delay: 0.96s;
    transition-delay: 0.96s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(6) a {
    -webkit-transition-delay: 1.03s;
    transition-delay: 1.03s;
}

body.show-mobile-nav .ghost-nav>li:nth-child(7) a {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.sp,
.fix-sp {
    display: none;
}
.header-text {
    display: none;
}

header.header {
    font-family: 'kozuka-gothic-pr6n', "-apple-system", BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "MS PGothic", Osaka, "sans-serif";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 100;
}

header.header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header .logo {
    max-width: 320px;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

header.header .logo:hover {
    opacity: 0.8;
}

header.header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

header.header ul li {
    position: relative;
}

header.header ul li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
}

header.header ul li a:hover {
    text-decoration: none;
    color: #143E9F;
}

header.header ul.nav>li>a[href]:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #143E9F;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

header.header ul.nav>li>a[href]:hover:after {
    width: 100%;
}

header.header li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    margin: 0;
    padding: 15px 25px;
    background: #fff;
    width: 130%;
}

header.header ul li ul a {
    display: block;
    color: #575757;
    font-size: 15px;
    padding: 8px 0 0 !important;
}

header.header li.no-href:hover {
    cursor: pointer;
    color: #143E9F;
}

header.header li.no-href:hover>ul {
    display: block;
}

header.header .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

header.header .txt .time {
    font-family: 'Rubik', sans-serif;
}

header.header .txt h3 {
    font-size: 1em;
}

header.header .txt .ttl {
    font-size: 1em;
    font-weight: bold;
}

header.header .txt em {
    font-style: normal;
}

header.header .txt div:first-child {
    margin-right: 20px;
}

header.header .txt p {
    padding-top: 5px;
    line-height: 1;
}

header.header .txt p em {
    font-size: 10px;
    padding-left: 8px;
    font-weight: bold;
}

header.header .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #1529D0;
    -webkit-transition: .3s all;
    transition: .3s all;
    font-weight: bold;
    font-family: co-headline, sans-serif;
    white-space: nowrap;
    line-height: 1.2;
}

header.header .tel:hover {
    opacity: 0.8;
    text-decoration: none;
}

header.header .tel svg:first-child {
    margin-right: 10px;
}
.fixheader {
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1650px) {
    header.header {
        padding: 10px 30px;
    }

    header.header .logo {
        max-width: 300px;
    }

    header.header ul {
        margin-left: 25px;
    }

    header.header ul li a {
        padding: 10px 10px;
    }

    header.header li ul {
        padding: 15px 18px;
    }
}
@media (max-width: 1500px) {
    header.header {
        padding: 10px 20px;
    }

    header.header .logo {
        max-width: 280px;
    }

    header.header ul {
        margin-left: 20px;
    }

    header.header ul li a {
        padding: 10px 8px;
        font-size: 15px;
    }

    header.header ul li ul a {
        font-size: 14px;
    }

    header.header .tel {
        font-size: 28px;
    }

    header.header .txt {
        font-size: 13px;
    }
}
@media (max-width: 1400px) {
    header.header .logo {
        max-width: 260px;
    }

    header.header ul li a {
        font-size: 14px;
    }

    header.header ul li ul a {
        font-size: 12px;
    }

    header.header .tel {
        font-size: 26px;
    }

    header.header .txt {
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .toggle-btn {
        display: block;
    }
    .ghost-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header.header {
        padding: 10px 80px 10px 30px;
    }

    header.header ul {
        display: none;
    }
}
@media (max-width: 767px) {
    header.header {
        padding: 15px 20px;
    }

    header.header .right {
        display: none;
    }
    .toggle-btn {
        top: 20px;
        right: 20px;
    }
    .ghost-nav a {
        font-size: 15px;
        /*padding: 12px 20px;*/
        padding: 10px 5px;
    }
    .ghost-nav li{
        width: calc(50% - 10px);
        padding: 0;
    }
    .ghost-nav li ul a {
        padding: 5px 20px;
        font-size: 12px;
    }
    .ghost-nav .ghost-category li a{
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    header.header .logo {
        max-width: 200px;
    }
    .toggle-btn {
        top: 8px;
right:8px;
    }
}

/* footer */
footer {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    background-color: #143E9F;
    padding-top: 50px;
    color: #ffffff;
}

footer a {
    color: #ffffff !important;
}

footer .foot-logo {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 20px;
}

footer .foot-logo:hover {
    text-decoration: none;
    opacity: 0.8;
}

footer .foot-logo figure {
    display: block;
    margin-bottom: 15px;
}

footer .foot-logo span {
    font-size: 1em;
}

footer img {
    width: auto;
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 50px;
}

footer ul li {
    padding: 0 30px;
}

footer ul li a svg {
    width: 25px;
    height: 25px;
}

footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
}

footer .content .box div {
    padding-bottom: 15px;
    line-height: 1.4;
}

footer .content .box div a {
    font-size: 16px;
    font-weight: 500;
}

footer .content .box:nth-child(2) {
    margin: 0 160px;
}

footer .copyright {
    background-color: #2857C4;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
}

footer .copyright.special-copyright {
    margin: 0;
}
.fix-contact {
    position: fixed;
    right: 0;
    bottom: 80px;
    opacity: 1;
    display: block;
    z-index: 66;
    font-weight: 600;
}
.fix-contact a {
    display: block;
    border-radius: 15px;
    color: #fff;
    width: 64px;
    height: 64px;
    text-align: center;
    padding-top: 15px;
    -webkit-transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.fix-contact > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fix-contact .line {
    width: 220px;
    height: auto;
    background-color: #1CE629;
    margin: 20px 0;
    padding: 20px 20px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 50%;
    position: relative;
    font-size: 14px;
}
.fix-contact .line .txt{
    text-align: right;
    position: relative;
}
.fix-contact .line .txt svg{
    position: absolute;
    top: -10px;
    left: 0;
    width: 30px;
}
.fix-contact .line .pic{
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 48%;
    max-width: 48%;
}
.fix-contact .line:hover {
    background-color: #21cc2d;
    text-decoration: none;
}
.fix-contact .scrolldown {
    background-color: #143E9F;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.fix-contact .scrolldown:hover {
    background-color: #13327a;
    text-decoration: none;
    cursor: pointer;
}
.fix-contact .scrolldown span {
    display: block;
    padding-top: 8px;
}
@media (max-width: 1400px) {

    .fix-contact .line{
        font-size: 12px;
        width: 200px;
        padding: 15px 20px 10px;
        padding-right: 50%;
    }
    .fix-contact .line .txt svg {
        width: 25px;
    }
}
@media (max-width: 900px) {
    footer .content .box:nth-child(2) {
        margin: 0 60px;
    }
}
@media (max-width: 767px) {
    footer .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer .content .box:nth-child(2) {
        margin: 0;
    }

    footer .content .box:first-child {
        margin-top: 0;
    }

    footer .content .box {
        width: 48%;
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .footer-search .search-box .left li {
        width: calc((100% - 2px) / 2);
    }

    footer {
        margin-bottom: calc(constant(safe-area-inset-bottom) + 69px);
        margin-bottom: calc(env(safe-area-inset-bottom) + 69px);
    }

    footer .foot-logo {
        font-size: 14px;
    }

    footer .foot-logo figure {
        max-width: 86px;
        margin: 0 auto 15px;
    }

    footer .foot-logo figure img {
        width: 100%;
    }

    footer ul li {
        padding: 0 25px;
    }

    footer .content {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    footer .content .box:nth-child(2) {
        margin: 30px auto 0px;
    }

    footer .content .box {
        width: 100%;
    }
    .fix-contact {
        bottom: 140px;
    }
    .fix-contact .scrolldown {
        font-size: 14px;
        width: 50px;
        height: 50px;
        padding-top: 5px;
    }
    .fix-contact .line{
        display: none;
    }
    .smartphone-eight .tab .tab-bd>li ul li p {
        font-size: 14px;
    }
    .fix-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        z-index: 66;
        padding: 12px 12px 10px;
        -webkit-box-shadow: 10px 0 16px #0000000d;
        box-shadow: 10px 0 16px #0000000d;
        font-size: 10px;
        padding-right: 26%;
    }
    .fix-sp .tel {
        width: 64%;
        max-width: 180px;
    }
    .fix-sp .tel img {
        width: 100%;
    }
    .fix-sp .line {
        color: #1CE629;
        padding-left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fix-sp .line svg {
        fill: #1CE629;
        width: 24px;
        height: 22px;
    }
    .fix-sp .line span {
        margin-top: 6px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        white-space: nowrap;
    }
    .fix-sp .pic{
        position: absolute;
        right: 5px;
        bottom: 0;
        width: 25%;
        max-width: 25%;
    }
}
@media (max-width: 360px) {
    .fix-sp .contact span {
        font-size: 10px;
    }
}

body.archive .footer-search,
body.page .footer-search {
    padding-bottom: 40px;
}

/* 20230306 */
.tabs-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding-top: 20px;
}
.tabs-menu ul li {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    padding: 12px;
    padding-left: 80px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background: #f9f9f9;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs-menu ul li span {
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic;
    opacity: 0.1;
    line-height: 1.2;
    font-size: 40px;
}
.tabs-menu ul li.current {
    background: #0062ea;
    color: #fff;
}
.tabs-content {
    font-size: 16px;
    line-height: 1.8;
    padding: 30px 0 50px;
}
.tabs-content li {
    display: none;
}
.tabs-content li.current {
    display: block;
}
.tabs-content li p {
    padding: 10px 0;
}
.tabs-content li a {
    text-decoration: underline;
    color: #d22a18;
}
.tabs-content li .shops-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}
.tabs-content li table {
    margin: 25px 0;
    font-size: 14px;
}
.tabs-content li table th {
    text-align: center;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    background: #fff;
}
.tabs-content li table th:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
}
.tabs-content li table td {
    padding: 20px 10px;
    width: auto;
    min-width: 148px;
    white-space: nowrap;
    background: #fff;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}
.tabs-content li table td.grade {
    color: #bb9b73;
}
.tabs-content li table td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
}
.tabs-content li table td p {
    padding: 0;
    min-width: 180px;
}
.tabs-content li table td a {
    font-size: 13px;
    text-decoration: underline;
}
@media (max-width: 1280px) {
    .tabs-menu ul {
        font-size: 16px;
    }
    .tabs-menu ul li {
        padding-left: 55px;
    }
    .tabs-menu ul li span {
        font-size: 36px;
    }
    .tabs-content {
        font-size: 15px;
    }
    .tabs-content li table {
        font-size: 13px;
    }
    .tabs-content li table th {
        padding: 12px;
        font-size: 14px;
    }
    .tabs-content li table td a {
        font-size: 12px;
    }
}
@media (max-width: 980px) {
    .tabs-menu ul {
        font-size: 14px;
        padding-top: 0;
    }
    .tabs-menu ul li {
        padding-left: 48px;
    }
    .tabs-menu ul li span {
        font-size: 32px;
    }
    .tabs-content {
        font-size: 14px;
        padding: 20px 0;
    }
    .tabs-content li table {
        margin: 20px 0;
        font-size: 12px;
    }
    .tabs-content li table th {
        font-size: 13px;
    }
    .tabs-content li table td {
        min-width: 120px;
        padding: 15px 8px;
    }
}
@media (max-width: 730px) {
    .tabs-menu {
        margin-top: 0 !important;
    }
    .tabs-menu ul li {
        width: 100%;
        min-width: 100%;
    }
    .tabs-menu ul li span {
        font-size: 28px;
    }
    .tabs-content {
        padding: 0;
        font-size: 13px;
    }
    .tabs-content li table td {
        white-space: normal;
        min-width: 110px;
    }
    .tabs-content li table td:first-child {
        white-space: normal;
    }
    .tabs-content li table td p {
        min-width: 0;
    }
    .tabs-content li p {
        padding: 5px 0;
    }
}

/* bushops */
.buyshops-feature img{
    margin: auto;
    display: block;
    width: auto;
}
.buyshops-wrapper {
    width: 100%;
    margin: auto;
    max-width: 2560px;
    overflow-x: hidden;
    z-index: 1;
}
.buyshops-wrapper .inner.w1200 {
    max-width: 1200px;
}
.buyshops-wrapper .breadcrumbs {
    background: #F7F7F7;
}
.buyshops-wrapper .breadcrumbs a {
    color: #000000;
}
.buyshops-wrapper .breadcrumbs~div {
    z-index: 2;
    position: relative;
    background: #fff;
}
.buyshops-wrapper .smartphone-tips{
    padding: 40px 0 60px;
}
.buyshops-wrapper .buyshops-buying .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 40px 0; margin-left: -30px; font-size: 14px; }
.buyshops-wrapper .buyshops-buying .items .date { font-size: 12px; color: #666; }
.buyshops-wrapper .buyshops-buying .items .ttl { font-size: 1.2em; margin: 4px 0 8px; font-weight: bold; }
.buyshops-wrapper .buyshops-buying .items > div { width: calc(25% - 30px); margin-bottom: 30px; margin-left: 30px; }
.buyshops-wrapper .buyshops-buying .items > div .hasbg { position: relative; margin-bottom: 25px; overflow: hidden; border: 1px solid #ccc; }
.buyshops-wrapper .buyshops-buying .items > div .hasbg:after { content: ""; display: block; padding-top: 105%; }
.buyshops-wrapper .buyshops-buying .items > div .hasbg img { width: 85%; height: 85%; }
.buyshops-wrapper .buyshops-infos {
    padding: 50px 0;
}
.buyshops-wrapper .buyshops-infos .info-head {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* tabs */
}
.buyshops-wrapper .buyshops-infos .info-head .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #143E9F;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    font-feature-settings: 'palt';
}
.buyshops-wrapper .buyshops-infos .info-head .title .jp {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.buyshops-wrapper .buyshops-infos .info-head .title .en {
    text-transform: uppercase;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li li {
    font-size: 16px;
    border-radius: 24px;
    margin-left: 20px;
    padding: 10px 20px 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #143E9F;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li li.contact {
    background-color: #FFA927;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li li.line {
    background-color: #1CE629;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li li:hover {
    opacity: 0.8;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-li li svg {
    width: 24px;
    height: 22px;
    margin-right: 10px;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 2560px;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
    display: none;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper {
    width: 93%;
    max-width: 1160px;
    max-height: 80%;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    background: #fff;
    padding: 80px 50px 50px;
    z-index: 2;
    font-size: 14px;
    position: relative;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .remove {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #000;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .remove svg {
    width: 100%;
    height: 100%;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .ttl {
    font-size: 24px;
    color: #143E9F;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .ttl.large span {
    font-size: 1.25em;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.intro .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.intro .wrapper .intro-text {
    overflow-y: scroll;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.intro .wrapper .intro-text h2 {
    font-weight: bold;
    font-size: 26px;
    padding: 15px 20px;
    background: #143E9F;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.contact .wrapper {
    max-width: 1200px;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.line .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    max-width: 400px;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.line .wrapper figure {
    width: 100%;
    max-width: 200px;
}
.buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.buyshops-wrapper .buyshops-infos .info-text {
    margin: 50px 0;
    background: #F2F6FF;
    padding: 20px 25px;
    line-height: 1.8;
    word-wrap: break-word;
}
.buyshops-wrapper .buyshops-infos .info-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
}
.buyshops-wrapper .buyshops-infos .info-address .left {
    width: 48%;
    padding-right: 60px;
}
.buyshops-wrapper .buyshops-infos .info-address .left .pic {
    position: relative;
}
.buyshops-wrapper .buyshops-infos .info-address .left .pic:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.buyshops-wrapper .buyshops-infos .info-address .left .slick-arrow {
    display: none !important;
}
.buyshops-wrapper .buyshops-infos .info-address .left .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.buyshops-wrapper .buyshops-infos .info-address .left .slick-dots li {
    text-indent: -999px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px;
    background: #D4E6F3;
    cursor: pointer;
}
.buyshops-wrapper .buyshops-infos .info-address .left .slick-dots li.slick-active {
    background: #2857C4;
}
.buyshops-wrapper .buyshops-infos .info-address .right {
    width: 50%;
    font-size: 16px;
    padding: 20px 0;
}
.buyshops-wrapper .buyshops-infos .info-address .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
}
.buyshops-wrapper .buyshops-infos .info-address .right dt {
    min-width: 120px;
    color: #143E9F;
    white-space: nowrap;
    padding-right: 20px;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd a {
    color: #000;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-btn {
    margin-left: 20px;
    color: #fff;
    line-height: 1;
    padding: 10px 25px;
    background: #143E9F;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe {
    display: none;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 2560px;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe .map {
    width: 93%;
    max-width: 1000px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe .map:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.buyshops-wrapper .buyshops-infos .info-landscape {
    padding: 40px 0;
    position: relative;
}
.buyshops-wrapper .buyshops-infos .info-landscape .ttl {
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}
.buyshops-wrapper .buyshops-infos .info-landscape .ttl div {
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
}
.buyshops-wrapper .buyshops-infos .info-landscape .wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item {
    margin-bottom: 20px;
    font-size: 14px;
    width: calc(20% - 20px);
}
.buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:not(:nth-child(5n)) {
    margin-right: 25px;
}
.buyshops-wrapper .buyshops-infos .info-landscape .wrapper .pic {
    width: 100%;
    margin-bottom: 10px;
}
.taxonomy-citybox { padding: 40px 40px;}
.taxonomy-citybox a { color: #0062ea;}
.buyshops-wrapper .buyshops-others .others-shopitems { margin: 40px 0; }
.buyshops-wrapper .buyshops-others .others-shopitems .shop-list-ttl { color: #333; font-size: 1.05em;line-height: 1.5;margin-bottom: 15px;padding-bottom: 8px;border-bottom: 1px solid #333; }
.buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    padding: 15px 40px;
}
.buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-field-label {
    width: 260px;
    padding-right: 30px;
    color: #143E9F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field input,
.buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field textarea {
    display: block;
    font-size: 14px;
    width: calc(100% - 260px);
    padding: 8px 20px;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #fff;
    color: #3E3E3E;
}
.buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-error {
    width: 100%;
    text-align: right;
    padding-top: 7px;
}
.buyshops-wrapper div.wpforms-container-full .wpforms-form button[type='submit'] {
    display: block;
    width: 40%;
    max-width: 300px;
    background: #143E9F;
    border: 1px solid #143E9F;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 30px;
    margin: 25px auto;
    cursor: pointer;
}
.buyshops-wrapper div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    background: #fff;
    color: #143E9F;
}
.buyshops-wrapper .way-wrapper {
    padding: 100px 0;
}
.buyshops-wrapper .buyshops-way {
    background: #F2F6FF !important;
    padding-bottom: 60px;
}
.buyshops-wrapper .buyshops-way .title {
    top: -80px;
    margin-bottom: -80px;
}
.buyshops-wrapper .buyshops-way .content {
    padding-top: 60px;
}
.buyshops-wrapper .buyshops-way .content .ttl {
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}
.buyshops-wrapper .buyshops-way .content .ttl div {
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
}
.buyshops-wrapper .buyshops-way .content .ttl span {
    font-size: 1.07em;
    padding-right: 18px;
}
.buyshops-wrapper .buyshops-way .content .items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.buyshops-wrapper .buyshops-way .content .items .item {
    margin-bottom: 20px;
    font-size: 14px;
    width: calc(25% - 30px);
}
.buyshops-wrapper .buyshops-way .content .items .item:not(:nth-child(4n)) {
    margin-right: 40px;
}
.buyshops-wrapper .buyshops-way .content .items .item .pic {
    position: relative;
    margin-bottom: 15px;
}
.buyshops-wrapper .buyshops-way .content .items .item .pic:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.buyshops-wrapper .buyshops-way .content:last-child {
    padding-bottom: 80px;
}
.buyshops-wrapper .buyshops-way .content .map {
    position: relative;
    margin: 40px 0;
    min-height: 360px;
}
.buyshops-wrapper .buyshops-way .content .map:before {
    content: "";
    display: block;
    padding-top: 52%;
}
.buyshops-wrapper .buyshops-way .content .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.buyshops-wrapper .buyshops-way .map-btn {
    background: #143E9F;
    padding: 20px 40px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    transition: 0.3s;
}
.buyshops-wrapper .buyshops-way .content .map-btn:hover {
    text-decoration: none;
    transform: translateY(-5px);
}
.buyshops-wrapper .buyshops-way .map-btn .txt {
    display: flex;
    padding-right: 20px;
}
.buyshops-wrapper .buyshops-way .map-btn .icon {
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #143E9F;
    margin: 6px 0;
    margin-right: 20px;
}
.buyshops-wrapper .buyshops-way .map-btn .icon svg{
    width: auto;
    max-width: 100%;
}
.buyshops-wrapper .buyshops-way .map-btn:hover{
    text-decoration: none;
    transform: translateY(-5px);
}
.buyshops-wrapper .buyshops-way .map-btn .pic {
    width: 20%;
    max-width: 60px;
}
.buyshops-wrapper .buyshops-staff .content {
    padding: 80px 0 40px;
    width: 100%;
    max-width: 850px;
    margin: auto;
}
.buyshops-wrapper .buyshops-staff article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 80px;
    font-size: 18px;
}
.buyshops-wrapper .buyshops-staff article .pic {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 60px;
}
.buyshops-wrapper .buyshops-staff article .pic:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.buyshops-wrapper .buyshops-staff article .pic img {
    -o-object-position: 50% 76%;
    object-position: 50% 76%;
}
.buyshops-wrapper .buyshops-staff article .text {
    padding: 40px;
    padding-left: 60px;
    background: #F2F6FF;
    border-radius: 68px;
    color: #143E9F;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    border: 2.5px solid #143E9F;
}
.buyshops-wrapper .buyshops-staff article .text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    background: #F2F6FF;
    height: 30px;
    border: 2.5px solid #143E9F;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) skew(-15deg, -15deg);
    transform: translate(-50%, -50%) rotate(45deg) skew(-15deg, -15deg);
}
.buyshops-wrapper .buyshops-staff article .text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 2px;
    width: 28px;
    height: 35px;
    background: #F2F6FF;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.buyshops-wrapper .buyshops-item {
    position: relative;
    padding: 80px 0;
}
.buyshops-wrapper .buyshops-item .content {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    padding: 40px 60px;
    background: #fff;
    border-radius: 20px;
}
.buyshops-wrapper .buyshops-item .pic {
    width: 36%;
    min-width: 36%;
    max-width: 36%;
    margin-right: 60px;
    position: relative;
    z-index: 2;
}
.buyshops-wrapper .buyshops-item .pic:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 100%;
    height: 100%;
    background: #143E9F;
    z-index: -1;
}
.buyshops-wrapper .buyshops-item .text {
    flex: 1 1 auto;
}
.buyshops-wrapper .buyshops-item .text h2 {
    font-size: 1.2em;
    margin: 10px 0;
}
.buyshops-wrapper .smartphone-two { padding-top: 140px; }
.buyshops-wrapper .single-main { padding: 0; }
@media (max-width: 1000px) { .buyshops-wrapper .smartphone-two { padding-top: 100px; } }
.buyshops-blogs {
    padding: 80px 0;
    background: #F2F6FF !important;
    position: relative;
}
.buyshops-blogs .content { 
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.buyshops-blogs .content .item {
    width: calc(33.33% - 40px);
    margin-left: 40px;
    font-size: 14px;
}
.buyshops-blogs .content .item .pic {
    position: relative;
    width: 100%;
}
.buyshops-blogs .content .item .pic:before {
    content: "";
    display: block;
    padding-top: 54%;
}
.buyshops-blogs .content .item .text {
    padding: 20px 0;
}
.buyshops-blogs .content .item .text .time{
    font-size: 12px;
}
.buyshops-blogs .content .item .text .ttl {
    font-weight: bold;
    font-size: 1.2em;
    color: #0062ea;
    margin: 5px 0 10px;
}
.buyshops-blogs .content .item .btn a {
    display: flex;
    align-items: center;
}
.buyshops-blogs .content .item .btn a svg {
    width: 10px;
    height: auto;
    margin-right: 6px;
    margin-top: 2px;
}
.buyshops-wrapper .footer-search{
    padding-top: 40px;
}

.store-purchase {
    padding: 60px 0;
}
.store-purchase .wrapper {
    padding: 40px;
}
.store-purchase .txt {
    color: #143E9F;
    font-weight: bold;
    margin-bottom: 80px;
}
.store-purchase .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.store-purchase .step .pic {
    width: 280px;
    margin-right: 40px;
}
.store-purchase .step .text {
    width: calc(100% - 280px - 40px);
}
.store-purchase .step .text .ttl {
    color: #143E9F;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
}
.store-purchase .step .text .ttl span {
    font-size: 18px;
    display: block;
    margin-right: 36px;
    font-weight: bold;
    border-bottom: 2px solid #143E9F;
}
.store-purchase .step .content {
    padding: 20px 10px;
    font-size: 16px;
}
.store-purchase .step .name {
    display: inline-block;
    background: #F7F7F7;
    padding: 10px 30px;
    margin: 12px 0;
    border-radius: 20px;
    font-size: 18px;
}
.store-purchase .step .nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 35px;
}
.store-purchase .step .nav ul li .icon {
    width: 22px;
    height: 24px;
    margin-right: 12px;
    margin-top: 2px;
}
.store-purchase .step .nav.no-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.store-purchase .step .nav.no-hide>div {
    border-radius: 20px;
    overflow: hidden;
    background: #F7F7F7;
}
.store-purchase .step .nav.no-hide span {
    margin-bottom: 0;
}
.store-purchase .step .nav.no-hide ul {
    padding-bottom: 20px;
}
.store-purchase .step .nav.has-hide ul li {
    padding: 0 !important;
    border-bottom: 1px solid #B9B9B9;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.store-purchase .step .nav.has-hide ul li .click {
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.store-purchase .step .nav.has-hide ul li .click:after {
    content: "";
    display: block;
    background: url(./images/buyshops/arrow-b.png) center/contain no-repeat;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 28px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.store-purchase .step .nav.has-hide ul li .click:hover {
    color: #143E9F;
}
.store-purchase .step .nav.has-hide ul li .click.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.store-purchase .step .nav .target {
    display: none;
    padding: 20px 30px 40px;
}
.store-purchase .step .nav .target .small {
    font-size: 0.9em;
    margin: 8px 0;
}
.store-purchase .step .nav .target .blue {
    color: #143E9F;
    font-size: 1.14em;
}
.store-purchase .step .nav .target .sub-ttl {
    display: inline-block;
    margin-bottom: 10px;
}
.store-purchase .step .nav .target p {
    margin-bottom: 40px;
}
.store-purchase .step .nav .target .img {
    width: 100%;
    margin-bottom: 20px;
}
.store-purchase .step .nav .target .img img {
    width: 100%;
}
.store-purchase .step .nav .delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.store-purchase .step .nav .delete .item {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    text-align: left;
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
}
.store-purchase .step .nav .delete .item .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em;
    color: #000;
}
.store-purchase .step .nav .delete .item .ttl .num {
    color: #143E9F;
    font-size: 48px;
    font-family: 'co-headline', sans-serif;
    font-weight: bold;
    min-width: 1.2em;
}
.store-purchase .step .nav .delete .item.full {
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.store-purchase .step .nav .delete .item.full .ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5em;
}
.store-purchase .step .tip {
    padding: 10px 30px;
}
.store-purchase .step .sp {
    display: none;
}
.store-purchase .step:nth-child(1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.store-purchase .step:nth-child(1) .pic {
    margin-top: 60px;
}
.buyshops-wrapper .buyshops-infos .info-supervisor {
   font-size: 15px;
   max-width: 800px;
   margin: 40px auto;
}
.buyshops-wrapper .buyshops-infos .info-supervisor .ttl {
   text-align: center;
   font-weight: bold;
   color: #143E9F;
   font-size: 24px;
   margin-bottom: 20px;
   position: relative;
}
.buyshops-wrapper .buyshops-infos .info-supervisor .ttl:after {
   content: "";
   display: block;
   position: absolute;
   bottom: -10px;
   left: 50%;
   width: 40px;
   height: 5px;
   background: #143E9F;
   transform: translateX(-50%);
}
.buyshops-wrapper .buyshops-infos .info-supervisor .wrapper {
   display: flex;
   align-items: center;
   margin: 20px 0;
   padding-bottom: 20px;
   border-bottom: 1px solid #B9B9B9;
}
.buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .pic {
   width: 180px;
   max-width: 180px;
   border-radius: 50%;
   overflow: hidden;
   padding-top: 180px;
}
.buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .text {
   padding: 20px 40px;
   line-height: 1.2;
}
.buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .text .name {
   font-weight: bold;
   font-size: 1.3em;
   margin-bottom: 12px;
}


@media (max-width: 1400px) {
    .buyshops-wrapper .buyshops-infos {
        padding: 40px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-head .title {
        font-size: 28px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .title .jp {
        font-size: 32px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-li li {
        font-size: 16px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .ttl {
        font-size: 22px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.intro .wrapper .intro-text h2 {
        font-size: 24px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.line .wrapper {
        height: 340px;
        max-width: 340px;
    }
    .buyshops-wrapper .buyshops-infos .info-text {
        margin: 30px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-address .left {
        padding-right: 40px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right {
        font-size: 15px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dt {
        min-width: 100px;
    }
    .store-purchase {
        padding: 40px 0;
    }
    .store-purchase .wrapper {
        padding: 25px;
    }
    .store-purchase .txt {
        margin-bottom: 60px;
    }
    .store-purchase .step {
        margin: 20px 0;
    }
    .store-purchase .step .text .ttl {
        font-size: 18px;
    }
    .store-purchase .step .text .ttl span {
        margin-right: 30px;
        font-size: 16px;
    }
    .store-purchase .step .name {
        font-size: 16px;
    }
    .store-purchase .step .nav ul li {
        padding: 6px 35px;
    }
    .store-purchase .step .nav.has-hide ul li .click {
        padding: 15px 30px;
    }
    .store-purchase .step .nav .target {
        font-size: 15px;
    }
    .store-purchase .step .nav .delete .item .ttl {
        font-size: 15px;
    }
    .store-purchase .step .nav .delete .item .ttl .num {
        font-size: 36px;
    }
}
@media (max-width: 1200px) {
    .buyshops-wrapper .buyshops-buying .items { font-size: 13px; }
    .buyshops-wrapper .buyshops-infos .info-head {
        padding: 0;
    }
    .buyshops-wrapper .buyshops-infos .info-head .title {
        font-size: 20px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .title .jp {
        font-size: 24px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-li li {
        padding: 10px 20px 12px;
        margin-left: 12px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper {
        font-size: 12px;
        padding: 50px 30px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .ttl {
        font-size: 18px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.intro .wrapper .intro-text h2 {
        font-size: 16px;
        padding: 12px 20px;
    }
    .buyshops-wrapper .buyshops-infos .info-address {
        padding: 20px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .left {
        width: 44%;
        padding-right: 25px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right {
        font-size: 16px;
        padding: 0;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dl {
        padding: 10px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dt {
        min-width: 85px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dd .map-btn {
        margin-left: 15px;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .ttl{
        font-size: 22px;
    }
    .buyshops-blogs {
        padding: 60px 0;
    }
    .buyshops-blogs .content {
        margin-left: -25px;
        margin-top: 40px;
    }
    .buyshops-blogs .content .item {
        width: calc(33.33% - 25px);
        margin-left: 25px;
        font-size: 13px;
    }

    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 15px 20px;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-field-label {
        font-size: 14px;
        width: 200px;
        padding-right: 20px;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field input,
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field textarea {
        font-size: 12px;
    }
    .buyshops-wrapper .buyshops-way .content .ttl {
        font-size: 22px;
    }
    .buyshops-wrapper .buyshops-way .content .items {
        margin-top: 50px;
    }
    .buyshops-wrapper .buyshops-way .content .items .item {
        width: calc(25% - 12px);
    }
    .buyshops-wrapper .buyshops-way .content .items .item:not(:nth-child(4n)) {
        margin-right: 16px;
    }
    .buyshops-wrapper .buyshops-way .content:last-child {
        padding-bottom: 40px;
    }
    .buyshops-wrapper .buyshops-staff .content {
        padding: 60px 0 0;
    }
    .buyshops-wrapper .buyshops-staff article {
        padding-bottom: 60px;
    }
    .buyshops-wrapper .buyshops-staff article .pic {
        width: 140px;
        min-width: 140px;
        height: 140px;
        margin-right: 40px;
    }
    .buyshops-wrapper .buyshops-staff article .text {
        padding: 30px;
        padding-left: 45px;
    }
    .buyshops-wrapper .buyshops-staff article .text:before {
        width: 25px;
        height: 25px;
    }
    .buyshops-wrapper .buyshops-staff article .text:after {
        border-radius: 4px;
        height: 26px;
    }
    .store-purchase {
        padding: 20px 0 40px;
    }
    .store-purchase .txt {
        margin-bottom: 40px;
    }
    .store-purchase .step .pic {
        width: 160px;
        margin-right: 40px;
    }
    .store-purchase .step .text {
        width: calc(100% - 160px - 40px);
    }
    .store-purchase .step .text .ttl span {
        margin-right: 20px;
    }
    .store-purchase .step .name {
        font-size: 15px;
        font-weight: bold;
    }
    .store-purchase .step .content {
        font-size: 15px;
    }
    .store-purchase .step .nav .delete .item {
        width: calc(50% - 8px);
    }
    .store-purchase .step .nav .target {
        font-size: 14px;
        padding: 10px 20px 25px;
    }
    .store-purchase .step .nav .target p {
        margin-bottom: 20px;
    }
    .store-purchase .step .nav .target .blue {
        font-size: 1.05em;
    }
    .store-purchase .step .nav .target .sub-ttl {
        margin-bottom: 8px;
    }
}
@media (max-width: 1000px) {
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item{
        width: calc(33.33% - 20px);
        margin-bottom: 25px;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:not(:nth-child(5n)),
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:nth-child(5n) {
        margin-right: 30px;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:nth-child(3n) {
        margin-right: 0;
    }
    .buyshops-wrapper .buyshops-way .map-btn {
        font-size: 16px;
        padding: 15px 25px;
    }
    .buyshops-wrapper .buyshops-item {
        padding: 60px 0;
    }
    .buyshops-wrapper .buyshops-item .content{
        font-size: 15px;
        padding: 30px 50px;
    }
    .buyshops-wrapper .buyshops-item .pic {
        width: 32%;
        min-width: 32%;
        max-width: 32%;
        margin-right: 25px;
    }
    .buyshops-wrapper .buyshops-others .others-shopitems { margin: 20px 0; }
    .taxonomy-citybox { padding: 20px 0;}
    .buyshops-wrapper .buyshops-infos .info-supervisor {
      font-size: 14px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .ttl{
      font-size: 22px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .ttl:after{
      height: 4px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .pic {
      width: 120px;
      max-width: 120px;
      padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .buyshops-wrapper .buyshops-buying .items { margin: 20px 0; margin-left: -15px; }
    .buyshops-wrapper .buyshops-buying .items > div { width: calc(50% - 15px); margin-left: 15px; }
    .buyshops-wrapper .buyshops-buying .items > div .hasbg { margin-bottom: 15px; }
    .buyshops-wrapper .buyshops-buying .items .ttl { font-size: 1.1em; }
    .buyshops-wrapper .smartphone-tips{
       padding: 20px 0 60px;
    }
    .buyshops-wrapper .buyshops-infos {
        padding: 30px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-head {
        display: block;
    }
    .buyshops-wrapper .buyshops-infos .info-head .title {
        width: 100%;
        text-align: center;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-li {
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-li li.line {
        display: none;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper {
        padding: 50px 20px 30px;
        max-height: 75%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed .wrapper .remove {
        top: 8px;
    }
    .buyshops-wrapper .buyshops-infos .info-head .tabs-fixed.contact .wrapper {
        overflow-y: scroll;
    }
    .buyshops-wrapper .buyshops-infos .info-text {
        font-size: 15px;
        padding: 0;
        background: #fff;
        margin: 15px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-address {
        padding: 20px 0;
        display: block;
    }
    .buyshops-wrapper .buyshops-infos .info-address .left {
        padding-right: 0;
        width: 100%;
    }
    .buyshops-wrapper .buyshops-infos .info-address .left .slick-dots {
        padding-top: 15px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .left .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right {
        width: 100%;
        padding: 25px 15px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dd .map-btn {
        margin-left: 0;
        margin-top: 5px;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dd .map-iframe .map:before {
        padding-top: 120%;
    }
    .buyshops-wrapper .buyshops-infos .info-address .right dd.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape {
        padding: 20px 0;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper {
        margin-top: 25px;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:not(:nth-child(5n)),
    .buyshops-wrapper .buyshops-infos .info-landscape .wrapper .item:nth-child(5n) {
        margin-right: 0;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 8px 0;
        display: block;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field label.wpforms-field-label {
        width: 100%;
        padding-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field input,
    .buyshops-wrapper div.wpforms-container-full .wpforms-form .wpforms-field textarea {
        width: 100%;
        padding: 5px 10px;
    }
    .buyshops-wrapper div.wpforms-container-full .wpforms-form button[type='submit'] {
        margin: 20px auto 0;
    }
    .buyshops-wrapper .way-wrapper {
        padding: 80px 0 40px;
    }
    .buyshops-wrapper .buyshops-way{
        padding-bottom: 40px;
    }
    .buyshops-wrapper .buyshops-way .title {
        top: -70px;
        margin-bottom: -70px;
    }
    .buyshops-wrapper .buyshops-way .content {
        padding-top: 35px;
    }
    .buyshops-wrapper .buyshops-way .content .items {
        margin-top: 30px;
    }
    .buyshops-wrapper .buyshops-way .content .items .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .buyshops-wrapper .buyshops-way .content .items .item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .buyshops-wrapper .buyshops-way .content .items .item:last-child {
        margin-bottom: 0;
    }
    .buyshops-wrapper .buyshops-way .map-btn{
        padding: 15px 20px;
    }
    .buyshops-wrapper .buyshops-way .map-btn .txt{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 0;
        width: 100%;
    }
    .buyshops-wrapper .buyshops-way .map-btn .pic{
        display: none;
    }
    .buyshops-wrapper .buyshops-staff article {
        font-size: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .buyshops-wrapper .buyshops-staff article .pic {
        width: 120px;
        min-width: 120px;
        height: 120px;
        margin: 0 0 30px;
    }
    .buyshops-wrapper .buyshops-staff article .text {
        border-radius: 30px;
        padding: 22px;
        padding-left: 22px;
    }
    .buyshops-wrapper .buyshops-staff article .text:before {
        width: 20px;
        height: 20px;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) skew(-5deg, -5deg);
        transform: translate(-50%, -50%) rotate(-45deg) skew(-5deg, -5deg);
    }
    .buyshops-wrapper .buyshops-staff article .text:after {
        border-radius: 3px;
        width: 30px;
        left: 50%;
        top: -0.4px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .buyshops-wrapper .buyshops-staff .content {
        padding: 40px 0 0;
    }
    .buyshops-wrapper .buyshops-item {
        padding: 40px 0;
    }
    .buyshops-wrapper .buyshops-item .content{
        font-size: 14px;
        padding: 25px 10px;
        margin-top: 10px;
        display: block;
    }
    .buyshops-wrapper .buyshops-item .pic {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .buyshops-wrapper .buyshops-item .pic:after{
        left: 10px;
        top: 10px;
    }
    .buyshops-wrapper .footer-search{
        padding-top: 20px;
    }
    .buyshops-blogs {
        padding: 50px 0;
    }
    .buyshops-blogs .content {
        margin-left: 0;
        margin-top: 30px;
    }
    .buyshops-blogs .content .item {
        width: 100%;
        margin-left: 0;
        font-size: 12px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }
    .store-purchase .wrapper {
        padding: 20px 0;
    }
    .store-purchase .txt {
        margin-bottom: 25px;
    }
    .store-purchase .step {
        margin: 30px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .store-purchase .step .pic {
        width: 44%;
        max-width: 44%;
        margin: 0;
        padding-right: 15px;
    }
    .store-purchase .step .text {
        width: 56%;
        max-width: 56%;
    }
    .store-purchase .step .text .ttl {
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .store-purchase .step .text .ttl span {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .store-purchase .step .content {
        padding: 10px 0 0;
        font-size: 14px;
    }
    .store-purchase .step .pc {
        display: none;
    }
    .store-purchase .step .sp {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
    }
    .store-purchase .step .sp>div {
        width: 80%;
        display: block;
    }
    .store-purchase .step .sp .has-hide {
        width: 100%;
        text-align: center;
    }
    .store-purchase .step .nav {
        -webkit-font-feature-settings: 'palt';
        font-feature-settings: 'palt';
    }
    .store-purchase .step .nav.has-hide ul li .click {
        padding: 12px 20px;
    }
    .store-purchase .step .nav.has-hide ul li .click:after {
        width: 12px;
        height: 10px;
        top: 20px;
    }
    .store-purchase .step .nav.no-hide {
        display: block;
    }
    .store-purchase .step .nav .target {
        padding: 10px 0 25px;
        text-align: left;
    }
    .store-purchase .step .nav .delete .item .ttl {
        font-size: 14px;
    }
    .store-purchase .step .nav .delete .item .ttl .num {
        font-size: 24px;
    }
    .store-purchase .step .nav .delete .item.full {
        text-align: left;
    }
    .store-purchase .step .nav .delete .item.full .ttl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .store-purchase .step:nth-child(1) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .store-purchase .step:nth-child(1) .pic {
        margin-top: 0;
    }
    
    .buyshops-wrapper .buyshops-infos .info-supervisor .ttl{
      font-size: 20px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .wrapper {
      margin: 15px 0;
      padding-bottom: 15px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .pic {
      width: 100px;
      max-width: 100px;
      padding-top: 100px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .text {
      padding: 10px 15px;
      font-size: 13px;
    }
    .buyshops-wrapper .buyshops-infos .info-supervisor .wrapper .text .name{
      font-size: 16px;
      margin-bottom: 8px;
    }

}

/* 0302 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Recursive:wght@400;500;600&display=swap");
.page-id-10880 .page-featured,
.page-id-10880 .breadcrumbs {
    display: none;
}
.page-pg-acquisition {
    font-family: 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.page-pg-acquisition span.price-zero {
    font-size: 2em;
    color: #fff;
    background-image: -webkit-linear-gradient(-55deg, #ffffff, #ffffff, #cfccb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lato', 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    line-height: 0.85;
    font-weight: 900;
    padding: 0 7px;
}
.page-pg-acquisition .pg-ttl {
    text-align: center;
    line-height: 1.4;
    position: relative;
    padding-bottom: 40px;
}
.page-pg-acquisition .pg-ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: #0062ea;
}
.page-pg-acquisition .pg-ttl .light {
    font-size: 34px;
    color: #0062ea;
    font-weight: 500;
}
.page-pg-acquisition .pg-ttl .light.icon {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-pg-acquisition .pg-ttl .light.icon div {
    padding: 0 20px;
    position: relative;
}
.page-pg-acquisition .pg-ttl .light.icon div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0062ea;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.page-pg-acquisition .pg-ttl .light.icon div:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0062ea;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.page-pg-acquisition .pg-ttl .light span.large {
    font-size: 1.5em;
    line-height: 1;
}
.page-pg-acquisition .pg-ttl .dark {
    font-size: 52px;
    color: #01429e;
}
.page-pg-acquisition .pg-ttl .dark span.num {
    font-size: 1.6em;
    font-style: italic;
    position: relative;
    margin-left: -10px;
    line-height: 1;
}
.page-pg-acquisition .pg-ttl .dark span.num em {
    position: absolute;
    left: 58%;
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e1e1e1;
    z-index: -1;
}
.page-pg-acquisition .pg-ttl .dark.large {
    font-size: 64px;
}
.page-pg-acquisition .slogan {
    background: #000;
    color: #fff;
}
.page-pg-acquisition .slogan .slogan-inner {
    padding: 40px 40px;
}
.page-pg-acquisition .slogan h2 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    padding-bottom: 10px;
    font-size: 44px;
    border-bottom: 2px solid #0185ea;
    letter-spacing: 2px;
    color: #c3dced;
    position: relative;
    background-image: -webkit-linear-gradient(top, #e7f0f5, #86c0f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-pg-acquisition .slogan h2 span.nowrap {
    display: contents;
}
.page-pg-acquisition .slogan .obtain {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.page-pg-acquisition .slogan .obtain .text {
    width: 46%;
}
.page-pg-acquisition .slogan .obtain .text .brand .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pg-acquisition .slogan .obtain .text .brand .icon img {
    width: auto;
    max-height: 22px;
    display: block;
}
.page-pg-acquisition .slogan .obtain .text .brand .icon img:not(:last-child) {
    margin-right: 20px;
}
.page-pg-acquisition .slogan .obtain .text .brand .txt {
    font-size: 32px;
    margin-top: 8px;
    font-weight: bold;
}
.page-pg-acquisition .slogan .obtain .text .obt img {
    width: 100%;
}
.page-pg-acquisition .slogan .obtain .img {
    width: 48%;
}
.page-pg-acquisition .slogan .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pg-acquisition .slogan .order .left {
    width: 48%;
    font-size: 52px;
    white-space: nowrap;
    line-height: 1.2;
    font-weight: 500;
}
.page-pg-acquisition .slogan .order .left .t {
    color: #fff;
}
.page-pg-acquisition .slogan .order .left .b {
    font-size: 1.42em;
    color: #bcb891;
}
.page-pg-acquisition .slogan .order .right {
    width: 50%;
    color: #0386ea;
    background-image: -webkit-linear-gradient(top, #0386ea, #fff, #0386ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: 144px;
    font-weight: 900;
    font-style: italic;
}
.page-pg-acquisition .slogan .srcoll {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-pg-acquisition .slogan .srcoll div {
    position: relative;
}
.page-pg-acquisition .slogan .srcoll div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.page-pg-acquisition .slogan .srcoll div img {
    display: block;
    max-width: 30px;
    margin: 5px auto 0;
}
.page-pg-acquisition .assessment .assessment-inner {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-pg-acquisition .assessment .assessment-inner .left {
    padding: 40px 0;
    width: 75%;
}
.page-pg-acquisition .assessment .assessment-inner .left h2 {
    line-height: 1.2;
    font-size: 42px;
    color: #0150bf;
    text-align: center;
}
.page-pg-acquisition .assessment .assessment-inner .left h2 .light {
    color: #0062ea;
    font-weight: 400;
    margin-bottom: 10px;
}
.page-pg-acquisition .assessment .assessment-inner .left .content {
    font-size: 17px;
    padding: 20px 0;
    text-align: center;
    font-weight: 400;
}
.page-pg-acquisition .assessment .assessment-inner .left .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-pg-acquisition .assessment .assessment-inner .left .btn a {
    text-decoration: none;
    background: #1168ab;
    border: 1px solid #1168ab;
    color: #fff;
    padding: 7px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page-pg-acquisition .assessment .assessment-inner .left .btn a:hover {
    background: #fff;
    color: #1168ab;
}
.page-pg-acquisition .assessment .assessment-inner .right {
    padding-top: 60px;
    width: 25%;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.page-pg-acquisition .distribution {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,005ddf+0,005ee1+0,01439f+100 */
    background: #1e5799;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1e5799 0%, #005ddf 0%, #005ee1 0%, #01439f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#01439f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.page-pg-acquisition .distribution .distribution-inner {
    padding: 60px 0 0;
    color: #fff;
    text-align: center;
}
.page-pg-acquisition .distribution .distribution-inner .ttl .info {
    font-size: 32px;
    font-weight: 500;
}
.page-pg-acquisition .distribution .distribution-inner .ttl .price {
    letter-spacing: 2px;
    font-size: 88px;
    line-height: 1;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.page-pg-acquisition .distribution .distribution-inner .send .txt {
    font-size: 35px;
    padding-top: 10px;
}
.page-pg-acquisition .distribution .distribution-inner .send .img img {
    margin: 15px auto;
    max-width: 180px;
}
.page-pg-acquisition .distribution .distribution-inner .send .money {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item {
    width: 47%;
    padding: 80px 20px 20px;
    position: relative;
    z-index: 2;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .time {
    line-height: 1;
    display: inline-block;
    margin: auto;
    font-size: 28px;
    position: relative;
    padding: 0 25px;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .time:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .time:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .icon img {
    margin: 25px auto 10px;
    max-width: 150px;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .price {
    font-size: 78px;
    font-weight: 900;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .color-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
    width: 100%;
    z-index: -1;
}
.page-pg-acquisition .distribution .distribution-inner .send .money .item .color-bg:before {
    content: "";
    display: block;
    padding-top: 100%;
    border-radius: 50%;
    background: #01429e;
}
.page-pg-acquisition .distribution .distribution-inner .promise {
    padding-top: 40px;
}
.page-pg-acquisition .distribution .distribution-inner .promise .return {
    font-size: 26px;
    line-height: 1.6;
}
.page-pg-acquisition .distribution .distribution-inner .promise .freight {
    font-size: 18px;
    margin: 40px 0;
}
.page-pg-acquisition .distribution .distribution-inner .promise .img img {
    margin: auto;
    max-width: 500px;
}
.page-pg-acquisition .fast {
    padding: 80px 0 40px;
}
.page-pg-acquisition .fast .fast-inner {
    margin: 20px 0;
}
.page-pg-acquisition .fast .fast-item {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-pg-acquisition .fast .fast-item .image {
    width: 40%;
    position: relative;
}
.page-pg-acquisition .fast .fast-item .image .hasbg {
    width: 100%;
    height: 100%;
}
.page-pg-acquisition .fast .fast-item .text {
    width: 58%;
}
.page-pg-acquisition .fast .fast-item .text .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pg-acquisition .fast .fast-item .text .num img {
    max-width: 32px;
    margin-right: 20px;
}
.page-pg-acquisition .fast .fast-item .text .num div {
    color: #0062ea;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}
.page-pg-acquisition .fast .fast-item .text .num div span {
    font-size: 1.5em;
    padding-bottom: 5px;
    padding-left: 10px;
}
.page-pg-acquisition .fast .fast-item .text .ttl {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin: 12px 0 15px;
}
.page-pg-acquisition .fast .fast-item .text .content {
    font-size: 17px;
}
.page-pg-acquisition .fast .fast-item .text .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-pg-acquisition .fast .fast-item .text .content ul li {
    min-width: 45%;
    padding-left: 30px;
    position: relative;
    margin: 3px 0 0;
    font-size: 18px;
}
.page-pg-acquisition .fast .fast-item .text .content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: url(./images/pg/fast-checkbox.jpg) left center/contain no-repeat;
}
.page-pg-acquisition .fast .fast-item .text .content .bold {
    font-weight: 500;
}
.page-pg-acquisition .fast .fast-item .text .content .thumbnail {
    margin: 20px 0;
}
.page-pg-acquisition .fast .fast-item .text .content .thumbnail .item {
    margin: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-pg-acquisition .fast .fast-item .text .content .thumbnail .item span,
.page-pg-acquisition .fast .fast-item .text .content .thumbnail .item a {
    display: block;
    width: calc(33.3333% - 20px);
    margin: 5px 0;
    margin-right: 20px;
    background: #1168ab;
    color: #fff;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.page-pg-acquisition .fast .fast-item .text .content .thumbnail .tip {
    font-size: 13px;
    font-weight: 500;
}
.page-pg-acquisition .fast .fast-item .text .content .btn {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-pg-acquisition .fast .fast-item .text .content .btn a {
    text-decoration: none;
    background: #1168ab;
    border: 1px solid #1168ab;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}
.page-pg-acquisition .fast .fast-item .text .content .btn a:hover {
    background: #fff;
    color: #1168ab;
}
.page-pg-acquisition .loss {
    background: #f2f2f2;
    padding: 60px 0;
}
.page-pg-acquisition .loss .examples {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pg-acquisition .loss .examples .image {
    max-width: 240px;
}
.page-pg-acquisition .loss .examples .image img {
    width: 100%;
}
.page-pg-acquisition .loss .examples .text {
    padding: 0 60px;
    text-align: center;
}
.page-pg-acquisition .loss .examples .text .ttl {
    font-weight: 600;
    line-height: 1.4;
    font-size: 32px;
}
.page-pg-acquisition .loss .examples .text .check {
    margin: 20px 0;
    line-height: 1.4;
    font-weight: 600;
    font-size: 18px;
}
.page-pg-acquisition .loss .examples .text .check div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0;
}
.page-pg-acquisition .loss .examples .text .check img {
    max-width: 18px;
    margin-right: 7px;
}
.page-pg-acquisition .loss .examples .text .price {
    padding: 12px 40px;
    border: 1px solid #000;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}
.page-pg-acquisition .loss .examples .text .price .money {
    line-height: 1;
    padding: 5px 0;
    color: #878787;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Recursive', 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.page-pg-acquisition .loss .examples .text .price .money span {
    font-size: 1.4em;
    margin-right: 5px;
    font-weight: 400;
    opacity: 0.9;
    letter-spacing: -1px;
}
.page-pg-acquisition .loss .banner {
    width: 100%;
    margin: 20px auto;
}
.page-pg-acquisition .loss .banner-one {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-pg-acquisition .loss .banner-one .item {
    width: 50%;
    padding: 40px 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.page-pg-acquisition .loss .banner-one .item .ttl {
    font-size: 26px;
}
.page-pg-acquisition .loss .banner-one .item .ttl span.blue {
    color: #0062ea;
}
.page-pg-acquisition .loss .banner-one .item .buy {
    font-size: 28px;
    color: #01429e;
    padding: 6px 0;
}
.page-pg-acquisition .loss .banner-one .item .price {
    font-size: 40px;
    -webkit-box-shadow: 0 -30px 2px -5px #d4e9fa inset;
    box-shadow: 0 -30px 2px -5px #d4e9fa inset;
}
.page-pg-acquisition .loss .banner-one .item .price span {
    font-size: 1.4em;
    line-height: 1;
    font-family: 'Recursive', 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.page-pg-acquisition .loss .banner-one .item .price.blue {
    color: #0062ea;
}
.page-pg-acquisition .loss .banner-one .item .price.brown {
    color: #969057;
}
.page-pg-acquisition .loss .banner-one .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #81bef1;
}
.page-pg-acquisition .loss .banner-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-pg-acquisition .loss .banner-two .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-pg-acquisition .loss .banner-two .dark {
    background: #01429e;
    max-width: 40%;
    color: #fff;
    font-size: 32px;
    line-height: 1.6;
}
.page-pg-acquisition .loss .banner-two .dark span {
    font-family: 'Recursive', 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    font-size: 1.4em;
    line-height: 1;
    color: #cdc681;
    font-weight: 500;
    padding-right: 2px;
}
.page-pg-acquisition .loss .banner-two .light {
    background: #c1dff9;
    color: #01429e;
    font-size: 32px;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
}
.page-pg-acquisition .loss .banner-two .light .large {
    font-size: 42px;
}
.page-pg-acquisition .loss .banner-two .light .large span {
    color: #918c55;
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    font-weight: 500;
}
.page-pg-acquisition .loss .banner-two .light .large span em {
    font-style: normal;
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #fff;
    width: 100%;
    z-index: -1;
}
.page-pg-acquisition .loss .banner-two .light:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 55px;
    height: 105%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #01429e;
    border-radius: 100% / 0 100% 100% 0;
}
.page-pg-acquisition .compare {
    padding: 60px 0 0;
}
.page-pg-acquisition .compare .compare-content {
    margin: 40px 0;
}
.page-pg-acquisition .compare .compare-content .compare-item .model {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.page-pg-acquisition .compare .compare-content .compare-item .img img {
    max-width: 220px;
    margin: 12px auto 0;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info {
    padding: 40px 80px;
    border-top: 1px solid #000;
    background: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    display: none;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .ttl div {
    padding: 8px 60px;
    line-height: 1.2;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 22px;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table {
    width: 100%;
    margin: 30px 0 10px;
    font-size: 18px;
    line-height: 1.4;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table th {
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table th.red {
    font-weight: 600;
    color: #d22a18;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table td {
    padding: 40px 10px;
    background: #fff;
    font-weight: 600;
    border: 10px solid #f2f2f2;
    font-family: 'Recursive', 'Noto Sans JP', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    vertical-align: middle;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table td.red {
    color: #d22a18;
    font-size: 1.1em;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .tab-tip {
    font-size: 13px;
    font-weight: 600;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application {
    margin: 30px 0 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    margin: 10px 0;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a {
    margin: 10px;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a:nth-child(2n-1) {
    background: #ff0000;
    border: 1px solid #ff0000;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a:nth-child(2n) {
    background: #ed701a;
    border: 1px solid #ed701a;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a:nth-child(3n) {
    background: #adadad;
    border: 1px solid #adadad;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #000;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    position: relative;
    padding: 5px 45px 20px;
    z-index: 2;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item svg {
    height: 25px;
    width: 20px;
    max-width: 20px;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0062ea;
    border-radius: 50% / 0 0 100% 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item:hover {
    cursor: pointer;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item:hover:before {
    background: #000;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item.close {
    display: none;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide.active .info-btn .item {
    display: none;
}
.page-pg-acquisition .compare .compare-content .compare-item .price-slide.active .info-btn .item.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-pg-acquisition .compare .compare-content .compare-item:not(:last-child) {
    margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
    .page-pg-acquisition .pg-ttl .light {
        font-size: 28px;
    }
    .page-pg-acquisition .pg-ttl .dark {
        font-size: 38px;
    }
    .page-pg-acquisition .pg-ttl .dark.large {
        font-size: 48px;
    }
    .page-pg-acquisition .slogan h2 {
        font-size: 3.3vw;
        white-space: nowrap;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .icon img {
        max-height: 18px;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .txt {
        font-size: 2.4vw;
    }
    .page-pg-acquisition .slogan .order .left {
        font-size: 4vw;
    }
    .page-pg-acquisition .slogan .order .right {
        font-size: 11vw;
    }
    .page-pg-acquisition .slogan .srcoll {
        font-size: 20px;
    }
    .page-pg-acquisition .slogan .srcoll div img {
        max-width: 26px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left h2 {
        font-size: 36px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .content {
        font-size: 16px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .btn a {
        font-size: 15px;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .info {
        font-size: 28px;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .price {
        font-size: 76px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .txt {
        font-size: 30px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .img img {
        max-width: 160px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item {
        width: 45%;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .time {
        font-size: 26px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .icon img {
        max-width: 130px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .price {
        font-size: 66px;
        padding-top: 15px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .color-bg {
        width: 88%;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .return {
        font-size: 22px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .freight {
        font-size: 16px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .img img {
        max-width: 440px;
    }
    .page-pg-acquisition .fast .fast-item .text .num img {
        max-width: 30px;
        margin-right: 18px;
    }
    .page-pg-acquisition .fast .fast-item .text .num div {
        font-size: 20px;
    }
    .page-pg-acquisition .fast .fast-item .text .num div span {
        font-size: 1.4em;
    }
    .page-pg-acquisition .fast .fast-item .text .ttl {
        font-size: 30px;
    }
    .page-pg-acquisition .fast .fast-item .text .content {
        font-size: 16px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li {
        font-size: 17px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li:before {
        width: 23px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .item span,
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .item a {
        font-size: 14px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .tip {
        font-size: 12px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .btn a {
        font-size: 15px;
    }
    .page-pg-acquisition .loss .examples .image {
        max-width: 210px;
    }
    .page-pg-acquisition .loss .examples .text .ttl {
        font-size: 26px;
    }
    .page-pg-acquisition .loss .examples .text .check {
        font-size: 16px;
    }
    .page-pg-acquisition .loss .examples .text .price {
        font-size: 20px;
    }
    .page-pg-acquisition .loss .examples .text .price .money {
        font-size: 22px;
    }
    .page-pg-acquisition .loss .banner-one .item .ttl {
        font-size: 23px;
    }
    .page-pg-acquisition .loss .banner-one .item .buy {
        font-size: 24px;
    }
    .page-pg-acquisition .loss .banner-one .item .price {
        font-size: 30px;
    }
    .page-pg-acquisition .loss .banner-two .dark {
        font-size: 26px;
    }
    .page-pg-acquisition .loss .banner-two .light {
        font-size: 26px;
    }
    .page-pg-acquisition .loss .banner-two .light .large {
        font-size: 35px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .model {
        font-size: 23px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .img img {
        max-width: 200px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info {
        padding: 30px 60px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .ttl div {
        font-size: 18px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table {
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table th {
        font-size: 16px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table td {
        padding: 30px 10px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .tab-tip {
        font-size: 12px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application {
        font-size: 22px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a {
        font-size: 14px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item {
        font-size: 14px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item svg {
        height: 23px;
        width: 18px;
        max-width: 18px;
    }
}
@media screen and (max-width: 960px) {
    .page-pg-acquisition .pg-ttl .light {
        font-size: 24px;
    }
    .page-pg-acquisition .pg-ttl .dark {
        font-size: 32px;
    }
    .page-pg-acquisition .pg-ttl .dark.large {
        font-size: 40px;
    }
    .page-pg-acquisition .slogan h2 {
        font-size: 48px;
        white-space: pre-wrap;
        line-height: 1.4;
    }
    .page-pg-acquisition .slogan .obtain {
        padding: 40px 0 25px;
    }
    .page-pg-acquisition .slogan .obtain .text {
        width: 54%;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .txt {
        font-size: 20px;
        margin-top: 5px;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .icon img {
        max-height: 14px;
    }
    .page-pg-acquisition .slogan .obtain .text .obt {
        width: 92%;
        margin: 10px 0 0;
    }
    .page-pg-acquisition .slogan .obtain .img {
        width: 40%;
    }
    .page-pg-acquisition .slogan .order .right {
        font-size: 10vw;
        text-align: center;
    }
    .page-pg-acquisition .slogan .srcoll {
        font-size: 18px;
    }
    .page-pg-acquisition .slogan .srcoll div img {
        max-width: 24px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left {
        width: 68%;
    }
    .page-pg-acquisition .assessment .assessment-inner .left h2 {
        font-size: 32px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .content {
        font-size: 15px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .btn a {
        font-size: 14px;
    }
    .page-pg-acquisition .assessment .assessment-inner .right {
        width: 30%;
        padding-top: 20px;
    }
    .page-pg-acquisition .distribution .distribution-inner {
        padding: 40px 0 0;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .info {
        font-size: 22px;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .price {
        font-size: 58px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .txt {
        font-size: 25px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .img img {
        max-width: 136px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .icon img {
        max-width: 120px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .price {
        font-size: 56px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise {
        padding-top: 30px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .return {
        font-size: 17px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .freight {
        font-size: 14px;
        margin: 30px 0;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .img img {
        max-width: 360px;
    }
    .page-pg-acquisition .fast .fast-item {
        padding: 30px 0;
    }
    .page-pg-acquisition .fast .fast-item .text {
        width: 54%;
    }
    .page-pg-acquisition .fast .fast-item .text .ttl {
        font-size: 26px;
    }
    .page-pg-acquisition .fast .fast-item .text .content {
        font-size: 14px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li {
        font-size: 15px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li:before {
        width: 23px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .item span,
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .item a {
        font-size: 12px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .btn a {
        font-size: 13px;
    }
    .page-pg-acquisition .fast .fast-item .image {
        width: 44%;
    }
    .page-pg-acquisition .loss .examples {
        margin: 50px 0;
    }
    .page-pg-acquisition .loss .examples .image {
        max-width: 190px;
    }
    .page-pg-acquisition .loss .examples .text .ttl {
        font-size: 24px;
    }
    .page-pg-acquisition .loss .examples .text .check {
        font-size: 15px;
    }
    .page-pg-acquisition .loss .examples .text .price {
        font-size: 18px;
    }
    .page-pg-acquisition .loss .banner-one .item:before {
        border-top: 22px solid #81bef1;
    }
    .page-pg-acquisition .loss .banner-one .item .ttl {
        font-size: 19px;
    }
    .page-pg-acquisition .loss .banner-one .item .buy {
        font-size: 20px;
    }
    .page-pg-acquisition .loss .banner-one .item .price {
        font-size: 24px;
    }
    .page-pg-acquisition .loss .banner-two .dark {
        font-size: 22px;
    }
    .page-pg-acquisition .loss .banner-two .light {
        font-size: 21px;
    }
    .page-pg-acquisition .loss .banner-two .light .large {
        font-size: 29px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .model {
        font-size: 20px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .img img {
        max-width: 180px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info {
        padding: 30px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .ttl div {
        font-size: 16px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table {
        font-size: 14px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table th {
        font-size: 14px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application {
        font-size: 20px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a {
        font-size: 12px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item {
        font-size: 13px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item svg {
        width: 17px;
        max-width: 17px;
    }
}
@media screen and (max-width: 750px) {
    .page-pg-acquisition .pg-ttl {
        padding-bottom: 20px;
    }
    .page-pg-acquisition .pg-ttl .light {
        font-size: 20px;
    }
    .page-pg-acquisition .pg-ttl .dark {
        font-size: 25px;
    }
    .page-pg-acquisition .pg-ttl .dark.large {
        font-size: 27px;
    }
    .page-pg-acquisition .pg-ttl:after {
        width: 80px;
    }
    .page-pg-acquisition .slogan .slogan-inner {
        padding: 20px 0;
    }
    .page-pg-acquisition .slogan h2 {
        font-size: 26px;
    }
    .page-pg-acquisition .slogan .obtain {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-pg-acquisition .slogan .obtain .text {
        width: 100%;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .icon img {
        margin: 0 10px;
        max-height: 13px;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .icon img:not(:last-child) {
        margin: 0 10px;
    }
    .page-pg-acquisition .slogan .obtain .text .brand .txt {
        text-align: center;
        font-size: 17px;
    }
    .page-pg-acquisition .slogan .obtain .text .obt {
        width: 62%;
        margin: 10px auto 0;
    }
    .page-pg-acquisition .slogan .obtain>.img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 60%;
        margin: 0 auto 20px;
    }
    .page-pg-acquisition .slogan .order {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-pg-acquisition .slogan .order .left {
        font-size: 4.4vw;
    }
    .page-pg-acquisition .slogan .order .right {
        font-size: 11.6vw;
    }
    .page-pg-acquisition .slogan .srcoll {
        padding: 20px 0 0;
        font-size: 16px;
    }
    .page-pg-acquisition .slogan .srcoll div img {
        max-width: 20px;
    }
    .page-pg-acquisition .assessment .assessment-inner {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-pg-acquisition .assessment .assessment-inner .left {
        width: 100%;
        padding: 30px 0 40px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left h2 {
        font-size: 26px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .content {
        font-size: 14px;
    }
    .page-pg-acquisition .assessment .assessment-inner .left .btn a {
        font-size: 12px;
    }
    .page-pg-acquisition .assessment .assessment-inner .right {
        width: 100%;
        padding: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 40px;
    }
    .page-pg-acquisition .assessment .assessment-inner .right img {
        max-width: 50%;
        margin: auto;
    }
    .page-pg-acquisition .distribution .distribution-inner {
        padding: 30px 0 0;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .info {
        font-size: 18px;
    }
    .page-pg-acquisition .distribution .distribution-inner .ttl .price {
        font-size: 44px;
        margin-bottom: 10px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .txt {
        font-size: 22px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .img img {
        max-width: 110px;
        margin: 13px auto 0;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money {
        margin: 13px auto;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item {
        padding: 30px 0 0;
        width: 48%;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .time {
        font-size: 16px;
        padding: 0 12px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .time:before,
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .time:after {
        width: 2px;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .icon img {
        width: 43%;
        margin: 10px auto;
    }
    .page-pg-acquisition .distribution .distribution-inner .send .money .item .price {
        font-size: 30px;
        padding-top: 0;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .return {
        font-size: 14px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .freight {
        font-size: 12px;
        margin: 20px 0 25px;
    }
    .page-pg-acquisition .distribution .distribution-inner .promise .img img {
        max-width: 65%;
    }
    .page-pg-acquisition .fast {
        padding: 40px 0 20px;
    }
    .page-pg-acquisition .fast .fast-item {
        padding: 20px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-pg-acquisition .fast .fast-item .image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
    .page-pg-acquisition .fast .fast-item .image:after {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .page-pg-acquisition .fast .fast-item .text {
        margin: 20px 0;
        width: 100%;
    }
    .page-pg-acquisition .fast .fast-item .text .num img {
        max-width: 22px;
        margin-right: 15px;
    }
    .page-pg-acquisition .fast .fast-item .text .num div span {
        font-size: 1.3em;
        padding-bottom: 3px;
        padding-left: 6px;
    }
    .page-pg-acquisition .fast .fast-item .text .ttl {
        font-size: 25px;
        margin: 10px 0 15px;
    }
    .page-pg-acquisition .fast .fast-item .text .content {
        font-size: 14px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li {
        font-size: 12px;
        padding-left: 25px;
    }
    .page-pg-acquisition .fast .fast-item .text .content ul li:before {
        width: 20px;
    }
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail {
        margin: 20px 0 0;
    }
    .page-pg-acquisition .fast .fast-item .text .content .thumbnail .item span.item a {
        width: calc(33.3333% - 15px);
        margin-right: 15px;
    }
    .page-pg-acquisition .loss {
        padding: 40px 0;
    }
    .page-pg-acquisition .loss .examples {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .page-pg-acquisition .loss .examples .image {
        max-width: 140px;
        margin-bottom: 25px;
    }
    .page-pg-acquisition .loss .examples .text {
        width: 100%;
        padding: 0 20px;
    }
    .page-pg-acquisition .loss .examples .text .ttl {
        font-size: 23px;
    }
    .page-pg-acquisition .loss .examples .text .check {
        font-size: 14px;
        margin: 15px 0;
    }
    .page-pg-acquisition .loss .banner-one .item {
        padding: 30px 10px;
    }
    .page-pg-acquisition .loss .banner-one .item .ttl {
        font-size: 16px;
    }
    .page-pg-acquisition .loss .banner-one .item .buy {
        font-size: 18px;
    }
    .page-pg-acquisition .loss .banner-one .item .price {
        white-space: nowrap;
        font-size: 19px;
        -webkit-box-shadow: 0 -15px 2px -5px #d4e9fa inset;
        box-shadow: 0 -15px 2px -5px #d4e9fa inset;
    }
    .page-pg-acquisition .loss .banner-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-pg-acquisition .loss .banner-two .item {
        padding: 30px 20px;
        width: 100%;
        max-width: 100%;
    }
    .page-pg-acquisition .loss .banner-two .dark {
        font-size: 21px;
    }
    .page-pg-acquisition .loss .banner-two .light {
        font-size: 20px;
    }
    .page-pg-acquisition .loss .banner-two .light .large {
        font-size: 26px;
    }
    .page-pg-acquisition .loss .banner-two .light:before {
        display: none;
    }
    .page-pg-acquisition .compare {
        padding: 40px 0 0;
    }
    .page-pg-acquisition .compare .compare-content {
        margin: 30px 0;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .model {
        font-size: 18px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .img img {
        max-width: 160px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info {
        padding: 20px 13px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .ttl div {
        font-size: 14px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .tab {
        max-width: 100%;
        overflow-x: scroll;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table {
        font-size: 12px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table th {
        font-size: 13px;
        white-space: nowrap;
        font-weight: 500;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .table td {
        padding: 20px 10px;
        white-space: nowrap;
        border: 5px solid #f2f2f2;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application {
        font-size: 18px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info .application .link a {
        margin: 10px 6px;
        padding: 6px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item {
        font-size: 12px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item .price-slide .info-btn .item svg {
        width: 15px;
        max-width: 15px;
    }
    .page-pg-acquisition .compare .compare-content .compare-item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 360px) {
    .page-pg-acquisition .slogan h2 {
        font-size: 20px;
    }
}
.page-sitemap {
    padding-bottom: 100px;
}
.page-sitemap .sitemap-item {
    padding: 60px 0 0;
}
.page-sitemap .sitemap-item ul {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
}
.page-sitemap .sitemap-item ul li {
    padding: 0 10px 10px;
    width: 25%;
}
.page-sitemap .sitemap-item ul.full li {
    width: 50%;
}
.page-sitemap .sitemap-item ul a {
    display: block;
    color: #333;
    position: relative;
    padding-left: 15px;
}
.page-sitemap .sitemap-item ul a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0150bf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-sitemap .sitemap-item .item-ttl {
    padding: 0 30px;
}
.page-sitemap .sitemap-item .item-ttl div {
    color: #0150bf;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    overflow: hidden;
    font-weight: 700;
}
.page-sitemap .sitemap-item .item-ttl div:after {
    content: '';
    display: block;
    border-bottom: 1px dashed #797979;
    margin-left: 1em;
    margin-right: -100%;
    width: 100%;
}
.page-sitemap .sitemap-item .item-ttl a {
    color: #0150bf;
    font-size: 18px;
}
.page-sitemap .sitemap-item .item-ttl+ul {
    margin-bottom: 40px;
}
@media (max-width: 1250px) {
    .page-sitemap .sitemap-item {
        padding: 40px 0 0;
    }
    .page-sitemap .sitemap-item ul {
        font-size: 14px;
        padding: 0 20px;
    }
    .page-sitemap .sitemap-item ul li {
        width: 33.33%;
        padding: 0 10px 8px;
    }
    .page-sitemap .sitemap-item .item-ttl+ul {
        margin-bottom: 25px;
    }
}
@media (max-width: 980px) {
    .page-sitemap {
        padding-bottom: 40px;
    }
    .page-sitemap .part-ttl2 {
        margin-bottom: 20px;
    }
    .page-sitemap .sitemap-item {
        padding: 30px 0 0;
    }
    .page-sitemap .sitemap-item ul {
        padding: 0 10px;
    }
    .page-sitemap .sitemap-item ul li {
        width: 50%;
    }
    .page-sitemap .sitemap-item ul.full li {
        width: 100%;
    }
    .page-sitemap .sitemap-item .item-ttl {
        padding: 0 20px;
    }
    .page-sitemap .sitemap-item .item-ttl div {
        margin: 10px 0;
    }
    .page-sitemap .sitemap-item .item-ttl+ul {
        margin-bottom: 20px;
    }
}
@media (max-width: 750px) {
    .breadcrumbs a, .breadcrumbs span{
        padding: 0 3px;
    }
    .page-sitemap .sitemap-item ul {
        font-size: 13px;
    }
    .page-sitemap .sitemap-item ul li {
        width: 100%;
    }
    .page-sitemap .sitemap-item .item-ttl {
        padding: 0 10px;
        font-size: 14px;
    }
    .page-sitemap .sitemap-item .item-ttl+ul {
        margin-bottom: 15px;
    }
}

/* inquiry */
.page-inquiry .tips {
    padding: 80px 0 20px;
    text-align: center;
}
.page-inquiry .item {
    font-size: 16px;
    padding: 60px 20px;
}
.page-inquiry .item h2 {
    font-size: 2.2em;
    font-family: tbcinergothic-std, sans-serif;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}
.page-inquiry .item h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    line-height: 1.2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 70%;
    background: #0150bf;
}
.page-inquiry .item .content {
    margin: 40px 0 0;
    padding: 40px 60px;
    background: #f9f9f9;
}
.page-inquiry .item .content dl {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-inquiry .item .content dt {
    width: 280px;
    min-width: 280px;
}
.page-inquiry .item .content dt span {
    background: #cd0000;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 2px 8px;
    line-height: 1;
}
.page-inquiry .item .content dd {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.page-inquiry .item .content dd input,
.page-inquiry .item .content dd textarea {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
}
.page-inquiry .item .content>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-inquiry .item .content>ul>li {
    width: 33.33%;
    padding: 10px;
    position: relative;
}
.page-inquiry .item .content>ul>li>a {
    display: block;
    color: #333;
    position: relative;
    padding-left: 18px;
}
.page-inquiry .item .content>ul>li>a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0150bf;
}
.page-inquiry .item .content .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 40px;
}
.page-inquiry .item .content .submit-btn input {
    width: 200px;
    background: #0150bf;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #0150bf;
}
.page-inquiry .item .content .submit-btn input:hover {
    background: #fff;
    color: #0150bf;
}
@media (max-width: 1300px) {
    .page-inquiry .tips {
        padding: 60px 0;
    }
    .page-inquiry .item {
        font-size: 15px;
        padding: 0 0 60px;
    }
    .page-inquiry .item h2 {
        font-size: 2em;
    }
    .page-inquiry .item .content {
        margin: 25px 0 0;
        padding: 40px 40px;
    }
    .page-inquiry .item .content dd {
        font-size: 13px;
    }
}
@media (max-width: 1000px) {
    .page-inquiry .tips {
        padding: 50px 0;
    }
    .page-inquiry .item {
        font-size: 14px;
        padding: 0 0 50px;
    }
    .page-inquiry .item h2 {
        font-size: 24px;
    }
    .page-inquiry .item .content {
        margin: 20px 0 0;
        padding: 25px;
    }
    .page-inquiry .item .content dt {
        width: 240px;
        min-width: 240px;
    }
    .page-inquiry .item .content dd {
        font-size: 12px;
    }
    .page-inquiry .item .content>ul>li {
        width: 50%;
    }
    .page-inquiry .item .content .submit-btn {
        margin: 40px 0;
    }
}
@media (max-width: 680px) {
    .page-inquiry .tips {
        padding: 40px 0 30px;
    }
    .page-inquiry .item {
        padding: 0 0 40px;
    }
    .page-inquiry .item .content {
        padding: 15px 25px;
    }
    .page-inquiry .item .content dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-inquiry .item .content dt {
        width: 100%;
        min-width: 100%;
        margin-bottom: 8px;
    }
    .page-inquiry .item .content>ul>li {
        width: 100%;
        padding: 6px 10px;
    }
}

/* product */
.product_ttl {
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    color: #0150bf;
    position: relative;
}
.product_ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #0150bf;
}
@media (max-width: 1400px) {
    .product_ttl {
        font-size: 28px;
    }
}
@media (max-width: 1050px) {
    .product_ttl {
        font-size: 26px;
    }
}
@media (max-width: 650px) {
    .product_ttl {
        font-size: 22px;
    }
}
.product_items {
    padding: 80px 0;
}
.product_items .content {
    padding: 60px 0 20px;
    font-size: 14px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_items .content a {
    display: inline-block;
    border: 1px solid #2857C4;
    color: #2857C4;
    line-height: 1;
    padding: 8px;
    border-radius: 5px;
    margin-top: 12px;
    margin-right: 12px;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product_items .content a:hover {
    background: #2857C4;
    color: #fff;
}
.product_items:nth-child(2n-1) {
    background: #f4f7ff;
}
body.home .product_items:nth-child(2n-1) {
    background: none;
}
@media (max-width: 1050px) {
    .product_items {
        padding: 60px 0;
    }
    .product_items .content {
        padding: 40px 0 20px;
        font-size: 13px;
    }
}
@media (max-width: 650px) {
    .product_items {
        padding: 40px 0;
    }
    .product_items .content {
        padding: 25px 0;
        font-size: 12px;
    }
    .product_items .content a {
        padding: 5px;
        margin-right: 5px;
    }
}
/* pedia */
.pediabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-bottom: 40px;
}
.pediabox .item {
    width: 33.33%;
    padding: 0 clamp(15px, 11.5385px + 0.9615vw, 30px);
    font-size: clamp(12px, 11.0769px + 0.2564vw, 16px);
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pediabox .item .feapic {
    width: 100%;
    padding-top: 67%;
    margin-bottom: 20px;
}
.pediabox .item .ttl {
    margin: 10px 0 8px;
    font-size: 1.2em;
    line-height: 1.4;
}
.pediabox .item:not(:nth-child(3n)) {
    border-right: 1px solid #d3d3d3;
}
@media (min-width: 1000px) {
    .pediabox .item:hover {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px);
    }
}
@media (max-width: 750px) {
    .pediabox {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .pediabox .item {
        width: 100%;
        padding: 20px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pediabox .item .feapic {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 60px;
        padding-top: 0;
    }
    .pediabox .item .content {
        margin-left: 10px;
    }
    .pediabox .item .ttl {
        margin: 8px 0 6px;
    }
    .pediabox .item:not(:nth-child(3n)) {
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
    }
}

.breadcrumbs.selfcontent span.right:last-child{
    display: none;
}


/*spacelink*/
/*header.header{margin-top:35px;}*/
header.header .right .spacelink{width:100%;}
header.header .right .spacelink li{}
header.header .right .spacelink li a{display:flex;align-items:baseline;position:relative;color:#4c4c4c/**/;font-weight:bold;}
header.header .right .spacelink li a:hover{color:#1529d0;}
header.header .right .spacelink li a i{margin-right:5px;}
header.header .right .spacelink li a span{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#e60012;text-shadow:0 0 1px #FFF,0 0 1px #FFF,0 0 1px #FFF,0 0 1px #FFF,0 0 1px #FFF,0 0 1px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;font-size:75%;}
header.header .right .spacelink li a p{margin-bottom:0;}

@media (max-width: 1650px){
    header.header .right .spacelink li a span{left:12px;}
}

@media (max-width: 1300px){
    header.header .right .spacelink{display:flex;}
    /*header.header .right .spacelink li a span{left:15px;}*/
}
@media (max-width: 767px) {
    header.header .right {
        display: block;
    }
    header.header .right .spacelink{margin-right:80px;}
    header.header .right .spacelink li a{flex-direction:column;align-items:center;padding:0px 5px 0px;}
    header.header .right .spacelink li a span{left:50%;top:20%;transform:translateX(-100%);}
    header.header .right .spacelink li a p{font-size:12px;}
    header.header .right .tel,header.header .right .txt{display:none;}
}
@media (max-width:450px) {
    header.header .right .spacelink{margin-right:20px;}
    header.header .right .spacelink li a span{top:0;}
    header.header .right .spacelink li a p{font-size:10px;white-space:nowrap;}
}

.innermini{max-width:960px;margin:0 auto;padding:0 20px;}


.flex{display:flex;}
.flexwrap{flex-wrap:wrap;}
.justifycontent{justify-content:space-between;}

.two-column{display:flex;flex-wrap:wrap;justify-content:space-between;}
.two-column > .catM{width:calc(50% - 10px);}


.singlebanner{
   width:100%;
   padding: 80px 0px 60px;
   background: #f7f7f7;
}
.singlebannerinner{
   display: flex;
   justify-content:space-between;
   align-items: center;
}

.singlebannerinner h1{
   font-size: 42px;
   font-family: co-headline, sans-serif;
   padding-right: 12px;
   word-break: break-word;
}

.singlebannerinner figure{
   max-width: 500px;
}
@media (max-width: 1280px) {
   .singlebannerinner h1{
      font-size: 36px;
   }
}
@media (max-width: 767px) {
   .singlebanner{
      padding: 30px 0px 30px;
      /*margin-top: -60px;*/
   }
   .singlebannerinner h1{
      font-size: 30px;
   }
   .singlebannerinner figure{
      width: 30%;
      min-width: 100px;
   }
}
@media (max-width: 567px) {
   .singlebannerinner h1{
      font-size: 22px;
   }

}

.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.service .footer-search .search-box .left{display:none;}

.spshow{display:none!important;}
@media (max-width: 767px) {
.spshow{display:block!important;}
.service.home.search-wrapper .footer-search .search-box .right{height:100%;max-height:450px;}
.service.home.search-wrapper .footer-search .search-box .right>div{max-height:100%;}
.crollx{width:100%;overflow:auto;}
.crollx .crollxitem{min-width:300px;}

}


.iconphone{background:url(img/iconphone.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}
.icontablet{background:url(img/icontablet.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}
.iconnotebook{background:url(img/iconnotebook.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}
.iconwristwatch{background:url(img/iconwristwatch.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}
.icongame{background:url(img/icongame.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}
.iconheadset{background:url(img/iconheadset.png) no-repeat;background-size:contain;background-position:center;width:16px;height:16px;}


.title2{margin-bottom:50px;text-align:center;}


/* faq-item */
.faq-item{
   margin-bottom: 80px;
}
.faq-item .box{
   margin-top: 40px;
}
.faq-item .box dl {
   margin: 20px 0;
   border: 1px solid #ccc;
   padding: 10px 30px;
   border-radius: 12px;
   font-size: 16px;
}
.faq-item .box dl dt {
   font-weight: bold;
   margin: 5px 0;
   font-size: 18px;
   padding-right: 30px !important;
   cursor: pointer;
}
.faq-item .box dl dd{
   display: none;
}
.faq-item .box dl dt,
.faq-item .box dl dd{
   position: relative;
   padding: 17px 0;
   padding-left: 45px;
}
.faq-item .box dl dt:before,
.faq-item .box dl dd:before{
   content: "Q";
   display: block;
   font-family: 'co-headline', sans-serif;
   position: absolute;
   left: 0px;
   top: 16px;
   line-height: 1;
   font-size: 34px;
   font-weight: 900;
   color: #143E9F;
}
.faq-item .box dl dd:before{
   content: "A";
   left: 5px;
}
.faq-item .box dl dd:after{
   content: "";
   display: block;
   position: absolute;
   left: 45px;
   top: 0;
   width: calc(100% - 45px);
   height: 1px;
   background: #ebebeb;
}
.faq-item .box dl dt:after{
   content: "";
   background: url(./images/arrowtop.png) 100% 100% / contain no-repeat;
   width: 16px;
   height: 18px;
   position: absolute;
   transform: rotate(180deg);
   top: 25px;
   right: 10px;
   opacity: 0.8;
}
.faq-item .box dl dt.hide:after{
   transform: rotate(0deg);
}

@media (max-width: 1250px){
   .faq-item {
      margin-bottom: 60px;
   }
   .faq-item .box{
      margin-top: 30px;
   }
   .faq-item .box dl {
      font-size: 14px;
      padding: 5px 25px;
   }
   .faq-item .box dl dt {
      font-size: 16px;
   }
   .faq-item .box dl dt:after{
      top: 15px;
   }
   .faq-item .box dl dd:before{
      left: 2px;
   }
   .faq-item .box dl dd:after{
      left: 40px;
      top: 0;
      width: calc(100% - 40px);
   }
   .faq-item .box dl dt, .faq-item .box dl dd{
      padding: 10px 0;
      padding-left: 40px;
   }
   .faq-item .box dl dt:before, .faq-item .box dl dd:before{
      font-size: 28px;
      top: 10px;
   }
}
@media (max-width: 750px) {
   .faq-item {
      margin-bottom: 40px;
   }
   .faq-item .box{
      margin-top: 25px;
   }
   .faq-item .box dl {
      font-size: 12px;
      padding: 0px 15px;
   }
   .faq-item .box dl dt {
      font-size: 14px;
      padding-right: 20px !important;
   }
   .faq-item .box dl dt:after{
      right: 0;
      top: 17px;
      width: 15px;
      height: 15px;
   }
   .faq-item .box dl dd:after{
      left: 28px;
      width: calc(100% - 28px);
   }
   .faq-item .box dl dt, .faq-item .box dl dd{
      padding: 12px 0;
      padding-left: 28px;
   }
   .faq-item .box dl dt:before, .faq-item .box dl dd:before{
      font-size: 22px;
      top: 14px;
   }
}
