@charset "UTF-8";
/* ===============================================================
# reset
# base

# layout
## header
### glovalnav
## footer
## sidebar
## pagetop
## breadcrumbs
## 404

# module
## text
## button
## flex
=============================================================== */

/* ===============================================================
*
* reset
*
=============================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}



/* ===============================================================
*
* base
*
=============================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

*,
*:before,
*:after {
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1f3641;
    font: normal 1.6rem/1.6 "Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-feature-settings: "palt"1;
}


img {
    max-width: 100%;
    line-height: 0;
}

a {
    color: #1f3641;
    outline: none;
    text-decoration: none;
}

:active,
:focus {
    outline: none;
}




/* ===============================================================
*
* layout
*
=============================================================== */

/* ===============================================================
header
=============================================================== */
.site_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    z-index: 99;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.site_header_container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.site_header_top {
    height: 100%;
}

.header_logo {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 240px;
    height: 100%;
    padding: 0 10px;
    background: #1f3641;
    z-index: 3;
}

.header_logo img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1215px) {
    .site_header {
        height: 90px;
    }

    .site_header_container {
        padding-right: 2em;
    }

    .header_logo {
        width: 25.7%;
        max-width: 360px;
    }

    .header_logo:hover {
        opacity: .7;
    }
}



/* globalnav
====================================== */
.gnav_item a,
.gnav_item span {
    position: relative;
    display: block;
    font-size: 1.6rem;
    letter-spacing: .05em;
    overflow: hidden;
    text-align: left;
}

.gnav_top {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 -10px;
    padding: 24px 5.333% 40px;
}

.gnav_top li {
    margin-bottom: 10px;
}

.gnav_top_add {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: .02em;
}

.gnav_top_tel {
    width: 100%;
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: 500;
}

.gnav_top_map {
    width: 48%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.gnav_top_map a {
    display: block;
    color: #fff;
    background: #1f3641;
    border: 1px solid #1f3641;
}


@media screen and (max-width: 1214px) {
    body.is-gnav-active {
        overflow: hidden;
    }

    .gnav_toggle {
        position: absolute;
        top: calc(50% - 30px);
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 5;
    }

    .gnav_toggle_icon {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 2px;
        margin: 0 auto;
        background: none;
        border: 0;
    }

    .gnav_toggle_icon span {
        position: absolute;
        left: 0;
        display: block;
        width: 24px;
        height: 2px;
        background: #1f3641;
        transition: all .3s;
    }

    .gnav_toggle_icon span:before,
    .gnav_toggle_icon span:after {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background: #1f3641;
        transition: all .3s;
    }

    .gnav_toggle_icon span:before {
        margin-top: -8px;
    }

    .gnav_toggle_icon span:after {
        margin-top: 6px;
    }

    .is-gnav-active .gnav_toggle_icon span {
        background: transparent;
    }

    .is-gnav-active .gnav_toggle_icon span:before,
    .is-gnav-active .gnav_toggle_icon span:after {
        margin-top: 0;
    }

    .is-gnav-active .gnav_toggle_icon span:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .is-gnav-active .gnav_toggle_icon span:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .gnav_wrap {
        position: fixed;
        top: 60px;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        border-left: 1px solid #e7e7e7;
        z-index: 9999;
    }

    .gnav {
        height: calc(100% - 60px);
        margin: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gnav_list {
        text-align: center;
    }

    .gnav_item {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

    .gnav_item a {
        padding: .6em 5.333%;
    }

    .gnav_top_lang {
        width: 48%;
        margin-left: auto;
        text-align: center;
    }

}

@media screen and (min-width: 1215px) {
    .gnav_toggle {
        display: none;
    }

    .gnav {
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .gnav_list {
        margin-left: auto;
    }

    .gnav_item {
        position: relative;
        display: inline-block;
        margin-left: 1.3em;
        vertical-align: top;
    }

    .gnav_item a,
    .gnav_item span {
        font-size: 1.5rem;
    }

    .gnav_item a:hover {
        cursor: pointer;
        opacity: .7;
    }

    .gnav_top {
        width: auto;
        height: 36px;
        margin: 0 0 8px auto;
        padding: 0;
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: end;
        /*IE*/
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-order: -1;
        order: -1;
    }

    .gnav_top li {
        margin: 0 0 0 10px;
        line-height: 24px;
    }

    .gnav_top a:hover {
        opacity: .7;
    }

    .gnav_top_add,
    .gnav_top_tel {
        width: auto;
        margin-right: 10px;
    }

    .gnav_top_map,
    .gnav_top_lang {
        position: relative;
        width: 76px;
        height: 24px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .gnav_top_lang:hover {
        cursor: pointer;
    }

    .gnav_top_lang span {
        position: relative;
        display: block;
        border: 1px solid #1f3641;
        text-align: center;
    }

    .gnav_top_lang_sub a {
        display: block;
    }

}


/* globalnav sub */
.gnav_item .gnav_sub_ttl {
    position: relative;
    display: block;
    font-size: 1.6rem;
    overflow: hidden;
}

.gnav_sub a {
    padding-top: .3em;
    padding-bottom: .3em;
}

@media screen and (max-width: 1214px) {
    .gnav_item .gnav_sub_ttl {
        padding: .5em 5.333%;
        background: #f6f6f6;
        border-bottom: 1px solid #e7e7e7;
    }
}

@media screen and (min-width: 1215px) {
    .gnav_sub {
        position: absolute;
        top: 100%;
        left: -1em;
        width: 200px;
        padding-top: 11px;

        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition:
            opacity .5s cubic-bezier(.19, 1, .22, 1),
            transform .5s cubic-bezier(.19, 1, .22, 1);
    }

    li:hover .gnav_sub {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition:
            opacity .5s cubic-bezier(.19, 1, .22, 1),
            transform .5s cubic-bezier(.19, 1, .22, 1);
    }


    .gnav_item .gnav_sub_ttl:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: 4px;
        border-top: 1px solid #1f3641;
        border-right: 1px solid #1f3641;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        vertical-align: middle;
    }

    .gnav_sub_inner {
        position: relative;
        padding: 8px 16px;
        background: #fff;
        border: 1px solid #e7e7e7;
    }

    .gnav_item .gnav_sub_ttl {
        padding-right: 1px;
        font-size: 1.5rem;
    }

    .gnav_sub a {
        padding: 4px 0;
    }
}


/* active
====================================== */
@media screen and (max-width: 1214px) {
    .gnav_wrap {
        right: -100%;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .is-gnav-active .gnav_wrap {
        right: 0;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
}


/* language
====================================== */
.gnav_top_lang {
    position: relative;
}

.gnav_top_lang select {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;

    width: 100%;
    padding: 8px 38px 8px 8px;
    background: #fff;
    border: 1px solid #1f3641;
    border-radius: 0;
    font-size: 1.4rem;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gnav_top_lang select:-ms-expand {
    display: none;
}

.gnav_top_lang:before {
    position: absolute;
    top: 50%;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1f3641;
    pointer-events: none;
}

@media screen and (min-width: 900px) {
    .gnav_top_lang {
        width: 90px;
    }

    .gnav_top_lang select {
        padding: 5px 20px 4px 8px;
    }

    .gnav_top_lang:before {
        right: 0.4em;
    }
}


/* ===============================================================
footer
=============================================================== */
.footer {
    position: relative;
    width: 100%;
    padding: 24px 0 40px;
    background: #1f3641;
}

.footer_inner {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.footer_bnr_zenkoku {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 24px;
}

.footer_inner_item {
    width: 48%;
}

.footer_nav {
    margin: 0 0 1em;
}

.footer_nav h2 {
    margin-bottom: .5em;
    color: #fff;
    font-size: 1.5rem;
}

.footer_nav li {
    margin: 0 0 8px 1em;
    font-size: 1.4rem;
}

.footer_nav a {
    color: #fff;
    line-height: 1.5;
}

.footer_nav_repair {
    padding-top: 1em;
}

@media screen and (min-width: 900px) {
    .footer {
        padding-bottom: 40px;
    }

    .footer_logo {
        width: 22.6%;
    }

    .footer_nav {
        width: 22.6%;
    }

    .footer_nav a:hover {
        text-decoration: underline;
    }

}




/* ===============================================================
footer nav
=============================================================== */
.sp_footer_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #5e97b2;
    z-index: 10;
}

.sp_footer_nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
}

.sp_footer_nav li {
    width: calc(100% / 3);
    height: 100%;
    margin: 0 0 0 5px;
    text-align: center;
    line-height: 40px;
}

.sp_footer_nav li + li {
    border-left: 1px solid #fff;
}

.sp_footer_nav a {
    display: block;
    width: 100%;
    height: 100%;
}

.sp_footer_nav img {
    width: auto;
    height: 17px;
    margin-right: .5em;
    vertical-align: middle;
}

.sp_footer_nav span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .1em;
}

@media screen and (min-width: 900px) {
    .sp_footer_nav {
        display: none !important;
    }
}




/* ===============================================================
sidebar
=============================================================== */
#sidebar {
    padding-bottom: 40px;
}

.widget + .widget {
    margin-top: 32px;
}

.widget-title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .1em;
    text-align: center;
}

.widget li {
    margin: 0 0 .5em;
}

.widget a {
    display: inline-block;
}

.widget a:hover {
    text-decoration: underline;
}

.widget .post-date {
    display: block;
    font-size: 1.3rem;
}


@media screen and (min-width: 900px) {
    #sidebar {
        padding-bottom: 0;
    }
}



/* ===============================================================
breadcrumbs
=============================================================== */
#breadcrumbs {
    max-width: 1056px;
    margin: 0 auto;
    padding: 16px 32px;
}

#breadcrumbs span,
#breadcrumbs a {
    font-size: 1.4rem;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 900px) {
    #breadcrumbs {
        padding: 16px;
    }
}



/* ===============================================================
pager
=============================================================== */
.nav-links {
    text-align: center;
}

.nav-links > div {
    display: inline-block;
    margin: 0 .5em;
}

.nav-links a {
    color: #666;
}

.nav-links a:hover {
    color: #240000;
}

.posts-navigation,
.post-navigation {
    margin: 4rem 0 0;
}




/* ===============================================================
404
=============================================================== */
.error-404 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.error-404 .page_ttl {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
}

.error-404 p {
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (min-width: 900px) {
    .error-404 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .error-404 .page_ttl {
        font-size: 24px;
        text-align: center;
    }

    .error-404 p {
        text-align: center;
    }
}





/* ===============================================================
*
* module
*
=============================================================== */
.l_wrapper {
    position: relative;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    overflow: hidden;
}

.l_container {
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.l_container_wide {
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.l_margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.l_margin[class*=" bg"],
.l_margin[class^=bg] {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}

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

    .l_margin[class*=" bg"],
    .l_margin[class^=bg] {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 50px;
    }
}


.img_100 {
    width: 100%;
    height: auto;
}

.img_center {
    display: block;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.hover {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.bg_gray {
    background: #f6f6f6;
}

.alignc {
    text-align: center;
}

.alignr {
    text-align: right;
}

@media screen and (max-width: 899px) {
    .brsp {
        display: inline !important;
    }

    .brpc {
        display: none !important;
    }

    .sp_display {
        display: inline !important;
    }

    .pc_display {
        display: none !important;
    }
}

@media screen and (min-width: 900px) {
    .brsp {
        display: none !important;
    }

    .brpc {
        display: inline !important;
    }

    .sp_display {
        display: none !important;
    }

    .pc_display {
        display: inline !important;
    }

    .l_container {
        width: 100%;
        max-width: 1056px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .l_container_wide {
        width: 100%;
        max-width: 1056px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .l_margin {
        margin-bottom: 80px;
    }

    .l_margin[class*=" bg"],
    .l_margin[class^=bg] {
        padding-bottom: 80px;
    }

}

@media screen and (min-width: 1215px) {
    .l_wrapper {
        padding: 90px 0 0;
    }
}




/* ===============================================================
margin
=============================================================== */

.mb_sm {
    margin-bottom: 1.142rem;
}

/*16px*/
.mb_md {
    margin-bottom: 3.28rem;
}

/*32px*/
.mb_lg {
    margin-bottom: 4rem;
}

/*56px*/

@media screen and (min-width: 900px) {
    .mb_sm {
        margin-bottom: 1.7142em;
    }

    /*24px*/
    .mb_md {
        margin-bottom: 4rem;
    }

    /*56px*/
    .mb_lg {
        margin-bottom: 5.1428em;
    }

    /*72px*/
}




/* ===============================================================
text
=============================================================== */
.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.fw_bold {
    font-weight: bold;
}

.fc_orange {
    color: #f26226;
}

.fc_navy {
    color: #1f3641;
}


/* ===============================================================
button
=============================================================== */
.btn {
    position: relative;
    display: inline-block;
    margin: 32px auto 0;
    text-align: center;
    line-height: normal;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn_primary {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    /*IE*/
    -webkit-justify-content: center;
    justify-content: center;
    width: 80%;
    max-width: 320px;
    padding: 20px 8px;
    color: #1f3641;
    background: #fff;
    border: 2px solid #1f3641;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 1;
}

.btn_primary:after {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-top: 2px solid #1f3641;
    border-right: 2px solid #1f3641;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (min-width: 900px) {
    .btn_primary {
        width: 320px;
        padding: 20px 23px;
    }

    .btn_primary:after {
        right: 15px;
    }

    .btn_primary:hover {
        color: #fff;
        background: #1f3641;
    }

    .btn_primary:hover:after {
        border-top-color: #fff;
        border-right-color: #fff;
    }
}



/* ===============================================================
flex
=============================================================== */
.grid {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
}

.grid_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid_item {
    width: 100%;
}

.grid_item img {
    width: 100%;
    height: auto;
}


@media screen and (min-width: 900px) {
    .grid_item_row2 {
        width: 48.4%;
        max-width: 496px;
    }

    .grid_item_row2 + .grid_item_row2 {
        margin-left: auto;
    }

    .grid_item_row3 {
        width: 31.25%;
        max-width: 320px;
    }
}


/* ===============================================================
*
* 修理症状
*
=============================================================== */
.repair_list {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 -1px -1px;
}

.repair_list li {
    width: calc((100% - 2px) / 2);
    margin: 0 0 1px 1px;
}

.repair_list_icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    padding: 12px;
    background: #1f3641;
    border-radius: 50%;
}

.repair_list a {
    display: block;
    padding: 32px 0;
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
}

.repair_list_name {
    display: block;
    font-size: 3.8vw;
    font-weight: bold;
}

.repair_list_link {
    display: block;
    font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
    .repair_list li {
        width: calc((100% - 5px) / 5);
    }

    .repair_list_name {
        font-size: 1.6rem;
    }

    .repair_list_name,
    .repair_list_link,
    .repair_list_icon {
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    .repair_list a:hover .repair_list_name,
    .repair_list a:hover .repair_list_link {
        color: #f26226;
    }

    .repair_list a:hover .repair_list_icon {
        background: #f26226;
    }
}

/*** SPheader ***/

.sp_submenu {
    display: none;
}


@media screen and (max-width: 1214px) {
    .sp_submenu {
        display: flex;
    }

    .h_map {
        display: flex;
        width: 20%;
    }

    .h_map a {
        margin: 0 10px;
    }

    .h_map a img {
        width: 100%;
        vertical-align: middle;
    }

    .h_language {
        display: flex;
    }

    .h_language select {
        border: none;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        padding: 8px;
        background: #fff;
        border: 1px solid #1f3641;
        border-radius: 0;
        font-size: 1.4rem;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*  btn  */
.fix-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 1.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    border-top: 1px solid #666;
}

@media screen and (min-width: 60em) {
    .fix-btn {
        border-top: none;
        bottom: 2rem;
        display: block;
        width: auto;
        font-size: 1.4rem;
    }
}

.fix-btn li {
    width: 50%;
    text-align: center;
    background-color: #f6f6f6;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 60em) {
    .fix-btn li {
        letter-spacing: inherit;
        width: auto;
        background: #f6f6f6;
        background-position: bottom left, bottom right, top right, top left;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        padding: .5rem;
    }
}

.fix-btn li.tel-btn {
    font-style: italic;
    border-right: 1px solid #666;
    white-space: nowrap;
    width: 54%;
}

@media screen and (min-width: 60em) {
    .fix-btn li.tel-btn {
        width: auto;
        border: none;
    }
}

.fix-btn li.tel-btn a {
    background: url(../img/common/icon_tel.png) center no-repeat;
    background-size: 36px;
}

@media screen and (min-width: 60em) {
    .fix-btn li.tel-btn a {
        background: url(../img/common/icon_tel.png) 1.4rem center no-repeat;
        background-size: 36px;
    }
}

@media screen and (min-width: 60em) {
    .fix-btn li.access-btn {
        margin-bottom: 1rem;
    }
}

.fix-btn li.access-btn a {
    background: url(../img/common/icon_access.png) center no-repeat;
    background-size: 36px;
    padding: 2rem 0;
}

@media screen and (min-width: 60em) {
    .fix-btn li.access-btn a {
        background: url(../img/common/icon_access.png) 1.4rem center no-repeat;
        background-size: 22px;
    }
}

.fix-btn li.soumu-btn a {
    background: url(../img/common/soumu_logo.png) center no-repeat;
    background-size: 42px;
}

@media screen and (min-width: 60em) {
    .fix-btn li.soumu-btn a {
        background: url(../img/common/soumu_logo.png) 1.4rem center no-repeat;
        background-size: 42px;
    }
}

.fix-btn li a {
    padding: 2rem 1rem 2rem 2.6rem;
    display: inline-block;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 60em) {
    .fix-btn li a {
        padding: 1rem .6rem 1rem 6rem;
    }
}

@media screen and (min-width: 60em) {
    .fix-btn li a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.pc-only {
    display: none;
}

@media screen and (min-width: 60em) {
    .pc-only {
        display: block;
        width: 300px;
        filter: drop-shadow(1px 4px 4px #666);
    }
}

.sp-only {
    display: block;
}

@media screen and (min-width: 60em) {
    .sp-only {
        display: none;
    }
}

/* footer bnr */
.security_02_naiyou {
    -ms-flex-pack: justify;
    /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 -32px;
}

.security_02_naiyou li {
    margin: 0 0 32px;
    padding-bottom: 16px;
    text-align: center;
}

/* sp tel btn */
.contact-btn {
    position: fixed;
    bottom: .2rem;
    right: 0;
    z-index: 1;
    width: 60%;
    filter: drop-shadow(1px 4px 4px #666);
}
