@charset "UTF-8";
/* ----------------------------
	Common Style Setting
	Create Date: 25.04.22
----------------------------*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    scroll-behavior: smooth;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
    --black90: #1c1a1b;
    --black80: #333333;
    --black70: #433b3b;
    --black30: #cccccc;
    --orange: #ff5b00;
    --ffjp:
        "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro",
        "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka,
        sans-serif;
    --ffNoto: "Noto Sans JP", sans-serif;
}

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

body {
    position: relative;
    font-family: var(--ffjp);
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

/**================================= Global Header =================================**/
.global-header {
    padding: 0 20px;
    padding-top: calc(14 / 375 * 100vw);
    position: absolute;
}
.global-header__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.global-header__link {
    font-size: 0.785rem;
    margin-left: auto;
}
.global-header__link a {
    text-decoration: underline;
    color: var(--black80);
}

.site-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: calc(12 / 375 * 100vw);
    color: var(--black70);
    font-weight: 600;
    max-width: 1200px;
    /* margin: 0 auto; */
}
.site-title img {
    width: calc(101 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
}

/**================================= Contents =================================**/
/* HERO
--------------------*/
.hero-area {
    height: calc(390 / 375 * 100vw);
    padding: calc(65.6 / 375 * 100vw) 20px 0;
    background: url(../images/fv_bgimg_sp.png) no-repeat center center/cover;
}
.hero-area__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.hero-area__copy01 {
    width: calc(274 / 375 * 100vw);
    margin-bottom: calc(17.5 / 375 * 100vw);
}
.hero-area__copy01 img {
    width: 100%;
}
.hero-area__copy02 {
    width: calc(238.54 / 375 * 100vw);
    margin-bottom: calc(40 / 475 * 100vw);
}
.hero-area__copy02 img {
    width: 100%;
}
.hero-area__labels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: calc(3.9 / 375 * 100vw);
    row-gap: calc(5 / 375 * 100vw);

    width: 27vw;
    min-width: 527px;
    margin-bottom: calc(14 / 375 * 100vw);
}

.hero-area__label {
    font-size: 1.55rem;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;

    display: inline-block;
    position: relative;
    padding: 15px 20px 15px 32px;
    background: hsl(17, 97%, 73%, 0.7);
    color: white;
    line-height: 1;

    text-align: center;

    /* 左を削る */
    margin-left: 12px;
}

.hero-area__label.harf {
    width: calc(32.9% - 18px);
}
.hero-area__label.m-harf {
    width: calc(60% - 18px);
}
.hero-area__label.s-harf {
    width: calc(40% - 18px);
}

/* 三角（尖り） */
.hero-area__label::before {
    content: "";
    position: absolute;
    left: -12px; /* ← 外に出す */
    top: 0;
    width: 12px;
    height: 100%;
    background: hsl(17, 97%, 73%, 0.7);

    clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

/* 白丸 */
.hero-area__label::after {
    content: "";
    position: absolute;
    left: 8px; /* 三角の中央 */
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

.hero-area__feature-box {
    display: flex;
    position: relative;
    width: 64vw;
    max-width: 550px;
    margin-left: calc(2 / 375 * 100vw);
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 18px 10px 10px;
    gap: 8px;
}

.hero-area__feature-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(246 / 375 * 100vw);
    height: calc(77 / 375 * 100vw);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50% / 50%;
    filter: blur(calc(8 / 375 * 100vw));
    z-index: 0;
}
.hero-area__feature-box img {
    display: block;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

@media screen and (max-width: 896px) {
    .hero-area__labels {
        width: 56vw;
        min-width: initial;
        max-width: 448px;
    }

    .hero-area__label {
        font-size: 2.25vw;
        padding: 10px 5px 10px 16px;
    }

    .hero-area__label::after {
        width: 4px;
        height: 4px;
        left: 4px;
    }
}

@media screen and (max-width: 396px) {
    .hero-area__labels {
        width: 1vw;
        min-width: 228px;
    }

    .hero-area__feature-box {
        padding: 15px 10px;
    }

    .hero-area__label {
        font-size: 2.5vw;
        padding: 10px 5px 10px 10px;
    }

    .hero-area__label::after {
        width: 3px;
        height: 3px;
        left: 2px;
    }
}

/* QUESTION
--------------------*/
.section-question {
    padding-bottom: 50px;
}

.qestion-heading {
    background-color: var(--orange);
    text-align: center;
    color: white;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 3em;
}
.qestion-heading__fl {
    font-size: 140%;
}
.qestion-heading::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: var(--orange) transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-1px);
    transform: translateX(-50%) translateY(-1px);
}

.question-qtxt {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
}

.qestion-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.qestion-list__item {
    width: calc(50% - 10px);
}
.qestion-list__btn {
    width: 100%;
    height: 60px;
    background-color: white;
    border: var(--orange) solid 1px;
    color: var(--orange);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
    padding-right: 10px;
}
.qestion-list__btn::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    border-right: var(--orange) solid 2px;
    border-bottom: var(--orange) solid 2px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/* Contents Tel */

.section__bottom{
  margin-bottom: 75px;
}

.tel_box--content {
    margin-top: 4em;
    text-align: center;
}
.tel_box--content .tel_box__body {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 20px;
}
.tel_box--content .tel_text {
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tel_box--content .tel_text::before {
    content: "";
    width: 36px;
    height: 20px;
    background: url(../images/icn_freedial.svg) no-repeat center center/contain;
    margin-right: 5px;
}

/* --------------- アンカーリンクの作成 --------------- */
.anker-link-title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 25px;
}

.anker-link-button{
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  background: #FF5C5B;
  border-radius: 24px;
  padding: 15px 60px 15px 40px;
  margin: 0 auto;
  position: relative;
}

.anker-link-button span{
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.anker-link-button span::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FF5C5B;
  border-right: 3px solid #FF5C5B;
  transform: rotate(45deg);
}

/**================================= Global Footer =================================**/
.global-footer {
    border-top: var(--black30) solid 1px;
}

.footer_address {
    font-size: 10pt;
    line-height: 1.8;
}

.tel_box .pmark {
    text-align: right;
}

/* Copyright */
.copyWrap {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 97;
    background: #f8f8f8;
}

.copy {
    font-size: 9pt;
    padding: 8px 0px;
    min-height: 4vh;
    color: #a7a7a7;
    text-align: center;
}

.footer_links .link_list a {
    text-decoration: underline;
}

.footer_links {
    margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
    .pcOnly {
        display: none;
    }
    .global-header {
        padding-top: calc(14 / 375 * 100vw);
        width: 100%;
    }

    .footer_address {
        display: block;
        width: 100%;
        margin: 20px auto 10px;
        position: relative;
    }
    .address_box {
        position: relative;
        padding-left: 1em;
    }
    .tel_box:last-child {
        background: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .tel_box {
        display: block;
        background: #f1f1f1;
        margin-bottom: 0;
        padding: 20px 10px;
    }
}
@media screen and (min-width: 897px) {
    .spOnly {
        display: none;
    }
    /**================================= Global Header =================================**/
    .global-header {
        width: 100%;
        top: 40px;
        padding-top: 0;
    }
    /* ヘッダーリンクを中央寄りに配置（PC） */
    .global-header__link {
        font-size: 1rem;
        margin-left: 10%;
    }
    .global-header__link {
        font-size: 1rem;
    }
    .global-header__link a:hover {
        text-decoration: none;
    }
    .site-title {
        font-size: 1.125rem;
    }
    .site-title img {
        width: 170px;
        margin-right: 23px;
    }
    /**================================= Contents =================================**/
    /* HERO
  --------------------*/
    .hero-area {
        padding: 138px 20px 0;
        background-image: url(../images/fv_bgimg_pc.png);
        height: 700px;
    }
    .hero-area__copy01 {
        width: 700px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    .hero-area__copy02 {
        width: 541px;
        margin-bottom: 38px;
        margin-left: 20px;
    }
    .hero-area__labels {
        justify-content: start;
        column-gap: 12px;
        row-gap: 12px;
        width: 399px;
        margin-left: 30px;
        margin-bottom: 22px;
    }
    .hero-area__label {
        padding-left: 30px;
        /* height: 73px; */
    }
    .hero-area__feature-box {
        /* width: 422px; */
        margin-left: 20px;
    }
    .hero-area__feature-box::before {
        width: 422px;
        height: 152px;
        filter: blur(18px);
    }
    /* QUESTION
  --------------------*/
    .section-question {
        padding-bottom: 90px;
    }
    .qestion-heading {
        font-size: 1.375rem;
        padding: 20px;
        margin-bottom: 3em;
    }
    .qestion-heading__fl {
        font-size: 140%;
    }
    .qestion-heading::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21px 24px 0 24px;
        border-color: var(--orange) transparent transparent transparent;
        bottom: -21px;
    }
    .question-qtxt {
        font-size: 1.25rem;
        margin-bottom: 2.5em;
    }
    .qestion-list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 13px;
    }
    .qestion-list__item {
        width: 25%;
    }
    .qestion-list__btn {
        font-size: 1.125rem;
        font-weight: 700;
        padding-right: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .qestion-list__btn::before {
        right: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .qestion-list__btn:hover {
        background-color: var(--orange);
        color: white;
    }
    .qestion-list__btn:hover::before {
        border-color: white;
    }
    /* Contents Tel */
    .tel_box--content {
        margin-top: 4em;
        text-align: center;
    }
    .tel_box--content .tel_box__body {
        display: block;
        font-size: 0.8125rem;
        margin-bottom: 20px;
    }
    .tel_box--content .tel_text {
        font-size: 1.5rem;
        font-weight: 700;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tel_box--content .tel_text::before {
        content: "";
        width: 36px;
        height: 20px;
        background: url(../images/icn_freedial.svg) no-repeat center
            center/contain;
        margin-right: 5px;
    }
    /**================================= Global Footer =================================**/
    .footer_address {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1040px;
        margin: 10px auto;
        padding: 0 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .address_box img {
        float: left;
    }
    .address_box {
        padding: 10px 0;
    }
    .address_box p {
        float: right;
        margin-left: 20px;
        margin-top: 15px;
    }
    .tel_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 5px;
    }

    .tel_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tel_box .pmark {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .tel_box .tel_box__text .tel_box__body {
        display: block;
        font-size: 0.8125rem;
        margin-bottom: 10px;
    }
    .tel_box .tel_box__text .tel_box__tel {
        font-size: 1.5rem;
        font-weight: 700;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
    }
    .tel_box .tel_box__text .tel_box__tel::before {
        content: "";
        width: 36px;
        height: 20px;
        background: url(../images/icn_freedial.svg) no-repeat center
            center/contain;
        margin-right: 5px;
    }
    .tel_box img {
        margin-left: 30px;
    }
} /*# sourceMappingURL=style.css.map */
