@charset "UTF-8";

/* ==================================================
 * ブラウザのデフォルトスタイルを標準化
 * ================================================== */
*,
*::before,
*::after {
  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;
  font-size: 0.625rem; /* 1rem = 10pxとする */
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

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: monospace, 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;
}

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="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="radio"] {
  box-sizing: border-box;
  padding-right: 5px;
}

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],
[v-cloak] {
  display: none !important;
}

/* ==================================================
 * フォント
 * ================================================== */
 @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 200;
    src: url('https://s3-ap-northeast-1.amazonaws.com/carely.jp/wp-content/uploads/font/NotoSansJp-Light.woff') format('woff');
    font-display: swap;
}
 @font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('https://s3-ap-northeast-1.amazonaws.com/carely.jp/wp-content/uploads/font/NotoSansJp-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('https://s3-ap-northeast-1.amazonaws.com/carely.jp/wp-content/uploads/font/NotoSansJp-Bold.woff') format('woff');
    font-display: swap;

}

/* ==================================================
 * グリッドレイアウト
 * ================================================== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-vcenter {
    align-items: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
}
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}




/* ==================================================
 * ユーティリティ
 * ================================================== */

/* 文字の装飾
================================= */
.text-bold {
    font-weight: bold !important;
}

.text-xsmall {
    font-size: 1rem !important;
}
.text-small {
    font-size: 1.2rem !important;
}
.text-normal {
    font-size: 1.76rem !important;
}
.text-large {
    font-size: 2.11rem !important;
}
.text-xlarge {
    font-size: 3.52rem !important;
}

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

/* CarelyとiCAREのみ使用する */
.text-brandfont {
	font-family: Avenir, Arial, sans-serif;
	font-size: 112%;
}

/* main
================================= */
.main {
	width: 100vw;
}

/* 見出し
================================= */
.headline {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    margin-bottom: 0;
}
/* 上線付き */
.section_headline {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #666;
    margin-bottom: 30px;

}
.section_headline::before {
	content: "";
	display: inline-block;
	width: 6em;
	margin-bottom: .6em;
    border-top: 4px solid #0091da;
}

.title {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.subtitle {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	margin: 30px 0 20px;
}
.subtitle::before,
.subtitle::after {
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #ccc;
}
.subtitle::before {
	margin-right: .6em;
}
.subtitle::after {
	margin-left: .6em;
}
.lead {
	text-align: center;
    margin: 0 auto;
    padding: 20px 0 30px;
}
@media (min-width: 768px) {
	.headline {
		font-size: 32px;
    }
    .section_headline {
        font-size: 16px;
    }
    .subtitle {
		font-size: 24px;
	}
	.lead {
		padding: 30px 0 60px;
	}
}


/* 余白調整
================================= */
.space_top-5 {
    margin-top: 5px !important;
}
.space_top-10 {
    margin-top: 10px !important;
}
.space_top-15 {
    margin-top: 15px !important;
}
.space_top-20 {
    margin-top: 20px !important;
}
.space_top-30 {
    margin-top: 30px !important;
}
.space_top-60 {
    margin-top: 60px !important;
}

.space_bottom-5 {
    padding-bottom: 5px !important;
}
.space_bottom-10 {
    padding-bottom: 10px !important;
}
.space_bottom-15 {
    padding-bottom: 15px !important;
}
.space_bottom-20 {
    padding-bottom: 20px !important;
}
.space_bottom-30 {
    padding-bottom: 30px !important;
}
.space_bottom-60 {
    padding-bottom: 60px !important;
}




/* 表示
================================= */
.display_none {
    display: none !important;
}
.display_block {
    display: block !important;
}
@media (min-width: 576px) {
    .display_none-sm {
        display: none !important;
    }
    .display_block-sm {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .display_none-md {
        display: none !important;
    }
    .display_block-md {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .display_none-lg {
        display: none !important;
    }
    .display_block-lg {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .display_none-xl {
        display: none !important;
    }
    .display_block-xl {
        display: block !important;
    }
}


/* ボタン
================================= */
/* c2a-メイン
===================*/
/* ボタン単体エリア */
.c2a-single {
    text-align: center;
}
/* ボタン複数エリア */
.c2a-multi {
	display: flex;
	justify-content: center;
    flex-flow: row nowrap;
    align-items: flex-end;
}
.c2a-multi > a:nth-child(n+2) {
    margin-left: 10px;
}
/* ボタン重要度高 */
.c2a_btn-main {
    display: inline-block;
	width: 100%;
	padding: 21px 6px;
	background: rgba(255, 135, 0, 1);
    border: 2px solid rgba(255, 135, 0, 1);
    height: 60px;
	border-radius: 30px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    max-width: 250px;
}
.c2a_btn-main:hover {
	background: #fff;
	color: rgba(255, 135, 0, 1);
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
/* ボタン重要度低 */
.c2a_btn-sub {
    display: inline-block;
	width: 100%;
	padding: 21px 6px;
	background: #fff;
    border: 2px solid rgba(255, 135, 0, 1);
    height: 60px;
	border-radius: 30px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: rgba(255, 135, 0, 1);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
.c2a_btn-sub:hover {
	background: rgba(255, 135, 0, 1);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
/* ボタン重要度低・小 */
.c2a_btn-sub-small {
    display: inline-block;
    width: 100%;
	padding: 12px 6px;
	background: #fff;
    border: 2px solid rgba(255, 135, 0, 1);
    height: 40px;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: rgba(255, 135, 0, 1);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    max-width: 130px;
}
.c2a_btn-sub-small:hover {
	background: rgba(255, 135, 0, 1);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
/* ボタン下・マイクロコピー */
.c2a_caption {
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
	white-space: nowrap;
	text-align: center;
}

/* ボタン・コピー入 */
.c2a_btn-copy {
    display: inline-block;
	width: 100%;
    padding: 21px 6px;
    padding: 6px 6px 12px;
	background: rgba(255, 135, 0, 1);
    border: 2px solid rgba(255, 135, 0, 1);
	border-radius: 100px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    max-width: 420px;
}
.c2a_btn-copy > span {
	font-size: 14px;
}
.c2a_btn-copy:hover {
	background: #fff;
	color: rgba(255, 135, 0, 1);
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}

/* ボタン上のリード文 */
.c2a_lead {
	font-size: 1em;
	margin-bottom: 1em;
}

/* c2a-アイキャッチ
===================*/
.c2a-icatch-single {
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
}
.c2a-icatch-multi {
	display: flex;
	justify-content: center;
    flex-flow: row nowrap;
    align-items: flex-end;
}
.c2a-icatch-multi > a:nth-child(n+2) {
    margin-left: 10px;
}
.c2a_btn-main-icatch {
    display: inline-block;
	width: 100%;
	padding: 20px 6px;
	background: rgba(255, 135, 0, 1);
    border: 2px solid rgba(255, 135, 0, 1);
    height: 60px;
	border-radius: 30px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    max-width: 250px;
}
.c2a_btn-main-icatch:hover {
	background: #fff;
	color: rgba(255, 135, 0, 1);
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
.c2a_btn-sub-icatch {
    display: inline-block;
	width: 100%;
	padding: 20px 6px;
	background: #fff;
    border: 2px solid rgba(255, 135, 0, 1);
    height: 60px;
	border-radius: 30px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: rgba(255, 135, 0, 1);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
.c2a_btn-sub-icatch:hover {
	background: rgba(255, 135, 0, 1);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
.c2a_btn-sub-small-icatch {
    display: inline-block;
    width: 100%;
	padding: 12px 6px;
	background: #fff;
    border: 2px solid rgba(255, 135, 0, 1);
    height: 40px;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
	color: rgba(255, 135, 0, 1);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    white-space: nowrap;
    max-width: 130px;
}
.c2a_btn-sub-small-icatch:hover {
	background: rgba(255, 135, 0, 1);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 5px rgba(0,0,0,.14);
}

/* スクロールされると表示される */
.c2a_btn-header.is-scrolled {
	display: inline-block;
	animation: fadein .2s linear 0s;
}
.c2a_btn-header {
	display: none;
	width: 100%;
	padding: 15px 20px;
    background: #0091da;
    border: 2px solid #0091da;
	height: 0px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 0;
	transition: transform .1s ease;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	max-width: 250px;
}
.c2a_btn-header:hover {
	background: #fff;
	color: #0091da;
	text-decoration: none;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@media (min-width: 768px) {
    .c2a-multi > a:nth-child(n+2) {
        margin-left: 20px;
    }
    .c2a_btn-main,
    .c2a_btn-sub {
        padding: 26px 6px;
        font-size: 24px;
        height: 80px;
        border-radius: 40px;
        max-width: 360px;
    }
    .c2a_btn-sub-small {
        padding: 15px 6px;
        font-size: 16px;
        height: 50px;
        border-radius: 25px;
        max-width: 200px;
    }
    .c2a-icatch-single {
        margin: 0;
    }
    .c2a-icatch-multi > a:nth-child(n+2) {
        margin-left: 20px;
    }
    .c2a_caption {
		font-size: 14px;
    }
	.c2a_btn-copy {
		font-size: 32px;
		padding: 5px 6px 20px;
	}
	.c2a_btn-copy > span {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
    .c2a-icatch-multi {
		padding: 0 30px 0 15px;
    }
    .c2a_btn-main-icatch,
    .c2a_btn-sub-icatch {
        padding: 23px 6px;
        font-size: 20px;
        height: 70px;
        border-radius: 40px;
        max-width: 360px;
    }
    .c2a_btn-sub-small-icatch {
        padding: 10px 6px;
        font-size: 14px;
        height: 40px;
        border-radius: 25px;
        max-width: 160px;
	}
}
@media (min-width: 1200px) {
    .c2a_btn-main-icatch {
        padding: 28px 6px;
        font-size: 20px;
        height: 80px;
    }
}
@media (max-width: 320px) {
	.c2a_caption {
		font-size: 10px;
	}
}

/* ページ遷移ボタン
===================*/
.to-otherpage {
	text-align: center;
}
.to-otherpage_btn {
    display: inline-block;
	font-size: 16px;
	color: #666;
	text-align: center;
	background: #FFFFFF;
    padding: 15px 25px;
    white-space: nowrap;
    border-radius: 90px;
    border: 1px solid #ccc;
    transition: transform .1s ease;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
.to-otherpage_btn:hover {
	color: #0191da;
    text-decoration: none;
    border: 1px solid #0191da;
}

.to-otherpage_btn.fa::before {
	margin-right: .5em;
}

/* カード
================================= */
.card {
    display: block;
    height: 100%;
    background: #FFFFFF;
	color: #222222;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
    transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}
.card:hover {
	text-decoration: none;
    color: #222222;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.07), 0 3px 14px 3px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.1);
}
.card_image {
    overflow: hidden;
}
.card_image > * {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
    transition: 135ms;
}
.card:hover .card_image > * {
    transform: scale(1.1, 1.1);
}
.card_text {
	padding: 15px 10px 20px;
}
.card_text-narrow {
	padding: 15px 15px 10px;
}
.card_title {
	font-size: 16px;
	line-height: 1.4;
    font-weight: bold;
	padding-bottom: 10px;
}
.card_description {
	font-size: 14px;
}
.card_publisher {
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card_link {
	color: #0091DA;
    text-align: right;
    text-decoration: underline;
}
.col_card_narrow {
	padding: 0 10px 20px;
}
.card_date {
	color: #999999;
}
.card-inactive {
	color: #999999;
}
.card-inactive img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
@media (min-width: 768px) {
	.card_title {
		font-size: 16px;
	}
	.card_description {
		font-size: 14px;
    }
    .card_link {
        text-align: center;
        padding-top: 30px;
    }
}
@media(max-width: 767px) {
     /* SP版1カラム時 */
	.card.card-flat {
		display: flex;
		flex-flow: row nowrap;
		height: inherit;
		padding: 10px 15px;
		box-shadow: none;
		border-top: 1px solid #ccc;
		margin-left: calc( -50vw + 50% );
		margin-right: calc( -50vw + 50% );
    }
	.card.card-flat .card_image {
		width: 45%;
	}
	.card.card-flat .card_text {
		width: 55%;
		padding: 0 0 0 15px;
	}
	.card.card-flat .card_description {
		display: none;
	}
}

/* FAQ
================================= */
.faq_list_item {
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0 0 10px;
}
.faq_list_item:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.faq_list_item_question_text {
	position: relative;
	padding: 20px 30px 10px 55px;
	font-size: 14px;
	font-weight: bold;
}
.faq_list_item_answer_text {
	position: relative;
	padding: 20px 20px 20px 45px;
	background: #E6F1F9;
	margin: 0 10px;
}
.faq_list_item_question_text::before,
.faq_list_item_answer_text::before {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	border: 2px solid #1572C1;
}
.faq_list_item_question_text::before {
	content: "Q";
	color: #fff;
	background: #1572C1;
	top: 20px;
	left: 15px;
}
.faq_list_item_answer_text::before {
	content: "A";
	color: #1572C1;
	background: #fff;
	top: 20px;
	left: 5px;
}
.faq_list_item_question_text::after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f0d7';
	right: 15px;
	color: #999;
	top: calc(50% + 5px);
	margin-top: -12px;
}
.faq_list_item_question_text.opened::after {
	content: '\f0d8';
}
.faq_list_item_answer_text_list dt {
	border-left: 4px solid #1572C1;
	padding-left: 5px;
	margin :20px 0 10px;
}
@media (min-width: 768px) {
	.faq_list_item {
		cursor: pointer;
	}
	.faq_list_item_question_text {
		font-size: 18px;
		padding: 20px 30px 10px 80px;
	}
	.faq_list_item_answer_text {
		padding: 20px 30px 20px 70px;
	}
	.faq_list_item_question_text::before,
	.faq_list_item_answer_text::before {
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-size: 20px;
		line-height: 37px;
	}
	.faq_list_item_question_text::before {
		top: 15px;
		left: 20px;
	}
	.faq_list_item_answer_text::before {
		top: 15px;
		left: 10px;
	}
}


/* ==================================================
 * モジュール
 * ================================================== */

 /* ヘッダー
================================= */
.header {
	position: relative;
	height: 105px;
}
.header_wrap {
	position: absolute;
	z-index: 9;
	width: 100vw;
	height: 105px;
	background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.16);
    margin: 0;
}
.header_wrap.is-fixed {
	position: fixed;
	top: 0;
	transform: translateY(-53px);
}
.header_content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.header_sitelogo {
  display: block;
  width: 100px;
  padding: 11px 0;
  margin-left: 15px;
  margin-right: 30px;
}
.header_sitelogo > img {
	max-width: 100%;
}
.header_button {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 7px;
}
.header_button > a {
  padding: 10px 8px 10px 7px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  border-radius: 2px;
}
.header_button > a:hover {
    background: rgba( 0, 0, 0, .05 );
}

@media (min-width: 768px) {
	.header {
		height: 60px;
	}
  .header_wrap {
	box-shadow: 0 8px 4px -4px rgba(0,0,0,.16);
	height: 60px;
  }
  .header_wrap.is-fixed {
	  transform: translateY(0);
  }
  .header_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header_content {
	padding-left: 15px;
	padding-right: 15px;
  }
  .header_sitelogo {
    order: 0;
    width: 120px;
    padding: 11px 0;
    margin-left: 0;
  }
  .header_button {
    order: 2;
    top: 0;
    bottom: 0;
    font-size: 12px;
  }
  .header_button > a {
      margin-left: 5px;
  }
}

@media (min-width:992px) {
  .header_sitelogo {
    margin-right: 60px;
  }
  .header_button > a {
	margin-left: 20px;
}
}

/* グローバルナビ
================================= */
.header_nav-globalnav {
	width: 100%;
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border-top: 1px solid #eee;
}
.globalnav_block + .globalnav_block {
    margin-left: 20px;
}
.globalnav_head {
    position: relative;
    display: inline-block;
    height: 50px;
    font-size: 12px;
    color: #666;
    padding: 16px 0;
}
.globalnav_head i {
    margin-left: 5px;
}
.globalnav_block:hover .globalnav_head,
.globalnav_block.is-active .globalnav_head {
    color: #1990DA;
    text-decoration: none;
}
.globalnav_block.is-active .globalnav_head:after {
    background: #1990DA;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .header_nav-globalnav {
        width: auto;
        justify-content: start;
        min-width: 420px;
        height: 100%;
        border-top: none;
    }
    .globalnav_head {
        height: 60px;
        font-size: 14px;
        padding: 19px 0;
    }
    .globalnav_block {
        align-items: center;
        height: inherit;
    }
    .globalnav_block + .globalnav_block {
        margin-left: 30px;
    }
    .globalnav_block:hover {
        cursor: pointer;
    }
}

@media (max-width: 320px) {
    .globalnav_block + .globalnav_block {
        margin-left: 10px;
    }
}



/* フッター
================================= */
.footer {
    width: 100vw;
    overflow-x: hidden;
}
.footer_nav {
    background-color: #f5f5f5;
}
.footer_nav_content {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #CCCCCC;
}
.footer_nav_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    border-top: 1px solid #CCCCCC;
}
.footer_nav_company {
    display: block;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.footer_nav_company_logo {
    padding-bottom: 20px;
    text-align: center;
}
.footer_nav_company_logo_copy {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}
.footer_nav_company_logo_image {
    max-width: 200px;
    margin: 0 auto;
}
.footer_nav_company_info_tel {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.footer_nav_company_info_tel_num {
    font-size: 24px;
    font-weight: bold;
}
.footer_nav_company_info_tel_num > a {
    color: #222222;
}
.footer_nav_company_info_tel_time {
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
}
.footer_nav_company_info_tel_num::before {
    content: "\f095";
    font: normal normal normal 20px FontAwesome;
    padding-right: 10px;
    font-size: 28px;
    vertical-align: middle;
}
.footer_nav_company_info_address {
    font-size: 12px;
}
.footer_nav_link {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
}
.footer_nav_link_column {
    padding-left: 0;
    margin-bottom: 5px;
    background-color: #f5f5f5;
}
.footer_nav_link_item {
    list-style-type: none;
    font-size: 12px;
    border-bottom: 1px solid #CCCCCC;
}
.footer_nav_link_item > a {
    display: block;
    color: #222222;
    padding: 16px;
    line-height: 1;
}
.footer_nav_link_item > a:hover {
    color: #999999;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer_nav_content {
        max-width: 990px;
        flex-direction: row;
        align-items: center;
        border-top: 0;
	}
    .footer_nav_company {
        width: 340px;
		text-align: left;
        padding-left: 15px;
        margin: 60px auto;
    }
    .footer_nav_company_logo {
        text-align: left;
    }
    .footer_nav_company_logo_image {
        margin: 0;
    }
    .footer_nav_company_info_tel {
        flex-direction: row;
    }
    .footer_nav_link {
        width: calc( 100% - 340px - 15px );
        padding-left: calc( 100% - 340px - 15px - 440px);
        flex-direction: row;
        background: inherit;
    }
    .footer_nav_link_content {
        display: flex;
        flex: 1;
    }
    .footer_nav_link_item {
        font-weight: bold;
        border-bottom: none;
    }
    .footer_nav_link_item > a {
        padding: 10px 20px 10px 0;
    }
    .footer_nav_link_item > a::before {
        font-family: FontAwesome;
        content: '\f105';
        font-size: 12px;
        padding-right: 5px;
	}
	.footer_nav_link_item_icon {
		display: none !important;
	}
	.footer_nav_company_info_tel_num > a {
		pointer-events: none;
		cursor: text;
	}
}

@media (min-width: 992px) {
     .footer_nav_link {
        width: calc( 100% - 340px - 15px );
        padding-left: calc( 100% - 340px - 15px - 480px);
    }
    .footer_nav_link_item > a {
        padding: 10px 0 10px 40px;
    }
}

@media (min-width: 1200px) {
    .footer_nav_content {
        max-width: 1140px;
    }
}

.footer_bottom {
    padding: 30px 5px;
    background: #E5E5E5;
}
.footer_bottom_content {
    width: 100%;
    margin: 0 auto;
}
.footer_company_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
}
.footer_company_logo {
	width: 120px;
	height: 30px;
	margin-bottom: 10px;
}
.footer_company_logo > a {
  display: block;
  height: inherit;
}
.footer_company_logo > a > img {
    max-width: 100%;
}

.footer_company_link {
    display: flex;
    font-size: 12px;
    padding-top: 15px;
}
.footer_company_link_item {
    padding: 0 5px;
    border-left: 1px solid #999999;
    color: #222222;
}
.footer_company_link_item:first-child {
    border-left: none;
}
.footer_company_link_item:hover {
    text-decoration: none;
    color: #999999;
}

.footer_company_copyright {
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 768px) {
	.footer_bottom {
		padding: 30px 45px;
    }
    .footer_bottom_content {
        max-width: 990px;
    }
    .footer_company_wrap {
        justify-content: space-between;
        align-items: center;
    }
    .footer_company_logo {
        padding-left: 15px;
        margin-bottom: 0;
    }
    .footer_company_link {
        padding-top: 0;
    }
    .footer_company_link_item {
        padding: 0 10px;
    }
    .footer_company_copyright {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
	.footer_bottom {
		padding: 30px 0;
	}
}

@media (min-width: 1200px) {
    .footer_bottom_content {
        max-width: 1140px;
    }
}

/* フォーム
================================= */
/* 見出し */
.form_title {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}
.form_title-small {
	font-size: 66%;
}
/* フォームパーツ */
.form {
	font-size: 16px;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.form_body {
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
}
.form_group {
	padding: .6em .4em .4em;
}
.form_group + .form_group {
	border-top: 1px solid #ccc;
}
.form_label {
    line-height: 1;
	font-size: 80%;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .4em;
}

/* テキストボックス */
.input-text {
    width: 100%;
	border: transparent;
	height: 2em;
	line-height: 2em;
}
.input-text::placeholder {
	color: #aaa;
}
.input-text:-ms-input-placeholder {
	color: #aaa;
}
.input-text::-ms-input-placeholder {
	color: #aaa;
}

/* セレクトボックス */
.form_select_wrap {
    position: relative;
}
.form_select_wrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.form_select {
    width: 100%;
	border: transparent;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form_select:not(:focus) {
	color: #aaa;
}
select::-ms-expand {
	display: none;
}

/* チェックボックス */
.form_checkbox_wrap {
  display: flex;
  line-height: 1.4;
}
.form_label.form_checkbox_wrap {
  font-weight: normal;
  font-size: inherit;
}
.input-checkbox {
  margin-right: .4em;
}

/* 入力判定 */
.has-success {
    color: #0191da;
}
.has-danger {
    color: #d9534f;
}
.form-control-success {
    color: #222 !important;
    background-color: rgb(232, 240, 254) !important;
}
.form-control-danger {
    color: #aaa !important;
    background-color: #ffeae8 !important;
}
.form_feedback {
    font-size: 80%;
}

/* 送信ボタン */
.form_btn {
	display: block;
	width: 100%;
	color: #fff;
    background-color: #19DA00;
    border: 2px solid #19DA00;
	font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    line-height: 1;
    text-align: center;
	border-radius: 36px;
	padding: 15px;
	transition: transform .1s ease;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
.form_btn:hover {
	background: #fff;
	color: #19DA00;
    box-shadow: 0 4px 5px rgba(0,0,0,.14);
}

/* プライバシーポリシー同意 */
.form_policy {
    font-size: 12px;
    color: #666;
    margin: 10px;
}
.form_policy a {
    color: #666;
    text-decoration: underline;
}
.form_policy a:hover {
    text-decoration: none;
}

/* フォームラン */
._formrun_gotcha {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* ====================
 * フォーム外側
 ==================== */
.firstview_form {
	margin-top: 30px;
	padding-bottom: 60px;
}

/* 影付きフォーム */
.firstview_form-emphasized {
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	border-radius: 6px;
}
.form_info {
	display: flex;
	justify-content: center;
}
.form_info_icatch {
	font-size: 14px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background: #1990DA;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	margin-left: 10px;
}

/* 資料請求 */
.form_info_icatch-document .form_info_icatch_first::before {
	content: "活用";
}
.form_info_icatch-document .form_info_icatch_second::before {
	content: "事例付";
}

/* ホワイトペーパー */
.form_info_icatch-whitepaper .form_info_icatch_first::before {
	content: "簡単";
}
.form_info_icatch-whitepaper .form_info_icatch_second::before {
	content: "60秒";
	font-size: 18px;
}

.firstview_form-emphasized .form_btn {
	box-shadow: none;
}
.firstview_form-emphasized .form_btn:hover {
	box-shadow: none;
}
@media(min-width: 768px) {
	.firstview_form {
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.form_info_icatch {
		margin-left: 20px;
	}
}

/* ====================
 * Hubspot用
 ==================== */
.hs-form {
	overflow: hidden;
}
.hs-form-field {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: .6em .4em .4em;
}
.hs-form-field:first-of-type {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.hs-form-field:nth-last-of-type(3) { /* lastだと効かない */
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.hs-form-field label {
    line-height: 1;
	font-size: 80%;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: .4em;
}

/* テキストボックス */
.hs-form-field input {
    width: 100%;
	border: transparent;
	height: 2em;
	line-height: 2em;
}
.hs-form-field input::placeholder {
	color: #aaa;
}
.hs-form-field input:-ms-input-placeholder {
	color: #aaa;
}
.hs-form-field input::-ms-input-placeholder {
	color: #aaa;
}
/* 送信ボタン */
.hs-button {
	display: block;
	width: 100%;
	color: #fff;
    background-color: #19DA00;
    border: 2px solid #19DA00;
	font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    line-height: 1;
    text-align: center;
	border-radius: 36px;
	padding: 15px;
	transition: transform .1s ease;
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
.hs-button:hover {
	background: #fff;
	color: #19DA00;
    box-shadow: 0 4px 5px rgba(0,0,0,.14);
}
.hs-button input {
	background-color: transparent;
	border: transparent;
	color: #ffffff;
	font-weight: bold;
}

/* プライバシーポリシー同意 */
.hs-richtext {
    font-size: 12px;
    color: #666;
    margin: 10px;
}
.hs-richtext a {
    color: #666;
    text-decoration: underline;
}
.hs-richtext a:hover {
    text-decoration: none;
}

.firstview_form-emphasized .hs-button {
	box-shadow: none;
}
.firstview_form-emphasized .hs-button:hover {
	box-shadow: none;
}
.hs-error-msgs {
	color: #d9534f;
	list-style-type: none;
	padding-left: 10px;
}
.hs_recaptcha {
	display: none;
}

/* セレクトボックス */
.hs-fieldtype-select .input {
    position: relative;
}
.hs-fieldtype-select .input::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.hs-fieldtype-select .input select {
    width: 100%;
	border: transparent;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.hs-fieldtype-select .input select :not(:focus) {
	color: #aaa;
}
select::-ms-expand {
	display: none;
}
/* 必須 */
.hs-form-required {
	display: none;
}


/* WP REQUIRED
============================== */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.main_contact-gray {
	background: #F2F2F2;
}

/*=============================== */
/* 導入企業ロゴ
/================================ */
.brand_logo_slide {
	animation: slideLogo 36s linear infinite;
	-webkit-animation : slideLogo 36s linear 0s infinite;
    background: url(../image/logo-slide.png) repeat-x 50%;
    background-size: auto 150px;
    height: 150px;
    width: 100%;
}
@keyframes slideLogo {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -4096px 0;
	}
}


/* =============================
 * ローカルナビ
 ============================= */
.local_nav_list {
    position: absolute;
    width: 100vw;
    left: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 2px rgba(0,0,0,.14);
    opacity: 0;
    transition: .2s ease-out;
    z-index: 1;
    margin-top: -20px;
    pointer-events: none;
}
.local_nav_list.is-open {
    opacity: 1;
	margin-top: 0;
	pointer-events: all;
}
.local_nav_list_item {
    list-style: none;
    margin: 0 15px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.local_nav_list_item:last-child {
    border-bottom: none;
}
.local_nav_list_item a {
    display: block;
    font-size: 12px;
    color: #666;
    padding: 10px;
}
.local_nav_list_item a:hover {
    text-decoration: none;
    background: rgba( 0, 0, 0, .05 );
    border-radius: 2px;
}

 @media (min-width: 768px) {
	.local_nav_list {
        width: inherit;
        left: inherit;
        border-radius: 6px;
        margin-top: -15px;
        margin-left: -25px;
    }
    .globalnav_block:hover > .local_nav_list {
        margin-top: -10px;
        opacity: 1;
        pointer-events: all;
    }
 }

 /* 内部リンク */
 .internal-link {
	text-decoration: underline;
	color: #222222;
}
.internal-link:hover {
	text-decoration: none;
}
.internal-c2a {
	margin-top: 50px;
}
