@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

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;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

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;
}

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

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

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    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-cancel-button,
[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;
}

@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

/* IEハック用mixin */
/*
basestyle
*/
body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #11102C;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
    }
}

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sp-block {
        display: block;
    }
}

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

.mainvisual {
    position: relative;
    background: #FDFDFD;
}

.mainvisual::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 16px;
    background: #153ba6;
}

@media screen and (max-width: 767px) {
    .mainvisual::before {
        height: 8px;
    }
}

.mainvisual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
    background: #93cdff;
    opacity: .6;
}

.mainvisual-inner {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .mainvisual-inner {
        padding-top: 10px;
        width: 98%;
    }
}

.mainvisual-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .mainvisual-box {
        display: block;
    }
}

.mainvisual-catch-img {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .mainvisual-catch-img {
        position: static;
        display: block;
        margin: 2% auto 3%;
        width: 95%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 767px) {
    .mainvisual-catch-wrap {
        text-align: center;
    }
}

.mainvisual-catch {
    line-height: 1.25;
    font-weight: bold;
    white-space: nowrap;
    font-size: 34px;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 5px;
        text-align: left;
        font-size: 23.8px;
        font-size: 6.3466666667vw;
    }
}

.mainvisual-catch .xsmall {
    padding-left: 10px;
    font-size: 14px;
    vertical-align: 6px;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch .xsmall {
        font-size: 10.5px;
        font-size: 2.8vw;
    }
}

.mainvisual-catch .middle {
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch .middle {
        font-size: 18.75px;
        font-size: 5vw;
    }
}

.mainvisual-catch .small {
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch .small {
        font-size: 18.75px;
        font-size: 5vw;
    }
}

.mainvisual-catch .large {
    font-size: 59px;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch .large {
        font-size: 44.25px;
        font-size: 11.8vw;
    }
}

.mainvisual-catch .x-large {
    font-size: 67px;
}

@media screen and (max-width: 767px) {
    .mainvisual-catch .x-large {
        font-size: 50.25px;
        font-size: 13.4vw;
    }
}

.mainvisual-catch .red {
    color: #1425a5;
}

@media screen and (max-width: 767px) {
    .mainvisual-img {
        text-align: center;
    }
}

.mainvisual-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 48px;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .mainvisual-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mainvisual-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    font-size: 20px;
    font-weight: bold;
    list-style-type: none;
    border-radius: 50%;
    border: 3px solid #1425a5;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .mainvisual-list li {
        width: 29.333vw;
        height: 29.333vw;
        margin-right: 10px;
        font-size: 11.9px;
        font-size: 3.1733333333vw;
    }

    .mainvisual-list li:last-child {
        margin-right: 0;
    }
}

.mainvisual-list li .large {
    font-size: 66px;
    color: #1425a5;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .mainvisual-list li .large {
        font-size: 46.2px;
        font-size: 12.32vw;
    }
}





.wrapper_nav {
    background: #ffffff;

    clear: both;
}

nav {
    margin: 0 auto;
    width: 1200px;
    margin-top: -16px;
}

nav ul {
    width: 100%;
}

nav ul li {
    float: left;
    text-align: center;
    display: inline-block;
    //width: 25%;
    width: 33%;
    cursor: pointer;
}

nav ul li a:first-child {
    border-left: 1px solid #d1defc;

}

nav ul li a {
    color: #343434;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0px 0 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    transition: 0.2s;
    cursor: pointer;
    border-right: 1px solid #d1defc;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #5075cb;
}

nav ul li a:hover {
    text-decoration: none;
    background-color: #1425a5;
    color: #fff;
}

nav ul li a:hover span {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    nav {
        margin: 0 auto;
        width: 100%;
    }
}


.top-info {
    padding: 35px 0;
    background: url("/web/20220111033409im_/http://frontier-site.com/img/bg-border.png");
    clear: both;
    overflow: hidden;
}

.top-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .top-info-inner {
        display: block;
    }
}

.top-info-box {
    text-align: center;
}

.top-info-box:first-of-type {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .top-info-box:first-of-type {
        margin-right: 0;
    }
}

.top-info p {
    font-size: 22px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .top-info p {
        font-size: 15.4px;
        font-size: 4.1066666667vw;
    }
}

.top-info-tel {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 1;
    font-family: 'Impact', 'Arial', sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .top-info-tel {
        font-size: 33.6px;
        font-size: 8.96vw;
    }
}

.top-info-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top-info-open {
        margin-bottom: 15px;
    }
}

.top-info .icon {
    margin-right: 10px;
    padding: 5px 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    background: #1b4dcd;
}

@media screen and (max-width: 767px) {
    .top-info .icon {
        font-size: 11.2px;
        font-size: 2.9866666667vw;
    }
}

.top-info .time {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .top-info .time {
        font-size: 14px;
        font-size: 3.7333333333vw;
    }
}

.btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn:hover {
    opacity: .8;
}

.btn::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    background: #153ba6;
    border-radius: 10px;
}

.btn a {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 25px;
    color: #fff;
    background: #1b4dcd;
    border-radius: 10px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .btn a {
        font-size: 17.5px;
        font-size: 4.6666666667vw;
    }
}

.btn a span {
    display: inline-block;
    margin: 0 -.25em;
}

.btn a:hover {
    text-decoration: none;
}



.reason-ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    font-size: 37px;
    color: #fff;
    background: #153ba6;
}

@media screen and (max-width: 767px) {
    .reason-ttl {
        font-size: 20.35px;
        font-size: 5.4266666667vw;
    }
}

.reason-ttl .small {
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .reason-ttl .small {
        font-size: 17.6px;
        font-size: 4.6933333333vw;
    }
}

.reason-ttl .large {
    font-size: 72px;
}

@media screen and (max-width: 767px) {
    .reason-ttl .large {
        font-size: 39.6px;
        font-size: 10.56vw;
    }
}

.reason-ttl .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    width: 128px;
    height: 129px;
    line-height: 1;
    background: url("/web/20220111033409im_/http://frontier-site.com/img/lead-bg.png") no-repeat;
}

@media screen and (max-width: 767px) {
    .reason-ttl .icon {
        width: 20vw;
        height: 20vw;
        background-size: contain;
    }
}

.reason-ttl::after {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 157px 0 157px;
    border-color: #153ba6 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .reason-ttl::after {
        border-width: 5.6vw 36.633vw 0 36.633vw;
    }
}

.reason-ttl img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 40px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .reason-list {
        display: block;
    }
}

.reason-list li {
    margin-right: 20px;
    width: 304px;
    list-style-type: none;
    border: 1px solid #333;
}

@media screen and (max-width: 767px) {
    .reason-list li {
        margin: 0 auto 50px;
    }
}

.reason-list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .reason-list li:last-child {
        margin-right: auto;
    }
}

.reason-list li h3 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 10px 65px;
    color: #fff;
    background: #333;
}

.reason-list li .num {
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 2;
    width: 50px;
    height: 60px;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    font-family: 'Impact', 'Arial', sans-serif;
    color: #1425a5;
    background: #fff;
    border: 2px solid #1425a5;
}

.reason-list li .num::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    z-index: -1;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 2px solid #1425a5;
    border-bottom: 2px solid #1425a5;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.reason-list li div {
    padding: 15px;
}

.reason-list li p {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.6;
}

.price {
    margin-top: 50px;
    padding: 30px 0 40px;
    background: #dde5fb;
}

@media screen and (max-width: 767px) {
    .price-inner {
        padding: 0 2%;
    }
}

.price-ttl {
    color: #153ba6;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .price-ttl {
        font-size: 24px;
    }
}

.price p {
    font-size: 17px;
}

.price p span {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .price p {
        font-size: 14px;
    }
}

.price-table {
    width: 850px;
    margin: 20px auto 0;
    font-size: 25px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .price-table {
        width: 96%;
        font-size: 16px;
        border-width: 2px;
    }
}

.price-table dt {
    float: left;
    padding: 20px 0;
    width: 228px;
    text-align: center;
    border-top: 4px solid #000;
}

@media screen and (max-width: 767px) {
    .price-table dt {
        float: none;
        padding: 10px;
        width: 100%;
        border-width: 2px;
        text-align: left;
    }
}

.price-table dt:first-of-type {
    border-top: none;
}

.price-table dt span {
    display: inline-block;
    margin: 0 -.25em;
}

.price-table dt.small {
    font-size: 23px;
}

@media screen and (max-width: 767px) {
    .price-table dt.small {
        font-size: 16px;
    }
}

.price-table dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 228px;
    margin-bottom: 0;
    padding: 20px 10px 20px 20px;
    font-weight: bold;
    color: #153ba6;
    border-top: 4px solid #000;
    border-left: 4px solid #000;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .price-table dd {
        display: block;
        padding: 10px;
        margin-left: 0;
        border-left: none;
        border-width: 2px;
        white-space: normal;
    }
}

.price-table dd:first-of-type {
    border-top: none;
}

@media screen and (max-width: 767px) {
    .price-table dd:first-of-type {
        border-top: 2px solid #000;
    }
}

.price-table dd::after {
    content: "";
    display: block;
    clear: both;
}

.price-table dd .small {
    display: inline-block;
    margin-left: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #11102C;
}

@media screen and (max-width: 767px) {
    .price-table dd .small {
        display: block;
        margin-left: 0;
        font-size: 12px;
    }
}

.question {
    padding-top: 50px;
    margin-bottom: 50px;
}

.question-inner {
    margin: 0 auto;
    width: 780px;
}

@media screen and (max-width: 767px) {
    .question-inner {
        width: 92%;
    }
}

.question-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1px;
    font-size: 34px;
    line-height: 1;
    color: #153ba6;
    border-bottom: 2px solid #153ba6;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .question-ttl {
        margin: 0 auto 10px;
        padding-bottom: 10px;
        font-size: 24px;
    }
}



@media screen and (max-width: 767px) {
    .question-ttl::before {
        margin-right: 5px;
        width: 34px;
        height: 30px;
        background-size: contain;
    }
}

.question-list {
    padding-left: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .question-list {
        padding: 0;
    }
}

.question-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    list-style-type: none;
}

@media screen and (max-width: 767px) {
    .question-list li {
        font-size: 14px;
    }
}

.question-list li::before {
    content: '';
    display: block;
    margin-right: 15px;
    width: 48px;
    height: 57px;
    background: url("/web/20220111033409im_/http://frontier-site.com/img/question.png") no-repeat;
}

@media screen and (max-width: 767px) {
    .question-list li::before {
        display: none;
    }
}

.question-list li span {
    display: block;
}

.question-list .strong {
    font-size: 22px;
    font-weight: bold;
    color: #153ba6;
}

@media screen and (max-width: 767px) {
    .question-list .strong {
        margin-left: 5px;
        padding-left: 19.2px;
        text-indent: -24.2px;
        font-size: 16px;
    }

    .question-list .strong::before {
        content: '';
        display: inline-block;
        margin-right: 5px;
        width: 19.2px;
        height: 22.8px;
        vertical-align: text-bottom;
        background: url("/web/20220111033409im_/http://frontier-site.com/img/question.png") no-repeat top left/contain;
    }
}

footer {
    margin-top: 0;
    padding-top: 15px;
    background: #999999;
    border-top: 4px solid #153ba6;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 900px;
}

@media screen and (max-width: 767px) {
    .footer-inner {
        display: block;
        width: 96%;
    }
}

.footer-logo {
    margin-right: 90px;
}

@media screen and (max-width: 767px) {
    .footer-logo {
        margin-right: 0;
    }

    .footer-logo img {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .footer-list p {
        margin-bottom: .5rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .footer-list p {
        font-size: 12px;
    }
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address .icon {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 10px;
    font-size: 14px;
    color: #1b4dcd;
    border: 2px solid #1b4dcd;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .address .icon {
        white-space: nowrap;
    }
}

.tel-fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tel-fax p {
    margin-right: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .tel-fax p:last-of-type {
        margin-right: 0;
    }
}

.tel-fax .icon {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 1;
    background: #1b4dcd;
}

@media screen and (max-width: 767px) {
    .tel-fax .icon {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .tel-fax .icon {
        font-size: 12px;
    }
}

.footer-copy {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    font-family: apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
    .footer-copy {
        padding-top: 20px;
    }
}

.tel-link a {
    color: inherit;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */



/*

下層FV
*/
.subpage-head-wrap {
    text-align: center;
}

h2.subpage-title {

    font-weight: 400;
    padding: 1.3em 1em;
    font-size: 30px;
    letter-spacing: .12em;
    background: #153ba6;
    color: #fff;
    margin: 0;
    font-weight: 600;
}


#underimg {
    position: relative;
    height: 460px;
    background: #f7f4e6;
    z-index: -1;
    margin-top:
}

.h_title {
    text-align: center;
    /* padding: 85px 0 105px; */
    color: #333;
    margin-top: 0px;
    height: 460px;
    overflow: hidden;
}

.h_about {
    background: url(/web/20220111033409im_/http://frontier-site.com/img/h_about.jpg) no-repeat center center;
    background-size: cover;
}


.company {

    clear: both;
    overflow: hidden;
    margin-bottom: 60px;
}

.company_inner {
    width: 1000px;
    margin: 60px auto 60px;
}

/*アバウト*/

.profile-table {
    width: 100%;
    border-collapse: collapse;
}


.profile-table th {
    text-align: right;
    border-bottom: 1px solid #3c3c3c;
    padding: 1em 2em;
    vertical-align: top;
}

.profile-table td {
    border-bottom: 1px dashed #3c3c3c;
    text-align: left;
    padding: 1em 2em;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    .profile-table td {
        display: block;
        text-align: left;
        border-bottom: none;
        padding: 1em;
    }

    .profile-table th {
        display: block;
        text-align: center;
        background: #dddddd;
        border-bottom: none;
        padding: 1em;
    }

    .whitebtn {
        width: 100%;

        font-size: 125%;

    }

    .profile-table {
        font-size: 120%;
    }


}

ul.link {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
}

ul.link li {
    margin-right: 20px;
    list-style: none;
}

ul.link li a {
    font-weight: normal;
    color: #ffffff;
    list-style: none;
    text-decoration: underline;
}

/*
     FILE ARCHIVED ON 03:34:09 Jan 11, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:05:05 Nov 22, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.436
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 61.584
  LoadShardBlock: 513.974 (3)
  PetaboxLoader3.resolve: 572.821 (4)
  PetaboxLoader3.datanode: 166.308 (4)
  load_resource: 365.261
*/