@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700);

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-wrap: inherit
}

html {
    font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    overflow-x: hidden
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.6;
    color: #666464;
    text-align: left;
    letter-spacing: .06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background-color: #fff
}

a object {
    pointer-events: none
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
    list-style-type: none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd,
dt {
    margin-bottom: .5rem
}

dd {
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img,
object {
    max-width: 100%;
    height: auto;
    border-style: none
}

img,
object,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #282828;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-size: 16px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input#mail_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30rem;
    padding: 1.5rem 4.5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 4px 0 #666464;
    background: #ec8289;
    border: 1px solid #dc6068;
    border-radius: .6rem;
    -webkit-transition: all .2s ease-out 0ms;
    transition: all .2s ease-out 0ms
}

input#mail_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30rem;
    padding: 1.5rem 4.5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 4px 0 #666464;
    background: #ec8289;
    border: 1px solid #dc6068;
    border-radius: .6rem;
    -webkit-transition: all .2s ease-out 0ms;
    transition: all .2s ease-out 0ms
}

html[data-whatinput=mouse] a:focus,
html[data-whatinput=mouse] button:focus,
html[data-whatinput=mouse] input:focus,
html[data-whatinput=mouse] optgroup:focus,
html[data-whatinput=mouse] select:focus,
html[data-whatinput=mouse] textarea:focus,
html[data-whatinput=touch] a:focus,
html[data-whatinput=touch] button:focus,
html[data-whatinput=touch] input:focus,
html[data-whatinput=touch] optgroup:focus,
html[data-whatinput=touch] select:focus,
html[data-whatinput=touch] textarea:focus {
    outline: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

em,
strong {
    font-style: normal;
    font-weight: 700
}

.l-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.l-breadcrumbs__list-item+.l-breadcrumbs__list-item {
    margin-left: 1rem
}

.l-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto
}

@media (min-width:768px) {
    .l-container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .l-container {
        max-width: 1240px
    }

    .l-container--gap {
        max-width: 1080px
    }
}

.l-drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: auto;
    left: auto;
    z-index: 900;
    width: 100%;
    height: 100vh;
    padding: 0 20px 60px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ec8289;
    -webkit-transition: right .2s ease-in 0ms, visibility .2s ease-in 0ms;
    transition: right .2s ease-in 0ms, visibility .2s ease-in 0ms;
    -ms-overflow-style: none
}

.l-drawer-menu::-webkit-scrollbar {
    display: none
}

.l-drawer-menu[aria-hidden=false] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    visibility: visible
}

.l-drawer-menu__contact {
    max-height: 140px;
    margin: 20px 0
}

@media (min-width:768px) {
    .l-drawer-menu {
        display: none
    }
}

.l-footer {
    position: relative;
    z-index: 2;
    margin-bottom: 110px;
    text-align: center;
    background-color: #faebea;
    width: 100vw;
    max-width: auto;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%)
}

.l-footer__bnrs {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto
}

@media (min-width:768px) {
    .l-footer__bnrs {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .l-footer__bnrs {
        max-width: 1240px
    }

    .l-footer__bnrs--gap {
        max-width: 1080px
    }
}

.l-footer__bnrs-list {
    text-align: center
}

.l-footer__bnrs-item:not(:first-child) {
    margin-top: 10px
}

.l-footer__bnrs-item:not(:first-child)>a {
    display: block
}

.l-footer__contact {
    display: block;
    max-width: 1000px;
    margin: 20px auto
}

.l-footer__sitemap {
    display: none;
    margin-top: 30px
}

.l-footer__copyright {
    width: 100vw;
    max-width: auto;
    max-width: none;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin: 30px calc(50% - 50vw) 0
}

.l-footer__sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    height: 110px;
    background-color: #fff
}

.l-footer__sticky-item {
    width: 33.333%
}

@media (min-width:768px) {
    .l-footer {
        margin-bottom: 0
    }

    .l-footer__bnrs-list {
        margin: -10px -5px 0
    }

    .l-footer__bnrs-item {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        -webkit-transition: opacity .2s ease-out 0ms;
        transition: opacity .2s ease-out 0ms
    }

    .l-footer__bnrs-item:hover {
        opacity: .65
    }

    .l-footer__bnrs-item:not(:first-child) {
        margin-top: 10px
    }

    .l-footer__contact {
        max-width: 1000px;
        margin-top: 40px
    }

    .l-footer__sitemap {
        display: block
    }

    .l-footer__sitemap-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-footer__sitemap-item {
        display: inline-block;
        padding: 0 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -1px;
        line-height: 1
    }

    .l-footer__sticky {
        display: none
    }
}

@media screen and (max-height:500px) {
    .l-footer {
        margin-bottom: 0
    }

    .l-footer__sticky {
        position: static
    }
}

.l-grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: -10px;
    margin-bottom: 0;
    margin-left: -10px
}

.l-grid-col-1,
.l-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-grid-col-1 {
    width: 8.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-1 {
    margin-left: 8.33333%
}

.l-grid-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-2 {
    margin-left: 16.66667%
}

.l-grid-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-3 {
    margin-left: 25%
}

.l-grid-col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-4 {
    margin-left: 33.33333%
}

.l-grid-col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-5 {
    margin-left: 41.66667%
}

.l-grid-col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-6 {
    margin-left: 50%
}

.l-grid-col-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-7 {
    margin-left: 58.33333%
}

.l-grid-col-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-8 {
    margin-left: 66.66667%
}

.l-grid-col-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-9 {
    margin-left: 75%
}

.l-grid-col-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-10 {
    margin-left: 83.33333%
}

.l-grid-col-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 91.66667%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-11 {
    margin-left: 91.66667%
}

.l-grid-col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.l-grid-offset-12 {
    margin-left: 100%
}

@media (min-width:360px) {
    .l-grid-col-xs-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-xs-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-xs-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-xs-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-xs-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-xs-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-xs-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-xs-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-xs-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-xs-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-xs-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-xs-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xs-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

@media (min-width:600px) {
    .l-grid-col-sm-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-sm-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-sm-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-sm-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-sm-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-sm-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-sm-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-sm-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-sm-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-sm-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-sm-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-sm-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-sm-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

@media (min-width:768px) {
    .l-grid-col-md-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-md-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-md-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-md-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-md-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-md-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-md-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-md-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-md-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-md-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-md-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-md-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-md-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

@media (min-width:1080px) {
    .l-grid-col-lg-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-lg-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-lg-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-lg-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-lg-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-lg-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-lg-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-lg-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-lg-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-lg-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-lg-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-lg-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-lg-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

@media (min-width:1240px) {
    .l-grid-col-xl-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-xl-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-xl-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-xl-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-xl-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-xl-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-xl-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-xl-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-xl-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-xl-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-xl-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-xl-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xl-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

@media (min-width:1680px) {
    .l-grid-col-xxl-1 {
        width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-1 {
        margin-bottom: 0;
        margin-left: 8.33333%
    }

    .l-grid-col-xxl-2 {
        width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-2 {
        margin-bottom: 0;
        margin-left: 16.66667%
    }

    .l-grid-col-xxl-3 {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-3 {
        margin-bottom: 0;
        margin-left: 25%
    }

    .l-grid-col-xxl-4 {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-4 {
        margin-bottom: 0;
        margin-left: 33.33333%
    }

    .l-grid-col-xxl-5 {
        width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-5 {
        margin-bottom: 0;
        margin-left: 41.66667%
    }

    .l-grid-col-xxl-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-6 {
        margin-bottom: 0;
        margin-left: 50%
    }

    .l-grid-col-xxl-7 {
        width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-7 {
        margin-bottom: 0;
        margin-left: 58.33333%
    }

    .l-grid-col-xxl-8 {
        width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-8 {
        margin-bottom: 0;
        margin-left: 66.66667%
    }

    .l-grid-col-xxl-9 {
        width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-9 {
        margin-bottom: 0;
        margin-left: 75%
    }

    .l-grid-col-xxl-10 {
        width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-10 {
        margin-bottom: 0;
        margin-left: 83.33333%
    }

    .l-grid-col-xxl-11 {
        width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-11 {
        margin-bottom: 0;
        margin-left: 91.66667%
    }

    .l-grid-col-xxl-12 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .l-grid-offset-xxl-12 {
        margin-bottom: 0;
        margin-left: 100%
    }
}

.l-header {
    width: 100%;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:768px) {
    .l-header {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .l-header {
        max-width: 1240px
    }

    .l-header--gap {
        max-width: 1080px
    }
}

.l-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.l-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    text-align: left
}

.l-header__logo-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    margin-bottom: 0
}

.l-header__logo-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.l-header__logo-item>a:hover {
    opacity: .65
}

.l-header__logo-item>a>img {
    width: 100%;
    max-width: calc(100vw - 100px);
    height: 100%
}

.l-header__sp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    height: 60px
}

.l-header__drawer-toggle {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 60px;
    height: 60px
}

.l-header__lnav,
.l-header__pc {
    display: none
}

@media (min-width:768px) {
    .l-header__top {
        height: 85px;
        padding-top: 10px
    }

    .l-header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 500px;
        height: 100%;
        max-height: auto;
        max-height: none;
        padding-right: 20px;
        padding-bottom: 10px
    }

    .l-header__logo-item {
        display: block;
        width: 100%
    }

    .l-header__logo-item>a>img {
        width: 100%
    }

    .l-header__sp {
        display: none
    }

    .l-header__pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: 100%;
        padding-bottom: 5px
    }

    .l-header__fontsize {
        margin-right: -3px;
        margin-left: -3px
    }

    .l-header__fontsize>button {
        margin-right: 3px;
        margin-left: 3px
    }

    .l-header__gnav {
        padding-bottom: 0
    }

    .l-header__lnav {
        width: 100vw;
        max-width: auto;
        max-width: none;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        display: block;
        padding: 8px calc(50vw - 50%)
    }

    .l-header__lnav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: -6px;
        margin-bottom: 0;
        margin-left: -6px
    }

    .l-header__lnav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 20%;
        margin-right: 6px;
        margin-left: 6px
    }
}

@media (min-width:1080px) {
    .l-header__top {
        height: 105px;
        padding-top: 15px
    }

    .l-header__pc {
        padding-bottom: 10px
    }

    html:not(.is-large) .l-header__lnav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    html:not(.is-large) .l-header__lnav-item {
        min-width: auto;
        min-width: none
    }
}

.l-main {
    padding-bottom: 60px
}

@media (min-width:1080px) {
    .l-main {
        padding-bottom: 100px
    }
}

.l-pagetop {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    bottom: 150px;
    z-index: 800;
    display: none;
    height: 0;
    margin: auto
}

@media (min-width:768px) {
    .l-pagetop {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .l-pagetop {
        max-width: 1240px
    }

    .l-pagetop--gap {
        max-width: 1080px
    }
}

.l-pagetop>a {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto
}

@media (min-width:768px) {
    .l-pagetop {
        bottom: 0
    }

    .l-pagetop>a {
        position: absolute;
        top: -180px;
        right: 20px;
        bottom: 0;
        left: auto;
        width: 60px;
        height: 60px
    }
}

@media (min-width:1080px) {
    .l-pagetop>a {
        position: absolute;
        top: -260px;
        right: 30px;
        bottom: 0;
        left: auto;
        width: 90px;
        height: 90px
    }
}

@media (min-width:1240px) {
    .l-pagetop {
        max-width: 1440px
    }
}

@media screen and (max-height:500px) {
    .l-pagetop>a {
        display: none
    }
}

.o-accordion {
    max-height: 5000px;
    -webkit-transition: max-height .5s ease-in-out 0ms;
    transition: max-height .5s ease-in-out 0ms
}

.o-accordion[aria-hidden=true] {
    max-height: 0;
    overflow: hidden
}

.o-btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 2rem;
    margin: auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background-color: #e6546b;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-btn-link--pd {
    padding: 3rem
}

.o-btn-link--nomax {
    max-width: auto;
    max-width: none
}

.o-btn-link--height {
    height: 130px
}

.o-btn-link:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px
}

.o-btn-link__inner {
    display: block
}

.o-btn-link__small {
    font-size: 1.6rem
}

.o-btn-link__large {
    font-size: 2.7rem
}

.o-btn-link__icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    width: 1em;
    height: 1em;
    margin: auto
}

.o-btn-link__icon--secondary {
    fill: #ffe6a6
}

.o-btn-link:hover {
    opacity: .65
}

@media (min-width:768px) {
    .o-btn-link {
        font-size: 2.7rem
    }

    .o-btn-link__small {
        font-size: 2.4rem
    }

    .o-btn-link__large {
        font-size: 3.3rem
    }
}

.o-btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30rem;
    padding: 1.5rem 4.5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 4px 0 #666464;
    background: #ec8289;
    border: 1px solid #dc6068;
    border-radius: .6rem;
    -webkit-transition: all .2s ease-out 0ms;
    transition: all .2s ease-out 0ms
}

.o-btn-submit:hover {
    color: #dc6068;
    text-shadow: 0 0 4px 0 #c6c7c7;
    background: #fff
}

.o-btn-submit:hover .o-btn-submit__icon {
    fill: #f09639
}

.o-btn-submit__icon {
    position: relative;
    left: -4.6em;
    top: 2.7em;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    fill: #ffe6a6
}

.o-btn-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 430px;
    min-height: 150px;
    padding: 40px 20px;
    margin: auto;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background-color: #e6546b;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-btn-tab--pd {
    padding: 3rem
}

.o-btn-tab--nomax {
    max-width: auto;
    max-width: none
}

.o-btn-tab__inner {
    display: block
}

.o-btn-tab__small {
    font-size: 1.6rem
}

.o-btn-tab__large {
    font-size: 2.7rem
}

.o-btn-tab__icon {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto
}

.o-btn-tab__icon--secondary {
    fill: #ffe6a6
}

.o-btn-tab.is-current,
.o-btn-tab:hover {
    opacity: .65
}

.o-btn-accordion {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: inherit;
    text-align: left;
    vertical-align: bottom;
    background-color: transparent;
    border: none
}

.o-btn-accordion__indicator {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    left: auto;
    display: block;
    width: 36px;
    height: 36px;
    margin: auto;
    background-color: #fff;
    border-radius: 3px
}

.o-btn-accordion__indicator:after,
.o-btn-accordion__indicator:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #ec8289;
    -webkit-transition: all .2s ease-in 0ms;
    transition: all .2s ease-in 0ms
}

.o-btn-accordion[aria-expanded=true] .o-btn-accordion__indicator:after {
    background-color: #fff
}

.o-btn-accordion[aria-expanded=false] .o-btn-accordion__indicator:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.o-btn-accordion[aria-expanded=true] .o-btn-accordion__indicator:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width:768px) {
    .o-btn-accordion {
        -webkit-transition: opacity .2s ease-out 0ms;
        transition: opacity .2s ease-out 0ms
    }

    .o-btn-accordion:hover {
        opacity: .65
    }
}

.o-btn-accordion .o-hd-paper {
    padding-right: 61px
}

.o-btn-link-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 1rem 2rem;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ec8289;
    background-color: #fceced;
    border: 8px solid #f9d9db;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-btn-link-simple__inner {
    display: block
}

.o-btn-link-simple__icon {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
    width: 1em;
    height: 1em;
    margin: auto;
    fill: #ec8289
}

.o-btn-link-simple.-secondary {
    color: #f09639;
    background-color: #fff6e9;
    border-color: #ffe6a6
}

.o-btn-link-simple.-secondary .o-btn-link-simple__icon {
    fill: #f09639
}

.o-btn-link-simple:hover {
    opacity: .65
}

@media (min-width:768px) {
    .o-btn-link-simple {
        font-size: 1.8rem
    }
}

.o-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #ec8289
}

@media (min-width:768px) {
    .o-copyright {
        font-size: 1.4rem
    }
}

.o-drawer-menu-list {
    width: 100%
}

.o-drawer-menu-item {
    border-top: 1px solid #fff
}

.o-drawer-menu-item:last-child {
    border-bottom: 1px solid #fff
}

.o-drawer-menu-item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 2em;
    margin: 0 16px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-drawer-menu-item>a:hover {
    opacity: .65
}

.o-drawer-menu-item>a>svg {
    position: absolute;
    top: 18px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1.5em;
    height: 1.3em;
    fill: #fff
}

.o-drawer-toggle {
    background-color: #ec8289;
    border: none
}

.o-drawer-toggle>span {
    width: 60%;
    height: .4rem;
    margin: auto;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.o-drawer-toggle>span:first-child {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.o-drawer-toggle>span:first-child,
.o-drawer-toggle>span:nth-child(2),
.o-drawer-toggle>span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.o-drawer-toggle>span:nth-child(3) {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem)
}

.o-drawer-toggle[aria-expanded=true]>span:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-135deg) translateY(0);
    transform: rotate(-135deg) translateY(0)
}

.o-drawer-toggle[aria-expanded=true]>span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0
}

.o-drawer-toggle[aria-expanded=true]>span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(135deg) translateY(0);
    transform: rotate(135deg) translateY(0)
}

.o-fontsize {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 4px 5px 5px;
    font-size: 18px;
    font-weight: bolder;
    line-height: 18px;
    color: #666464;
    letter-spacing: 0;
    background-color: transparent;
    border: 2px solid #666464;
    -webkit-transition: background-color .2s ease-out 0ms;
    transition: background-color .2s ease-out 0ms
}

.o-fontsize.is-current,
.o-fontsize:hover {
    color: #fff;
    background-color: #727171
}

.o-footer-contact {
    padding: 15px;
    color: #231815;
    text-align: left;
    background-color: #fff;
    border-radius: 15px
}

.o-footer-contact__address {
    margin-bottom: 0
}

.o-footer-contact__address-01 {
    display: block;
    font-size: 1.2rem;
    font-weight: 700
}

.o-footer-contact__address-02 {
    display: block;
    font-size: 1.3rem;
    font-weight: 700
}

.o-footer-contact__address-03 {
    display: block;
    font-size: .8rem
}

.o-footer-contact__tel {
    margin-top: 10px;
    margin-bottom: 0
}

.o-footer-contact__tel-01 {
    display: block;
    padding-right: 20px;
    margin-top: 5px
}

.o-footer-contact__tel-01>a {
    display: block
}

.o-footer-contact__tel-02 {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center
}

@media (min-width:600px) {
    .o-footer-contact__tel-01 {
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .o-footer-contact {
        padding: 40px 90px
    }

    .o-footer-contact__address-01 {
        font-size: 2rem
    }

    .o-footer-contact__address-02 {
        font-size: 2.4rem
    }

    .o-footer-contact__address-03 {
        font-size: 1.6rem
    }

    .o-footer-contact__tel-01 {
        max-width: 600px
    }

    .o-footer-contact__tel-01>a {
        height: auto
    }

    .o-footer-contact__tel-02 {
        font-size: 1.8rem
    }
}

@media (min-width:1080px) {
    .o-footer-contact {
        padding: 40px 135px
    }

    .o-footer-contact__address-01 {
        font-size: 2.5rem
    }

    .o-footer-contact__address-02 {
        font-size: 2.9rem
    }

    .o-footer-contact__address-03 {
        font-size: 1.9rem
    }

    .o-footer-contact__tel-01 {
        max-width: 800px
    }

    .o-footer-contact__tel-02 {
        font-size: 2.3rem
    }
}

.o-footer-sitemap-item {
    font-size: 1.7rem;
    border-right: 1px solid #ec8289;
    border-left: 1px solid #ec8289
}

.o-footer-sitemap-item>a {
    position: relative;
    padding-left: 2.2rem;
    color: #e6546b;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-footer-sitemap-item>a:hover {
    opacity: .65
}

.o-footer-sitemap-item>a>svg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    margin: auto;
    fill: #ec8289
}

.o-footer-sticky-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding-top: 5px;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-footer-sticky-nav-item:hover {
    opacity: .8
}

.o-footer-sticky-nav-item--consider {
    background-color: #9cd6f3
}

.o-footer-sticky-nav-item--insurance {
    background-color: #f1b1cd
}

.o-footer-sticky-nav-item--agree {
    background-color: #bbdcbf
}

.o-footer-sticky-nav-item__icon {
    width: 50px;
    height: 50px;
    height: auto;
    margin: auto;
    text-align: center
}

.o-footer-sticky-nav-item__icon>svg {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 50px
}

.o-footer-sticky-nav-item--consider .o-footer-sticky-nav-item__icon>svg {
    fill: #1a93d2;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.o-footer-sticky-nav-item--insurance .o-footer-sticky-nav-item__icon>svg {
    fill: #e6546b
}

.o-footer-sticky-nav-item--agree .o-footer-sticky-nav-item__icon>svg {
    fill: #3eb070;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.o-footer-sticky-nav-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3em;
    margin-top: auto;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center
}

.o-footer-sticky-nav-item--consider .o-footer-sticky-nav-item__text {
    color: #1a93d2
}

.o-footer-sticky-nav-item--insurance .o-footer-sticky-nav-item__text {
    color: #e6546b
}

.o-footer-sticky-nav-item--agree .o-footer-sticky-nav-item__text {
    color: #3eb070
}

.o-footer-sticky-nav-item__title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.325;
    letter-spacing: .15em
}

.o-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.o-form dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400
}

.o-form dt:not(:first-of-type) {
    margin-top: 3rem
}

.o-form dd {
    width: 100%
}

.o-form dd.-mb40 {
    margin-bottom: 4rem
}

.o-form input,
.o-form textarea {
    width: 100%;
    padding: .2em .4em;
    color: #666464;
    border: 1px solid #727171
}

.o-form input[type=checkbox],
.o-form input[type=radio] {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    background-color: transparent;
    border: none
}

.o-form input[type=checkbox]:before,
.o-form input[type=radio]:before {
    width: 4rem;
    height: 4rem;
    color: #666464;
    content: "";
    background-color: #fff;
    border: 1px solid #727171;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html[data-whatinput=keyboard] .o-form input[type=checkbox]:focus:before,
html[data-whatinput=keyboard] .o-form input[type=radio]:focus:before {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.o-form input[type=checkbox]:checked:before,
.o-form input[type=radio]:checked:before {
    font-size: 2em;
    color: #dc6068;
    content: "✔︎";
    background-color: #ffe6a6
}

.o-form__text {
    display: inline-block
}

.o-form__text--size12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 12rem;
    flex: 1 0 12rem;
    min-width: 12rem
}

.o-form__must {
    color: #ec8289
}

.o-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: -.5rem -1rem
}

.o-form__label--ml0 {
    margin-left: 0
}

.o-form__label--mb10 {
    margin-bottom: 1rem
}

.o-form__label--mb20 {
    margin-bottom: 2rem
}

.o-form__label--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-form__label:not(:first-child) {
    margin-top: 1rem
}

.o-form__input {
    width: 100%;
    margin: .5rem 1rem
}

.o-form__input--size8 {
    max-width: 8rem
}

.o-form__input--size24 {
    max-width: 24rem
}

.o-form__input--liquid {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto
}

.o-form__label .o-form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 4rem;
    padding: 0 .5em;
    margin: .5rem 1rem 0;
    font-size: 1.8rem
}

.o-form__telbnr {
    display: inline-block;
    padding: 20px;
    color: #ec8289;
    text-align: center;
    background-color: #fceced
}

.o-form__telbnr__name,
.o-form__telbnr__tel {
    display: block;
    font-size: 2.8rem
}

.o-form__telbnr__time {
    display: block;
    font-size: 2.1rem
}

@media (min-width:600px) {
    .o-form dt {
        max-width: 24rem
    }

    .o-form dd,
    .o-form dt {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .o-form dd {
        max-width: calc(99% - 24rem)
    }

    .o-form dd:not(:first-of-type),
    .o-form dt:not(:first-of-type) {
        margin-top: 3rem
    }

    .o-form__telbnr {
        padding: 20px 40px
    }
}

.o-gnav-item {
    position: relative;
    padding-left: 2.2em;
    font-weight: 700
}

.o-gnav-item>a>svg {
    position: absolute;
    top: -15%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 2em;
    padding-right: .2em;
    fill: #f09639
}

.o-gnav-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.o-gnav-item-list>.o-gnav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.3rem;
    letter-spacing: .04em;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-gnav-item-list>.o-gnav-item:hover {
    opacity: .65
}

.o-gnav-item-list>.o-gnav-item+.o-gnav-item {
    margin-left: 1rem
}

@media (min-width:1080px) {
    .o-gnav-item-list>.o-gnav-item {
        margin-left: 2rem;
        font-size: 1.5rem
    }
}

.o-hd-paper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 5rem;
    padding: .6em 1em;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .1em;
    vertical-align: middle;
    background-color: #ec8289
}

.o-hd-paper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fff #fff #ffae94 #ffae94;
    border-style: solid;
    border-width: 8px
}

.o-hd-paper__em {
    font-size: 2.4rem;
    color: #fe0
}

@media (min-width:768px) {
    .o-hd-paper {
        font-size: 2.5rem
    }

    .o-hd-paper__em {
        font-size: 3.2rem
    }
}

.o-hd-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    color: #ec8289;
    letter-spacing: .2em;
    border-top: 1px solid #ec8289;
    border-bottom: 1px solid #ec8289
}

.o-hd-double--fz26 {
    font-size: 2rem
}

.o-hd-double--green {
    color: #69ba80;
    border-color: #69ba80
}

.o-hd-double--blue {
    color: #45bacc;
    border-color: #45bacc
}

@media (min-width:768px) {
    .o-hd-double {
        padding: 1rem 2rem;
        font-size: 3.5rem;
        letter-spacing: .5em
    }

    .o-hd-double--fz26 {
        font-size: 2.6rem
    }
}

.o-hd-plane {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ec8289;
    letter-spacing: .2em
}

.o-hd-plane--large {
    font-size: 2.4rem
}

@media (min-width:768px) {
    .o-hd-plane {
        font-size: 2.4rem
    }

    .o-hd-plane--large {
        font-size: 3.4rem
    }
}

.o-hd-border {
    padding: 0 20px 5px;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #ec8289;
    border-bottom: 1px solid #ec8289;
    border-left: 8px solid #ec8289
}

@media (min-width:768px) {
    .o-hd-border {
        font-size: 2.2rem
    }
}

.o-hd-braket {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: auto;
    font-size: 2rem;
    color: #ec8289
}

.o-hd-braket:before {
    margin-right: 1em;
    border: 2px solid #ec8289;
    border-right: none
}

.o-hd-braket:after,
.o-hd-braket:before {
    display: inline-block;
    width: 1em;
    height: 3em;
    content: ""
}

.o-hd-braket:after {
    margin-left: 1em;
    border: 2px solid #ec8289;
    border-left: none
}

@media (min-width:768px) {
    .o-hd-braket {
        font-size: 2.8rem
    }
}

.o-hd-square {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    border: 1px solid #ec8289
}

.o-hd-line,
.o-hd-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 2rem;
    color: #ec8289
}

.o-hd-line {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 2px solid #ec8289;
    fill: #ec8289
}

.o-hd-line.-green {
    color: #69ba80;
    border-color: #69ba80;
    fill: #69ba80
}

.o-hd-line__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2em;
    flex: 0 0 2em;
    width: 2em;
    height: 2em;
    margin-right: .2em
}

@media (min-width:600px) {
    .o-hd-line {
        font-size: 2.8rem
    }
}

.o-hd-flag {
    border-bottom: 10px solid #faebea
}

.o-hd-flag__body {
    position: relative;
    bottom: -10px;
    width: 100%;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ec8289;
    text-align: center;
    letter-spacing: .08em;
    background-color: #faebea;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-hd-flag__body:before {
    right: auto;
    left: 0;
    border-color: #fff transparent transparent #fff
}

.o-hd-flag__body:after,
.o-hd-flag__body:before {
    position: absolute;
    top: 0;
    bottom: auto;
    content: "";
    border-style: solid;
    border-width: 5px
}

.o-hd-flag__body:after {
    right: 0;
    left: auto;
    border-color: #fff #fff transparent transparent
}

@media (min-width:768px) {
    .o-hd-flag__body {
        width: auto;
        min-width: 350px;
        font-size: 2.2rem
    }
}

.o-hd-question {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2.5em;
    border-top: 2px dotted #ec8289;
    border-bottom: 2px dotted #ec8289
}

.o-hd-question:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 0;
    display: inline-block;
    width: 2em;
    height: 2em;
    content: "";
    background: url(../img/common/icons/question.svg) bottom/contain no-repeat
}

.o-hd-question__inner {
    font-size: 1.8rem;
    color: #ec8289
}

@media (min-width:768px) {
    .o-hd-question__inner {
        font-size: 2.1rem
    }
}

.o-hd-side {
    display: inline-block;
    padding: 0 20px;
    font-size: 2rem;
    color: #4ca9df;
    letter-spacing: .1em;
    border-right: 8px solid #ec8289;
    border-left: 8px solid #ec8289
}

@media (min-width:768px) {
    .o-hd-side {
        font-size: 3.3rem
    }
}

.o-hero {
    position: relative;
    height: 200px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    overflow-x: hidden
}

.o-hero--overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .6
}

.o-hero--overlay.-blue:before {
    background: #9cd6f3;
    background: -webkit-gradient(linear, left top, right top, from(#9cd6f3), to(#1a93d2));
    background: linear-gradient(90deg, #9cd6f3 0, #1a93d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9cd6f3", endColorstr="#1a93d2", GradientType=1)
}

.o-hero--overlay.-green:before {
    background: #bbdcbf;
    background: -webkit-gradient(linear, left top, right top, from(#bbdcbf), to(#3eb070));
    background: linear-gradient(90deg, #bbdcbf 0, #3eb070);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbdcbf", endColorstr="#3eb070", GradientType=1)
}

.o-hero--overlay.-red:before {
    background: #f1b1cd;
    background: -webkit-gradient(linear, left top, right top, from(#f1b1cd), to(#e6546b));
    background: linear-gradient(90deg, #f1b1cd 0, #e6546b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1b1cd", endColorstr="#e6546b", GradientType=1)
}

.o-hero__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    max-width: auto;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.o-hero__icon {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    height: 30%;
    margin: 0 auto 10px;
    fill: #fff
}

.o-hero__copy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 3.2rem;
    color: #ec8289;
    text-align: center;
    text-shadow: 0 0 4px #fff
}

.o-hero__copy--lh {
    line-height: 1.2
}

.o-hero--overlay .o-hero__copy {
    color: #fff;
    text-shadow: none;
    letter-spacing: .2em
}

.o-hero__copy.-white {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    .o-hero {
        max-width: 1680px;
        height: auto;
        margin-bottom: 100px;
        overflow: visible
    }

    .o-hero:after {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 20.2381%;
        content: ""
    }

    .o-hero__bgimg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        max-height: none;
        margin: 0;
        -webkit-transform: none;
        transform: none
    }

    .o-hero--circle {
        margin-bottom: 150px
    }

    .o-hero__copy {
        font-size: 4rem
    }

    .o-hero--circle .o-hero__copy {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 200px;
        height: 200px;
        margin: auto;
        font-size: 2.8rem;
        color: #ec8289;
        white-space: nowrap;
        background-color: #fff;
        border-radius: 200px;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .o-hero--circle .o-hero__copy:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -10px;
        z-index: -1;
        width: 220px;
        height: 220px;
        margin: auto;
        content: "";
        border: 1px solid #ec8289;
        border-radius: 220px
    }

    .o-hero--overlay .o-hero__copy {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

    .o-hero__icon {
        margin-bottom: 20px
    }
}

.o-hr {
    height: 1px;
    background-color: #231815
}

.o-hr,
.o-hr-end {
    width: 100%;
    border: none
}

.o-hr-end {
    height: 10px;
    background-color: #faebea
}

.o-lead {
    font-size: 1.6rem;
    line-height: 2;
    line-break: loose
}

@media (min-width:768px) {
    .o-lead {
        font-size: 1.8rem;
        line-height: 2.3
    }
}

.o-lead-contact {
    font-size: 1.6rem;
    text-align: center
}

.o-lead-contact>strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2.4rem;
    color: #ec8289
}

.o-lead-preform {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center
}

.o-list {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.6
}

.o-list__item {
    position: relative;
    padding-left: 1.3em;
    list-style-type: none
}

.o-list__item:not(:first-child) {
    margin-top: .5em
}

.o-list__item--primary {
    color: #ec8289
}

.o-list__item--black {
    color: #231815
}

.o-list__item--indent {
    padding-left: 1.2em;
    text-indent: -1.2em
}

.o-list__item--indent:first-letter {
    letter-spacing: .2em
}

.o-list__item--circle {
    padding-left: 1.2em
}

.o-list__item--circle:before {
    content: "●";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

.o-list__item--star {
    padding-left: 1.2em
}

.o-list__item--star:before {
    color: #ec8289;
    content: "★";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

.o-list__item--disc {
    padding-left: 1.2em
}

.o-list__item--disc:before {
    width: .4em;
    height: .4em;
    content: "";
    background-color: #231815;
    border-radius: 100px;
    position: absolute;
    top: .7em;
    right: auto;
    bottom: auto;
    left: .2em
}

.o-list__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-list__link:hover {
    text-decoration: underline
}

.o-list__icon {
    position: absolute;
    top: 10%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1em;
    height: 1em;
    font-style: normal
}

.o-list__icon--text {
    top: 0
}

.o-list__icon--primary {
    color: #ec8289;
    fill: #ec8289
}

@media (min-width:600px) {
    .o-list {
        line-height: 2
    }
}

.o-list-info {
    padding: 10px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    border: 1px solid #ec8289
}

.o-list-info__title {
    padding: 4px 12px;
    color: #fff;
    background-color: #ec8289
}

.o-list-info__content {
    margin-top: 1rem;
    line-height: 1.8;
    color: #ec8289;
    letter-spacing: .1em
}

@media (min-width:600px) {
    .o-list-info {
        padding: 20px 30px;
        font-size: 1.6rem
    }

    .o-list-info__content {
        margin-top: 0
    }
}

.o-list-paper__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px
}

.o-list-paper__num {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    background-color: #f5c0c4;
    border-radius: 50px
}

.o-list-paper__arrow,
.o-list-paper__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    height: 100px
}

.o-list-paper__arrow {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    fill: #f5c0c4
}

.o-list-paper__arrow>svg {
    width: 20px;
    height: 20px
}

.o-list-paper__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100px;
    padding: 20px 30px;
    font-size: 1.8rem;
    color: #231815;
    background-color: #fceced
}

.o-list-paper__text:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: #fff #fff #ffd8be #ffd8be;
    border-style: solid;
    border-width: 8px
}

.o-list-table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.o-list-table__key {
    width: 12em;
    padding: 18px 20px 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #ec8289
}

.o-list-table__key:not(:first-child):before {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    content: "";
    border-top: 2px dashed #ec8289;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.o-list-table__value {
    width: 100%;
    padding: 18px 20px;
    font-size: 2rem;
    color: #231815
}

@media (min-width:600px) {
    .o-list-table__key {
        padding: 18px 40px
    }

    .o-list-table__value {
        width: calc(100% - 12em);
        padding: 18px 40px
    }
}

.o-list-tel {
    max-width: 900px;
    margin: auto
}

.o-list-tel__body {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    color: #231815;
    text-align: center
}

.o-list-tel__item {
    position: relative;
    padding: 20px 0;
    background-color: #fff6e9;
    border-top: 2px solid #ec8289;
    border-bottom: 2px solid #ec8289
}

.o-list-tel__item:not(:first-child) {
    margin-top: 20px
}

.o-list-tel__item.-green {
    border-color: #69ba80
}

@media (min-width:600px) {
    .o-list-tel__item.-green .o-list-tel__body {
        border-left: 2px solid #69ba80
    }
}

.o-list-tel__item.-secondary {
    border-color: #f09639
}

@media (min-width:600px) {
    .o-list-tel__item.-secondary .o-list-tel__body {
        border-left: 2px solid #f09639
    }
}

.o-list-tel__item.-transparent {
    background: transparent;
    border: none
}

.o-list-tel__item.-transparent:not(:last-child) {
    border-bottom: 2px dotted #f09639
}

.o-list-tel__head {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center
}

.o-list-tel__head>img {
    background-color: #fff
}

.o-list-tel__footer {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px
}

@media (min-width:600px) {
    .o-list-tel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 35px
    }

    .o-list-tel__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
        margin: 0;
        text-align: left;
        border-bottom: none
    }

    .o-list-tel__head>img {
        width: 185px;
        max-width: 185px
    }

    .o-list-tel__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 255px);
        padding-left: 35px;
        margin: 0;
        text-align: left;
        border-left: 2px solid #ec8289
    }

    .o-list-tel__footer {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        min-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.o-list-tel-def__term {
    font-size: 1.4rem;
    color: #231815
}

.o-list-tel-def__desc {
    margin-top: 10px;
    color: #231815
}

@media (min-width:360px) {
    .o-list-tel-def__term {
        font-size: 1.6rem
    }
}

@media (min-width:600px) {
    .o-list-tel-def__term {
        min-height: 3em;
        font-size: 1.8rem;
        text-align: left
    }

    .o-list-tel-def__desc {
        margin-top: 20px;
        text-align: left
    }
}

@media (min-width:768px) {
    .o-list-tel-def__term {
        font-size: 2.2rem
    }
}

.o-lnav {
    background-color: #ec8289
}

.o-lnav-item {
    position: relative;
    padding-left: 1.3em;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-lnav-item>a>svg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    padding-right: .2em;
    margin: auto;
    fill: #ffe6a6
}

.o-lnav-item:hover {
    opacity: .65
}

.o-main-links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-main-links-item:hover {
    opacity: .8
}

.o-main-links-item--consider {
    background-color: #9cd6f3
}

.o-main-links-item--insurance {
    background-color: #f1b1cd
}

.o-main-links-item--agree {
    background-color: #bbdcbf
}

.o-main-links-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20%;
    max-width: 60px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 5%
}

.o-main-links-item__icon>svg {
    width: 100%;
    height: 100%
}

.o-main-links-item--consider .o-main-links-item__icon>svg {
    fill: #1a93d2;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.o-main-links-item--insurance .o-main-links-item__icon>svg {
    fill: #e6546b
}

.o-main-links-item--agree .o-main-links-item__icon>svg {
    fill: #3eb070;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.o-main-links-item__text {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center
}

.o-main-links-item--consider .o-main-links-item__text {
    color: #1a93d2
}

.o-main-links-item--insurance .o-main-links-item__text {
    color: #e6546b
}

.o-main-links-item--agree .o-main-links-item__text {
    color: #3eb070
}

.o-main-links-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3em;
    font-size: 1.6rem;
    line-height: 1.325;
    letter-spacing: .15em
}

.o-main-links-item__guide {
    position: relative;
    display: inline-block;
    padding-right: 2.5rem;
    font-size: 1.2rem;
    text-align: center
}

.o-main-links-item__guide>svg {
    position: absolute;
    top: 5%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1.5em;
    height: 1.5em
}

.o-main-links-item--consider .o-main-links-item__guide>svg {
    fill: #1a93d2
}

.o-main-links-item--insurance .o-main-links-item__guide>svg {
    fill: #e6546b
}

.o-main-links-item--agree .o-main-links-item__guide>svg {
    fill: #3eb070
}

@media (min-width:600px) {
    .o-main-links-item {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .o-main-links-item__icon {
        max-width: 80px
    }

    .o-main-links-item__title {
        font-size: 3.2rem
    }

    .o-main-links-item__guide {
        padding-right: 3.5rem;
        font-size: 2.1rem
    }
}

@media (min-width:768px) {
    .o-main-links-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .o-main-links-item__icon {
        position: static;
        width: 90px;
        max-width: auto;
        max-width: none;
        height: 90px
    }

    .o-main-links-item__text {
        padding-left: 0
    }

    .o-main-links-item__title {
        margin-top: 10px;
        font-size: 2.4rem
    }

    .o-main-links-item__guide {
        padding-right: 2.5rem;
        margin-top: auto;
        font-size: 1.3rem
    }
}

@media (min-width:1080px) {
    .o-main-links-item__title {
        font-size: 3.2rem
    }

    .o-main-links-item__guide {
        margin-top: 20px
    }
}

.o-modal-window {
    display: none;
    padding: 60px 20px
}

.o-modal-window[aria-hidden=false] {
    display: block
}

.o-modal-window__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    background-color: #231815;
    opacity: .8;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-modal-window__overlay:hover {
    opacity: .65
}

.o-modal-window__close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1202;
    padding: 4px 6px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background-color: #231815;
    opacity: .6;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-modal-window__close:hover {
    opacity: 1
}

.o-modal-window__content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1201;
    margin: auto
}

.o-news-card {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 18px;
    font-size: 12px;
    background-color: #fff;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.o-news-card:hover {
    opacity: .65
}

.o-news-card__time {
    display: block;
    padding-bottom: 4px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ec8289
}

.o-news-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 4px;
    margin-bottom: 0;
    font-size: 1.2rem;
    border-top: 2px dotted #ec8289
}

.o-news-card-list__item {
    margin: auto;
    background-color: #fff
}

.o-news-card-list__item:not(:first-child) {
    margin-top: -14px
}

@media (min-width:768px) {
    .o-news-card-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

    .o-news-card-list__item,
    .o-news-card-list__item:not(:first-child) {
        width: calc(50% - 24px);
        max-width: 488px;
        margin: 4px 12px
    }
}

.o-pg-note {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #231815;
    text-align: center;
    background-color: #faebea
}

.o-pg-note--left {
    text-align: left
}

.o-pg-note--pre-contact {
    max-width: 800px;
    margin: auto;
    line-height: 2.2
}

.o-pg-note--darken {
    background-color: #fdf7f6
}

@media (min-width:768px) {
    .o-pg-note {
        line-height: 2
    }

    .o-pg-note--left,
    .o-pg-note--pre-contact {
        padding: 2rem 4rem
    }
}

.o-pg-indent {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #231815;
    text-indent: 1em
}

@media (min-width:600px) {
    .o-pg-indent {
        line-height: 2
    }
}

.o-pg {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #231815
}

.o-pg.-compact {
    font-size: 1.2rem
}

.o-pg.-indent {
    padding-left: 1em;
    text-indent: -1em
}

@media (min-width:600px) {
    .o-pg {
        font-size: 1.8rem;
        line-height: 2
    }

    .o-pg.-compact {
        font-size: 1.6rem
    }
}

.o-staffcard {
    max-width: 100%;
    padding: 30px;
    background-color: #fceced
}

.o-staffcard__imgbox {
    width: 200px;
    max-width: 100%;
    height: 185px;
    margin: auto;
    display: block;
    position: relative
}

.o-staffcard__imgbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 92.5%
}

.o-staffcard__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    margin: auto
}

.o-staffcard__name {
    padding-top: 10px;
    margin: auto;
    font-size: 2.2rem
}

.o-staffcard__name,
.o-staffcard__ruby {
    display: block;
    color: #ec8289;
    text-align: center
}

.o-staffcard__ruby {
    font-size: 1.4rem
}

.o-staffcard__text {
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #231815;
    border-top: 2px dotted #ec8289
}
/*pet-gallery*/
.l-main.pet{
  padding-bottom: 25px;
}
.pet-ttl {
  padding: 40px 0 30px;
}
.pet-bg-gray {
  background: #F4F5F5;
  padding: 60px 0;
}
.pet-col {
  padding: 0 25px;
  margin-bottom: 30px;
}
.o-petcard {
  max-width: 100%;
  width: 100%;
  border-top: 5px solid #ec8289;
}
.o-petcard__imgbox {
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: 305px;
  padding: 30px 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.o-petcard__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
    left: 0;
  height: 245px;
  width: 100%;
  margin: auto;
  object-fit: contain;
}
.o-petcard__name {
  display: block;
  background: #ec8289;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}
.o-petcard__ruby {
  font-size: 1.4rem
}
.o-petcard__text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .pet-ttl {
    padding: 70px 0 40px;
  }
  .pet-col {
    margin-bottom: 70px;
  }
}
/*pet-gallery*/
.pager {
  padding-top: 30px;
}
.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager .pagination li {
  font-size: 23px;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 35px;
  height: 30px;
  text-align: center;
  position: relative;
}
.pager .pagination li.pre, .pager .pagination li.next {
  width: 80px;
}
.pager .pagination li.pre a span::before {
  content: "▲";
  display: inline-block;
  transform: rotate(-90deg);
}
.pager .pagination li.next a span::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #ec8289;
}
.pager .pagination li a.active {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
    font-size: 17px;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
}
/*petcard*/
/*pet-gallery*/

/*news*/
.news_item {
  border-bottom: 2px dotted #ec8289;
  margin-bottom: 5rem;
  position: relative;
}
.news_item:last-of-type {
  border-bottom: none;
}
.news_item p.news_date {
  background: rgba(236, 130, 137, 0.15);
  color: #EC8289;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  height: 54px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 20px;
}
.news_date::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffd8be;
}
.news_date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
.news_item h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #EC8289;
  padding: 80px 0 0;
  margin-bottom: 3rem;
}
.news_item h4 {
  color: #EC8289;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.8px;
  margin-bottom: 5rem;
}
.news_item h4::after {
  content: "";
  display: inline-block;
  background: url("../img/news/arrow_news.svg") no-repeat center bottom;
  background-size: 20px 12px;
  height: 15px;
  width: 20px;
  margin-left: 5px;
}
.news_item p {
  font-size: 14px;
  line-height: 2.3em;
  letter-spacing: 1.8px;
  margin-bottom: 3rem;
}
.news_item.detail_item {
  border-bottom: 2px dotted #ec8289;
  padding-bottom: 50px;
}
.news_item.detail_item p {
  margin-bottom: 0;
}
.pager.news {
  padding-top: 0;
}
.pager.news li {
  color: #EC8289;
  font-size: 18px;
  font-weight: bold;
  width: 180px;
}
.pager.news .pagination li.pre, .pager.news .pagination li.next {
  width: 100px;
}
.pager.news li a {
  color: #EC8289;
}
.pager.news li.pre a span::before {
  content: "";
  display: inline-block;
  transform: rotate(180deg);
  background: url("../img/news/arrow_news.svg") no-repeat center;
  background-size: 20px 15px;
  height: 15px;
  width: 20px;
  margin-right: 5px;
}
.pager.news li.next a span::after {
  content: "";
  display: inline-block;
  transform: rotate(0deg);
  background: url("../img/news/arrow_news.svg") no-repeat center;
  background-size: 20px 15px;
  height: 15px;
  width: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .news_item p.news_date {
    left: 40px;
  }
  .news_item h3 {
    font-size: 24px;
    padding: 8px 0 8px 125px;
  }
  .news_item h4 {
    font-size: 18px;
  }
  .news_item h4::after {
    background-size: 20px 12px;
  }
  .news_item p {
    font-size: 18px;
  }
}
@media (min-width:600px) {
  .news_item h3 {
    letter-spacing: 6.7px;
    padding: 13px 0 13px 125px;
  }
}

/*news*/
.o-tabpan {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s
}

.o-tabpan[aria-hidden=true] {
    height: 0;
    max-height: 0;
    margin-top: 0 !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
}

.o-tel {
    display: block;
    margin-bottom: 0
}

.o-tel__freedial {
    display: inline-block;
    width: 33px;
    height: 22px;
    background: url(../img/common/icons/free-dial.svg) bottom/contain no-repeat
}

.o-tel__number {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

@media (min-width:360px) {
    .o-tel__freedial {
        width: 45px;
        height: 30px
    }

    .o-tel__number {
        font-size: 28px
    }
}

@media (min-width:600px) {
    .o-tel__freedial {
        width: 36px;
        height: 24px
    }

    .o-tel__number {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .o-tel {
        pointer-events: none
    }

    .o-tel__freedial {
        width: 54px;
        height: 36px
    }

    .o-tel__number {
        font-size: 36px
    }
}

@media (min-width:1080px) {
    .o-tel__freedial {
        width: 66px;
        height: 44px
    }

    .o-tel__number {
        font-size: 44px
    }
}

.u-color-primary {
    color: #ec8289 !important
}

.u-color-bg-primary {
    background-color: #ec8289 !important
}

.u-color-fill-primary {
    fill: #ec8289 !important
}

.u-color-primary-dark {
    color: #dc6068 !important
}

.u-color-bg-primary-dark {
    background-color: #dc6068 !important
}

.u-color-fill-primary-dark {
    fill: #dc6068 !important
}

.u-color-primary-light-40 {
    color: #f5c0c4 !important
}

.u-color-bg-primary-light-40 {
    background-color: #f5c0c4 !important
}

.u-color-fill-primary-light-40 {
    fill: #f5c0c4 !important
}

.u-color-primary-light-45 {
    color: #f9d9db !important
}

.u-color-bg-primary-light-45 {
    background-color: #f9d9db !important
}

.u-color-fill-primary-light-45 {
    fill: #f9d9db !important
}

.u-color-primary-light {
    color: #fceced !important
}

.u-color-bg-primary-light {
    background-color: #fceced !important
}

.u-color-fill-primary-light {
    fill: #fceced !important
}

.u-color-primary-white {
    color: #faebea !important
}

.u-color-bg-primary-white {
    background-color: #faebea !important
}

.u-color-fill-primary-white {
    fill: #faebea !important
}

.u-color-secondary {
    color: #f09639 !important
}

.u-color-bg-secondary {
    background-color: #f09639 !important
}

.u-color-fill-secondary {
    fill: #f09639 !important
}

.u-color-secondaly-lihgt-40 {
    color: #ffae94 !important
}

.u-color-bg-secondaly-lihgt-40 {
    background-color: #ffae94 !important
}

.u-color-fill-secondaly-lihgt-40 {
    fill: #ffae94 !important
}

.u-color-secondaly-light-45 {
    color: #ffd8be !important
}

.u-color-bg-secondaly-light-45 {
    background-color: #ffd8be !important
}

.u-color-fill-secondaly-light-45 {
    fill: #ffd8be !important
}

.u-color-secondary-light {
    color: #ffe6a6 !important
}

.u-color-bg-secondary-light {
    background-color: #ffe6a6 !important
}

.u-color-fill-secondary-light {
    fill: #ffe6a6 !important
}

.u-color-secondary-white {
    color: #fff6e9 !important
}

.u-color-bg-secondary-white {
    background-color: #fff6e9 !important
}

.u-color-fill-secondary-white {
    fill: #fff6e9 !important
}

.u-color-blue-dark {
    color: #005fb0 !important
}

.u-color-bg-blue-dark {
    background-color: #005fb0 !important
}

.u-color-fill-blue-dark {
    fill: #005fb0 !important
}

.u-color-blue {
    color: #1a93d2 !important
}

.u-color-bg-blue {
    background-color: #1a93d2 !important
}

.u-color-fill-blue {
    fill: #1a93d2 !important
}

.u-color-blue-60 {
    color: #45bacc !important
}

.u-color-bg-blue-60 {
    background-color: #45bacc !important
}

.u-color-fill-blue-60 {
    fill: #45bacc !important
}

.u-color-blue-70 {
    color: #4ca9df !important
}

.u-color-bg-blue-70 {
    background-color: #4ca9df !important
}

.u-color-fill-blue-70 {
    fill: #4ca9df !important
}

.u-color-blue-light {
    color: #9cd6f3 !important
}

.u-color-bg-blue-light {
    background-color: #9cd6f3 !important
}

.u-color-fill-blue-light {
    fill: #9cd6f3 !important
}

.u-color-blue-white {
    color: #e7f3fa !important
}

.u-color-bg-blue-white {
    background-color: #e7f3fa !important
}

.u-color-fill-blue-white {
    fill: #e7f3fa !important
}

.u-color-red {
    color: #e6546b !important
}

.u-color-bg-red {
    background-color: #e6546b !important
}

.u-color-fill-red {
    fill: #e6546b !important
}

.u-color-red-light {
    color: #f1b1cd !important
}

.u-color-bg-red-light {
    background-color: #f1b1cd !important
}

.u-color-fill-red-light {
    fill: #f1b1cd !important
}

.u-color-green {
    color: #3eb070 !important
}

.u-color-bg-green {
    background-color: #3eb070 !important
}

.u-color-fill-green {
    fill: #3eb070 !important
}

.u-color-green-60 {
    color: #69ba80 !important
}

.u-color-bg-green-60 {
    background-color: #69ba80 !important
}

.u-color-fill-green-60 {
    fill: #69ba80 !important
}

.u-color-green-light {
    color: #bbdcbf !important
}

.u-color-bg-green-light {
    background-color: #bbdcbf !important
}

.u-color-fill-green-light {
    fill: #bbdcbf !important
}

.u-color-yellow {
    color: #fe0 !important
}

.u-color-bg-yellow {
    background-color: #fe0 !important
}

.u-color-fill-yellow {
    fill: #fe0 !important
}

.u-color-gray-white {
    color: #f4f4f4 !important
}

.u-color-bg-gray-white {
    background-color: #f4f4f4 !important
}

.u-color-fill-gray-white {
    fill: #f4f4f4 !important
}

.u-color-white {
    color: #fff !important
}

.u-color-bg-white {
    background-color: #fff !important
}

.u-color-fill-white {
    fill: #fff !important
}

.u-d-none {
    display: none !important
}

.u-d-inline {
    display: inline !important
}

.u-d-block {
    display: block !important
}

.u-d-inline-block {
    display: inline-block !important
}

.u-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.u-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.u-d-table {
    display: table !important
}

.u-d-table-cell {
    display: table-cell !important
}

.u-d-grid {
    display: -ms-grid !important;
    display: grid !important
}

@media (min-width:360px) {
    .u-d-xs-none {
        display: none !important
    }

    .u-d-xs-inline {
        display: inline !important
    }

    .u-d-xs-block {
        display: block !important
    }

    .u-d-xs-inline-block {
        display: inline-block !important
    }

    .u-d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-xs-table {
        display: table !important
    }

    .u-d-xs-table-cell {
        display: table-cell !important
    }

    .u-d-xs-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

@media (min-width:600px) {
    .u-d-sm-none {
        display: none !important
    }

    .u-d-sm-inline {
        display: inline !important
    }

    .u-d-sm-block {
        display: block !important
    }

    .u-d-sm-inline-block {
        display: inline-block !important
    }

    .u-d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-sm-table {
        display: table !important
    }

    .u-d-sm-table-cell {
        display: table-cell !important
    }

    .u-d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

@media (min-width:768px) {
    .u-d-md-none {
        display: none !important
    }

    .u-d-md-inline {
        display: inline !important
    }

    .u-d-md-block {
        display: block !important
    }

    .u-d-md-inline-block {
        display: inline-block !important
    }

    .u-d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-md-table {
        display: table !important
    }

    .u-d-md-table-cell {
        display: table-cell !important
    }

    .u-d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

@media (min-width:1080px) {
    .u-d-lg-none {
        display: none !important
    }

    .u-d-lg-inline {
        display: inline !important
    }

    .u-d-lg-block {
        display: block !important
    }

    .u-d-lg-inline-block {
        display: inline-block !important
    }

    .u-d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-lg-table {
        display: table !important
    }

    .u-d-lg-table-cell {
        display: table-cell !important
    }

    .u-d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

@media (min-width:1240px) {
    .u-d-xl-none {
        display: none !important
    }

    .u-d-xl-inline {
        display: inline !important
    }

    .u-d-xl-block {
        display: block !important
    }

    .u-d-xl-inline-block {
        display: inline-block !important
    }

    .u-d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-xl-table {
        display: table !important
    }

    .u-d-xl-table-cell {
        display: table-cell !important
    }

    .u-d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

@media (min-width:1680px) {
    .u-d-xxl-none {
        display: none !important
    }

    .u-d-xxl-inline {
        display: inline !important
    }

    .u-d-xxl-block {
        display: block !important
    }

    .u-d-xxl-inline-block {
        display: inline-block !important
    }

    .u-d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .u-d-xxl-table {
        display: table !important
    }

    .u-d-xxl-table-cell {
        display: table-cell !important
    }

    .u-d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important
    }
}

.u-fontsize-xsmall {
    font-size: .7em !important
}

.u-fontsize-small {
    font-size: .86em !important
}

.u-fontsize-normal {
    font-size: 1em !important
}

.u-fontsize-large {
    font-size: 1.2em !important
}

.u-fontsize-xlarge {
    font-size: 1.41em !important
}

.u-fontsize-8 {
    font-size: .8rem !important
}

.u-fontsize-9 {
    font-size: .9rem !important
}

.u-fontsize-10 {
    font-size: 1rem !important
}

.u-fontsize-11 {
    font-size: 1.1rem !important
}

.u-fontsize-12 {
    font-size: 1.2rem !important
}

.u-fontsize-13 {
    font-size: 1.3rem !important
}

.u-fontsize-14 {
    font-size: 1.4rem !important
}

.u-fontsize-15 {
    font-size: 1.5rem !important
}

.u-fontsize-16 {
    font-size: 1.6rem !important
}

.u-fontsize-17 {
    font-size: 1.7rem !important
}

.u-fontsize-18 {
    font-size: 1.8rem !important
}

.u-fontsize-19 {
    font-size: 1.9rem !important
}

.u-fontsize-20 {
    font-size: 2rem !important
}

.u-fontsize-21 {
    font-size: 2.1rem !important
}

.u-fontsize-22 {
    font-size: 2.2rem !important
}

.u-fontsize-23 {
    font-size: 2.3rem !important
}

.u-fontsize-24 {
    font-size: 2.4rem !important
}

@media (min-width:360px) {
    .u-fontsize-xs-8 {
        font-size: .8rem !important
    }

    .u-fontsize-xs-9 {
        font-size: .9rem !important
    }

    .u-fontsize-xs-10 {
        font-size: 1rem !important
    }

    .u-fontsize-xs-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-xs-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-xs-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-xs-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-xs-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-xs-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-xs-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-xs-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-xs-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-xs-20 {
        font-size: 2rem !important
    }

    .u-fontsize-xs-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-xs-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-xs-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-xs-24 {
        font-size: 2.4rem !important
    }
}

@media (min-width:600px) {
    .u-fontsize-sm-8 {
        font-size: .8rem !important
    }

    .u-fontsize-sm-9 {
        font-size: .9rem !important
    }

    .u-fontsize-sm-10 {
        font-size: 1rem !important
    }

    .u-fontsize-sm-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-sm-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-sm-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-sm-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-sm-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-sm-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-sm-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-sm-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-sm-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-sm-20 {
        font-size: 2rem !important
    }

    .u-fontsize-sm-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-sm-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-sm-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-sm-24 {
        font-size: 2.4rem !important
    }
}

@media (min-width:768px) {
    .u-fontsize-md-8 {
        font-size: .8rem !important
    }

    .u-fontsize-md-9 {
        font-size: .9rem !important
    }

    .u-fontsize-md-10 {
        font-size: 1rem !important
    }

    .u-fontsize-md-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-md-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-md-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-md-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-md-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-md-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-md-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-md-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-md-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-md-20 {
        font-size: 2rem !important
    }

    .u-fontsize-md-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-md-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-md-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-md-24 {
        font-size: 2.4rem !important
    }
}

@media (min-width:1080px) {
    .u-fontsize-lg-8 {
        font-size: .8rem !important
    }

    .u-fontsize-lg-9 {
        font-size: .9rem !important
    }

    .u-fontsize-lg-10 {
        font-size: 1rem !important
    }

    .u-fontsize-lg-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-lg-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-lg-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-lg-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-lg-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-lg-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-lg-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-lg-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-lg-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-lg-20 {
        font-size: 2rem !important
    }

    .u-fontsize-lg-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-lg-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-lg-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-lg-24 {
        font-size: 2.4rem !important
    }
}

@media (min-width:1240px) {
    .u-fontsize-xl-8 {
        font-size: .8rem !important
    }

    .u-fontsize-xl-9 {
        font-size: .9rem !important
    }

    .u-fontsize-xl-10 {
        font-size: 1rem !important
    }

    .u-fontsize-xl-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-xl-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-xl-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-xl-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-xl-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-xl-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-xl-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-xl-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-xl-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-xl-20 {
        font-size: 2rem !important
    }

    .u-fontsize-xl-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-xl-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-xl-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-xl-24 {
        font-size: 2.4rem !important
    }
}

@media (min-width:1680px) {
    .u-fontsize-xxl-8 {
        font-size: .8rem !important
    }

    .u-fontsize-xxl-9 {
        font-size: .9rem !important
    }

    .u-fontsize-xxl-10 {
        font-size: 1rem !important
    }

    .u-fontsize-xxl-11 {
        font-size: 1.1rem !important
    }

    .u-fontsize-xxl-12 {
        font-size: 1.2rem !important
    }

    .u-fontsize-xxl-13 {
        font-size: 1.3rem !important
    }

    .u-fontsize-xxl-14 {
        font-size: 1.4rem !important
    }

    .u-fontsize-xxl-15 {
        font-size: 1.5rem !important
    }

    .u-fontsize-xxl-16 {
        font-size: 1.6rem !important
    }

    .u-fontsize-xxl-17 {
        font-size: 1.7rem !important
    }

    .u-fontsize-xxl-18 {
        font-size: 1.8rem !important
    }

    .u-fontsize-xxl-19 {
        font-size: 1.9rem !important
    }

    .u-fontsize-xxl-20 {
        font-size: 2rem !important
    }

    .u-fontsize-xxl-21 {
        font-size: 2.1rem !important
    }

    .u-fontsize-xxl-22 {
        font-size: 2.2rem !important
    }

    .u-fontsize-xxl-23 {
        font-size: 2.3rem !important
    }

    .u-fontsize-xxl-24 {
        font-size: 2.4rem !important
    }
}

.u-component-mt {
    margin-top: 15px !important
}

@media (min-width:600px) {
    .u-component-mt {
        margin-top: 30px !important
    }
}

.u-content-mt {
    margin-top: 30px !important
}

@media (min-width:600px) {
    .u-content-mt {
        margin-top: 50px !important
    }
}

.l-footer,
.u-content-pt {
    padding-top: 30px !important
}

@media (min-width:600px) {

    .l-footer,
    .u-content-pt {
        padding-top: 50px !important
    }
}

.u-content-pb {
    padding-bottom: 30px !important
}

@media (min-width:600px) {
    .u-content-pb {
        padding-bottom: 50px !important
    }
}

.u-content-px {
    padding-right: 15px !important;
    padding-left: 15px !important
}

@media (min-width:600px) {
    .u-content-px {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
}

.u-content-minus-mx {
    margin-right: -15px !important;
    margin-left: -15px !important
}

@media (min-width:600px) {
    .u-content-minus-mx {
        margin-right: -25px !important;
        margin-left: -25px !important
    }
}

.u-section-mt {
    margin-top: 50px !important
}

.u-section-mt ul.btn-form {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}

.u-section-mt ul.btn-form li {
    margin: 0 1em;
}

@media(max-width: 768px) {
    .u-section-mt ul.btn-form {
        display: block;
    }
}

@media (min-width:600px) {
    .u-section-mt {
        margin: 80px auto 0!important;
        text-align: center;
    }
}

.u-mx-auto {
    margin-right: auto;
    margin-left: auto
}

.u-mt-0 {
    margin-top: 0 !important
}

.u-mr-0 {
    margin-right: 0 !important
}

.u-mb-0 {
    margin-bottom: 0 !important
}

.u-ml-0 {
    margin-left: 0 !important
}

.u-pt-0 {
    padding-top: 0 !important
}

.u-pr-0 {
    padding-right: 0 !important
}

.u-pb-0 {
    padding-bottom: 0 !important
}

.u-pl-0 {
    padding-left: 0 !important
}

.u-mt-1 {
    margin-top: 1rem !important
}

.u-mr-1 {
    margin-right: 1rem !important
}

.u-mb-1 {
    margin-bottom: 1rem !important
}

.u-ml-1 {
    margin-left: 1rem !important
}

.u-pt-1 {
    padding-top: 1rem !important
}

.u-pr-1 {
    padding-right: 1rem !important
}

.u-pb-1 {
    padding-bottom: 1rem !important
}

.u-pl-1 {
    padding-left: 1rem !important
}

.u-mt-2 {
    margin-top: 2rem !important
}

.u-mr-2 {
    margin-right: 2rem !important
}

.u-mb-2 {
    margin-bottom: 2rem !important
}

.u-ml-2 {
    margin-left: 2rem !important
}

.u-pt-2 {
    padding-top: 2rem !important
}

.u-pr-2 {
    padding-right: 2rem !important
}

.u-pb-2 {
    padding-bottom: 2rem !important
}

.u-pl-2 {
    padding-left: 2rem !important
}

.u-mt-3 {
    margin-top: 3rem !important
}

.u-mr-3 {
    margin-right: 3rem !important
}

.u-mb-3 {
    margin-bottom: 3rem !important
}

.u-ml-3 {
    margin-left: 3rem !important
}

.u-pt-3 {
    padding-top: 3rem !important
}

.u-pr-3 {
    padding-right: 3rem !important
}

.u-pb-3 {
    padding-bottom: 3rem !important
}

.u-pl-3 {
    padding-left: 3rem !important
}

.u-mt-4 {
    margin-top: 4rem !important
}

.u-mr-4 {
    margin-right: 4rem !important
}

.u-mb-4 {
    margin-bottom: 4rem !important
}

.u-ml-4 {
    margin-left: 4rem !important
}

.u-pt-4 {
    padding-top: 4rem !important
}

.u-pr-4 {
    padding-right: 4rem !important
}

.u-pb-4 {
    padding-bottom: 4rem !important
}

.u-pl-4 {
    padding-left: 4rem !important
}

@media (min-width:360px) {
    .u-mt-xs-0 {
        margin-top: 0 !important
    }

    .u-mr-xs-0 {
        margin-right: 0 !important
    }

    .u-mb-xs-0 {
        margin-bottom: 0 !important
    }

    .u-ml-xs-0 {
        margin-left: 0 !important
    }

    .u-pt-xs-0 {
        padding-top: 0 !important
    }

    .u-pr-xs-0 {
        padding-right: 0 !important
    }

    .u-pb-xs-0 {
        padding-bottom: 0 !important
    }

    .u-pl-xs-0 {
        padding-left: 0 !important
    }

    .u-mt-xs-1 {
        margin-top: 1rem !important
    }

    .u-mr-xs-1 {
        margin-right: 1rem !important
    }

    .u-mb-xs-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-xs-1 {
        margin-left: 1rem !important
    }

    .u-pt-xs-1 {
        padding-top: 1rem !important
    }

    .u-pr-xs-1 {
        padding-right: 1rem !important
    }

    .u-pb-xs-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-xs-1 {
        padding-left: 1rem !important
    }

    .u-mt-xs-2 {
        margin-top: 2rem !important
    }

    .u-mr-xs-2 {
        margin-right: 2rem !important
    }

    .u-mb-xs-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-xs-2 {
        margin-left: 2rem !important
    }

    .u-pt-xs-2 {
        padding-top: 2rem !important
    }

    .u-pr-xs-2 {
        padding-right: 2rem !important
    }

    .u-pb-xs-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-xs-2 {
        padding-left: 2rem !important
    }

    .u-mt-xs-3 {
        margin-top: 3rem !important
    }

    .u-mr-xs-3 {
        margin-right: 3rem !important
    }

    .u-mb-xs-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-xs-3 {
        margin-left: 3rem !important
    }

    .u-pt-xs-3 {
        padding-top: 3rem !important
    }

    .u-pr-xs-3 {
        padding-right: 3rem !important
    }

    .u-pb-xs-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-xs-3 {
        padding-left: 3rem !important
    }

    .u-mt-xs-4 {
        margin-top: 4rem !important
    }

    .u-mr-xs-4 {
        margin-right: 4rem !important
    }

    .u-mb-xs-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-xs-4 {
        margin-left: 4rem !important
    }

    .u-pt-xs-4 {
        padding-top: 4rem !important
    }

    .u-pr-xs-4 {
        padding-right: 4rem !important
    }

    .u-pb-xs-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-xs-4 {
        padding-left: 4rem !important
    }
}

@media (min-width:600px) {
    .u-mt-sm-0 {
        margin-top: 0 !important
    }

    .u-mr-sm-0 {
        margin-right: 0 !important
    }

    .u-mb-sm-0 {
        margin-bottom: 0 !important
    }

    .u-ml-sm-0 {
        margin-left: 0 !important
    }

    .u-pt-sm-0 {
        padding-top: 0 !important
    }

    .u-pr-sm-0 {
        padding-right: 0 !important
    }

    .u-pb-sm-0 {
        padding-bottom: 0 !important
    }

    .u-pl-sm-0 {
        padding-left: 0 !important
    }

    .u-mt-sm-1 {
        margin-top: 1rem !important
    }

    .u-mr-sm-1 {
        margin-right: 1rem !important
    }

    .u-mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-sm-1 {
        margin-left: 1rem !important
    }

    .u-pt-sm-1 {
        padding-top: 1rem !important
    }

    .u-pr-sm-1 {
        padding-right: 1rem !important
    }

    .u-pb-sm-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-sm-1 {
        padding-left: 1rem !important
    }

    .u-mt-sm-2 {
        margin-top: 2rem !important
    }

    .u-mr-sm-2 {
        margin-right: 2rem !important
    }

    .u-mb-sm-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-sm-2 {
        margin-left: 2rem !important
    }

    .u-pt-sm-2 {
        padding-top: 2rem !important
    }

    .u-pr-sm-2 {
        padding-right: 2rem !important
    }

    .u-pb-sm-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-sm-2 {
        padding-left: 2rem !important
    }

    .u-mt-sm-3 {
        margin-top: 3rem !important
    }

    .u-mr-sm-3 {
        margin-right: 3rem !important
    }

    .u-mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-sm-3 {
        margin-left: 3rem !important
    }

    .u-pt-sm-3 {
        padding-top: 3rem !important
    }

    .u-pr-sm-3 {
        padding-right: 3rem !important
    }

    .u-pb-sm-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-sm-3 {
        padding-left: 3rem !important
    }

    .u-mt-sm-4 {
        margin-top: 4rem !important
    }

    .u-mr-sm-4 {
        margin-right: 4rem !important
    }

    .u-mb-sm-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-sm-4 {
        margin-left: 4rem !important
    }

    .u-pt-sm-4 {
        padding-top: 4rem !important
    }

    .u-pr-sm-4 {
        padding-right: 4rem !important
    }

    .u-pb-sm-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-sm-4 {
        padding-left: 4rem !important
    }
}

@media (min-width:768px) {
    .u-mt-md-0 {
        margin-top: 0 !important
    }

    .u-mr-md-0 {
        margin-right: 0 !important
    }

    .u-mb-md-0 {
        margin-bottom: 0 !important
    }

    .u-ml-md-0 {
        margin-left: 0 !important
    }

    .u-pt-md-0 {
        padding-top: 0 !important
    }

    .u-pr-md-0 {
        padding-right: 0 !important
    }

    .u-pb-md-0 {
        padding-bottom: 0 !important
    }

    .u-pl-md-0 {
        padding-left: 0 !important
    }

    .u-mt-md-1 {
        margin-top: 1rem !important
    }

    .u-mr-md-1 {
        margin-right: 1rem !important
    }

    .u-mb-md-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-md-1 {
        margin-left: 1rem !important
    }

    .u-pt-md-1 {
        padding-top: 1rem !important
    }

    .u-pr-md-1 {
        padding-right: 1rem !important
    }

    .u-pb-md-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-md-1 {
        padding-left: 1rem !important
    }

    .u-mt-md-2 {
        margin-top: 2rem !important
    }

    .u-mr-md-2 {
        margin-right: 2rem !important
    }

    .u-mb-md-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-md-2 {
        margin-left: 2rem !important
    }

    .u-pt-md-2 {
        padding-top: 2rem !important
    }

    .u-pr-md-2 {
        padding-right: 2rem !important
    }

    .u-pb-md-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-md-2 {
        padding-left: 2rem !important
    }

    .u-mt-md-3 {
        margin-top: 3rem !important
    }

    .u-mr-md-3 {
        margin-right: 3rem !important
    }

    .u-mb-md-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-md-3 {
        margin-left: 3rem !important
    }

    .u-pt-md-3 {
        padding-top: 3rem !important
    }

    .u-pr-md-3 {
        padding-right: 3rem !important
    }

    .u-pb-md-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-md-3 {
        padding-left: 3rem !important
    }

    .u-mt-md-4 {
        margin-top: 4rem !important
    }

    .u-mr-md-4 {
        margin-right: 4rem !important
    }

    .u-mb-md-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-md-4 {
        margin-left: 4rem !important
    }

    .u-pt-md-4 {
        padding-top: 4rem !important
    }

    .u-pr-md-4 {
        padding-right: 4rem !important
    }

    .u-pb-md-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-md-4 {
        padding-left: 4rem !important
    }
}

@media (min-width:1080px) {
    .u-mt-lg-0 {
        margin-top: 0 !important
    }

    .u-mr-lg-0 {
        margin-right: 0 !important
    }

    .u-mb-lg-0 {
        margin-bottom: 0 !important
    }

    .u-ml-lg-0 {
        margin-left: 0 !important
    }

    .u-pt-lg-0 {
        padding-top: 0 !important
    }

    .u-pr-lg-0 {
        padding-right: 0 !important
    }

    .u-pb-lg-0 {
        padding-bottom: 0 !important
    }

    .u-pl-lg-0 {
        padding-left: 0 !important
    }

    .u-mt-lg-1 {
        margin-top: 1rem !important
    }

    .u-mr-lg-1 {
        margin-right: 1rem !important
    }

    .u-mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-lg-1 {
        margin-left: 1rem !important
    }

    .u-pt-lg-1 {
        padding-top: 1rem !important
    }

    .u-pr-lg-1 {
        padding-right: 1rem !important
    }

    .u-pb-lg-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-lg-1 {
        padding-left: 1rem !important
    }

    .u-mt-lg-2 {
        margin-top: 2rem !important
    }

    .u-mr-lg-2 {
        margin-right: 2rem !important
    }

    .u-mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-lg-2 {
        margin-left: 2rem !important
    }

    .u-pt-lg-2 {
        padding-top: 2rem !important
    }

    .u-pr-lg-2 {
        padding-right: 2rem !important
    }

    .u-pb-lg-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-lg-2 {
        padding-left: 2rem !important
    }

    .u-mt-lg-3 {
        margin-top: 3rem !important
    }

    .u-mr-lg-3 {
        margin-right: 3rem !important
    }

    .u-mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-lg-3 {
        margin-left: 3rem !important
    }

    .u-pt-lg-3 {
        padding-top: 3rem !important
    }

    .u-pr-lg-3 {
        padding-right: 3rem !important
    }

    .u-pb-lg-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-lg-3 {
        padding-left: 3rem !important
    }

    .u-mt-lg-4 {
        margin-top: 4rem !important
    }

    .u-mr-lg-4 {
        margin-right: 4rem !important
    }

    .u-mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-lg-4 {
        margin-left: 4rem !important
    }

    .u-pt-lg-4 {
        padding-top: 4rem !important
    }

    .u-pr-lg-4 {
        padding-right: 4rem !important
    }

    .u-pb-lg-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-lg-4 {
        padding-left: 4rem !important
    }
}

@media (min-width:1240px) {
    .u-mt-xl-0 {
        margin-top: 0 !important
    }

    .u-mr-xl-0 {
        margin-right: 0 !important
    }

    .u-mb-xl-0 {
        margin-bottom: 0 !important
    }

    .u-ml-xl-0 {
        margin-left: 0 !important
    }

    .u-pt-xl-0 {
        padding-top: 0 !important
    }

    .u-pr-xl-0 {
        padding-right: 0 !important
    }

    .u-pb-xl-0 {
        padding-bottom: 0 !important
    }

    .u-pl-xl-0 {
        padding-left: 0 !important
    }

    .u-mt-xl-1 {
        margin-top: 1rem !important
    }

    .u-mr-xl-1 {
        margin-right: 1rem !important
    }

    .u-mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-xl-1 {
        margin-left: 1rem !important
    }

    .u-pt-xl-1 {
        padding-top: 1rem !important
    }

    .u-pr-xl-1 {
        padding-right: 1rem !important
    }

    .u-pb-xl-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-xl-1 {
        padding-left: 1rem !important
    }

    .u-mt-xl-2 {
        margin-top: 2rem !important
    }

    .u-mr-xl-2 {
        margin-right: 2rem !important
    }

    .u-mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-xl-2 {
        margin-left: 2rem !important
    }

    .u-pt-xl-2 {
        padding-top: 2rem !important
    }

    .u-pr-xl-2 {
        padding-right: 2rem !important
    }

    .u-pb-xl-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-xl-2 {
        padding-left: 2rem !important
    }

    .u-mt-xl-3 {
        margin-top: 3rem !important
    }

    .u-mr-xl-3 {
        margin-right: 3rem !important
    }

    .u-mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-xl-3 {
        margin-left: 3rem !important
    }

    .u-pt-xl-3 {
        padding-top: 3rem !important
    }

    .u-pr-xl-3 {
        padding-right: 3rem !important
    }

    .u-pb-xl-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-xl-3 {
        padding-left: 3rem !important
    }

    .u-mt-xl-4 {
        margin-top: 4rem !important
    }

    .u-mr-xl-4 {
        margin-right: 4rem !important
    }

    .u-mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-xl-4 {
        margin-left: 4rem !important
    }

    .u-pt-xl-4 {
        padding-top: 4rem !important
    }

    .u-pr-xl-4 {
        padding-right: 4rem !important
    }

    .u-pb-xl-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-xl-4 {
        padding-left: 4rem !important
    }
}

@media (min-width:1680px) {
    .u-mt-xxl-0 {
        margin-top: 0 !important
    }

    .u-mr-xxl-0 {
        margin-right: 0 !important
    }

    .u-mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .u-ml-xxl-0 {
        margin-left: 0 !important
    }

    .u-pt-xxl-0 {
        padding-top: 0 !important
    }

    .u-pr-xxl-0 {
        padding-right: 0 !important
    }

    .u-pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .u-pl-xxl-0 {
        padding-left: 0 !important
    }

    .u-mt-xxl-1 {
        margin-top: 1rem !important
    }

    .u-mr-xxl-1 {
        margin-right: 1rem !important
    }

    .u-mb-xxl-1 {
        margin-bottom: 1rem !important
    }

    .u-ml-xxl-1 {
        margin-left: 1rem !important
    }

    .u-pt-xxl-1 {
        padding-top: 1rem !important
    }

    .u-pr-xxl-1 {
        padding-right: 1rem !important
    }

    .u-pb-xxl-1 {
        padding-bottom: 1rem !important
    }

    .u-pl-xxl-1 {
        padding-left: 1rem !important
    }

    .u-mt-xxl-2 {
        margin-top: 2rem !important
    }

    .u-mr-xxl-2 {
        margin-right: 2rem !important
    }

    .u-mb-xxl-2 {
        margin-bottom: 2rem !important
    }

    .u-ml-xxl-2 {
        margin-left: 2rem !important
    }

    .u-pt-xxl-2 {
        padding-top: 2rem !important
    }

    .u-pr-xxl-2 {
        padding-right: 2rem !important
    }

    .u-pb-xxl-2 {
        padding-bottom: 2rem !important
    }

    .u-pl-xxl-2 {
        padding-left: 2rem !important
    }

    .u-mt-xxl-3 {
        margin-top: 3rem !important
    }

    .u-mr-xxl-3 {
        margin-right: 3rem !important
    }

    .u-mb-xxl-3 {
        margin-bottom: 3rem !important
    }

    .u-ml-xxl-3 {
        margin-left: 3rem !important
    }

    .u-pt-xxl-3 {
        padding-top: 3rem !important
    }

    .u-pr-xxl-3 {
        padding-right: 3rem !important
    }

    .u-pb-xxl-3 {
        padding-bottom: 3rem !important
    }

    .u-pl-xxl-3 {
        padding-left: 3rem !important
    }

    .u-mt-xxl-4 {
        margin-top: 4rem !important
    }

    .u-mr-xxl-4 {
        margin-right: 4rem !important
    }

    .u-mb-xxl-4 {
        margin-bottom: 4rem !important
    }

    .u-ml-xxl-4 {
        margin-left: 4rem !important
    }

    .u-pt-xxl-4 {
        padding-top: 4rem !important
    }

    .u-pr-xxl-4 {
        padding-right: 4rem !important
    }

    .u-pb-xxl-4 {
        padding-bottom: 4rem !important
    }

    .u-pl-xxl-4 {
        padding-left: 4rem !important
    }
}

.u-text-light {
    font-weight: 300 !important
}

.u-text-normal {
    font-weight: 400 !important
}

.u-text-bold {
    font-weight: 700 !important
}

.u-text-left {
    text-align: left !important
}

.u-text-center {
    text-align: center !important
}

.u-text-right {
    text-align: right !important
}

@media (min-width:360px) {
    .u-text-xs-left {
        text-align: left !important
    }

    .u-text-xs-center {
        text-align: center !important
    }

    .u-text-xs-right {
        text-align: right !important
    }
}

@media (min-width:600px) {
    .u-text-sm-left {
        text-align: left !important
    }

    .u-text-sm-center {
        text-align: center !important
    }

    .u-text-sm-right {
        text-align: right !important
    }
}

@media (min-width:768px) {
    .u-text-md-left {
        text-align: left !important
    }

    .u-text-md-center {
        text-align: center !important
    }

    .u-text-md-right {
        text-align: right !important
    }
}

@media (min-width:1080px) {
    .u-text-lg-left {
        text-align: left !important
    }

    .u-text-lg-center {
        text-align: center !important
    }

    .u-text-lg-right {
        text-align: right !important
    }
}

@media (min-width:1240px) {
    .u-text-xl-left {
        text-align: left !important
    }

    .u-text-xl-center {
        text-align: center !important
    }

    .u-text-xl-right {
        text-align: right !important
    }
}

@media (min-width:1680px) {
    .u-text-xxl-left {
        text-align: left !important
    }

    .u-text-xxl-center {
        text-align: center !important
    }

    .u-text-xxl-right {
        text-align: right !important
    }
}

.u-text-nowrap {
    white-space: nowrap !important
}

.u-text-wrap {
    white-space: normal !important
}

.u-text-pre {
    white-space: pre !important
}

.u-text-short {
    letter-spacing: .02em !important
}

.u-text-long {
    letter-spacing: .2em !important
}

.u-text-underline {
    text-decoration: underline
}

.u-text-throughline {
    text-decoration: line-through
}

.u-text-overline {
    text-decoration: overline
}

.i-text-emphasis {
    -webkit-text-emphasis: filled inherit;
    text-emphasis: filled inherit
}

.u-text-shrink {
    -webkit-transform: scaleX(.9) !important;
    transform: scaleX(.9) !important
}

.u-w-100 {
    width: 100% !important
}

.u-w-50 {
    width: 50% !important
}

.u-w-0 {
    width: 0 !important
}

.u-w-max-100 {
    width: 100% !important
}

.u-w-max-50 {
    width: 50% !important
}

.u-w-max-0 {
    width: 0 !important
}

.u-w-min-100 {
    width: 100% !important
}

.u-w-min-50 {
    width: 50% !important
}

.u-w-min-0 {
    width: 0 !important
}

.u-h-100 {
    height: 100% !important
}

.u-h-50 {
    height: 50% !important
}

.u-h-0 {
    height: 0% !important
}

.u-h-max-100 {
    height: 100% !important
}

.u-h-max-50 {
    height: 50% !important
}

.u-h-max-0 {
    height: 0% !important
}

.u-h-min-100 {
    height: 100% !important
}

.u-h-min-50 {
    height: 50% !important
}

.u-h-min-0 {
    height: 0% !important
}

.p-insurance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin: auto
}

.p-insurance__block--human,
.p-insurance__block--pet,
.p-insurance__block--thing {
    width: 100%
}

.p-insurance__title {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width:768px) {
    .p-insurance {
        max-width: 800px
    }

    .p-insurance__block--human {
        width: 100%
    }

    .p-insurance__block--pet,
    .p-insurance__block--thing {
        width: 50%
    }
}

@media (min-width:1080px) {
    .p-insurance__block--human {
        width: 100%
    }

    .p-insurance__block--thing {
        width: 50%
    }

    .p-insurance__block--pet {
        width: 50%;
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

.p-card {
    position: relative;
    width: 140px;
    max-width: 100%;
    height: 140px;
    padding: 10px;
    margin: auto;
    text-align: center;
    background-color: #e7f3fa
}

.p-card--group {
    margin: 10px;
    background-color: #fff
}

.p-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #ec8289
}

.p-card__title--iryo2 {
    white-space: nowrap
}

.p-card__icon {
    position: absolute;
    top: 2em;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    fill: #ec8289
}

.p-card__icon--iryo2 {
    top: 4em;
    width: 80px;
    height: 80px
}

.p-card--green .p-card__title {
    color: #69ba80
}

.p-card--green .p-card__icon {
    fill: #69ba80
}

.p-card--blue .p-card__title {
    color: #45bacc
}

.p-card--blue .p-card__icon {
    fill: #45bacc
}

@media (min-width:768px) {
    .p-card {
        width: 185px;
        height: 185px;
        padding: 20px
    }

    .p-card__title {
        font-size: 2.3rem
    }

    .p-card__icon {
        width: 100px;
        height: 100px
    }

    .p-card__icon--iryo2 {
        width: 120px;
        height: 120px
    }
}

.p-group {
    padding: 20px;
    margin: auto;
    background: #e7f3fa
}

.p-group .p-card {
    width: 130px;
    min-width: auto;
    height: 150px;
    min-height: auto;
    margin: 5px
}

.p-group .p-card__title {
    font-size: 1.5rem
}

.p-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .p-group {
        padding: 30px 40px
    }

    .p-group .p-card {
        min-width: 185px;
        min-height: 185px;
        margin: 10px
    }

    .p-group .p-card__title {
        font-size: 1.8rem
    }
}

.p-org__container {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 50px
}

.p-org__container:not(:last-child):after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -100px;
    left: 0;
    z-index: -1;
    width: 0;
    height: 200px;
    margin: auto;
    content: "";
    border-left: 2px solid #ec8289
}

.p-org__hd {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: auto;
    left: 20px;
    z-index: 2;
    padding: 1rem;
    font-size: 2rem;
    color: #ec8289;
    text-align: center;
    letter-spacing: .2em;
    background-color: #fff;
    border-top: 2px solid #ec8289;
    border-bottom: 2px solid #ec8289
}

.p-org__hd-desc {
    display: block;
    padding: .5em 1em;
    margin-top: .5em;
    font-size: 1.4rem;
    letter-spacing: .08em;
    border: 1px solid #ec8289
}

.p-org__box {
    padding: 20px 20px 0;
    background-color: #faebea;
    border-top: 2px solid #ec8289;
    border-bottom: 2px solid #ec8289
}

.p-org__list {
    padding: 20px 0;
    margin-bottom: 0
}

.p-org__list:not(:first-child) {
    border-top: 2px dashed #ec8289
}

.p-org__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1rem;
    margin-bottom: 0;
    font-size: 2rem;
    color: #ec8289;
    letter-spacing: .2em;
    background-color: #fff
}

.p-org__dd {
    min-height: 80px;
    padding-top: 1rem;
    margin-bottom: 0;
    color: #231815
}

.p-org__groups {
    margin-top: 120px;
    margin-bottom: 40px
}

.p-org__groups-item {
    position: relative;
    padding: 1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-org__groups-item--this {
    color: #fe0;
    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
    background-color: #ec8289
}

.p-org__groups-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    white-space: nowrap
}

@media (min-width:360px) {
    .p-org__groups {
        margin-top: 80px;
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .p-org__container {
        padding-top: 3rem
    }

    .p-org__hd {
        position: absolute;
        top: 0;
        right: 40px;
        bottom: auto;
        left: 40px;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        font-size: 2.6rem
    }

    .p-org__hd,
    .p-org__hd-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .p-org__hd-desc {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 100%;
        padding: .5rem 1rem;
        margin-top: 0;
        margin-left: 1em;
        font-size: 1.6rem
    }

    .p-org__box {
        padding: 40px 40px 0
    }

    .p-org__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .p-org__list:not(:first-child) {
        border-top: 2px dashed #ec8289
    }

    .p-org__dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
        height: 80px;
        padding-left: 20px
    }

    .p-org__dt:after {
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 0;
        left: auto;
        width: 0;
        height: 0;
        content: "";
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #fff
    }

    .p-org__dd {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 0;
        margin-left: 40px
    }

    .p-org__dd,
    .p-org__groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .p-org__groups {
        margin-top: 40px;
        margin-bottom: 40px;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .p-org__groups-item {
        width: calc(25% - 20px);
        margin-top: 0;
        font-size: 2.2rem;
        border-radius: 100px
    }

    .p-org__groups-item:before {
        position: absolute;
        top: -60px;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 0;
        width: 0;
        height: 60px;
        margin: auto;
        content: "";
        border-left: 2px solid #ec8289
    }

    .p-org__groups-item:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%
    }

    .p-org__groups-item-inner {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1080px) {
    .p-org__groups-item {
        width: 200px;
        height: 200px
    }
}

.p-map {
    width: 100%;
    height: 445px;
    border: none
}

.swiper-slide {
    display: block;
    position: relative
}

.swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 110.90909%
}

.swiper-slide>picture {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #fff;
    opacity: 1
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ec8289
}

@media (min-width:768px) {
    .swiper-slide {
        display: block;
        position: relative;
        overflow: hidden
    }

    .swiper-slide:before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-top: 38.85191%
    }

    .swiper-slide>picture {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: auto;
        -webkit-transition: opacity .2s ease-out 0ms;
        transition: opacity .2s ease-out 0ms
    }

    .swiper-slide>picture:hover {
        opacity: .65
    }

    .swiper-slide>picture>img {
        width: 100%
    }

    .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        display: none
    }
}

.p-news {
    background-color: #fff6e9
}

.p-news__heading {
    width: 168px;
    margin: auto
}

.p-news__card-list>li:nth-child(n+3) {
    display: none
}

@media (min-width:768px) {
    .p-news__card-list>li:nth-child(n+3) {
        display: block
    }
}

.p-main-links {
    margin-top: 12px
}

.p-main-links__item {
    margin-top: 5px
}

@media (min-width:768px) {
    .p-main-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 0
    }

    .p-main-links__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 33.333%;
        margin-top: 0
    }
}

.p-movie {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto
}

@media (min-width:768px) {
    .p-movie {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .p-movie {
        max-width: 1240px
    }

    .p-movie--gap {
        max-width: 1080px
    }
}

.p-movie__inner {
    position: relative;
    max-width: 100%;
    margin: auto
}

.p-movie__title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1;
    color: #005fb0
}

.p-movie__tag {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 74px;
    height: auto;
    margin-bottom: 0
}

.p-movie__tag>img {
    width: 100%
}

.p-movie__movie {
    display: block;
    position: relative;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.p-movie__movie:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 55.83333%
}

.p-movie__movie:hover {
    opacity: .65
}

.p-movie__movie>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto
}

@media (min-width:600px) {
    .p-movie__inner {
        max-width: 400px
    }
}

@media (min-width:600px) and (min-width:768px) {
    .p-movie__inner {
        max-width: 600px
    }

    .p-movie__title {
        min-height: 30px;
        font-size: 3.3rem
    }

    .p-movie__tag {
        width: 132px
    }
}

.p-movie-modal-window {
    padding: 20px
}

.p-movie-modal-window__content {
    width: 90vw;
    max-width: 800px;
    height: 50.625vw;
    max-height: 450px
}

.p-movie-modal-window__content:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.p-movie-modal-window__content>iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none
}

.p-sub-links {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto
}

@media (min-width:768px) {
    .p-sub-links {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1080px) {
    .p-sub-links {
        max-width: 1240px
    }

    .p-sub-links--gap {
        max-width: 1080px
    }
}

.p-sub-links__item {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.p-sub-links__item:hover {
    opacity: .65
}

.p-sub-links__item>a>img {
    width: 100%
}

.p-sub-links__item:not(:first-child) {
    margin-top: 15px
}

@media (min-width:600px) {
    .p-sub-links {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto
    }

    .p-sub-links,
    .p-sub-links__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p-sub-links__list {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 1020px
    }

    .p-sub-links__item {
        width: calc(50% - 20px);
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px
    }

    .p-sub-links__item:not(:first-child) {
        margin-top: 20px
    }
}

.p-info-list {
    color: #231815
}

.p-info-list__about {
    margin-top: 20px
}

.p-info-list__about:before {
    content: "●"
}

.p-info-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px
}

.p-info-list__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px
}

.p-info-list__bnr,
.p-info-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-info-list__bnr {
    width: 220px;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 0;
    background-color: #fceced;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.p-info-list__bnr>a>img {
    width: auto;
    height: auto
}

.p-info-list__bnr:hover {
    opacity: .65
}

.p-info-list__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0
}

.p-info-list__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    fill: #ec8289
}

.p-info-list__text {
    display: block
}

.p-info-list__link {
    font-size: 2rem;
    color: #ec8289;
    -webkit-transition: opacity .2s ease-out 0ms;
    transition: opacity .2s ease-out 0ms
}

.p-info-list__link:hover {
    text-decoration: underline
}

@media (min-width:600px) {
    .p-info-list__box {
        margin-top: 0
    }

    .p-info-list__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .p-info-list__icon {
        margin: 0 20px
    }
}

.p-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-list-item__subtitle {
    font-size: 1.4rem
}

.p-list-item__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ec8289
}

@media (min-width:768px) {
    .p-list-item__subtitle {
        font-size: 1.6rem
    }

    .p-list-item__title {
        font-size: 2.4rem
    }
}

.p-list-onlybynet {
    display: inline-block;
    padding: 0 1em;
    margin-top: 5px;
    font-weight: 700;
    color: #fff;
    background-color: #f09639
}

.p-gray-box {
    max-width: 900px;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4
}

.p-gray-box--tel {
    max-width: 600px
}

.p-gray-box__title {
    font-size: 1.6rem;
    color: #ec8289
}

@media (min-width:768px) {
    .p-gray-box {
        padding: 40px
    }

    .p-gray-box__title {
        font-size: 1.9rem
    }
}

.p-left-center {
    line-height: 2;
    text-align: left
}

.p-center-center,
.p-left-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-center-center {
    margin-bottom: 0;
    text-align: center
}

.p-cloud-container {
    max-width: 320px;
    margin: 0 auto 10px
}

@media (min-width:600px) {
    .p-cloud-container {
        max-width: none;
        margin: 0
    }
}

.p-cloud {
    position: relative;
    width: 100%;
    background-size: contain !important
}

.p-cloud--01 {
    background: url(../img/under-review/planning/index/cloud01.svg) 50% no-repeat;
    background-size: cover
}

.p-cloud--01,
.p-cloud--02 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 37.73585%
}

.p-cloud--02 {
    background: url(../img/under-review/planning/index/cloud02.svg) 50% no-repeat;
    background-size: cover
}

.p-cloud--03 {
    background: url(../img/under-review/planning/index/cloud03.svg) 50% no-repeat;
    background-size: cover
}

.p-cloud--03,
.p-cloud--04 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 37.73585%
}

.p-cloud--04 {
    background: url(../img/under-review/planning/index/cloud04.svg) 50% no-repeat;
    background-size: cover
}

.p-cloud--05 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 37.73585%;
    background: url(../img/under-review/planning/index/cloud05.svg) 50% no-repeat;
    background-size: cover
}

.p-cloud__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    margin: auto
}

.p-subheading {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #ec8289
}

@media (min-width:600px) {
    .p-subheading {
        font-size: 2.4rem
    }
}

.p-timing__head {
    padding: 0;
    border-bottom: 1px solid #231815
}

.p-timing__head-text {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    color: #fff;
    background: #231815
}

.p-timing__item {
    padding: 15px 0;
    line-height: 2
}

.p-timing__item:not(:first-child) {
    border-top: 2px dotted #666464
}

.p-timing__title {
    margin-bottom: 0;
    font-size: 2rem;
    color: #ec8289
}

.p-timing__title:before {
    content: "●"
}

.p-graph01 {
    width: 100%
}

.p-circle {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2
}

.p-circle__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-weight: 700;
    color: #ec8289;
    white-space: nowrap;
    background-color: #faebea;
    border: 2px dashed #ec8289;
    border-radius: 500px
}

@media (min-width:360px) {
    .p-circle {
        font-size: 2.5rem
    }
}

@media (min-width:600px) {
    .p-circle {
        font-size: 2.7rem
    }
}

.p-small {
    font-size: 1.2rem
}

@media (min-width:360px) {
    .p-small {
        font-size: 1.5rem
    }
}

.p-trans {
    font-size: 1.8rem;
    -webkit-transform: scaleX(.9);
    transform: scaleX(.9)
}

@media (min-width:360px) {
    .p-trans {
        font-size: 2rem
    }
}

@media (min-width:600px) {
    .p-trans {
        font-size: 2.4rem
    }
}

.p-flow {
    padding: 20px 30px
}

@media (min-width:600px) {
    .p-flow {
        padding: 60px 60px 40px
    }
}

.p-flow-list {
    margin-top: 30px
}

.p-flow-list__item:not(:first-child) {
    margin-top: 60px
}

@media (min-width:600px) {
    .p-flow-list {
        margin-top: 0
    }
}

.p-flow-def {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-flow-def__term {
    width: 100%
}

.p-flow-def__desc {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:600px) {
    .p-flow-def__term {
        position: relative;
        width: 265px
    }

    .p-flow-def__desc {
        width: calc(100% - 265px)
    }

    .p-flow-def__desc:before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
        width: 15px;
        height: 19px;
        margin-right: 20px;
        content: "";
        background: url(../img/under-review/planning/index/triangle-right.svg) 50%/contain no-repeat
    }
}

.p-flow-term {
    position: relative;
    width: 100%;
    height: 80px;
    margin: auto auto 0;
    font-size: 3.3rem;
    color: #ec8289;
    background-color: #fff;
    border: 2px solid #ec8289;
    border-radius: 10px
}

.p-flow-term,
.p-flow-term__baloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-flow-term__baloon {
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 95px;
    height: 52px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    background: url(../img/under-review/planning/index/baloon.svg) 50%/contain no-repeat
}

@media (min-width:600px) {
    .p-flow-term {
        width: 245px;
        height: 80px;
        margin: 0
    }
}

.p-flow-desc {
    margin-bottom: 0
}

.p-voice-box__inner {
    padding: 15px 20px 80px;
    text-align: center;
    background-color: #f4f5f5
}

.p-voice-box__header {
    position: relative;
    text-align: center
}

.p-voice-box__subtitle {
    display: block;
    font-size: 1.4rem;
    color: #4ca9df;
    text-align: center
}

.p-voice-box__title {
    display: block;
    font-size: 2rem;
    color: #ec8289;
    text-align: center;
    letter-spacing: .2em
}

.p-voice-box__body {
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px
}

.p-voice-box__before {
    position: relative;
    font-size: 1.4rem;
    text-align: left
}

.p-voice-box__footer {
    position: relative;
    padding: 10px 20px;
    margin: -50px auto 0
}

.p-voice-box__footer:before {
    position: absolute;
    top: -18px;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    width: 20px;
    height: 16px;
    margin: auto;
    content: "";
    background: url(../img/voice/index/bottom.svg) 50%/contain no-repeat
}

.p-voice-box__footer:after {
    position: absolute;
    top: -20px;
    right: auto;
    bottom: auto;
    left: -10px;
    display: block;
    width: 120px;
    height: 64px;
    content: "";
    background: url(../img/voice/index/point.svg) 50%/contain no-repeat
}

.p-voice-box__after {
    padding: 20px;
    font-size: 1.4rem;
    color: #ec8289;
    background-color: #faebea
}

.p-voice-box__imgbox {
    text-align: center
}

@media (min-width:768px) {
    .p-voice-box__inner {
        padding: 40px 50px 120px
    }

    .p-voice-box__header {
        display: inline-block;
        max-width: 500px;
        margin: auto;
        text-align: left
    }

    .p-voice-box__subtitle {
        font-size: 1.9rem;
        text-align: left
    }

    .p-voice-box__title {
        font-size: 3rem;
        text-align: left
    }

    .p-voice-box__body {
        padding: 20px 40px;
        margin-top: 40px;
        line-height: 2;
        -moz-text-align-last: left;
        text-align-last: left;
        border-radius: 10px
    }

    .p-voice-box__before {
        font-size: 1.6rem
    }

    .p-voice-box__footer {
        padding-right: 40px;
        padding-left: 40px;
        margin-top: -80px;
        margin-right: 40px;
        margin-left: 40px;
        line-height: 2;
        -moz-text-align-last: left;
        text-align-last: left
    }

    .p-voice-box__footer:before {
        position: absolute;
        top: -25px;
        right: 0;
        bottom: auto;
        left: 0;
        display: block;
        width: 25px;
        height: 20px;
        margin: auto;
        content: "";
        background: url(../img/voice/index/bottom.svg) 50%/contain no-repeat
    }

    .p-voice-box__footer:after {
        position: absolute;
        top: -40px;
        right: auto;
        bottom: auto;
        left: -20px;
        display: block;
        width: 150px;
        height: 80px;
        content: "";
        background: url(../img/voice/index/point.svg) 50%/contain no-repeat
    }

    .p-voice-box__after {
        padding: 20px 100px 20px 40px;
        margin-right: 85px;
        font-size: 1.6rem
    }

    .p-voice-box__imgbox {
        position: absolute;
        top: 0;
        right: 40px;
        bottom: 0;
        left: auto;
        width: 169px;
        height: 169px;
        margin: auto
    }
}

.p-voice-box2 {
    padding: 20px;
    background-color: #fff;
    border-left: 8px solid #e3e3e3
}

.p-voice-box2__body {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
    color: #231815;
    border-top: 2px dotted #ec8289
}

@media (min-width:768px) {
    .p-voice-box2 {
        padding: 20px 40px
    }

    .p-voice-box2__body {
        font-size: 1.6rem
    }
}

.p-voice-hd-braket {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 2rem
}

.p-voice-hd-braket,
.p-voice-hd-braket__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-voice-hd-braket__icon {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-right: 10px;
    font-size: 1.6rem;
    color: #1a93d2
}

.p-voice-hd-braket__icon:before {
    width: 40px;
    height: 25px;
    content: "";
    background: url(../img/voice/index/voice.svg) 50%/contain no-repeat
}

.p-voice-hd-braket__text {
    font-size: 1.8rem;
    color: #ec8289
}

.p-voice-hd-braket:before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-top: 4px solid #ec8289;
    border-left: 4px solid #ec8289
}

.p-voice-hd-braket:after,
.p-voice-hd-braket:before {
    position: absolute;
    width: 12px;
    height: 24px;
    content: ""
}

.p-voice-hd-braket:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    max-height: 80%;
    border-right: 4px solid #ec8289;
    border-bottom: 4px solid #ec8289
}

@media (min-width:768px) {
    .p-voice-hd-braket {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        min-height: 60px;
        padding: 10px 40px
    }

    .p-voice-hd-braket:after,
    .p-voice-hd-braket:before {
        width: 28px;
        height: 48px
    }

    .p-voice-hd-braket__icon {
        margin-right: 20px;
        font-size: 3rem
    }

    .p-voice-hd-braket__icon:before {
        width: 80px;
        height: 50px;
        content: "";
        background: url(../img/voice/index/voice.svg) 50%/contain no-repeat
    }

    .p-voice-hd-braket__text {
        font-size: 2.6rem
    }
}

@media (min-width:768px) {
    html {
        -webkit-transition: font-size .2s ease-in 0ms;
        transition: font-size .2s ease-in 0ms
    }

    html.is-large {
        font-size: 75%
    }

    html.is-default {
        font-size: 62.5%
    }

    html.is-small {
        font-size: 50%
    }

    html.is-preventAnimation {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}