﻿body,
* {
    outline: none !important
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    font-size: 100%;
    overflow-x: hidden
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    margin: 0;
    position: relative;
    width: 100%
}

button {
    border: none;
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:active,
a:focus {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important
}

.hoverable a:hover {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important;
    cursor: pointer
}

legend {
    color: #000
}

ol,
ul {
    list-style: none
}

* {
    text-decoration: none
}

caption,
th {
    text-align: left
}

sup {
    vertical-align: text-top
}

img {
    display: block;
    border: none !important
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    *font-size: 100%
}

a {
    color: inherit;
    text-decoration: none
}

textarea {
    outline: none;
    resize: none
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

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

fieldset,
img {
    border: 0
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

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

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
figure {
    margin: 0;
    padding: 0
}

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

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

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
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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: 0.35em 0.75em 0.625em
}

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

progress {
    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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    overflow: hidden;
    top: 105px
}

@media only screen and (max-width: 64em) {
    body {
        top: 90px
    }
}

@media only screen and (max-width: 61.25em) {
    body {
        top: 90px
    }
}

@media only screen and (max-width: 47.9375em) {
    body {
        top: 45px
    }
}

.wrapper {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 985px
}

@media only screen and (max-width: 64em) {
    .wrapper {
        width: 100%;
        overflow: hidden
    }
}

@media only screen and (max-width: 47.9375em) {
    .wrapper {
        width: 100%;
        overflow: hidden
    }
}

.btn {
    transition: .3s
}

.btn-primary {
    background-color: #cc5a5a;
    border-bottom: 4px solid #9f4646;
    color: #fff
}

.btn-primary:hover {
    opacity: .8
}

.btn-secondary {
    background-color: #41aea2;
    border-bottom: 4px solid #2a7169;
    color: #fff
}

.btn-secondary:hover {
    opacity: .8
}

.btn-tertiary {
    background-color: #f6b656;
    border-bottom: 4px solid #da953e;
    color: #fff
}

.btn-tertiary:hover {
    opacity: .8
}

.btn-inverted {
    border: 1px solid #a7a8aa;
    border-radius: 4px
}

.btn-inverted:hover {
    opacity: .8
}

#header {
    background-color: #fff;
    display: block;
    height: 105px;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%
}

@media only screen and (max-width: 64em) {
    #header {
        height: auto;
        padding: 0px 0px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header {
        height: 45px;
        padding: 0px 0
    }
}

#header .wrapper {
    width: 1100px
}

@media only screen and (max-width: 64em) {
    #header .wrapper {
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .wrapper {
        width: 100%
    }
}

#header .header-contents {
    display: block;
    margin: 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1100px
}

@media only screen and (max-width: 64em) {
    #header .header-contents {
        margin: 0 auto;
        width: 100%;
        padding: 0 10px 10px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents {
        margin: 0 auto;
        width: 100%;
        padding: 0 15px
    }
}

#header .header-contents .header-left {
    display: inline-block;
    float: left;
    width: 35%
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-left {
        float: none;
        width: 40%;
        padding: 0 0 10px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-left {
        float: none;
        width: 55%
    }
}

#header .header-contents .header-left .h-logo {
    display: block;
    float: left;
    overflow: hidden;
    padding: 23px 0 0 5px;
    transition: .3s;
    width: max-content
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-left .h-logo {
        margin: 5px 0 0;
        padding: 10px 0 0 0px;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-left .h-logo {
        float: left;
        margin: 8px 0 0 0px;
        padding: 0px 0 0 0px;
        width: max-content
    }
}

#header .header-contents .header-left .h-logo:hover {
    opacity: .8
}

#header .header-contents .header-left .h-logo h1 {
    display: block;
    font-size: 0;
    margin: 0 auto
}

#header .header-contents .header-left .h-logo a {
    display: block;
    font-size: 0;
    margin: 0 auto
}

#header .header-contents .header-left .h-logo a img {
    display: block;
    float: left;
    width: 303px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-left .h-logo a img {
        height: auto;
        width: 250px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-left .h-logo a img {
        height: auto;
        width: 150px
    }
}

#header .header-contents .header-right {
    display: inline-block;
    float: right
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right {
        margin-left: -75px;
        width: 65%
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right {
        display: block;
        width: 45%
    }
}

#header .header-contents .header-right .telnum-sp {
    display: none;
    float: right;
    margin: 14px 13px 0 0;
    width: 20px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .telnum-sp {
        display: none;
        width: 18px
    }
}

@media only screen and (max-width: 61.25em) {
    #header .header-contents .header-right .telnum-sp {
        display: none;
        width: 18px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .telnum-sp {
        display: block;
        width: 18px
    }
}

#header .header-contents .header-right .telnum-sp img {
    width: 100%
}

#header .header-contents .header-right .btn-lists {
    display: block;
    margin: 20px 0 0;
    overflow: hidden
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists {
        float: right;
        overflow: hidden;
        margin: 8px 0px 0 0;
        padding: 0 0px 0 0
    }
}

#header .header-contents .header-right .btn-lists .btn--item {
    border: solid 1.5px #ea9943;
    border-radius: 3px;
    display: block;
    float: left;
    height: 70px;
    margin-right: 20px;
    padding: 12px 12px;
    transition: .5s;
    width: 277px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item {
        width: 227px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item {
        height: 30px;
        padding: 5px 3px;
        width: 110px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:hover {
    opacity: .8
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item:first-child {
        display: none
    }
}

#header .header-contents .header-right .btn-lists .btn--item:first-child .num {
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 0 50px;
    position: relative
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item:first-child .num {
        font-size: 22px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:first-child .num:before {
    background: url("../images/common/header_icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 28px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 42px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item:first-child .num:before {
        width: 35px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:first-child .time {
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 10px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item:first-child .time {
        font-size: 10px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:first-child .time span {
    background-color: #ea9943;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 12px;
    text-align: center
}

#header .header-contents .header-right .btn-lists .btn--item:last-child {
    background-color: #ea9943;
    border-bottom: solid 3px #c1702a;
    margin-right: 0;
    width: 243px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child {
        width: 193px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child {
        border-bottom: solid 1.5px #c1702a;
        width: 110px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:last-child p {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child p {
        font-size: 8px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:last-child span {
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 7px 0 0;
    padding: 0 0 0 23px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child span {
        font-size: 6px;
        margin: 2px 0 0;
        padding: 0 0 0 10px
    }
}

#header .header-contents .header-right .btn-lists .btn--item:last-child span:before {
    background: url("../images/common/header_icon_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 10px;
    left: 36px;
    position: absolute;
    top: 2px;
    width: 15px
}

@media only screen and (max-width: 64em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child span:before {
        left: 10px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .header-right .btn-lists .btn--item:last-child span:before {
        height: 5px;
        left: 14px;
        top: 0px;
        width: 7px
    }
}

#header .header-contents .h-btn {
    display: block;
    float: right;
    overflow: hidden;
    transition: .3s
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .h-btn {
        display: block
    }
}

#header .header-contents .h-btn:hover {
    opacity: .8
}

#header .header-contents .h-btn:hover a.btn {
    color: #07a69d
}

#header .header-contents .h-btn .mail-btn {
    display: block;
    margin: 10px 0 8px;
    width: 50px
}

@media only screen and (max-width: 56.25em) {
    #header .header-contents .h-btn .mail-btn {
        margin: 15px 0 8px;
        width: 35px
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .h-btn .mail-btn {
        margin: 15px 0 4px;
        width: 37px
    }
}

#header .header-contents .h-btn .mail-btn img {
    width: 100%
}

@media only screen and (max-width: 48em) {
    #header .header-contents .h-btn .mail-btn img {
        width: 100%
    }
}

#header .header-contents .h-btn a.btn {
    color: #000000;
    display: inline-block;
    float: left;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 65px;
    vertical-align: middle
}

@media only screen and (max-width: 56.25em) {
    #header .header-contents .h-btn a.btn {
        font-size: 8px;
        margin-left: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .h-btn a.btn {
        font-size: 9px;
        margin-left: 0
    }
}

#header .header-contents .hamburger {
    display: none;
    float: right
}

@media only screen and (max-width: 47.9375em) {
    #header .header-contents .hamburger {
        display: block
    }
}

#banner {
    margin: 0px 0 0;
    position: relative
}

#banner .slider-top .slider-cover {
    display: block;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 64em) {
    #banner .slider-top .slider-cover {
        height: auto;
        margin: 0px 0 0
    }
}

@media only screen and (max-width: 56.25em) {
    #banner .slider-top .slider-cover {
        height: auto;
        margin: 0px 0 0
    }
}

@media only screen and (max-width: 47.9375em) {
    #banner .slider-top .slider-cover {
        height: auto;
        margin: 0px 0 0
    }
}

#banner .slider-top .slider-cover img {
    display: block;
    width: 100%
}

#banner .slider-top .slider-cover img.banner-pc {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%
}

@media only screen and (max-width: 64em) {
    #banner .slider-top .slider-cover img.banner-pc {
        display: block;
        height: auto
    }
}

@media only screen and (max-width: 47.9375em) {
    #banner .slider-top .slider-cover img.banner-pc {
        display: none
    }
}

#banner .slider-top .slider-cover img.banner-sp {
    display: none
}

@media only screen and (max-width: 64em) {
    #banner .slider-top .slider-cover img.banner-sp {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    #banner .slider-top .slider-cover img.banner-sp {
        display: block
    }
}

#banner .slider-top .slider-cover img.banner-sp img {
    width: 100%
}

#banner .slider-top .slider-cover .banner-content-wrapper {
    display: block;
    margin: 0 auto;
    left: -50px;
    padding: 0 0 0 0px;
    position: absolute;
    right: -70px;
    top: 25px;
    width: 1050px
}

@media only screen and (max-width: 64em) {
    #banner .slider-top .slider-cover .banner-content-wrapper {
        display: block;
        padding: 0;
        top: 10px;
        width: 65%
    }
}

@media only screen and (max-width: 47.9375em) {
    #banner .slider-top .slider-cover .banner-content-wrapper {
        display: none;
        width: 85%
    }
}

#banner .slider-top .slider-cover .banner-content-wrapper .banner-content {
    display: block;
    position: relative;
    width: 1050px
}

@media only screen and (max-width: 64em) {
    #banner .slider-top .slider-cover .banner-content-wrapper .banner-content {
        width: 100%
    }
}

#banner .slider-top .slider-cover .banner-content-wrapper .banner-content img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

#banner .slider-top .slick-dots {
    bottom: 12px
}

#banner .slider-top .slick-dots li button:before {
    color: #fff;
    font-size: 11px;
    opacity: 1
}

#banner .slider-top .slick-dots li.slick-active button:before {
    color: #41aea2
}

#banner .btn {
    color: #fff;
    border-radius: 10px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    float: none !important;
    height: 91px;
    line-height: 200%;
    margin: 30px auto;
    padding-top: 15px;
    text-align: center;
    width: 544px
}

@media only screen and (max-width: 47.9375em) {
    #banner .btn {
        display: none
    }
}

#banner .btn span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 100%
}

#banner .btn span:before {
    content: '\005c';
    display: inline-block;
    margin-right: 20px
}

#banner .btn span:after {
    content: '\002F';
    display: inline-block;
    margin-left: 20px
}

#banner .cover {
    display: block;
    height: 380px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    #banner .cover {
        height: 150px
    }
}

#banner .cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

#banner .cover .title-wrapper {
    background-color: rgba(65, 174, 162, 0.8);
    bottom: 40px;
    display: block;
    padding: 26px 62px 26px 140px;
    position: absolute
}

@media only screen and (max-width: 47.9375em) {
    #banner .cover .title-wrapper {
        bottom: 15px;
        display: inline-block;
        padding: 4px 4px 4px 2.5%;
        white-space: nowrap
    }
}

#banner .cover .title-wrapper .title {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 100%;
    margin: 0 20px 0 0;
    padding: 0
}

@media only screen and (max-width: 47.9375em) {
    #banner .cover .title-wrapper .title {
        font-weight: bold;
        margin: 0 auto;
        width: 95%;
        padding: 0
    }
}

#banner .cover .title-wrapper .title-eng {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding: 0
}

@media only screen and (max-width: 47.9375em) {
    #banner .cover .title-wrapper .title-eng {
        display: none
    }
}

#banner .banner-title {
    background-color: #fff;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 100%;
    padding: 30px 0 25px
}

#banner .banner-title h2 {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    margin-top: 8px
}

#scroll {
    position: fixed;
    right: 125px;
    bottom: 30px;
    cursor: pointer;
    display: none;
    z-index: 99999;
    transition: .3s
}

@media only screen and (max-width: 56.25em) {
    #scroll {
        bottom: 50px;
        right: 50px
    }
}

@media only screen and (max-width: 47.9375em) {
    #scroll {
        bottom: 15px;
        right: 10px;
        width: 45px
    }
}

#scroll:hover .b-top {
    opacity: .7
}

#scroll:hover .b-top::after {
    color: #fff
}

#scroll .b-top {
    background-color: #729a42;
    display: block;
    height: 62px;
    position: relative;
    transition: .3s;
    width: 60px
}

@media only screen and (max-width: 47.9375em) {
    #scroll .b-top {
        background: #729a42;
        height: 40px;
        width: 42px
    }
}

#scroll .b-top::after {
    content: '\f062';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
    display: block;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    width: 30px
}

@media only screen and (max-width: 47.9375em) {
    #scroll .b-top::after {
        font-size: 25px;
        height: 32px;
        margin: 3px auto 0;
        top: 5%;
        transform: scale(0.6);
        width: 22px
    }
}

#scroll p {
    background-color: #333333;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0 0;
    padding: 8px 0;
    text-align: center;
    width: auto
}

@media only screen and (max-width: 47.9375em) {
    #scroll p {
        background-color: transparent;
        color: #333333;
        font-size: 8px;
        margin: 0 0 0 -9px;
        width: 60px
    }
}

#breadcrumbs .breadcrumbs-contents a {
    color: #393939;
    font-size: 12px;
    line-height: 100%
}

#breadcrumbs .breadcrumbs-contents a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 100%;
    margin-left: 8px
}

#breadcrumbs .breadcrumbs-contents a:last-child:after {
    content: ''
}

#breadcrumbs .breadcrumbs-contents a.active {
    font-weight: bold
}

#footer {
    background-color: #fdfaef;
    overflow: hidden;
    padding: 45px 0 110px
}

@media only screen and (max-width: 64em) {
    #footer {
        padding: 27px 15px 27px
    }
}

@media only screen and (max-width: 47.9375em) {
    #footer {
        padding: 27px 0 27px
    }
}

#footer .copyright {
    color: #313334;
    display: block;
    font-size: 14px;
    line-height: 150%;
    text-align: center
}

@media only screen and (max-width: 64em) {
    #footer .copyright {
        margin: 0 0 0 0
    }
}

@media only screen and (max-width: 47.9375em) {
    #footer .copyright {
        font-size: 13px;
        margin: 0px auto 0px;
        text-align: center;
        width: 90%
    }
}

#footer .copyright .tel {
    transition: .5s
}

#footer .copyright .tel:hover {
    opacity: .7
}

@media only screen and (max-width: 47.9375em) {
    #footer .cp-thanks {
        font-size: 13px;
        margin: 0px auto 0px;
        text-align: center;
        width: 90%
    }
}

.sticky {
    background-color: #fff;
    border-top: 1px solid #018dd0;
    bottom: 0;
    display: none;
    padding: 5px 5px;
    position: fixed;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .sticky {
        display: block
    }
}

.sticky .sticky-content {
    display: block;
    overflow: hidden
}

.sticky .sticky-content .sticky-l {
    float: left;
    display: block;
    margin-right: 2%;
    width: 49%
}

.sticky .sticky-content .sticky-l img {
    height: auto;
    object-fit: contain;
    width: 100%
}

.sticky .sticky-content .sticky-r {
    float: right;
    display: block;
    width: 49%
}

.sticky .sticky-content .sticky-r img {
    height: auto;
    object-fit: contain;
    width: 100%
}

.sticky {
    overflow: hidden
}

.sticky:before {
    content: "";
    z-index: 10;
    position: absolute;
    height: 200%;
    width: 200%;
    top: -120%;
    left: -120%;
    background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 55%, transparent 100%);
    transition: all 2s;
    transform: rotate(-45deg);
    animation: shine 6s infinite forwards
}

@keyframes shine {
    0% {
        top: -120%;
        left: -120%
    }

    20% {
        left: 100%;
        top: 100%
    }

    40% {
        left: 100%;
        top: 100%
    }

    100% {
        left: 100%;
        top: 100%
    }
}

#nav {
    background-color: #f07595;
    z-index: 10;
    margin: -4px auto 0;
    position: relative
}

@media only screen and (max-width: 64em) {
    #nav {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    #nav {
        display: none;
        width: 100%
    }
}

#nav .menu-lists {
    display: block;
    margin: 0 auto;
    padding: 22px 0 16px;
    width: max-content
}

@media only screen and (max-width: 64em) {
    #nav .menu-lists {
        width: max-content
    }
}

@media only screen and (max-width: 47.9375em) {
    #nav .menu-lists {
        width: 95%
    }
}

#nav .menu-lists .menu-list--item {
    border-right: solid 1px #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 23px;
    text-align: center;
    transition: .5s
}

@media only screen and (max-width: 64em) {
    #nav .menu-lists .menu-list--item {
        padding: 0 15px
    }
}

#nav .menu-lists .menu-list--item:last-child {
    border-right: none;
    margin-right: 0
}

#nav .menu-lists .menu-list--item a {
    color: #fff;
    display: block;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    position: relative;
    transition: .5s
}

@media only screen and (max-width: 64em) {
    #nav .menu-lists .menu-list--item a {
        font-size: 14px
    }
}

#nav .menu-lists .menu-list--item a:hover {
    opacity: .5
}

#sticky-nav {
    background-color: #f07595;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 99999
}

@media only screen and (max-width: 64em) {
    #sticky-nav {
        border-bottom: 1px solid #a7a8aa;
        box-shadow: 0 6px 4px -4px transparent;
        height: 60px;
        padding: 10px 0;
        display: none !important
    }
}

@media only screen and (max-width: 47.9375em) {
    #sticky-nav {
        border-bottom: 1px solid #a7a8aa;
        box-shadow: 0 6px 4px -4px transparent;
        height: 60px;
        padding: 10px 0;
        display: none !important
    }
}

#sticky-nav .sticky-wrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1088px
}

@media only screen and (max-width: 64em) {
    #sticky-nav .sticky-wrapper {
        width: 95%
    }
}

@media only screen and (max-width: 47.9375em) {
    #sticky-nav .sticky-wrapper {
        width: 95%
    }
}

#sticky-nav .sticky-wrapper .hamburger {
    display: none;
    float: right
}

@media only screen and (max-width: 64em) {
    #sticky-nav .sticky-wrapper .hamburger {
        display: block
    }
}

@media only screen and (max-width: 47.9375em) {
    #sticky-nav .sticky-wrapper .hamburger {
        display: block
    }
}

#sticky-nav .sticky-wrapper .h-btn {
    display: block;
    float: right;
    overflow: hidden
}

@media only screen and (max-width: 64em) {
    #sticky-nav .sticky-wrapper .h-btn {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    #sticky-nav .sticky-wrapper .h-btn {
        display: none
    }
}

#sticky-nav .sticky-wrapper .h-btn a.btn {
    display: inline-block;
    float: left;
    margin-top: 10px;
    vertical-align: middle
}

#sticky-nav .sticky-wrapper .h-btn a.btn-primary {
    border-radius: 6px;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 214px
}

#sticky-nav .sticky-wrapper .h-btn a.btn-primary:before {
    background-image: url("../images/common/icon_sm_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    line-height: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 16px
}

#sticky-nav #navi .menu-lists {
    background-color: #f07595;
    display: block;
    margin: 0 auto 0 auto;
    padding: 22px 0 16px;
    width: max-content
}

@media only screen and (max-width: 64em) {
    #sticky-nav #navi .menu-lists {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    #sticky-nav #navi .menu-lists {
        display: none
    }
}

#sticky-nav #navi .menu-lists .menu-list--item {
    border-right: solid 1px #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 23px;
    text-align: center;
    transition: .5s
}

#sticky-nav #navi .menu-lists .menu-list--item:last-child {
    border-right: none;
    margin-right: 0
}

#sticky-nav #navi .menu-lists .menu-list--item a {
    color: #fff;
    display: block;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    position: relative;
    transition: .5s
}

#sticky-nav #navi .menu-lists .menu-list--item a:hover {
    opacity: .5
}

.icon-bar {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    z-index: 99999
}

.icon-bar .info-btn--item {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    transition: .5s
}

@media only screen and (max-width: 47.9375em) {
    .icon-bar .info-btn--item {
        display: none
    }
}

.icon-bar .info-btn--item:hover .cover {
    background-color: #f07595 !important
}

.icon-bar .info-btn--item:nth-child(2) .cover {
    background-color: #dab17a
}

.icon-bar .info-btn--item:nth-child(2) .cover img {
    height: 17px;
    top: 32%;
    width: 25px
}

@media only screen and (max-width: 47.9375em) {
    .icon-bar .info-btn--item:nth-child(2) .cover img {
        height: auto;
        width: 18px
    }
}

.icon-bar .info-btn--item:last-child {
    margin-right: 0
}

.icon-bar .info-btn--item:last-child .cover {
    background-color: #93cc90
}

.icon-bar .info-btn--item:last-child .cover img {
    height: 27px;
    top: 20%;
    width: 19px
}

@media only screen and (max-width: 47.9375em) {
    .icon-bar .info-btn--item:last-child .cover img {
        height: auto;
        width: 15px
    }
}

.icon-bar .info-btn--item .cover {
    background-color: #73c4cb;
    border-radius: 50%;
    display: inlin-e;
    float: left;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    height: 46px;
    position: relative;
    width: 46px
}

@media only screen and (max-width: 47.9375em) {
    .icon-bar .info-btn--item .cover {
        height: 33px;
        width: 33px
    }
}

.icon-bar .info-btn--item .cover img {
    display: block;
    height: 21px;
    margin: 0 auto;
    top: 28%;
    position: relative;
    width: 21px
}

@media only screen and (max-width: 47.9375em) {
    .icon-bar .info-btn--item .cover img {
        height: auto;
        width: 16px
    }
}

.hamburger {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    overflow: visible;
    padding: 8px 0
}

.hamburger-box {
    height: 24px;
    display: inline-block;
    position: relative;
    width: 30px
}

.hamburger-inner {
    display: block;
    margin: -2px;
    position: relative;
    top: 50%
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    background-color: #41aea2;
    border-radius: 4px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 30px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 60px;
    left: -100%;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s
}

.sidenav .accordion {
    border-bottom: 1px solid #a7a8aa;
    background: white;
    margin: 0 auto 30px;
    padding-bottom: 40px
}

.sidenav .accordion .accordion-header {
    border-bottom: 2px solid #fff;
    background-color: #a7a8aa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 12px 2.5%;
    position: relative
}

.sidenav .accordion .accordion-header:after {
    content: '\f078';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 2.5%;
    top: 50%
}

.sidenav .accordion .accordion-header.active:after {
    content: '\f077'
}

.sidenav .accordion .accordion-content {
    display: none;
    background-color: #fff;
    padding: 0
}

.sidenav .accordion .accordion-content a {
    border-bottom: 1px solid #a7a8aa;
    color: #393939;
    display: block;
    font-size: 14px;
    line-height: 100%;
    padding: 12px 2.5%
}

.sidenav .accordion .accordion-content a:last-child {
    border-bottom: 0
}

.sidenav.is-active {
    left: 0
}

.sidenav .buttons {
    display: block;
    margin: 0 auto;
    width: 95%
}

.sidenav .buttons .btn-caption {
    display: block;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px
}

.sidenav .buttons .btn {
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.sidenav .buttons .btn:before {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.sidenav .buttons .btn.btn-primary span {
    top: 2px
}

.sidenav .buttons .btn.btn-primary:before {
    background-image: url("../images/common/icon_sm_03.png");
    height: 14px;
    width: 20px
}

.sidenav .buttons .btn.btn-secondary span {
    top: 2px
}

.sidenav .buttons .btn.btn-secondary:before {
    background-image: url("../images/common/icon_sm_02.png");
    height: 18.5px;
    width: 24px
}

.sidenav .buttons .btn.btn-tertiary span {
    top: 2px
}

.sidenav .buttons .btn.btn-tertiary:before {
    background-image: url("../images/common/icon_sm_04.png");
    height: 19px;
    width: 19px
}

.sidenav .buttons .btn span {
    position: relative
}

.page-top {
    margin: 0px 0 0
}

.page-top .problem {
    background-color: #fdfaef;
    overflow: hidden;
    padding: 90px 0 90px
}

@media only screen and (max-width: 64em) {
    .page-top .problem {
        padding: 50px 0 50px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem {
        padding: 30px 0px 30px
    }
}

.page-top .problem .problem-contents .subtitle {
    display: block;
    font-size: 19px;
    line-height: 175%;
    margin: 0 0 15px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .subtitle {
        font-size: 10px;
        margin: 0 0 7px
    }
}

.page-top .problem .problem-contents .subtitle span {
    display: inline-block
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .subtitle span {
        display: block
    }
}

.page-top .problem .problem-contents .title {
    display: block;
    font-size: 33px;
    font-weight: bold;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .title {
        font-size: 17px
    }
}

.page-top .problem .problem-contents .title::after {
    background: url("../images/icon_problem_dotted.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    right: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -25px;
    transform: translate(-50%, -50%);
    width: 118px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .title::after {
        width: 60px
    }
}

.page-top .problem .problem-contents .cover {
    display: block;
    margin: 65px auto 45px;
    width: 1014px
}

@media only screen and (max-width: 64em) {
    .page-top .problem .problem-contents .cover {
        padding: 0 20px;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .cover {
        margin: 30px auto 18px;
        padding: 0 12px;
        width: 100%
    }
}

.page-top .problem .problem-contents .cover img {
    width: 100%
}

.page-top .problem .problem-contents .cover img.img-pc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .cover img.img-pc {
        display: none
    }
}

.page-top .problem .problem-contents .cover img.img-sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .cover img.img-sp {
        display: block
    }
}

.page-top .problem .problem-contents .arrow {
    display: block;
    margin: 0 auto 90px;
    width: 538px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .arrow {
        margin: 0 auto 40px;
        width: 70%
    }
}

.page-top .problem .problem-contents .arrow img {
    width: 100%
}

.page-top .problem .problem-contents .reason-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 0 auto;
    padding: 45px 35px 0px;
    position: relative;
    width: 1015px
}

@media only screen and (max-width: 64em) {
    .page-top .problem .problem-contents .reason-wrapper {
        padding: 50px 35px 50px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper {
        padding: 50px 15px 35px;
        width: 90%
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-title span {
    font-size: 31px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-title span {
        font-size: 14px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists {
    display: inline-block;
    margin-right: 40px;
    padding: 60px 0 0;
    position: relative;
    width: 565px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists {
        padding: 0;
        width: 100%
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item {
    display: block;
    margin: 0 0 65px;
    padding: 0 0 0 65px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item {
        margin: 0 0 30px;
        padding: 0 0 0 35px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(2) .inner-title:before {
    background: url("../images/icon_reason_02.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(3) .inner-title:before {
    background: url("../images/icon_reason_03.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(4) .inner-title:before {
    background: url("../images/icon_reason_04.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(5) {
    width: 710px
}

@media only screen and (max-width: 64em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(5) {
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(5) {
        width: 100%
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item:nth-child(5) .inner-title:before {
    background: url("../images/icon_reason_05.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title {
        font-size: 12px;
        line-height: 175%;
        margin: 0 0 0px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title:before {
    background: url("../images/icon_reason_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 58px;
    left: -65px;
    position: absolute;
    top: -12px;
    width: 58px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title:before {
        left: -35px;
        top: -4px;
        height: 30px;
        width: 30px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title .red {
    color: #ff0000;
    font-size: 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .inner-title .red {
        font-size: 15px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item p {
    display: block;
    font-size: 20px;
    line-height: 200%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item p {
        font-size: 10px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .link {
    color: #012581;
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: underline;
    text-underline-position: under
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .link {
        font-size: 10px
    }
}

.page-top .problem .problem-contents .reason-wrapper .reason-lists .reason-lists--item .link:before {
    color: #012581;
    content: '\f0da';
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    padding-right: 10px
}

.page-top .problem .problem-contents .reason-wrapper .right-maps {
    display: inline-block;
    float: right;
    right: 0px;
    width: 330px
}

@media only screen and (max-width: 64em) {
    .page-top .problem .problem-contents .reason-wrapper .right-maps {
        display: block;
        float: none;
        overflow: hidden;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .right-maps {
        display: block;
        float: none;
        overflow: hidden;
        width: 100%
    }
}

.page-top .problem .problem-contents .reason-wrapper .right-maps .map-title {
    color: #ea9943;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 175%;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .right-maps .map-title {
        font-size: 10px;
        padding: 0 0 0 20px;
        text-align: left
    }
}

.page-top .problem .problem-contents .reason-wrapper .right-maps .cover1 {
    display: block;
    margin: 10px auto 15px;
    width: 274px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .right-maps .cover1 {
        display: inline-block;
        float: left;
        margin-right: 5%;
        width: 47.5%
    }
}

.page-top .problem .problem-contents .reason-wrapper .right-maps .cover1 img {
    width: 100%
}

.page-top .problem .problem-contents .reason-wrapper .right-maps .cover2 {
    display: block;
    margin: 0 auto;
    width: 329px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .problem .problem-contents .reason-wrapper .right-maps .cover2 {
        display: inline-block;
        float: left;
        margin: 35px 0 0;
        width: 47.5%
    }
}

.page-top .problem .problem-contents .reason-wrapper .right-maps .cover2 img {
    width: 100%
}

.page-top .contact {
    display: block;
    overflow: hidden
}

.page-top .contact .contact-header {
    background-color: #ea9943;
    display: block;
    overflow: hidden;
    padding: 40px 0 40px
}

@media only screen and (max-width: 64em) {
    .page-top .contact .contact-header {
        padding: 25px 0 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-header {
        padding: 20px 0 20px
    }
}

.page-top .contact .contact-header .title {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-header .title {
        font-size: 18px
    }
}

.page-top .contact .contact-contents {
    display: block;
    overflow: hidden;
    padding: 30px 0 30px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents {
        padding: 25px 15px 30px
    }
}

.page-top .contact .contact-contents .btn-lists {
    display: block;
    margin: 0px auto 0;
    overflow: hidden;
    width: 740px
}

@media only screen and (max-width: 64em) {
    .page-top .contact .contact-contents .btn-lists {
        overflow: hidden;
        margin: 0px auto;
        padding: 0 0px 0 0;
        width: 750px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists {
        overflow: hidden;
        margin: 0px auto;
        padding: 0 0px 0 0;
        width: 100%
    }
}

.page-top .contact .contact-contents .btn-lists .btn--item {
    transition: .5s
}

.page-top .contact .contact-contents .btn-lists .btn--item:hover {
    opacity: .8
}

.page-top .contact .contact-contents .btn-lists .btn-telnum {
    border: solid 1.5px #ea9943;
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 100px;
    margin-right: 30px;
    padding: 20px 20px;
    transition: .5s;
    width: 378px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-telnum {
        display: block;
        float: none;
        height: 70px;
        margin: 0 auto;
        padding: 10px 13px;
        width: 270px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-telnum .num {
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding: 0 0 0 70px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-telnum .num {
        font-size: 22px;
        padding: 0 0 0 50px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-telnum .num:before {
    background: url("../images/common/header_icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 39px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 60px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-telnum .num:before {
        width: 42px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-telnum .time {
    display: inline-block;
    font-size: 18px;
    padding: 5px 0 0 10px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-telnum .time {
        font-size: 13px;
        padding: 5px 0 0 10px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-telnum .time span {
    background-color: #ea9943;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    padding: 3px 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-telnum .time span {
        font-size: 12px;
        padding: 2px 14px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-mail {
    border-radius: 3px;
    display: block;
    float: right;
    background-color: #ea9943;
    border-bottom: solid 3px #c1702a;
    height: 100px;
    margin-right: 0;
    padding: 20px 20px;
    width: 332px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-mail {
        display: block;
        float: none;
        height: 65px;
        margin: 0 auto 15px;
        padding: 15px 20px 15px;
        width: 225px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-mail p {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-mail p {
        font-size: 17px
    }
}

.page-top .contact .contact-contents .btn-lists .btn-mail span {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 7px 0 0;
    padding: 0 0 0 23px;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-mail span {
        font-size: 12px;
        margin: 5px 0 0
    }
}

.page-top .contact .contact-contents .btn-lists .btn-mail span:before {
    background: url("../images/common/header_icon_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    left: 36px;
    position: absolute;
    top: 2px;
    width: 22px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .btn-lists .btn-mail span:before {
        left: 25px;
        top: 1px;
        width: 15px
    }
}

.page-top .contact .contact-contents .main-btn {
    border: solid 1.5px #ea9943;
    border-radius: 3px;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 35px auto 0;
    position: relative;
    transition: .5s;
    width: 550px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .main-btn {
        margin: 15px auto 0px;
        width: 270px
    }
}

.page-top .contact .contact-contents .main-btn:hover {
    opacity: .8
}

.page-top .contact .contact-contents .main-btn p {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 20px;
    text-align: center;
    width: 330px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .main-btn p {
        font-size: 16px;
        padding: 0 0 0 10px;
        width: 100%
    }
}

.page-top .contact .contact-contents .main-btn p:before {
    color: #ea9943;
    content: '\f0da';
    display: table-cell;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    font-size: 30px;
    padding-right: 10px;
    position: absolute;
    left: 0px;
    top: 0px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .contact .contact-contents .main-btn p:before {
        left: 15px;
        font-size: 20px
    }
}

.page-top .service {
    background-color: #fdfaef;
    display: block;
    padding: 180px 0 100px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service {
        padding: 55px 0 50px
    }
}

.page-top .service.service-last {
    padding: 180px 0 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service.service-last {
        padding: 50px 0 0
    }
}

@media only screen and (max-width: 64em) {
    .page-top .service .wrapper {
        overflow: visible
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .wrapper {
        overflow: visible
    }
}

.page-top .service .service-contents .service-wrapper {
    background-color: #fff;
    border: solid 1.5px #fdd34e;
    display: block;
    margin: 0 auto;
    overflow: visible;
    padding: 45px 35px 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-wrapper {
        padding: 50px 15px 35px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper {
        padding: 50px 15px 35px;
        width: 90%
    }
}

.page-top .service .service-contents .service-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .service-wrapper .service-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper .service-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .service-wrapper .service-title span {
    font-size: 31px
}

.page-top .service .service-contents .service-wrapper .info {
    display: block;
    font-size: 18px;
    float: left;
    line-height: 175%;
    margin-right: 5%;
    padding: 50px 0 0px 0;
    width: 50%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper .info {
        float: none;
        font-size: 12px;
        margin: 0 0 15px;
        width: 100%;
        padding: 0
    }
}

.page-top .service .service-contents .service-wrapper .cover {
    display: block;
    float: left;
    padding: 50px 0 0;
    width: 45%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper .cover {
        float: none;
        padding: 0;
        width: 100%
    }
}

.page-top .service .service-contents .service-wrapper .cover iframe {
    height: 230px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper .cover iframe {
        height: auto;
        width: 100%
    }
}

.page-top .service .service-contents .service-wrapper .cover img {
    width: 100%
}

.page-top .service .service-contents .service-wrapper .cover span {
    display: block;
    font-size: 18px;
    line-height: 175%;
    padding: 20px 20px 0px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-wrapper .cover span {
        font-size: 12px;
        padding: 10px 0 0
    }
}

.page-top .service .service-contents .service-table {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    border-right: none;
    display: block;
    margin: 75px auto 75px;
    overflow: hidden
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-table {
        display: block;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table {
        border-bottom: none;
        display: block;
        width: 90%
    }
}

.page-top .service .service-contents .service-table .service--item {
    display: block;
    float: left;
    height: 545px;
    padding: 55px 30px;
    width: 33.33%
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-table .service--item {
        height: 470px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item {
        border-bottom: solid 1.5px #ea9943;
        height: 315px;
        padding: 25px 13px 10px;
        width: 50%
    }
}

.page-top .service .service-contents .service-table .service--item:nth-child(1) {
    border-right: solid 1.5px #ea9943;
    display: block;
    height: auto;
    padding: 55px 90px 30px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item:nth-child(1) {
        display: inline-block;
        float: left;
        height: 315px;
        padding: 25px 13px 10px;
        width: 50%
    }
}

.page-top .service .service-contents .service-table .service--item:nth-child(1) .inner-title {
    margin: 0 auto 35px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item:nth-child(1) .inner-title {
        margin: 0 auto 10px
    }
}

.page-top .service .service-contents .service-table .service--item:nth-child(1) .inner-title p {
    margin: 0 auto 0px
}

.page-top .service .service-contents .service-table .service--item:nth-child(2) .inner-title p:before {
    background: url("../images/icon_service_item_02.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(3) .inner-title p:before {
    background: url("../images/icon_service_item_03.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(4) .inner-title p:before {
    background: url("../images/icon_service_item_04.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(5) .inner-title p:before {
    background: url("../images/icon_service_item_05.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(6) .inner-title p:before {
    background: url("../images/icon_service_item_06.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(7) .inner-title p:before {
    background: url("../images/icon_service_item_07.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(8) .inner-title p:before {
    background: url("../images/icon_service_item_08.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(9) .inner-title p:before {
    background: url("../images/icon_service_item_09.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(10) .inner-title p:before {
    background: url("../images/icon_service_item_010.png");
    background-size: contain;
    background-repeat: no-repeat
}

.page-top .service .service-contents .service-table .service--item:nth-child(n+2) {
    border-top: solid 1.5px #ea9943;
    border-right: solid 1.5px #ea9943
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item:nth-child(n+2) {
        border-top: none
    }
}

.page-top .service .service-contents .service-table .service--item .inner-title {
    display: block;
    margin: 0 auto 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .inner-title {
        margin: 0 auto 10px
    }
}

.page-top .service .service-contents .service-table .service--item .inner-title p {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 0px;
    text-align: center;
    padding: 0 0 0 60px;
    position: relative;
    width: max-content
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-table .service--item .inner-title p {
        font-size: 16px;
        padding: 0 0 0 50px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .inner-title p {
        font-size: 12px;
        padding: 0 0 0 30px
    }
}

.page-top .service .service-contents .service-table .service--item .inner-title p:before {
    background: url("../images/icon_service_item_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 51px;
    left: 0px;
    position: absolute;
    top: -13px;
    width: 51px
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-table .service--item .inner-title p:before {
        width: 40px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .inner-title p:before {
        top: -6px;
        height: 25px;
        width: 25px
    }
}

.page-top .service .service-contents .service-table .service--item .info {
    display: block;
    font-size: 16px;
    line-height: 175%;
    margin: 0 0 15px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .info {
        font-size: 10px
    }
}

.page-top .service .service-contents .service-table .service--item .cover {
    display: block;
    width: 100%
}

.page-top .service .service-contents .service-table .service--item .cover img {
    width: 100%
}

.page-top .service .service-contents .service-table .service--item .cover img.img-pc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .cover img.img-pc {
        display: none
    }
}

.page-top .service .service-contents .service-table .service--item .cover img.img-sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-table .service--item .cover img.img-sp {
        display: block
    }
}

.page-top .service .service-contents .service-box {
    background-color: #fff;
    border: solid 1.5px #fdd34e;
    display: block;
    margin: 0 auto 220px;
    overflow: hidden;
    padding: 40px 50px 45px 65px
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .service-box {
        margin: 0 auto 100px;
        padding: 25px 25px 20px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box {
        margin: 0 auto 50px;
        padding: 25px 25px 20px;
        width: 90%
    }
}

.page-top .service .service-contents .service-box .service-box-title {
    color: #ea9943;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 175%;
    margin: 0 0 28px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .service-box-title {
        font-size: 16px;
        margin: 0 0 15px
    }
}

.page-top .service .service-contents .service-box .service-box-title span {
    display: inline-block
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .service-box-title span {
        display: block
    }
}

.page-top .service .service-contents .service-box .info {
    display: block;
    float: left;
    overflow: hidden;
    padding: 17px 0 0;
    width: 80%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .info {
        float: none;
        width: 100%
    }
}

.page-top .service .service-contents .service-box .info p {
    display: block;
    font-size: 18px;
    line-height: 175%;
    margin: 0 0 35px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .info p {
        font-size: 12px;
        margin: 0 0 15px
    }
}

.page-top .service .service-contents .service-box .info p span {
    font-weight: bold
}

.page-top .service .service-contents .service-box .info p.name-pc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .info p.name-pc {
        display: none
    }
}

.page-top .service .service-contents .service-box .name-sp {
    display: none;
    font-size: 13px;
    float: left;
    height: 180px;
    line-height: 175%;
    padding: 60px 0 0 10px;
    width: 60%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .name-sp {
        display: block
    }
}

.page-top .service .service-contents .service-box .name-sp span {
    display: block;
    font-weight: bold
}

.page-top .service .service-contents .service-box .cover {
    display: block;
    float: right;
    width: 20%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .cover {
        float: left;
        width: 40%
    }
}

.page-top .service .service-contents .service-box .cover img {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .service-box .cover img {
        height: 180px;
        object-fit: cover;
        width: 100%
    }
}

.page-top .service .service-contents .happy-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 0 auto 165px;
    padding: 100px 65px 65px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .happy-wrapper {
        margin: 0 auto 100px;
        padding: 80px 20px 20px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper {
        margin: 0 auto 50px;
        padding: 40px 20px 20px;
        width: 90%
    }
}

.page-top .service .service-contents .happy-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .happy-wrapper .happy-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .happy-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .happy-wrapper .happy-title span {
    font-size: 31px
}

.page-top .service .service-contents .happy-wrapper .inner-happy-title {
    color: #ea9943;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 175%;
    margin: 0 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-happy-title {
        font-size: 12px
    }
}

.page-top .service .service-contents .happy-wrapper .left,
.page-top .service .service-contents .happy-wrapper .right {
    display: block;
    float: left;
    width: 50%
}

.page-top .service .service-contents .happy-wrapper .left .inner-title,
.page-top .service .service-contents .happy-wrapper .right .inner-title {
    color: #ea9943;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .happy-wrapper .left .inner-title,
    .page-top .service .service-contents .happy-wrapper .right .inner-title {
        font-size: 12px
    }
}

.page-top .service .service-contents .happy-wrapper .left .cover {
    display: block;
    margin: 0 auto 20px;
    width: 417px
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .happy-wrapper .left .cover {
        padding: 0 5px;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .left .cover {
        padding: 0 5px;
        width: 100%
    }
}

.page-top .service .service-contents .happy-wrapper .left .cover img {
    width: 100%
}

.page-top .service .service-contents .happy-wrapper .right .cover {
    display: block;
    margin: 50px auto 0;
    width: 291px
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .happy-wrapper .right .cover {
        padding: 0 20px;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .right .cover {
        padding: 0 20px;
        width: 100%
    }
}

.page-top .service .service-contents .happy-wrapper .right .cover img {
    width: 100%
}

.page-top .service .service-contents .happy-wrapper .right .link {
    color: #012581;
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
    position: relative;
    text-decoration: underline;
    text-underline-position: under;
    text-align: center;
    transition: .5s
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .happy-wrapper .right .link {
        margin: 15px 0 30px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .right .link {
        font-size: 8px;
        margin: 5px 0 0
    }
}

.page-top .service .service-contents .happy-wrapper .right .link:hover {
    opacity: .8
}

.page-top .service .service-contents .happy-wrapper .right .link:before {
    color: #012581;
    content: '\f0da';
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    padding-right: 10px
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists {
    display: block;
    overflow: hidden;
    width: 100%
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box {
    border: solid 1.5px #fdd34e;
    display: block;
    float: left;
    margin-right: 3%;
    padding: 25px 25px;
    width: 48.5%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box {
        padding: 20px 20px;
        margin: 0 0 3%;
        width: 100%
    }
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box:first-child {
    display: block;
    margin: 0 0 3%;
    padding: 45px 25px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box:first-child {
        padding: 20px 20px
    }
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box:last-child {
    margin-right: 0px
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box:nth-child(n+2) {
    height: 350px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box:nth-child(n+2) {
        height: auto
    }
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box .subtitle {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 15px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box .subtitle {
        font-size: 15px
    }
}

.page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box p {
    display: block;
    font-size: 14px;
    line-height: 175%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .happy-wrapper .inner-box-lists .inner-box p {
        font-size: 12px
    }
}

.page-top .service .service-contents .example-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    overflow: visible;
    margin: 0 auto;
    padding: 100px 50px 70px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .example-wrapper {
        padding: 80px 15px 50px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper {
        padding: 50px 15px 50px;
        width: 90%
    }
}

.page-top .service .service-contents .example-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .example-wrapper .example-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .example-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .example-wrapper .example-title span {
    font-size: 31px
}

.page-top .service .service-contents .example-wrapper .inner-box-lists {
    border: solid 1.5px #fdd34e;
    display: block;
    float: left;
    margin-right: 3%;
    overflow: hidden;
    padding: 30px 15px 60px;
    width: 48.5%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists {
        float: none;
        margin: 0 0 3%;
        padding: 20px 10px 30px;
        width: 100%
    }
}

.page-top .service .service-contents .example-wrapper .inner-box-lists:last-child {
    margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists:last-child .inner-box-lists--item .info {
        height: 170px
    }
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item {
    display: block;
    float: left;
    margin-right: 2%;
    position: relative;
    width: 49%
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item:first-child::after {
    background: url("../images/icon_example_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 79px;
    right: -40px;
    position: absolute;
    top: 37%;
    width: 69px;
    z-index: 99
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item:last-child {
    margin-right: 0px
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item:last-child .b-title {
    color: #ff0000
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item:last-child .info {
    background-color: #ea9943
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .b-title {
    color: #01429a;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .b-title {
        font-size: 15px
    }
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .cover {
    display: block;
    width: 100%
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .cover img {
    object-fit: cover;
    height: 265px;
    width: 100%
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info {
    background-color: #01429a;
    color: #fff;
    display: block;
    height: 160px;
    padding: 20px 10px 35px;
    position: relative
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info {
        height: 230px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info {
        height: 140px
    }
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info .p-lists--item {
    display: block;
    font-size: 13px;
    line-height: 175%;
    padding: 0 0 0 15px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info .p-lists--item {
        font-size: 10px
    }
}

.page-top .service .service-contents .example-wrapper .inner-box-lists .inner-box-lists--item .info .p-lists--item:before {
    color: #fff;
    display: inline-block;
    content: "・";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 1px
}

.page-top .service .service-contents .flow-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 0 auto;
    overflow: visible;
    padding: 85px 30px 65px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .flow-wrapper {
        padding: 80px 15px 50px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper {
        padding: 50px 15px 20px;
        width: 90%
    }
}

.page-top .service .service-contents .flow-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .flow-wrapper .flow-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .flow-wrapper .flow-title span {
    font-size: 31px
}

.page-top .service .service-contents .flow-wrapper .flow-lists {
    display: block;
    overflow: hidden
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item {
    border: solid 1.5px #b4b4b4;
    display: block;
    float: left;
    margin-right: 4%;
    padding: 25px 15px 45px;
    position: relative;
    width: 22%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item {
        margin-bottom: 10%;
        width: 100%
    }
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:after {
    background: url("../images/arrw_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    right: -28px;
    position: absolute;
    bottom: 47%;
    width: 15px
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:after {
        right: -25px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:after {
        bottom: -38px;
        right: 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:nth-child(even) {
        margin-right: 0px
    }
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:last-child {
    margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item:last-child::after {
        display: none
    }
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .inner-title {
    color: #ea9943;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .inner-title .num {
    background-color: #ea9943;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    width: 24px;
    vertical-align: middle
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .info {
    display: block;
    font-size: 14px;
    height: 150px;
    line-height: 175%
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .info {
        height: 230px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .info {
        height: auto;
        margin: 0 0 10px
    }
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .cover {
    display: block;
    width: 100%
}

.page-top .service .service-contents .flow-wrapper .flow-lists .flow-lists--item .cover img {
    width: 100%
}

.page-top .service .service-contents .purchase-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 180px auto 210px;
    overflow: visible;
    padding: 85px 40px 25px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .purchase-wrapper {
        margin: 100px auto 50px;
        padding: 80px 15px 20px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper {
        margin: 50px auto 50px;
        padding: 50px 15px 30px;
        width: 90%
    }
}

.page-top .service .service-contents .purchase-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .purchase-wrapper .purchase-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-title span {
    font-size: 31px
}

.page-top .service .service-contents .purchase-wrapper .subtitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 175%;
    margin: 0 0 40px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .subtitle {
        font-size: 12px;
        margin: 0 0 20px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists {
    display: block;
    overflow: hidden
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item {
    border: solid 1.5px #b4b4b4;
    display: block;
    float: left;
    height: 515px;
    margin: 0 4% 40px 0;
    padding: 30px 23px 45px;
    position: relative;
    width: 30.66%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item {
        height: 420px;
        margin: 0 4% 4% 0;
        padding: 15px 15px;
        width: 48%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(even) {
        margin-right: 0px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(n+4) {
    height: 455px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(n+4) {
        height: 420px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(n+3) {
        height: 350px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(3n+3) {
    margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:nth-child(3n+3) {
        margin-right: 4%
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item:last-child {
    margin-right: 0
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .inner-title {
    color: #ea9943;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 15px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .inner-title {
        font-size: 14px;
        margin: 0 auto 5px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .info {
    display: block;
    font-size: 14px;
    line-height: 175%;
    margin: 0 0 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .info {
        font-size: 12px
    }
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .cover {
    display: block;
    width: 100%
}

.page-top .service .service-contents .purchase-wrapper .purchase-lists .purchase-lists--item .cover img {
    width: 100%
}

.page-top .service .service-contents .rate-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 180px auto 0px;
    overflow: visible;
    padding: 65px 75px 75px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .rate-wrapper {
        margin: 100px auto 0;
        padding: 80px 20px 30px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper {
        margin: 50px auto 0;
        padding: 30px 20px 30px;
        width: 90%
    }
}

.page-top .service .service-contents .rate-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .rate-wrapper .rate-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-title span {
    font-size: 31px
}

.page-top .service .service-contents .rate-wrapper .rate-lists {
    display: block;
    padding: 20px 15px 0
}

.page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item {
    display: block;
    margin: 0 0 35px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item {
        margin: 0 0 15px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item .num {
    background-color: #ea9943;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 35px;
    left: 0px;
    top: -3px;
    height: 35px;
    width: 35px;
    text-align: center;
    position: absolute
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item .num {
        font-size: 12px;
        line-height: 25px;
        top: 0px;
        height: 25px;
        width: 25px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item p {
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 0 45px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item p {
        font-size: 15px;
        line-height: 175%;
        padding: 0 0 0 30px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item p .red {
    color: #ff0000;
    font-size: 23px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item p .red {
        font-size: 17px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-lists .rate-lists--item p .etc {
    display: block;
    font-size: 12px;
    margin: 15px 0 0
}

.page-top .service .service-contents .rate-wrapper .rate-table {
    display: block;
    width: 100%
}

.page-top .service .service-contents .rate-wrapper .rate-table tr th {
    background-color: #ea9943;
    border: solid 1.5px #c5c5c5;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-table tr th {
        font-size: 14px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-table tr th:first-child {
    border-right: solid 1.5px #c5c5c5;
    width: 60%
}

.page-top .service .service-contents .rate-wrapper .rate-table tr th:last-child {
    width: 40%
}

.page-top .service .service-contents .rate-wrapper .rate-table tr td {
    border: solid 1.5px #c5c5c5;
    font-size: 17px;
    padding: 30px 35px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .rate-table tr td {
        font-size: 14px;
        line-height: 175%;
        padding: 15px 15px
    }
}

.page-top .service .service-contents .rate-wrapper .rate-table tr td:last-child {
    text-align: center
}

.page-top .service .service-contents .rate-wrapper .notice-lists {
    display: block;
    margin: 20px 0 0;
    padding: 0 20px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .notice-lists {
        margin: 10px 0 0;
        padding: 0
    }
}

.page-top .service .service-contents .rate-wrapper .notice-lists .notice--item {
    display: block;
    font-size: 14px;
    line-height: 175%;
    padding: 0 0 0 15px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .notice-lists .notice--item {
        font-size: 12px;
        padding: 0 0 0 15px
    }
}

.page-top .service .service-contents .rate-wrapper .notice-lists .notice--item:before {
    display: inline-block;
    content: "※";
    height: 5px;
    width: 5px;
    left: 0px;
    top: 0px;
    position: absolute
}

.page-top .service .service-contents .rate-wrapper .p-method {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0 10px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .p-method {
        font-size: 14px;
        line-height: 175%;
        padding: 0
    }
}

.page-top .service .service-contents .rate-wrapper .p-method span {
    color: #ff0000;
    font-size: 18px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .rate-wrapper .p-method span {
        font-size: 15px
    }
}

.page-top .service .service-contents .qna-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 0px auto 200px;
    overflow: visible;
    padding: 105px 75px 50px 90px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .qna-wrapper {
        margin: 0 auto 100px;
        padding: 80px 20px 50px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper {
        margin: 0 auto 50px;
        padding: 50px 20px 50px;
        width: 90%
    }
}

.page-top .service .service-contents .qna-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .qna-wrapper .qna-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .qna-wrapper .qna-title span {
    font-size: 31px
}

.page-top .service .service-contents .qna-wrapper .qna-lists {
    display: block;
    overflow: hidden;
    padding: 20px 0 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists {
        padding: 0 0 0
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item {
    display: block;
    margin: 0 0 65px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item {
        margin: 0 0 30px
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .header {
    display: block;
    position: relative
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .header .icon1 {
    background-color: #0271b8;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    line-height: 30px;
    left: 0px;
    top: -2px;
    text-align: center;
    height: 30px;
    width: 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .header .icon1 {
        font-size: 12px;
        line-height: 25px;
        height: 25px;
        width: 25px
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .header p {
    display: block;
    font-size: 23px;
    font-weight: bold;
    padding: 0 0 0 45px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .header p {
        font-size: 15px;
        line-height: 175%
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details {
    display: block;
    margin: 35px 0 0;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details {
        margin: 10px 0 0
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details .icon2 {
    background-color: #d01010;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    line-height: 30px;
    left: 0px;
    top: 0px;
    text-align: center;
    height: 30px;
    width: 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details .icon2 {
        font-size: 12px;
        line-height: 25px;
        height: 25px;
        width: 25px
    }
}

.page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details p {
    display: block;
    font-size: 19px;
    line-height: 175%;
    padding: 0 0 0 45px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .qna-wrapper .qna-lists .qna-lists--item .details p {
        font-size: 14px
    }
}

.page-top .service .service-contents .inquiry-wrapper {
    background-color: #fff;
    border: solid 1.5px #ea9943;
    display: block;
    margin: 0px auto 0px;
    overflow: visible;
    padding: 75px 85px 85px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .inquiry-wrapper {
        padding: 80px 20px 30px;
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper {
        padding: 50px 20px 30px;
        width: 90%
    }
}

.page-top .service .service-contents .inquiry-wrapper .wrapper-inner {
    overflow: hidden
}

.page-top .service .service-contents .inquiry-wrapper .inquiry-title {
    background-color: #ea9943;
    border-top: solid 3px #eeaf6b;
    border-left: solid 3px #eeaf6b;
    border-right: solid 3px #cb7930;
    border-bottom: solid 3px #cb7930;
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    left: -30px;
    top: -35px;
    height: 80px;
    width: 490px;
    text-align: center;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 99
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .inquiry-title {
        font-size: 11px;
        height: 35px;
        line-height: 30px;
        left: -10px;
        top: -10px;
        width: 217px
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry-title span {
    font-size: 31px
}

.page-top .service .service-contents .inquiry-wrapper .description {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .description {
        font-size: 14px;
        line-height: 175%
    }
}

.page-top .service .service-contents .inquiry-wrapper .description .num {
    cursor: pointer;
    color: #103e93;
    text-decoration: underline;
    transition: .5s
}

.page-top .service .service-contents .inquiry-wrapper .description .num:hover {
    opacity: .8
}

.page-top .service .service-contents .inquiry-wrapper .inner-title {
    display: block;
    font-size: 23px;
    font-weight: bold;
    margin: 30px 0 12px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .inner-title {
        font-size: 18px;
        margin: 15px 0 6px
    }
}

.page-top .service .service-contents .inquiry-wrapper .subtitle {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .subtitle {
        font-size: 14px
    }
}

.page-top .service .service-contents .inquiry-wrapper .subtitle span {
    color: #bd1b2a
}

.page-top .service .service-contents .inquiry-wrapper .inquiry {
    border: 1px solid #d2d2d2;
    color: #313334;
    width: 100%
}

@media only screen and (max-width: 64em) {
    .page-top .service .service-contents .inquiry-wrapper .inquiry {
        margin: 0 auto;
        width: 95%
    }
}

@media only screen and (max-width: 60em) {
    .page-top .service .service-contents .inquiry-wrapper .inquiry {
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .inquiry {
        width: 100%
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr {
    border: 1px solid #d2d2d2
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th {
    padding: 25px 25px
}

@media only screen and (max-width: 60em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th {
        padding: 10px 10px
    }
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th {
        display: block;
        padding: 10px;
        line-height: 150%
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child {
    color: #313334;
    background-color: #f9f9f9;
    font-size: 15px;
    font-weight: bold;
    width: 300px
}

@media only screen and (max-width: 64em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child {
        padding: 0 5px
    }
}

@media only screen and (max-width: 60em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child {
        line-height: 150%
    }
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child {
        display: block;
        text-align: center;
        padding: 15px 0;
        width: 100%
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child .inquiry-r-required,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child .inquiry-r-required {
    color: #bd1b2a
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td:first-child .inquiry-b-required,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th:first-child .inquiry-b-required {
    color: #bd1b2a
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td:last-child,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th:last-child {
    background-color: #fdfdfd;
    font-size: 14px;
    padding: 15px 22px
}

@media only screen and (max-width: 64em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td:last-child,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th:last-child {
        padding: 15px 15px
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .inquiry-input,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .inquiry-input {
    color: #656565;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 25px;
    width: 100%;
    -webkit-appearance: none;
    outline: 0
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .inquiry-input::placeholder,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .inquiry-input::placeholder {
    font-size: 16px;
    line-height: 50px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content {
    display: block;
    margin: 0 0 20px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content p,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content p {
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content p,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content p {
        text-align: center
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content .date-p,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content .date-p {
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    margin: 10px 0 0;
    padding: 15px 5px 15px 15px;
    width: 215px
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content .date-p,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content .date-p {
        display: block;
        margin: 10px auto 0
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content [type="date"],
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content [type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content [type="date"]::-webkit-inner-spin-button,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content [type="date"]::-webkit-inner-spin-button {
    display: none
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .date-content [type="date"]::-webkit-calendar-picker-indicator,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .date-content [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content {
    display: block;
    margin: 0 0 20px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content p,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content p {
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content p,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content p {
        text-align: center
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content .time-p,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content .time-p {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    color: #656565
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content .time-p,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content .time-p {
        display: block;
        margin: 10px auto 0
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content .time-p .sel-time,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content .time-p .sel-time {
    color: #d2d2d2;
    display: none
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .time-content select,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .time-content select {
    border-radius: 2px;
    margin: 10px 0 0;
    width: 215px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td input[type="checkbox"],
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th input[type="checkbox"] {
    height: 20px;
    width: 20px;
    line-height: 20px
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td input[type="checkbox"],
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th input[type="checkbox"] {
        height: 20px;
        width: 20px;
        vertical-align: middle
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .checkbox,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul {
    margin-top: 15px;
    padding: 0 0 15px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul li,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul li {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 15px;
    width: 155px
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul li,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul li {
        margin-bottom: 15px;
        width: 100%
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul li:nth-last-child(-n+2),
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul li:nth-last-child(-n+2) {
    margin-bottom: 0
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul li:nth-last-child(-n+2),
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul li:nth-last-child(-n+2) {
        margin-bottom: 15px
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td ul li .checkbox,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th ul li .checkbox {
    display: inline-block;
    width: 20px
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .inquiry-input--comment,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .inquiry-input--comment {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 248.5px;
    padding: 15px 0 0 25px;
    width: 475px;
    -webkit-appearance: none;
    outline: 0
}

@media only screen and (max-width: 47.9375em) {

    .page-top .service .service-contents .inquiry-wrapper .inquiry tr td .inquiry-input--comment,
    .page-top .service .service-contents .inquiry-wrapper .inquiry tr th .inquiry-input--comment {
        height: 100px;
        width: 100%
    }
}

.page-top .service .service-contents .inquiry-wrapper .inquiry tr td .inquiry-text,
.page-top .service .service-contents .inquiry-wrapper .inquiry tr th .inquiry-text {
    color: #313334;
    display: block;
    font-size: 14px
}

.page-top .service .service-contents .inquiry-wrapper .submit {
    display: block;
    background-color: #e4474d;
    border-radius: 8px;
    border-bottom: 4px solid #c13a40;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin: 70px auto 0px;
    padding: 26.5px 0 20px;
    text-align: center;
    transition: .3s;
    width: 290.5px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .inquiry-wrapper .submit {
        font-size: 17px;
        margin: 23px auto 10px;
        padding: 18.25px 0 15px;
        width: 200px
    }
}

.page-top .service .service-contents .inquiry-wrapper .submit:hover {
    background-color: #fff;
    border: solid 1px #e4474d;
    border-bottom: solid 4px #e4474d;
    color: #e4474d
}

.page-top .service .service-contents .nav-btn {
    display: block;
    margin: 85px auto 0px;
    overflow: hidden;
    width: 555px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .nav-btn {
        margin: 20px auto 0;
        padding: 20px 0 20px;
        width: 360px
    }
}

.page-top .service .service-contents .nav-btn .nav-btn--item {
    display: block;
    float: left;
    margin-right: 30px;
    transition: .5s
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .nav-btn .nav-btn--item {
        float: left;
        margin-right: 10px;
        width: auto
    }
}

.page-top .service .service-contents .nav-btn .nav-btn--item:last-child {
    margin-right: 0px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .nav-btn .nav-btn--item:last-child {
        margin-right: auto
    }
}

.page-top .service .service-contents .nav-btn .nav-btn--item:hover {
    opacity: .7
}

.page-top .service .service-contents .nav-btn .nav-btn--item p {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 25px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .nav-btn .nav-btn--item p {
        font-size: 10px;
        padding: 0 0 0 20px
    }
}

.page-top .service .service-contents .nav-btn .nav-btn--item p:before {
    background: url("../images/icon_foot_nav.png");
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 17px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .service .service-contents .nav-btn .nav-btn--item p:before {
        top: -2.5px;
        width: 15px
    }
}

.page-top .inquiry-form {
    background-color: #fff;
    display: block;
    padding: 95px 0 0
}

@media only screen and (max-width: 67.5em) {
    .page-top .inquiry-form {
        padding: 5% 0px 0%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form {
        padding: 59.5px 0 0
    }
}

.page-top .inquiry-form iframe {
    display: block
}

.page-top .inquiry-form .wrapper {
    width: 910px
}

@media only screen and (max-width: 64em) {
    .page-top .inquiry-form .wrapper {
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .wrapper {
        width: 100%
    }
}

.page-top .inquiry-form .inquiry-form-content {
    margin: 0 0;
    overflow: hidden
}

@media only screen and (max-width: 77.5em) {
    .page-top .inquiry-form .inquiry-form-content {
        margin: 0 auto
    }
}

@media only screen and (max-width: 60em) {
    .page-top .inquiry-form .inquiry-form-content {
        margin: 0 auto;
        padding: 0 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content {
        margin: 0 4%;
        padding: 2% 0 3%
    }
}

.page-top .inquiry-form .inquiry-form-content .pc {
    display: block;
    margin: 0 auto;
    width: 387.5px
}

.page-top .inquiry-form .inquiry-form-content .pc img {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content .pc {
        display: none
    }
}

.page-top .inquiry-form .inquiry-form-content .sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content .sp {
        display: block;
        width: 100%
    }

    .page-top .inquiry-form .inquiry-form-content .sp img {
        margin: 0 auto;
        width: 80%
    }
}

.page-top .inquiry-form .inquiry-form-content .p-inquiry {
    color: #010b02;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin: 45px 0 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content .p-inquiry {
        font-size: 12px;
        margin: 5% 0 5%
    }
}

.page-top .inquiry-form .inquiry-form-content .p-inquiry .p-inquiry-span {
    color: #bd1b2a
}

.page-top .inquiry-form .inquiry-form-content .inquiry {
    border: 1px solid #d2d2d2;
    color: #313334;
    width: 100%
}

@media only screen and (max-width: 64em) {
    .page-top .inquiry-form .inquiry-form-content .inquiry {
        margin: 0 auto;
        width: 95%
    }
}

@media only screen and (max-width: 60em) {
    .page-top .inquiry-form .inquiry-form-content .inquiry {
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content .inquiry {
        width: 100%
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr {
    border: 1px solid #d2d2d2
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th {
    padding: 25px 25px
}

@media only screen and (max-width: 60em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th {
        padding: 10px 10px
    }
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th {
        display: block;
        padding: 10px;
        line-height: 150%
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
    color: #313334;
    background-color: #f9f9f9;
    font-size: 15px;
    font-weight: bold;
    width: 300px
}

@media only screen and (max-width: 64em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
        padding: 0 5px
    }
}

@media only screen and (max-width: 60em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
        line-height: 150%
    }
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
        display: block;
        text-align: center;
        padding: 15px 0;
        width: 100%
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child .inquiry-r-required,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child .inquiry-r-required {
    color: #fff;
    background-color: #bd1b2a;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 2px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td:first-child .inquiry-b-required,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th:first-child .inquiry-b-required {
    color: #fff;
    background-color: #103e93;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 2px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td:last-child,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th:last-child {
    background-color: #fdfdfd;
    font-size: 14px;
    padding: 15px 22px
}

@media only screen and (max-width: 64em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td:last-child,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th:last-child {
        padding: 15px 5px
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input {
    color: #656565;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    outline: 0
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input::placeholder,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input::placeholder {
    font-size: 16px;
    line-height: 50px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content {
    display: block;
    margin: 0 0 20px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content p,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content p {
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content p,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content p {
        text-align: center
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content .date-p,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content .date-p {
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    margin: 10px 0 0;
    padding: 15px 5px 15px 15px;
    width: 215px
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content .date-p,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content .date-p {
        display: block;
        margin: 10px auto 0
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content [type="date"],
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content [type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content [type="date"]::-webkit-inner-spin-button,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content [type="date"]::-webkit-inner-spin-button {
    display: none
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .date-content [type="date"]::-webkit-calendar-picker-indicator,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .date-content [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content {
    display: block;
    margin: 0 0 20px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content p,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content p {
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content p,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content p {
        text-align: center
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content .time-p,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content .time-p {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    color: #656565
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content .time-p,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content .time-p {
        display: block;
        margin: 10px auto 0
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content .time-p .sel-time,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content .time-p .sel-time {
    color: #d2d2d2;
    display: none
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .time-content select,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .time-content select {
    border-radius: 2px;
    margin: 10px 0 0;
    width: 215px
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input--comment,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input--comment {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 248.5px;
    padding: 5px 0 0 10px;
    width: 565px;
    -webkit-appearance: none;
    outline: 0
}

@media only screen and (max-width: 47.9375em) {

    .page-top .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input--comment,
    .page-top .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input--comment {
        height: 100px;
        width: 100%
    }
}

.page-top .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-text,
.page-top .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-text {
    color: #313334;
    display: block;
    font-size: 14px
}

.page-top .inquiry-form .inquiry-form-content .submit {
    display: block;
    background-color: #e4474d;
    border-radius: 8px;
    border-bottom: 4px solid #c13a40;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin: 46px auto 50px;
    padding: 26.5px 0 20px;
    text-align: center;
    transition: .3s;
    width: 290.5px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .inquiry-form .inquiry-form-content .submit {
        font-size: 17px;
        margin: 23px auto 10px;
        padding: 18.25px 0 15px;
        width: 200px
    }
}

.page-top .inquiry-form .inquiry-form-content .submit:hover {
    background-color: #fff;
    border: solid 1px #e4474d;
    border-bottom: solid 4px #e4474d;
    color: #e4474d
}

.page-top .thanks {
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 82.5px 0 100px
}

.page-top .thanks .thanks-content {
    margin: 0 30px
}

.page-top .thanks .thanks-content h2 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 45px;
    text-align: center
}

.page-top .thanks .thanks-content p {
    color: #010b02;
    font-size: 15px;
    text-align: center;
    line-height: 150%;
    margin: 45px 0 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .thanks .thanks-content p {
        font-size: 12px;
        margin: 11.5px 0 15px
    }
}

.page-top .thanks .thanks-content a {
    color: #103e93;
    display: block;
    text-align: center
}

.page-top .thanks .thanks-content a:hover {
    text-decoration: underline
}

.page-top a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden
}

@media only screen and (max-width: 56.25em) {
    .page-top a.anchor {
        top: -30px
    }
}

.confirm .inquiry-form {
    background-color: #fff;
    display: block;
    padding: 40px 0 0
}

@media only screen and (max-width: 67.5em) {
    .confirm .inquiry-form {
        padding: 5% 20px 5%
    }
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form {
        padding: 59.5px 0 0
    }
}

.confirm .inquiry-form .wrapper {
    width: 910px
}

@media only screen and (max-width: 64em) {
    .confirm .inquiry-form .wrapper {
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .wrapper {
        width: 100%
    }
}

.confirm .inquiry-form .inquiry-form-content {
    margin: 0 0;
    overflow: hidden
}

@media only screen and (max-width: 77.5em) {
    .confirm .inquiry-form .inquiry-form-content {
        margin: 0 auto
    }
}

@media only screen and (max-width: 60em) {
    .confirm .inquiry-form .inquiry-form-content {
        margin: 0 auto;
        padding: 0 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content {
        margin: 0 4%;
        padding: 2% 0 3%
    }
}

.confirm .inquiry-form .inquiry-form-content .pc {
    display: block;
    margin: 0 auto;
    width: 387.5px
}

.confirm .inquiry-form .inquiry-form-content .pc img {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .pc {
        display: none
    }
}

.confirm .inquiry-form .inquiry-form-content .sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .sp {
        display: block;
        width: 100%
    }

    .confirm .inquiry-form .inquiry-form-content .sp img {
        margin: 0 auto;
        width: 80%
    }
}

.confirm .inquiry-form .inquiry-form-content .p-inquiry {
    color: #010b02;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin: 45px 0 30px
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .p-inquiry {
        font-size: 12px;
        margin: 5% 0 5%
    }
}

.confirm .inquiry-form .inquiry-form-content .p-inquiry .p-inquiry-span {
    color: #bd1b2a
}

.confirm .inquiry-form .inquiry-form-content .inquiry {
    border: 1px solid #d2d2d2;
    color: #313334;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .inquiry {
        width: 100%
    }
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr {
    border: 1px solid #d2d2d2
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th {
    padding: 25px 25px
}

@media only screen and (max-width: 60em) {

    .confirm .inquiry-form .inquiry-form-content .inquiry tr td,
    .confirm .inquiry-form .inquiry-form-content .inquiry tr th {
        padding: 10px 10px
    }
}

@media only screen and (max-width: 47.9375em) {

    .confirm .inquiry-form .inquiry-form-content .inquiry tr td,
    .confirm .inquiry-form .inquiry-form-content .inquiry tr th {
        display: block;
        padding: 10px;
        line-height: 150%
    }
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
    color: #313334;
    background-color: #f9f9f9;
    font-size: 15px;
    font-weight: bold;
    width: 300px
}

@media only screen and (max-width: 60em) {

    .confirm .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
    .confirm .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
        line-height: 150%
    }
}

@media only screen and (max-width: 47.9375em) {

    .confirm .inquiry-form .inquiry-form-content .inquiry tr td:first-child,
    .confirm .inquiry-form .inquiry-form-content .inquiry tr th:first-child {
        display: block;
        text-align: center;
        width: 100%
    }
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td:first-child .inquiry-r-required,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th:first-child .inquiry-r-required {
    color: #fff;
    background-color: #bd1b2a;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 2px
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td:first-child .inquiry-b-required,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th:first-child .inquiry-b-required {
    color: #fff;
    background-color: #103e93;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px 2px
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td:last-child,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th:last-child {
    background-color: #fdfdfd;
    font-size: 14px;
    padding: 15px 22px
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input {
    color: #656565;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    outline: 0
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input::placeholder,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input::placeholder {
    font-size: 16px;
    line-height: 50px
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input--comment,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input--comment {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 248.5px;
    padding: 5px 0 0 10px;
    width: 565px;
    -webkit-appearance: none;
    outline: 0
}

@media only screen and (max-width: 47.9375em) {

    .confirm .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-input--comment,
    .confirm .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-input--comment {
        height: 100px;
        width: 100%
    }
}

.confirm .inquiry-form .inquiry-form-content .inquiry tr td .inquiry-text,
.confirm .inquiry-form .inquiry-form-content .inquiry tr th .inquiry-text {
    color: #313334;
    display: block;
    font-size: 14px
}

.confirm .inquiry-form .inquiry-form-content .submit {
    display: block;
    background-color: #e4474d;
    border-radius: 8px;
    border-bottom: 4px solid #c13a40;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin: 46px auto 50px;
    padding: 26.5px 0 20px;
    text-align: center;
    transition: .3s;
    width: 290.5px
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .submit {
        font-size: 12px;
        margin: 23px auto 10px;
        padding: 13.25px 0 10px
    }
}

.confirm .inquiry-form .inquiry-form-content .submit:hover {
    background-color: #fff;
    border: solid 1px #e4474d;
    border-bottom: solid 4px #e4474d;
    color: #e4474d
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap {
    display: block;
    margin: 46px auto 50px;
    overflow: hidden;
    width: 60%
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .submit-btn--wrap {
        width: max-content
    }
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item {
    display: inline-block;
    background-color: #e4474d;
    border-radius: 8px;
    border-bottom: 4px solid #c13a40;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    float: left;
    margin-right: 5%;
    padding: 26.5px 0 20px;
    text-align: center;
    transition: .3s;
    width: 47.5%
}

@media only screen and (max-width: 64em) {
    .confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item {
        font-size: 18px
    }
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item {
        font-size: 12px;
        padding: 13.25px 0 10px;
        margin-right: 25px;
        width: 145.25px
    }
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item::first-child {
    background-color: #14689e
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item.sub-return {
    background-color: #14689e;
    border-bottom: 4px solid #01578f
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item.sub-return:hover {
    color: #14689e;
    border: solid 1px #14689e;
    border-bottom: 4px solid #01578f
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item:last-child {
    margin-right: 0
}

.confirm .inquiry-form .inquiry-form-content .submit-btn--wrap .submit-btn--item:hover {
    background-color: #fff;
    border: solid 1px #e4474d;
    border-bottom: solid 4px #e4474d;
    color: #e4474d
}

.confirm .inquiry-form .inquiry-form-content .submit-return {
    display: inline-block;
    background-color: #e4474d;
    border-radius: 8px;
    border-bottom: 4px solid #c13a40;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin: 46px auto 50px;
    padding: 26.5px 0 20px;
    text-align: center;
    transition: .3s;
    width: 290.5px
}

@media only screen and (max-width: 47.9375em) {
    .confirm .inquiry-form .inquiry-form-content .submit-return {
        font-size: 12px;
        margin: 23px auto 10px;
        padding: 13.25px 0 10px;
        width: 145.25px
    }
}

.confirm .inquiry-form .inquiry-form-content .submit-return:hover {
    background-color: #fff;
    border: solid 1px #e4474d;
    border-bottom: solid 4px #e4474d;
    color: #e4474d
}

.contents .thanks {
    display: block;
    padding: 100px 0 200px
}

.contents .thanks h2 {
    font-size: 22px;
    line-height: 150%;
    text-align: center
}

.contents .thanks p {
    display: block;
    font-size: 15px;
    line-height: 250%;
    text-align: center
}

.contents .thanks .home {
    border: solid 1px #000;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    padding: 0 50px;
    text-align: center;
    transition: .3s;
    width: max-content
}

.contents .thanks .home:hover {
    background-color: #000;
    color: #fff
}

.thanks-content {
    padding: 0 15px
}

.page-privacy .privacy {
    background-color: #fdfaef;
    display: block;
    overflow: hidden;
    padding: 85px 0 0
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy {
        padding: 40px 0 0
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper {
    display: block;
    margin: 0 auto;
    width: 800px
}

@media only screen and (max-width: 64em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper {
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper {
        width: 90%
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .title {
    border: solid 1px #ea9943;
    background-color: #ea9943;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: bold;
    height: 57px;
    line-height: 57px;
    padding: 0 0 0 240px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper .title {
        font-size: 15px;
        padding: 0px;
        text-align: center
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info {
    background-color: #fff;
    border: solid 1px #ea9943;
    display: block;
    padding: 20px 35px 50px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper .info {
        padding: 20px 20px
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info p {
    display: block;
    font-size: 17px;
    line-height: 175%;
    margin: 0 0 35px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper .info p {
        font-size: 14px;
        margin: 0 0 20px
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info p.n-space {
    margin: 0 0 0
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info .h-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 15px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .privacy-wrapper .info .h-title {
        font-size: 14px;
        margin: 0 0 5px
    }
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info .p-lists {
    display: block;
    margin: 10px 0 50px
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info .p-lists .p-lists--item {
    display: block;
    font-size: 17px;
    line-height: 175%;
    padding: 0 0 0 20px;
    position: relative
}

.page-privacy .privacy .privacy-contents .privacy-wrapper .info .p-lists .p-lists--item:before {
    content: "・";
    display: inline-block;
    height: 2px;
    width: 2px;
    left: 0px;
    top: 0px;
    position: absolute
}

.page-privacy .privacy .privacy-contents .nav-btn {
    display: block;
    margin: 85px auto 0px;
    overflow: hidden;
    width: 210px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .nav-btn {
        margin: 20px auto 0;
        padding: 20px 0 20px;
        width: 120px
    }
}

.page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item {
    display: block;
    float: left;
    margin-right: 60px;
    transition: .5s
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item {
        float: left;
        margin-right: 10px;
        width: auto
    }
}

.page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item:last-child {
    margin-right: 0px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item:last-child {
        margin-right: auto
    }
}

.page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item:hover {
    opacity: .7
}

.page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item p {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 25px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item p {
        font-size: 10px;
        padding: 0 0 0 20px
    }
}

.page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item p:before {
    background: url("../images/icon_foot_nav.png");
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 17px
}

@media only screen and (max-width: 47.9375em) {
    .page-privacy .privacy .privacy-contents .nav-btn .nav-btn--item p:before {
        top: -2.5px;
        width: 15px
    }
}

.page-company .company {
    background-color: #fdfaef;
    display: block;
    overflow: hidden;
    padding: 85px 0 0
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company {
        padding: 40px 0 0
    }
}

.page-company .company .company-contents {
    display: block;
    margin: 0 auto;
    width: 800px
}

@media only screen and (max-width: 64em) {
    .page-company .company .company-contents {
        width: 90%
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents {
        width: 90%
    }
}

.page-company .company .company-contents .company-table {
    display: table;
    width: 100%
}

.page-company .company .company-contents .company-table tr th {
    background-color: #ea9943;
    border: solid 1px #ea9943;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 0 20px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .company-table tr th {
        border: none;
        font-size: 15px
    }
}

.page-company .company .company-contents .company-table tr td {
    background-color: #fff;
    border: solid 1px #ea9943;
    font-size: 17px;
    line-height: 175%;
    padding: 20px 40px 20px
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .company-table tr td {
        padding: 10px 20px 10px
    }
}

.page-company .company .company-contents .company-table tr td:first-child {
    background-color: #f9e0c5;
    text-align: center;
    width: 30%
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .company-table tr td:first-child {
        border-bottom: none;
        display: block;
        width: 100%
    }
}

.page-company .company .company-contents .company-table tr td:last-child {
    width: 70%
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .company-table tr td:last-child {
        border-top: none;
        display: block;
        text-align: center;
        width: 100%
    }
}

.page-company .company .company-contents .nav-btn {
    display: block;
    margin: 85px auto 0px;
    overflow: hidden;
    width: 300px
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .nav-btn {
        margin: 20px auto 0;
        padding: 20px 0 20px;
        width: 175px
    }
}

.page-company .company .company-contents .nav-btn .nav-btn--item {
    display: block;
    float: left;
    margin-right: 60px;
    transition: .5s
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .nav-btn .nav-btn--item {
        float: left;
        margin-right: 10px;
        width: auto
    }
}

.page-company .company .company-contents .nav-btn .nav-btn--item:last-child {
    margin-right: 0px
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .nav-btn .nav-btn--item:last-child {
        margin-right: auto
    }
}

.page-company .company .company-contents .nav-btn .nav-btn--item:hover {
    opacity: .7
}

.page-company .company .company-contents .nav-btn .nav-btn--item p {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 25px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .nav-btn .nav-btn--item p {
        font-size: 10px;
        padding: 0 0 0 20px
    }
}

.page-company .company .company-contents .nav-btn .nav-btn--item p:before {
    background: url("../images/icon_foot_nav.png");
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 17px
}

@media only screen and (max-width: 47.9375em) {
    .page-company .company .company-contents .nav-btn .nav-btn--item p:before {
        top: -2.5px;
        width: 15px
    }
}
