@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");

/*
Big Picture by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

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

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

/* html {
    height: 100%;
} */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


/* Spinner */

@-moz-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}


/* Loader */

@-moz-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-ms-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body {
    text-decoration: none;
}

body:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

body:after {
    -moz-animation: overlay-hide 1.5s ease-in forwards !important;
    -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
    -ms-animation: overlay-hide 1.5s ease-in forwards !important;
    animation: overlay-hide 1.5s ease-in forwards !important;
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.is-preload:before {
    -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    z-index: 100001;
}

body.is-preload:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    body:before {
        line-height: 2.025em;
    }
}


/* Type */

body,
input,
textarea,
select {
    font-family: "source-han-sans-japanese", "Source Sans Pro", "sans-serif";
    font-weight: 300;
    font-size: 18pt;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}

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

    body,
    input,
    textarea,
    select {
        font-size: 17pt;
    }
}

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

    body,
    input,
    textarea,
    select {
        font-size: 15pt;
    }
}

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

    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

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

    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

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

    body,
    input,
    textarea,
    select {
        font-size: 12pt;
        line-height: 1.5em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: inherit;
    letter-spacing: -0.0325em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.5em;
    }
}

strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #98c593;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #e5e6e7;
}

blockquote {
    border-left: solid 0.5em #e5e6e7;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}


/* Box */

.box {
    background: #ffffffcc;
    color: #39454b;
    padding: 2em;
}

.box> :last-child {
    margin-bottom: 0;
}

.box.style2 {
    padding: 3.5em 2.5em 3.5em 2.5em;
}

@media screen and (max-width: 736px) {
    .box {
        padding: 1em;
    }

    .box.style2 {
        padding: 1.5em 1.25em 1.5em 1.25em;
        background-color: rgba(255, 255, 255, 0.9);
    }
}


/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #ffab00;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
    position: absolute;
    left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
    background-color: #ffdf00;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
    background-color: #88bc82;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2,
button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover,
button.style2:hover {
    background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
.button.style2:active,
button.style2:active {
    background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down,
.button.style2.down,
button.style2.down {
    background-image: url("images/arrow.svg");
}


/* Form */

form {
    margin: 0 0 2em 0;
}

form> :last-child {
    margin-bottom: 0;
}

form>.fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
}

form>.fields>.field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
}

form>.fields>.field.half {
    width: calc(50% - 0.75em);
}

form>.fields>.field.third {
    width: calc(100%/3 - 0.5em);
}

form>.fields>.field.quarter {
    width: calc(25% - 0.375em);
}

@media screen and (max-width: 480px) {
    form>.fields {
        width: calc(100% + 2em);
        margin: -1em 0 2em -1em;
    }

    form>.fields>.field {
        padding: 1em 0 0 1em;
        width: calc(100% - 1em);
    }

    form>.fields>.field.half {
        width: calc(100% - 1em);
    }

    form>.fields>.field.third {
        width: calc(100% - 1em);
    }

    form>.fields>.field.quarter {
        width: calc(100% - 1em);
    }
}

label {
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #9ac8e9;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

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

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}


/* Icon */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon:before {
    line-height: inherit;
}

.icon>.label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}


/* Image */

.image {
    position: relative;
    display: inline-block;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
}

.image img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}


/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}


/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li>* {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5rem;
    }
}


/* Icons */

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}


/* Sections/Article */

header {
    margin-bottom: 1em;
}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 2em;
}


/* Table */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
    background: rgba(229, 230, 231, 0.5);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
    background: #39454b;
    color: #ffffff;
}

table.default tfoot {
    background: #e5e6e7;
}


/* Poptrox */

.poptrox-popup {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: 3em;
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2em;
}

.poptrox-popup .loader:before {
    -moz-animation: spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-rotate 0.75s infinite linear !important;
    animation: spinner-rotate 0.75s infinite linear !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
}

.poptrox-popup .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    cursor: default;
    z-index: 1;
    font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 64px;
    background: url("images/poptrox-nav.svg");
    top: calc(50% - 1.5em);
    margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
    opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    left: 0;
}

.poptrox-popup .closer {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fff;
    background: url("images/poptrox-closer.svg") center center;
    color: #ffffff !important;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
    opacity: 1.0 !important;
}

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

    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
        width: 48px;
        height: 32px;
        background-size: contain;
        margin: -16px 0 0 0;
    }

    .poptrox-popup .closer:before {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 1px #fff;
        background-size: contain;
        opacity: 0.65;
    }
}


/* Gallery */

.gallery {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 2em auto;
}

.gallery article {
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50%;
    position: relative;
    opacity: 1.0;
}

.gallery article .image {
    margin: 0;
    display: block;
}

.gallery article:nth-last-child(1n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -moz-transform: translateX(-14em);
    -webkit-transform: translateX(-14em);
    -ms-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -moz-transform: translateX(14em);
    -webkit-transform: translateX(14em);
    -ms-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -moz-transform: translateY(-7em);
    -webkit-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -moz-transform: translateY(7em);
    -webkit-transform: translateY(7em);
    -ms-transform: translateY(7em);
    transform: translateY(7em);
}

@media screen and (max-width: 480px) {
    .gallery {
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery article {
        width: 100%;
    }
}


/* Header */

#header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(255 255 255);
    height: 3em;
    line-height: 3em;
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}

#header h1 {
    position: absolute;
    left: 1em;
    top: 0;
    height: 3em;
    line-height: 3em;
    cursor: default;
}

#header h1 a {
    font-size: 1.25em;
}

#header h1 img {
    vertical-align: middle;
    padding: 0 15px;
    height: 3rem;
}

#header nav {
    position: absolute;
    right: 0.5em;
    top: 0;
    height: 3em;
    line-height: 3em;
}

#header nav ul {
    margin: 0;
}

#header nav ul li {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}

#header nav ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 3em;
    line-height: 3em;
    padding: 0 0.5em 0 0.5em;
    outline: 0;
}

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

    #header,
    #header h1 {
        height: 2.5em;
        line-height: 2.5em;
    }

    #header h1 img {
        height: 2rem;
    }
}

@media screen and (max-width: 736px) {
    #header h1 {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
    }

    #header h1 a {
        font-size: 1em;
    }

    #header h1 img {
        padding: 3px 15px;
        height: 2rem;
    }

    #header nav {
        display: none;
    }
}

body {
    padding-top: 3em;
}

@media screen and (max-width: 1300px) {
    body {
        padding-top: 2.5em;
    }
}

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


/* Main */

.main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.main>.content {
    width: 45em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}

.main>.content> :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style1 h2 {
    font-size: 4.25em;
    line-height: 1em;
}

.main.style1>.content {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    margin: 0;
}

.main.style1.inactive>.content {
    opacity: 0;
}


/* #clinic_list > .clinic_list_wrapper {
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
opacity: 1.0;
transform: translateY(0);
}

#clinic_list.inactive > .clinic_list_wrapper {
opacity: 0;
transform: translateY(30px);
} */

.clinic_list_flex {
    display: flex;
    flex-wrap: wrap;
}

.order_1 {
    order: 1;
}

.order_2 {
    order: 2;
}

.flex_full {
    width: 100%;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.style2>.content {
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 35%;
    margin: 0;
}

.main.style2.left {
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.main.style2.right {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
}

.main.style2.inactive.left>.content {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.main.style3 {
    text-align: center;
    padding: 6em 0 6em 0;
}

.main.style3 .content>header {
    margin-bottom: 2em;
}

.main.style3.primary {
    background: #ffffff;
}

.main.style3.secondary {
    background: #f5f6f7;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: inherit;
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

.main.dark .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
    background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
    background-image: url("images/dark-arrow.svg");
}

body.is-touch .main {
    background-attachment: scroll !important;
}

@media screen and (max-width: 1920px) {
    .main.style2 .content {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) {
    .main.style2 .content {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .main.style2 .content {
        width: 60%;
    }
}

@media screen and (max-width: 736px) {
    .main>.content br {
        display: none;
    }

    .main.fullscreen {
        height: auto !important;
    }

    .main.style1 {
        padding: 4em 15px 4em 15px;
    }

    .main.style1 h2 {
        font-size: 3em;
    }

    .main.style2 {
        padding: 6em 15px 6em 15px;
    }

    .main.style2:before,
    .main.style2:after {
        display: none !important;
    }

    .main.style2 .button.anchored {
        display: none;
    }

    .main.style2 .content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .main.style3 {
        text-align: center;
        padding: 3em 10px 3em 10px;
    }
}

@media screen and (max-width: 480px) {
    .main>.content {
        max-width: calc(100% - 1.5em);
    }
}


/* Footer */

#footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin: 0;
    line-height: 1em;
    padding: 1.5em;
    background: #39454b;
    color: rgba(185, 186, 187, 0.5);
    overflow: hidden;
}

#footer>* {
    margin-bottom: 0;
}

#footer a {
    color: inherit;
}

#footer a:hover {
    color: #b9babb;
}

#footer ul.menu {
    margin: 0;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
    #footer {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        line-height: 1.5em;
        text-align: center;
        padding: 2em 1em 2em 1em;
    }

    #footer>* {
        margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 736px) {
    #footer ul.menu li {
        border-left: none;
        display: block;
        line-height: inherit;
        margin: 0.25em 0 0 0;
        padding: 0.25em 0 0 0;
    }

    #footer ul.menu li:first-child {
        margin-top: 0;
        padding-top: 0;
    }
}


/* Intro */

#top {
    background: url("../../images/_211123/top_bg.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}


/*
#intro {
	background: url("images/overlay.png"), url("../../images/_211123/fv_bg.jpg");
	background-size: 256px 256px, cover;
	background-position: top left, top center;
	background-repeat: repeat, no-repeat;
}
*/

#intro {
    padding: 0;
    background-color: #24110b;
}

#top img,
#intro img {
    max-width: 100%;
    vertical-align: bottom;
}

.introbutton {
    display: flex;
    justify-content: center;
}

.introbutton input[type="button"] {
    margin: 0 10px;
    width: 45%;
}

#intro h2 {
    font-family: source-han-serif-japanese, serif;
}

#intro h3 {
    margin-bottom: 10px;
    line-height: 1;
}

#intro .btn_box {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 0;
    flex-direction: column;
    text-align: center;
}

#intro .btn a {
    max-width: 500px;
    display: block;
    margin: auto;
    background: #ffcf40;
    border: 1px solid #ffcf40;
    font-weight: 600;
    padding: 5px 0;
    color: #24110a;
}

#intro .btn a:hover {
    background: #24110a;
    color: #fff;
}

.insta_btn{
  display: flex!important;
  padding: 5px 20px!important; 
  justify-content: center!important; 
  align-items: center!important;
}
.insta_btn_icon{
  width: 10%!important;
  margin-right: 10px!important;
}

@media screen and (max-width: 1300px) {
    #intro {
        background-size: 256px 256px, 89%;
    }

    #intro .main>.content {
        width: 600px;
    }

    #intro .btn_box {
        padding: 30px 0;
    }

    #intro .btn_box h3 img {
        width: 55%;
    }
}

@media screen and (max-width: 736px) {
    .introbutton {
        flex-direction: column;
    }

    .introbutton input[type="button"] {
        margin: 10px 0;
        width: 100%;
    }

    #intro .btn_box {
        padding: 6vw 0;
    }

    #intro .btn_box h3 img {
        width: 80%;
    }
}

.introProduct {
    max-width: 1200px;
    margin: 0 auto 0;
}

.introProduct img {
    width: 100%;
}

.introProduct p {
    font-family: source-han-serif-japanese, sans-serif;
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    margin-top: -100px;
    color: #fff;
    margin-bottom: 60px;
}

@media screen and (max-width: 1300px) {
    .introProduct {
        max-width: 800px;
    }

    .introProduct p {
        font-size: 16px;
        margin-top: -50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 736px) {
    .introProduct {
        width: 100%;
    }

    .introProduct p {
        font-size: 14px;
        margin-top: -9vw;
        margin-bottom: 6vw;
    }

    .introProduct p br {
        display: block;
    }
}

.box h2 {
    display: inline;
    background: linear-gradient(transparent 70%, #ffdf00 0%);
}


/* One */

#one {
    background: url("images/overlay.png"), url("../../images/one.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#one.style2 .content {
    width: 60%;
}

@media screen and (max-width: 736px) {
    #one.style2 .content {
        width: 100%;
    }
}


/* Two */

#two {
    background: url("images/overlay.png"), url("../../images/two.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#two.style2 .content {
    width: 45%;
}

@media screen and (max-width: 736px) {
    #one.style2 .content {
        width: 100%;
    }
}


/* Two */

#two {
    background: url("images/overlay.png"), url("../../images/two.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#two.style2 .content {
    width: 45%;
}

@media screen and (max-width: 736px) {
    #two.style2 .content {
        width: 100%;
    }
}


/* three */

#three {
    background: url("images/overlay.png"), url("../../images/three.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#three.style2 .content {
    width: 45%;
}

@media screen and (max-width: 736px) {
    #three.style2 .content {
        width: 100%;
    }
}


/* four */

#four {
    background: url("images/overlay.png"), url("../../images/four.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#four.style2 .content {
    width: 45%;
}

@media screen and (max-width: 736px) {
    #four.style2 .content {
        width: 100%;
    }
}


/* five */

#five {
    background: url("images/overlay.png"), url("../../images/five.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#five.style2 .content {
    width: 45%;
}

@media screen and (max-width: 736px) {
    #five.style2 .content {
        width: 100%;
    }
}

#work {
    background: url("images/overlay.png"), url("../../images/work.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

@media screen and (max-width: 736px) {
    #work iframe {
        width: 100%;
    }
}

#contact {
    background: url("images/overlay.png"), url("../../images/contact.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}


/* Contact */

#contact {
    overflow: hidden;
    padding-bottom: 0;
}

#contact .box {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    background: none;
}

#contact.inactive .box {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#form-wrapper {
    background: #fff;
    padding: 30px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
}

#form-wrapper dl {
    display: flex;
    flex-wrap: wrap;
}

#form-wrapper dl dt {
    width: 40%;
}

#form-wrapper dl dd {
    width: 60%;
}

#form-wrapper input[type="text"],
#form-wrapper input[type="email"],
#form-wrapper input[type="password"],
#form-wrapper #form-wrapperinput[type="email"],
#form-wrapper input[type="tel"],
#form-wrapper input[type="search"],
#form-wrapperinput[type="url"],
#form-wrapper select,
#form-wrapper textarea {
    font-size: 16px;
    border: solid 1px #e5e6e7;
}

span.label-require {
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 10px;
    background: #ffab00;
    color: #fff;
}

#form-wrapper h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

#form-wrapper .btn {
    text-align: center;
}

#form-wrapper .btn a input {
    width: 350px;
    max-width: 100%;
    margin-bottom: 20px;
}

#form-wrapper h3+p {
    margin-bottom: 15px;
}

#form-wrapper input[type=checkbox] {
    appearance: revert;
    -moz-appearance: revert;
    -webkit-appearance: revert;
}

#form-wrapper input:disabled {
    /* background: #eee; */
}

.formTable {
    margin-bottom: 30px;
}

.form-btn {
    display: flex;
    justify-content: space-between;
}


/* 掲載メディアスライダー */

.media_slider_wrap {
    background: url('images/overlay.png'), url('../../images/bg_media.jpg');
    background-attachment: fixed, fixed;
    background-size: cover;
    background-position: center;
}

.media_content {
    width: 45em;
    max-width: 100%;
    margin: auto;
}

.media_slider_item {
    padding: 0 5px;
}

.media_link {
    display: block;
}

.media_img {
    margin: 0 auto 10px auto;
    max-height: 350px;
}

.media_date {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    padding: 3px;
}

.media_text {
    font-size: 16px;
    line-height: 1.5;
}


/* 都道府県絞り込み */

.sort {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sort_text {
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
}

.select {
    margin: 0px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 200px;
    max-width: 100%;
}

.select_wrapper {
    display: flex;
    align-items: center;
}


/* 20220215 新規追加 */

.btn.btn_more_view {
    width: 350px;
    max-width: 100%;
    margin: auto;
    padding: 15px 0;
}

.btn.btn_more_view p {
    padding: 10px;
    background: #ffcf40;
    border-radius: 30px;
    margin-bottom: 0;
}

.news_list_more {
    display: none;
}

@media screen and (max-width: 736px) {
    .form-btn {
        flex-direction: column;
    }
}

.confirm table {
    margin-bottom: 30px;
}

.confirm-table th,
.confirm-table td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}

.confirm-table th {
    width: 35%;
    background: #eee;
}

.confirm-table.t-head th {
    background: #ccc;
}

.confirm-table td {
    width: 65%;
}

input.btn_reset {
    background: #ccc;
}

input.btn_reset:hover {
    background: #aaa;
}

.tab ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.tab ul li {
    color: #fff;
    background: #aaa;
    padding: 15px 15px;
    margin: 0px;
    width: 50%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}

.tab ul li.active {
    background: #ffab00;
}

.tab-area {
    display: none;
}

.tab-area.show {
    display: block;
}

.hidden {
    display: none;
}

.select-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.select-wrapper select {
    width: 20%;
    margin: 0 15px;
    appearance: auto;
    text-align: right;
}

#form-wrapper .select-wrapper input.item-price,
#form-wrapper .select-wrapper input.shipping {
    width: 80%;
    border: none;
    text-align: right;
}

label.free-shipping {
    font-size: 14px;
    color: #ffac00;
}

.terms-wrap {
    border: solid 1px #e5e6e7;
    border-radius: 5px;
    height: 400px;
    overflow: scroll;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
}

.terms-wrap-inner {
    padding: 15px 20px 0;
}

.terms-wrap h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.terms-box {
    margin-bottom: 15px;
}

.terms-box h5 {
    font-size: 16px;
}

.terms-box ol {
    padding-left: 20px;
    list-style: decimal;
}

.terms-box ol ol li {
    list-style-type: none;
    counter-increment: cnt;
}

.terms-box ol ol li::before {
    content: "(" counter(cnt) ") ";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
}

.agree-check {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 18px;
}

.form-text {
    background: #eee;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    border-radius: 5px;
}

.form-text p {
    margin-bottom: 0;
}

.max-h {
    min-height: 95vh;
    position: relative;
}


/* 20210819 新規追加 */

.mv_caution {
    color: #3a3a3a;
    border: 1px solid;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 20px;
}

#clinic_list {
    background: url('images/overlay.png'), url('images/bg.jpg');
    background-attachment: fixed, fixed;
    padding: 75px 0;
}

.h2_box {
    padding: 0 15px 45px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.h2_box::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4d4d4d;
}

.h2_box h2 {
    margin-bottom: 15px;
}

.flex {
    display: flex;
}

.flex_wrap {
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.container_l {
    width: 1200px;
    margin: auto;
    max-width: 100%;
}

.clinic_box_wrapper {
    width: 32.333%;
    padding: 0 15px;
    font-size: 16px;
    display: flex;
}

.clinic_box_inner {
    background: #fff;
    padding: 0;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
}

.clinic_name {
    font-size: 16px;
    padding: 10px 15px;
    background: #eee;
}

.clinic_box_head {
    line-height: 0;
}

.clinic_image {
    max-width: 100%;
}

.clinic_info {
    padding: 15px 15px 5px;
    margin-bottom: 15px;
}

.clinic_info i {
    margin-left: 10px;
    margin-right: 10px;
}

.address {
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}

.address::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
    position: absolute;
    font-weight: 900;
    left: 13px;
}

.tel {
    color: #4d4d4d;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
}

.tel::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3cd';
    position: absolute;
    font-weight: 900;
    left: 13px;
}

.btn+.btn {
    margin-top: 15px;
}

.btn a {
    text-align: center;
    color: #fff;
    background: #2e1a11;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
    text-decoration: none;
}

.btn_wrapper {
    padding: 0 15px;
}

.clinic_box_wrapper .btn a {
    padding: 3px 35px 3px 10px;
    display: block;
}

.btn a:hover {
    background: #ffdf00;
    transition: 0.4s;
}

.btn.btn_l a {
    display: inline-block;
    padding: 20px 60px;
    font-size: 20px;
    border-radius: 60px;
}

.pad-1h {
    padding-bottom: 20px;
}

a.link_contact {
    display: inline-block;
    color: #39454b;
    border: 2px solid #faab02;
    text-decoration: none;
    padding: 10px 25px;
    transition: 0.4s;
    margin-bottom: 20px;
}

a.link_contact:hover {
    color: #fff;
    background: #faab02;
}


/* トップスライダー */

.img_fluid {
    max-width: 100%;
    height: auto;
}

.top_slider .slick-slider {
    margin-bottom: 0;
}

.top_slider .slick-dots {
    bottom: 8px;
}

@media screen and (max-width: 736px) {
    #form-wrapper {
        padding: 20px 15px;
    }

    #form-wrapper dl dt,
    #form-wrapper dl dd {
        width: 100%;
    }

    .terms-wrap {
        font-size: 12px;
        height: 200px;
    }

    .terms-wrap-inner {
        padding: 5px 8px 0;
    }

    .terms-wrap h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .terms-box h5 {
        font-size: 14px;
    }

    p.form-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 736px) {
    #contact .box {
        padding: 1.5em 1.5em 2em 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #contact .box {
        padding: 1em 1em 2em 1em;
    }
}


/* news */

#news {
    padding: 60px 0;
    background: url(../../images/_211123/news_bg.jpg) no-repeat;
    background-size: cover;
    flex-direction: column;
}

.news-box {
    color: #444 !important;
    background: #fff;
    padding: 30px 45px;
    position: relative;
}

.news-box::before,
.news-box::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 110px;
    height: 1px;
    background-color: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news-box::before {
    top: 30px;
    left: -3%;
}

.news-box::after {
    bottom: 30px;
    right: -3%;
}

.news-box .h3-box {
    margin-bottom: 20px;
}

.news-box .h3-en {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.news-box h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.news-box ul {
    /* margin-bottom: 0; */
}

.news-box ul li {
    text-align: left;
    border-bottom: 1px dotted #999;
    padding: 0 5px 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.news-box ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    line-height: 1.5;
    transition: 0.3s;
}

.news-box ul li a:hover {
    opacity: 0.65;
    transition: 0.3s;
}

.news-box ul li a span.ymd {
    width: 100px;
    margin-right: 15px;
    background: #2e1a11;
    color: #fff;
    padding: 2px 15px 4px;
}

.center {
    text-align: center;
}

@media screen and (min-width: 737px) {
    .hidden-pc {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .hidden-sp {
        display: none;
    }

    #news {
        padding: 30px 0;
        overflow-x: hidden;
    }

    .news-box {
        padding: 30px 15px;
    }

    .news-box::before,
    .news-box::after {
        width: 60px;
    }

    .news-box h3 {
        font-size: 14px;
    }

    .news-box ul li {
        font-size: 14px;
        padding: 0 5px 15px;
        margin-bottom: 15px;
    }

    .news-box ul li:last-child {
        margin-bottom: 0;
    }

    .news-box::before {
        top: 15px;
        left: -4%;
    }

    .news-box::after {
        bottom: 15px;
        right: -4%;
    }

    .news-box ul li a span.ymd {
        /* width: 80px; */
        text-align: center;
    }

    /* 20210215 新規追加 */
    .news_list {
        margin-bottom: 15px;
    }

    .news-box ul li a {
        flex-wrap: wrap;
    }

    .btn.btn_more_view {
        padding: 0;
    }

    .news-box ul li a span.text {
        width: 100%;
        padding-top: 5px;
    }

    #clinic_list {
        padding: 45px 0 75px;
    }

    .h2_box {
        padding: 0 15px 15px;
        margin-bottom: 30px;
    }

    .clinic_box_wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .clinic_name {
        font-size: 16px;
    }

    .clinic_box_wrapper .btn a {
        padding: 8px 34px 8px 10px;
    }

    .btn.btn_l a {
        display: block;
        padding: 20px 15px;
    }

    .pad-1h {
        padding-bottom: 0;
    }
}


/* iPad用 */

@media screen and (min-width: 736px) and (max-width: 1023px) {
    .flex_wrap {
        padding: 0 15px;
    }

    .clinic_box_wrapper {
        width: 50%;
    }
}


/* PC以外 */

@media screen and (min-width: 1024px) {
    .not-pc {
        display: none;
    }
}


/*20220513 追記 沼田*/
.btn.reserve a {
    background: #ffcf40;
    border: 1px solid #ffcf40;
    color: #2e1a11;
}

.btn.reserve a:hover {
    background: #ffdf00;
    transition: 0.4s;
    color: #fff;
}

.badge {
    width: 35%;
}

.skin_badge {
    max-width: 100%;
}

.badge_text {
    background-color: #ffcf40;
    color: #2e1a11;
    text-align: center;
    line-height: 1;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 8px;
}

.clinic_box_inner {
    position: relative;
}

.badge_position {
    position: absolute;
    top: 10px;
    left: 10px;
}

.p_tb_75 {
    padding: 75px 0;
}

.about_wrap {
    background-image: url("../../images/vc35.png"), url("../../images/vc35_2.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 5% 70%, 80% 0%;
}

.about_text,
.badge_wrap p {
    font-size: 18px;
    text-align: center;
}

.about_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgb(255 255 255 / 80%);
}

.care_list {
    list-style: none;
}

/*
.badge_wrap {
    text-align: center;
}
*/

.badge_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #fff59de3;
    width: 800px;
    margin: 0 auto;
    border-radius: 5px;
}

.badge_wrap p {
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
}

.badge_img {
    width: 60%;
    margin: 0 auto;
}

/*
.badge_img {
    width: 30%;
    margin: 0 auto;
}
*/
.badge_img img {
    max-width: 100%;
}

.caution {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .about_wrap {
        background-position: -30% 95%, 100% 0%;
        background-size: 80%, 30%;
    }

    .about {
        padding: 0 15px 30px 15px;
    }

    .badge_wrap {
        width: 90%;
        padding: 15px;
        margin: 0 auto;
    }

    .badge_wrap p {
        margin-left: 10px;
    }

    .about_text,
    .badge_wrap p {
        font-size: 14px;
    }

    .about_wrap {
        padding-bottom: 200px;
    }

}

/*20221005*/
.modal section {
    padding-bottom: 60px;
}

section#index {
    padding: 75px 0;
}

.column_title {
    text-align: center;
    font-size: 14px;
    background: #ffcf40;
    color: #222;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview_title {
    text-align: center;
    font-size: 14px;
    background: #ffcf40;
    color: #222;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.modal.fade_in {
    animation: modal_in 0.3s linear 0s;
}

.modal.fade_out {
    animation: modal_out 0.3s linear 0s;
}

.modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.modal_content {
    background: #fff;
    left: 50%;
    padding: 80px 40px;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 70vw;
    max-width: 100%;
    z-index: 1000;
    /* max-height: 90%; */
    /* overflow: scroll; */
    border-radius: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 90vh;
}

.modal_content::-webkit-scrollbar {
    display: none;
}

.bnr_modal_close::after {
    content: none;
    position: absolute;
    top: 0px;
    right: 33px;
    font-size: 35px;
    color: #ccc;
}

a.bnr_modal_close::after {
    content: '×';
}

.modal_slider .slick-prev {
    top: 50%;
    /*left: 0;*/
    left: -15px;
}

.modal_slider .slick-next {
    top: 50%;
    /*right: 0;*/
    right: -15px;
}

.modal_slider .slick-dots {
    bottom: -50px;
}

.modal_content_inner {
    overflow: revert;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal_content_inner::-webkit-scrollbar {
    display: none;
}

.modal_content_inner .flex {
    margin: 0;
}

.modal_content .modal_img {
    width: 60%;
    /* margin: 0 auto 30px; */
    margin: 0;
}

.modal_content .modal_img+div {
    width: 40%;
}

.modal_content .modal_img+div>div {
    padding: 8px 0px 8px 20px;
}

.h3_title {
    margin: 0px 0px 30px;
    position: relative;
}

.modal .p-address__btn__list {
    width: 100%;
    margin: 30px auto 0;
}

.modal_text {
    overflow: scroll;
    overflow-x: hidden;
    height: 75vh;
    /*-ms-overflow-style: none;*/
    /* IE, Edge 対応 */
    /*scrollbar-width: none;*/
    /* Firefox 対応 */
}

.modal_text::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    /*display:none;*/
}

.modal_text::-webkit-scrollbar {
    width: 5px;
}

.modal_text::-webkit-scrollbar-thumb {
    background-color: rgb(72 72 72 / 50%);
    border-radius: 10px;
}

.modal_text::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
}

p.cese_text {
    font-size: 14px;
    margin-bottom: 20px;
}

.modal_text .text_box {
    margin-bottom: 20px;
}

.modal_text li {
    font-size: 14px;
}

/* .slick-initialized .slick-slide {
    display: block;
    width: auto!important;
}
.slick-track {
    width: auto!important;
} */
.flex.jc_center {
    justify-content: center;
}

.flex.ai_center {
    align-items: center;
}

.flex.flex_wrap {
    flex-wrap: wrap;
}

.h3_title_content {
    text-align: center;
    margin-bottom: 30px;
}

.h3_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
}

.h3_title::before,
.h3_title::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #b99529;
}

.h3_title::before {
    margin-right: 20px;
}

.h3_title::after {
    margin-left: 20px;
}

.h4_title_content {
    text-align: center;
    border-bottom: 3px solid #f7f5ef;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.h4_title {
    font-size: 1.8rem;
    color: #775f3a;
}

.h4_span {
    letter-spacing: 15px;
    font-size: 1.2rem;
}

.h5_title {
    font-size: 1.3rem;
    padding-left: 10px;
    border-left: 5px solid #ffcf40;
    margin-bottom: 30px;
}

.modal_text .text_box p {
    font-size: 1rem;
}

.menu_list {
    padding: 20px 10px 20px 80px;
    list-style: disc;
}

.index_list {
    padding-left: 10px;
}

.modal_text li.item_list {
    font-size: 18px;
    padding-left: 0;
}

.item_list.item_list_s {
    width: 20%;
}

.modal_text_inner {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.border_box {
    border: 1px solid #b99529;
}

.inline_b {
    display: inline-block;
}

.item_name {
    color: #b99529;
    font-weight: bold;
}

.gold {
    color: #b99529;
}

.menu_title {
    position: relative;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid #ffcf40;
    font-weight: bold;
    display: inline-block;
    font-size: 1.3rem;
}

.menu_title:before,
.menu_title:after {
    position: absolute;
    top: 100%;
    left: 15%;
    content: "";
    height: 0;
    width: 0;
}

.menu_title:before {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #ffcf40;
    margin-left: -16px;
}

.menu_title:after {
    border: 6px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -12px;
}

.border_b {
    border-bottom: 1px solid #ffcf40;
}

.red {
    color: #cd0000;
}

.bold {
    font-weight: bold;
}

.price_title {
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #ebb55f;
    padding: 30px;
}

.price_box {
    display: inline-block;
}

.inline_b {
    display: inline-block;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.img_box {
    margin-bottom: 30px;
}

.wdt10 {
    width: 10%;
}

.wdt20 {
    width: 20%;
}

.wdt30 {
    width: 30%;
}

.wdt40 {
    width: 40%;
}

.wdt50 {
    width: 50%;
}

.wdt60 {
    width: 60%;
}

.wdt70 {
    width: 70%;
}

.wdt80 {
    width: 80%;
}

.flex.ai_start {
    align-items: flex-start;
}

.flex.jc_between {
    justify-content: space-between;
}

.flex.jc_start {
    justify-content: flex-start;
}

.max_100 {
    max-width: 100%;
}

.m_lr_auto {
    margin-left: auto;
    margin-right: auto;
}

.p_t_0 {
    padding-top: 0 !important;
}

.m_b_0 {
    margin-bottom: 0 !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_b_20 {
    margin-bottom: 20px !important;
}

.m_b_30 {
    margin-bottom: 30px !important;
}

.clinic_list a {
    color: inherit;
    padding: 10px 20px;
    display: inline-block;
    color: #2e1a11;
    border-radius: 30px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #ffcf40;
}

.clinic_list a:hover {
    background: #ffdf00;
    transition: 0.4s;
    color: #fff;
}

.clinic_list li {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.font_s {
    font-size: 0.8rem !important;
}

.font_m {
    font-size: 1rem !important;
}

.lh_s {
    line-height: 1.2;
}

.marker_y {
    background: linear-gradient(transparent 50%, #ffdf00 50%);
}

.price_title.font_n {
    font-size: 1.2rem;
}

.title_p {
    position: relative;
    padding-left: 30px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.title_p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 15.6px;
    border-color: transparent transparent transparent #ffcf40;
}

.modal_btn {
    display: inline-block;
}

.modal_btn a {
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
    text-decoration: none;
    padding: 3px 30px;
    display: block;
    font-size: 1rem;
}

.modal_btn.clinic_btn a {
    background: #2e1a11;
}

.modal_btn.insta_btn a {
    background: #572c45;
}

.modal_btn a:hover {
    background: #ffdf00;
    transition: 0.4s;
}

#interview {
    background: url(../../images/doctor/doctor_bg_img.jpg);
    background-attachment: fixed, fixed !important;
    padding: 75px 0;
    background-size: cover;
}

#column {
    background: url(../../images/column/column_bg_img.jpg);
    background-attachment: fixed, fixed !important;
    padding: 75px 0;
    background-size: cover;
}

.column img,
.interview img {
    max-width: 100%;
}

.column_slider_item,
.interview_slider_item {
    padding: 0 5px;
}

.column_slider,
.interview_slider {
    padding-bottom: 20px;
    z-index: 1;
}

.column .slick-next,
.interview .slick-next {
    right: -10px;
    z-index: 2;
}

.column .slick-prev,
.interview .slick-prev {
    left: -10px;
    z-index: 2;
}

.index_box {
    background-color: #f7f5ef;
    padding: 30px;
    color: #775f3a;
}

.index_box .h4_title {
    font-family: YuGothic;
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.index_box li {
    position: relative;
}

.index_box a {
    color: #775f3a;
}

.index_b::after {
    border-bottom: 2px dotted #775f3a;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40px;
    transform: translateX(-50%);
    width: 80px;
}

.hidden_pc {
    display: none;
}

.price_link:hover {
    background-color: #ffdf00;
}

.slick-prev:before,
.slick-next:before {
    color: #575757;
    font-size: 30px;
}

table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ebb55f;
}

thead,
tbody,
table tr,
table td {
    border: 1px solid #ebb55f;
    padding: 5px 10px;
}

table th {
    background-color: #ebb55f;
    font-size: 1.2rem;
    color: #fff;
    padding: 5px 10px;
}

.price_t_menu td {
    font-size: 1rem;
}

.clinic {
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}

.clinic::before {
    font-family: "Font Awesome 5 Free";
    content: '\f47d';
    position: absolute;
    font-weight: 900;
    left: 13px;
}

/*20221125*/
#pnueskin {
    background: url(../../images/column/pnueskin_bg.jpg);
    background-attachment: fixed, fixed !important;
    padding: 75px 0;
    background-size: cover;
}

.price_link_text {
    border: solid 1px #ebb55f;
}

.price_link_text a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #ebb55f;
}

.price_link_text a:hover {
    background-color: #ebb55f;
    color: #fff;
    transition: 0.4s;
}

.m_r_10 {
    margin-right: 10px;
}

/*20230106*/
.detail_text {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.detail_text::before {
    content: "●";
    color: #ebb55f;
    top: 0;
    left: 0;
    position: absolute;
}

.insta_icon {
    width: 10%;
}

.block {
    display: block;
}

.l_h_1 {
    line-height: 1;
}

.link_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_item span {
    color: #2e1a11;
}

.clinic_link a {
    padding: 20px;
    color: #2e1a11;
    border-radius: 30px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #ffcf40;
    display: block;
}

.clinic_link a:hover,
.insta_link_box a:hover {
    background: #ffdf00;
    transition: 0.4s;
    color: #fff;
}

.insta_link_box a:hover {
    border: 2px solid #ffdf00;
}

.insta_link_box a {
    padding: 10px 20px;
    color: #2e1a11;
    border-radius: 30px;
    transition: 0.4s;
    text-decoration: none;
    border: 2px solid #ffcf40;
    text-align: center;
}

.insta_link_box {
    width: calc(100% / 3);
}

.text_link {
    color: inherit;
}

.price_table th {
    border-right: 1px solid #fff;
}

.price_table th:last-child {
    border-right: none;
}

.modal_text .text_box p {
    line-height: 1.6;
}

.video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.a_h_yellow:hover {
    color: #ffcf40;
}

@media screen and (max-width: 1920px) {
    .clinic_link a {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1245px) {
    .modal_text_inner {
        width: 80%;
    }
}

@media screen and (max-width: 1104px) {
    .modal_text_inner {
        width: 90%;
    }

    .h4_title_content {
        width: 300px;
    }
}

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

    .column_title,
    .interview_title {
        font-size: 12px;
    }

    .modal_content {
        padding: 15px;
        width: 90%;
        height: 80%;
        max-height: 650px;
    }

    .modal_content .modal_img {
        width: 100%;
    }

    .modal_content .modal_img+div {
        width: 100%;
    }

    .modal_content_inner .flex {
        flex-wrap: wrap;
    }

    .modal_content .modal_img+div>div {
        padding: 8px 5px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .modal_content {
        margin: 0px 0px 10px;
    }

    .bnr_modal_close::after {
        top: 0px;
        right: 0px;
        border-radius: 5px;
        line-height: 1;
        z-index: 1000;
        background: #fff;
        padding: 0px 8px;
    }

    .modal_text {
        overflow: scroll;
        max-height: 600px;
        overflow-x: hidden;
    }

    .modal_slider .slick-dots {
        bottom: -30px;
    }

    .column_title,
    .interview_title {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal_text_inner {
        width: 100%;
    }

    .block_sp {
        display: block !important;
    }

    .m_b_0_sp {
        margin-bottom: 0px;
    }

    .m_b_10_sp {
        margin-bottom: 10px;
    }

    .wdt60_sp {
        width: 60%;
    }

    .wdt100_sp {
        width: 100% !important;
    }

    .modal_text .price_box {
        padding: 0;
        margin-bottom: 10px;
    }

    .modal_text .text_box p {
        font-size: 0.8rem;
    }

    .modal_text li.item_list {
        font-size: 15px;
        width: 80px;
    }

    .price_title,
    .price_num {
        padding: 20px;
    }

    ul.clinic_list {
        padding-left: 0;
    }

    .modal_btn {
        margin-bottom: 10px;
    }

    .modal_btn a {
        padding: 10px 30px;
    }

    .price_title,
    .price_num {
        width: auto;
    }

    .h3_title::before,
    .h3_title::after {
        width: 20px;
    }

    .h3_title::before {
        margin-right: 10px;
    }

    .h3_title::after {
        margin-left: 0px;
    }

    .modal_text .text_box p {
        line-height: 2.5;
    }

    .index_box .h4_title {
        font-size: 1.3rem;
    }

    .menu_list {
        padding: 20px 10px 20px 30px;
    }

    .visible_sp {
        display: block !important;
    }

    .h4_title_content {
        width: 200px;
        padding-bottom: 10px;
    }

    .h4_title {
        font-size: 1rem;
    }

    section#index {
        padding: 30px 0;
    }

    .modal section {
        padding-bottom: 30px;
    }

    .index_box {
        padding: 30px 20px;
    }

    .h4_span {
        letter-spacing: 10px;
        font-size: 0.8rem;
    }

    .index_list {
        padding: 10px 10px 0px 10px;
    }

    .h3_title_content,
    .h3_title {
        margin-bottom: 0;
    }

    .h3_title {
        font-size: 1.1rem;
    }

    .h5_title {
        font-size: 1rem;
    }

    .title_p {
        font-size: 1rem;
    }

    .title_p_content {
        margin-bottom: 20px;
    }

    .item_list.item_list_full {
        width: 100% !important;
    }

    .flex.jc_center_sp {
        justify-content: center;
    }

    .hidden_sp {
        display: none;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
    }

    .price_t_menu td {
        font-size: 0.8rem;
    }

    table th {
        font-size: 1rem;
    }

    .price_num {
        vertical-align: middle;
    }

    .left_sp {
        text-align: left;
    }

    /*20221125*/
    .badge_wrap {
        width: 100%;
        padding: 15px;
        margin: 0;
    }

    .p_b_0_sp {
        padding-bottom: 0;
    }

    /*20221129*/
    .m_r_0_sp {
        margin-right: 0;
    }

    .price_link_text a {
        padding: 10px;
    }

    .price_title {
        padding: 10px;
    }

    /*20230106*/
    .clinic_link a {
        padding: 10px 20px;
    }

    .insta_link_box a {
        padding: 5px 20px;
    }

    .insta_icon {
        width: 5%;
    }
}

.cursive {
    font-family: "fertigo-script";
}