@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }
img{
    pointer-events: none;
}
abbr[title],
abbr[data-original-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 {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: .5rem;
    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: -1.5em; }

a {
    color: #6096C4;
    text-decoration: none; }
a:hover {
    opacity: .8; }

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
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;
    padding: 0; }

img {
    vertical-align: middle;
    border-style: none; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 0.5rem; }

button {
    border-radius: 0; }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

select {
    word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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; }

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #F4F5EF;
    --gray: #E5E5E5;
    --primary: #FF5A3C;
    --second: #00B400;
    --third: #FEB33C;
    --text-body: #1E1E1E;
    --radius: 5px; }

/* Base Setting
---------------------------------------- */
html {
    scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "YuGothic", "游ゴシック体", sans-serif;
    overflow-wrap: break-word;
    font-weight: 500;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.75;
    position: relative;
    width: 100%;
    background: var(--white); }
@media only screen and (min-width: 768px) {
    body {
        font-size: 24px; } }

a {
    transition: all 0.3s;
    color: var(--primary);
    outline: none !important;
    opacity: 1; }
a:hover {
    opacity: 0.7;
    color: var(--second); }

p {
    margin-bottom: 25px; }
@media only screen and (min-width: 768px) {
    p {
        margin-bottom: 40px; } }

h1, h2, h3, h4, h5, h6 {
    font-family: "YuGothic", "游ゴシック体", sans-serif;
    font-weight: 700;
    color: var(--primary); }

h1 {
    font-size: 35px;
    line-height: 1.2; }

h2 {
    font-size: 32px;
    line-height: 1.3; }

h3 {
    font-size: 30px;
    line-height: 1.4; }

h4 {
    font-size: 28px;
    line-height: 1.5; }

h5 {
    font-size: 26px;
    line-height: 1.6; }

h6 {
    font-size: 24px;
    line-height: 1.75; }

img {
    max-width: 100%;
    vertical-align: bottom; }

.container, .container-fluid {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative; }

.header__nav ul, .home__nav nav ul, .pricing-example ul, .contact-box ul {
    margin: 0;
    padding: 0;
    list-style: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="tel"],
input[type="search"],
textarea,
select
{
    border-radius: var(--radius);
    padding: 9px 20px;
    outline: none !important;
    border: 0;
    background: rgba(255, 180, 60, 0.3);
    width: 100%; }

.btn,
button,
input[type="button"],
input[type="submit"] {
    transition: all 0.3s;
    color: var(--white);
    padding: 9px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0; }
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    opacity: 0.9;
    color: var(--white); }
.btn svg,
button svg,
input[type="button"] svg,
input[type="submit"] svg {
    margin-right: 15px;
    max-height: 20px; }
.btn.btn-white,
button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
    color: var(--primary);
    background: var(--white); }

.btn-outline {
    transition: all 0.3s;
    color: var(--primary);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: none;
    text-transform: uppercase;
    border: 1px solid var(--primary); }
.btn-outline:hover {
    opacity: 0.9;
    color: var(--white); }
.btn-outline svg {
    margin-right: 15px;
    max-height: 20px; }
.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white); }

.container-fluid {
    max-width: 1920px; }
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px; } }

.hamburger {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    align-self: flex-end;
    border: 2px solid var(--white);
    opacity: 1; }
.hamburger__line {
    width: 29px;
    height: 3px;
    background: var(--black);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1.5px);
    left: calc(50% - 14.5px); }
.hamburger__line::before, .hamburger__line::after {
    content: '';
    transform-origin: center center;
    width: 29px;
    height: 3px;
    background: var(--black);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 10px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1; }
.hamburger__line::after {
    top: -10px; }
.hamburger.active .hamburger__line {
    transform: rotate(225deg); }
.hamburger.active .hamburger__line::before {
    transform: rotate(-90deg);
    top: 0; }
.hamburger.active .hamburger__line::after {
    opacity: 0; }

.media-align-right {
    float: right;
    margin: 0 0 30px 30px; }

.btn-link {
    color: var(--third); }
@media only screen and (min-width: 992px) {
    .btn-link {
        font-size: 30px; } }

.text-orange {
    color: #FF5A3C; }

.text-green {
    color: #00B400; }

.text-yellow {
    color: #ECAA42; }

@media only screen and (max-width: 767px) {
    .hide-sm {
        display: none !important; } }

@media only screen and (min-width: 768px) {
    .hide-pc {
        display: none !important; } }

.title-page {
    margin-bottom: 30px; }
@media only screen and (min-width: 992px) {
    .title-page {
        margin-bottom: 40px; } }
@media only screen and (min-width: 992px) {
    .title-page__inner {
        display: flex;
        align-items: center; } }
.title-page__inner h1 {
    font-size: 20px;
    width: 190px;
    height: 110px;
    background: url("../images/title-shape.svg") no-repeat 50% 50%/100%;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    padding: 10px;
    margin-bottom: 30px; }
@media only screen and (min-width: 768px) {
    .title-page__inner h1 {
        font-size: 30px;
        width: 360px;
        height: 188px; } }
@media only screen and (min-width: 992px) {
    .title-page__inner h1 {
        margin-bottom: 0; } }
@media only screen and (min-width: 992px) {
    .title-page__sub {
        width: calc(100% - 360px);
        padding-left: 60px; } }
.title-page__sub h2 {
    font-size: 22px;
    font-weight: 900;
    color: var(--primary);
    border-bottom: 6px solid var(--third);
    padding-bottom: 10px;
    display: inline-block; }
@media only screen and (min-width: 768px) {
    .title-page__sub h2 {
        font-size: 35px; } }
.title-page__sub p:last-of-type {
    margin-bottom: 0; }

.main-content {
    padding-bottom: 50px; }

.title-shape-min {
    text-align: center;
    font-weight: 700;
    color: var(--white);
    font-size: 20px; }
@media only screen and (min-width: 768px) {
    .title-shape-min {
        font-size: 24px; } }
.title-shape-min span {
    background: url(../images/title-shape.svg) no-repeat 50% 50%/100%;
    padding: 25px;
    display: inline-block; }

#wpadminbar {
    top: 0;
    position: fixed; }

body.show-nav .header__nav {
    top: 100%;
    opacity: 1;
    visibility: visible; }

body.show-nav .header__controls--toggle {
    z-index: 2;
    transform: translateX(100%);
    margin-right: -7px; }
body.show-nav .header__controls--toggle-close {
    opacity: 1;
    z-index: 2;
    visibility: visible; }

body.show-nav .header__controls--contact {
    opacity: 0; }

.header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0; }
@media only screen and (min-width: 992px) {
    .header__inner {
        padding: 15px 0 20px; } }
@media only screen and (max-width: 991px) {
    .header__inner {
        height: 124px; } }

@media only screen and (max-width: 991px) {
    .header__logo {
        max-width: 40%; } }

@media only screen and (max-width: 991px) {
    .header__logo {
        max-width: 140px;position: fixed;
z-index: 99999999; } }

@media only screen and (max-width: 991px) {
    .header__logo a {
        display: flex;
        height: 100%;
        align-items: center; } }

@media only screen and (min-width: 992px) {
    .header__logo a img {
        max-width: 200px; } }

@media only screen and (max-width: 991px) {
    .header__logo a img {
        max-height: 100%; } }

.header__nav {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center; }
@media only screen and (max-width: 991px) {
    .header__nav {
        position: absolute;
        top: calc(100% + 50px);
        width: 100%;
        z-index: 99;
        background: var(--white);
        left: 0;
        padding: 0 15px 30px;
        opacity: 0;
        transition: all 0.3s;
        visibility: hidden; } }
@media only screen and (min-width: 992px) {
    .header__nav {
        padding: 0 1%; } }
@media only screen and (min-width: 1200px) {
    .header__nav {
        padding: 0 5%; } }
@media only screen and (max-width: 991px) {
    .header__nav nav {
        max-height: 100%;
        overflow-y: auto; } }
@media only screen and (min-width: 992px) {
    .header__nav ul {
        display: flex; } }
.header__nav ul li {
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 0px; }
@media only screen and (min-width: 992px) {
    .header__nav ul li {
        padding: 0 10px;
        margin-bottom: 0; } }
.header__nav ul li a {
    font-size: 0;
    color: var(--text-body);
    font-weight: 700;
    display: block; }
@media only screen and (min-width: 992px) {
    .header__nav ul li a {
        line-height: 37px;
        font-size: 16px; } }
.header__nav ul li picture {
    display: block; }
@media only screen and (min-width: 992px) {
    .header__nav ul li picture {
        position: relative;} }

@media only screen and (max-width: 991px) {
    .header__nav ul li picture img {
        height: auto; } }

@media only screen and (min-width: 992px) {
    .header__nav ul li.hide-menu {
        display: none; } }
@media only screen and (min-width: 992px) {
    .header__nav--heading {
        display: none; } }

.header__controls {
    padding-left: 20px; }
@media only screen and (max-width: 991px) {
    .header__controls {
        display: flex; } }
@media only screen and (max-width: 991px) {
    .header__controls img {
        max-width: 85px;
        width: 100%;
        transition: all 0.3s; } }
.header__controls--toggle {
    position: relative; }
@media only screen and (min-width: 992px) {
    .header__controls--toggle {
        display: none; } }
.header__controls--toggle-close {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
@media only screen and (max-width: 991px) {
    .header__controls--contact {
        margin-left: 7px; } }
@media only screen and (min-width: 992px) {
    .header__controls--contact img {
        width: 100%;
        max-width: 160px; } }
@media only screen and (min-width: 1200px) {
    .header__controls--contact img {
        max-width: 108px; } }

.footer-contact {
    text-align: center;
    padding: 0px 0 30px;
    font-size: 14px; }
@media only screen and (min-width: 768px) {
    .footer-contact {
        font-size: 21px;
        padding: 30px 0 100px; } }
.footer-contact img {
    margin-bottom: 20px;
    max-width: 80%; }
.footer-contact small {
    font-size: 12px; }
@media only screen and (min-width: 768px) {
    .footer-contact small {
        font-size: 14px; } }

/** Pages */
.home__logo {
    position: relative;
    z-index: 5; }
.home__logo img {
    max-width: 75%; }
@media only screen and (min-width: 768px) {
    .home__logo img {
        max-width: 50%; } }

.home__banner {
    position: relative;
    margin: -22% -15px 0; }
@media only screen and (min-width: 768px) {
    .home__banner {
        margin: -20% 0 0; } }
.home__banner h1 {
    color: var(--white);
    font-size: 22px;
    line-height: 1.75;
    position: absolute;
    top: 37%;
    text-shadow: 0 0 6px var(--black);
    z-index: 1;
    margin: 0;
    left: 15%; }
@media only screen and (min-width: 768px) {
    .home__banner h1 {
        top: 30%;
        right: 14%;
        left: auto;
        font-size: 22px; } }
@media only screen and (min-width: 992px) {
    .home__banner h1 {
        top: 23%;
        font-size: 24px; } }
.home__banner--btn {
    position: absolute;
    z-index: 2;
    transform: scale(1);
    transform-origin: bottom right;
    right: 10px;
    bottom: -10px;
    -webkit-transition: .3s;
    transition: .3s; }
@media only screen and (min-width: 768px) {
    .home__banner--btn {
        bottom: 0;
        right: 0; } }
.home__banner--btn img {
    max-width: 125px; }
@media only screen and (min-width: 768px) {
    .home__banner--btn img {
        max-width: 180px; } }
@media only screen and (min-width: 992px) {
    .home__banner--btn img {
        max-width: 272px; } }
.home__banner--btn:hover {
    opacity: 1;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-filter: brightness(150%);
    filter: brightness(150%); }

.home__nav {
    margin-top: 40px; }
@media only screen and (min-width: 768px) {
    .home__nav {
        margin-top: 20px; } }
.home__nav nav ul {
    display: flex;
    justify-content: space-between; }
.home__nav nav ul li picture {
    display: block; }
.home__nav nav ul li a {
    top: 0;
    position: relative;
    display: block; }
.home__nav nav ul li a:hover {
    top: -10px; }

.home__footer {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    padding: 45px 0 75px; }
@media only screen and (max-width: 767px) {
    .home__footer {
        display: none; } }
@media only screen and (min-width: 992px) {
    .home__footer {
        padding: 45px 0 145px; } }
.home__footer p {
    margin: 0; }
.home__footer small {
    font-size: 14px;
    line-height: 26px; }

.main-content a,
.main-content .a-element {
    text-decoration: underline;
    color: var(--primary); }

.pricing-box {
    background: url("../images/box-shape-lg.svg") no-repeat 50% 50%;
    text-align: center;
    max-width: 690px;
    padding: 20px;
    margin: 0 auto;
    margin: -18% auto 30px;
    padding-top: 54%;
    position: relative; }
@media only screen and (min-width: 768px) {
    .pricing-box {
        margin: -130px auto 50px;
        padding-top: 31%; } }
.pricing-box h1 {
    color: var(--white);
    font-size: 16px;
    margin: 4% 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    white-space: nowrap; 
}
@media only screen and (min-width: 768px) {
    .pricing-box h1 {
        font-size: 25px; } }
.pricing-box h1 span {
    font-size: 40px; margin-left: 10px;border-bottom: 3px solid #FFB43C;}
@media only screen and (min-width: 768px) {
    .pricing-box h1 span {
        font-size: 54px; } }

.pricing-info {
    max-width: 790px;
    margin: 0 auto 20px; }
@media only screen and (min-width: 768px) {
    .pricing-info {
        margin: 0 auto 80px; font-size: 18px;} }
.pricing-info h2 {
    font-size: 22px;
    color: var(--second);
    margin-bottom: 25px;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .pricing-info h2 {
        font-size: 40px;
        margin-bottom: 55px; } }

.pricing-example {
    text-align: center; }
.pricing-example ul {
    max-width: 275px;
    margin: 0 auto 10px;
    text-align: left; }
@media only screen and (min-width: 768px) {
    .pricing-example ul {
        margin: 40px auto 10px;
        max-width: 450px; }
}
.pricing-example ul li {
    padding-left: 50px;
    position: relative; }
@media only screen and (min-width: 768px) {
    .pricing-example ul li {
        padding-left: 70px; } }
.pricing-example ul li::before {
    content: '';
    background: url("../images/check.svg") no-repeat 50% 50%/100%;
    width: 30px;
    height: 18px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }
@media only screen and (min-width: 768px) {
    .pricing-example ul li::before {
        width: 42px;
        height: 25px;
        top: 7px; } }
.pricing-example h2 {
    font-size: 22px; }
@media only screen and (min-width: 768px) {
    .pricing-example h2 {
        font-size: 30px; } }
.pricing-example p {
    text-align: left;
    max-width: 275px;
    margin-inline: auto;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
}
@media (min-width: 768px){
    .pricing-example p {
        max-width: 450px;
        padding-left: 70px;
    }
}
.pricing-outline {
    background: url("../images/box-shape-outline.svg") no-repeat 50% 50%, 100%;
    max-width: 750px;
    padding: 75% 20px 0;
    position: relative;
    margin: 30px -15px 0; }
@media only screen and (min-width: 768px) {
    .pricing-outline {
        margin: 30px auto 0;
        padding: 64% 20px 0; } }
@media only screen and (min-width: 992px) {
    .pricing-outline {
        padding: 42% 20px 0; } }
.pricing-outline__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 12px;
    padding-top: 15px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .pricing-outline__inner {
        font-size: 16px;margin-top: 15px; } }
@media only screen and (min-width: 1170px) {
    .pricing-outline__inner {
        font-size: 20px; } }
.pricing-outline__inner p {
    margin: 0; }
.pricing-outline h3 {
    font-size: 15px; }
@media only screen and (min-width: 768px) {
    .pricing-outline h3 {
        font-size: 20px; } }
@media only screen and (min-width: 1170px) {
    .pricing-outline h3 {
        font-size: 25px; } }

.faqs article {
    margin-bottom: 50px; }
@media only screen and (min-width: 768px) {
    .faqs article {
        margin-bottom: 100px; } }
.faqs article h2 {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--text-body); }
@media only screen and (min-width: 768px) {
    .faqs article h2 {
        font-size: 24px;
        margin-bottom: 60px;
        padding-left: 90px; } }
.faqs article h2::before {
    content: 'Q';
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    background: var(--third);
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 100%;
    top: -12px;
    left: 0;
    font-size: 25px; }
@media only screen and (min-width: 768px) {
    .faqs article h2::before {
        font-size: 30px;
        width: 60px;
        height: 60px; } }
.faqs article > div {
    position: relative;
    padding-left: 70px; }
@media only screen and (min-width: 768px) {
    .faqs article > div {
        padding-left: 90px; } }
.faqs article > div::before {
    content: 'A';
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    background: var(--primary);
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 100%;
    top: -12px;
    left: 0;
    font-size: 25px; }
@media only screen and (min-width: 768px) {
    .faqs article > div::before {
        font-size: 30px;
        width: 60px;
        height: 60px; } }

.content-block {
    margin-bottom: 30px; }
@media only screen and (min-width: 768px) {
    .content-block {
        margin-bottom: 50px;
        padding-left: 30px; } }
.content-block h2 {
    font-size: 20px;
    font-weight: 700;
    background: var(--third);
    color: var(--text-body);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 30px; }
@media only screen and (min-width: 768px) {
    .content-block h2 {
        margin-bottom: 50px;
        margin-left: -30px;
        font-size: 32px; } }
.content-block .mb-break {
    display: none; }
@media only screen and (max-width: 767px) {
    .content-block .mb-break {
        display: block;
        clear: both; } }
@media only screen and (max-width: 767px) {
    .content-block picture {
        float: right;
        max-width: calc(50% - 20px);
        margin: -12% 0 0 20px; } }
.content-block p label {
    background: var(--third);
    display: inline-block;
    padding: 0 15px;
    margin-right: 20px; }
@media only screen and (max-width: 767px) {
    .content-block:first-child h2 {
        float: left;
        max-width: 50%; font-size: 4.2vw;} }

@media only screen and (max-width: 767px) {
    .contact-box ul {
        font-size: 3.7vw; } }
.contact-box ul li {
    display: flex; }
.contact-box ul li label {
    color: var(--second);
    margin: 0;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    width: 100px;
    margin-right: 30px; }
@media only screen and (min-width: 768px) {
    .contact-box ul li label {
        width: 130px;
        margin-right: 75px; } }
.contact-box ul li p,
.contact-box ul li a {
    margin: 0;
    width: calc(100% - 150px);
    text-decoration: none;
    color: var(--text-body); }
@media only screen and (min-width: 768px) {
    .contact-box ul li p {
        width: calc(100% - 205px); } }

@media only screen and (max-width: 767px) {
    .contact-box ul li p,
.contact-box ul li a {
    width: calc(100% - 120px);}
    .contact-box ul li label{
margin-right: 0;text-align: left;text-align-last: left;}
}
@media only screen and (max-width: 767px) {
    .page-id-12 .title-page {
        margin-bottom: 0; }
    .page-id-12 .title-page__inner h1 {
        width: 160px;
        margin-bottom: 0; } }

.form-row {
    margin-bottom: 10px; }
@media only screen and (min-width: 768px) {
    .form-row {
        margin-bottom: 20px; } }
.form-row label {
    display: block;
    margin-bottom: 5px; }
@media only screen and (min-width: 768px) {
    .form-row label {
        font-size: 21px;
        margin-bottom: 10px; } }
.form-row label span {
    font-size: 14px;
    background: var(--primary);
    display: inline-block;
    margin-left: 10px;
    padding: 0 15px;
    border-radius: 11px;
    color: var(--white); }
@media only screen and (min-width: 768px) {
    .form-row label span {
        font-size: 18px; } }

.form-submit {
    margin-top: 40px;
    text-align: center; }
@media only screen and (min-width: 768px) {
    .form-submit {
        margin-top: 60px; } }
.form-submit .btn,
.form-submit button,
.form-submit input[type="button"],
.form-submit input[type="submit"] {
    width: 100%;
    max-width: 600px; }

/*# sourceMappingURL=styles.css.map */
@media (min-width: 992px){
    .content-block.flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row-reverse;
    }
    .content-block.flex .media-align-right{
        margin-bottom: 0;
    }
    .content-block.flex .txt-content{
        width: calc(100% - 400px);
    }
    .content-block.flex img{
        max-width: 310px;
        height: auto;
    }
}
.main-content .a-element.none-underline{
    text-decoration: none;
}
@media (max-width: 500px){
	.header__nav ul li {margin-bottom: 10px;}
	body .header__nav ul li picture img {height: auto;width: 100%;}
}	