/*======================================================================
 * main
======================================================================*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*//*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  color: #262626;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif; 
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}@charset "UTF-8";
/*======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認
======================================================================*/
.hs_cos_wrapper_type_module a {
  color: #256ec0;
}

@media screen and (min-width: 769px) {
  .hs_cos_wrapper_type_linked_image a {
    opacity: 1;
  }
  .hs_cos_wrapper_type_linked_image a:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 20px;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}/*======================================================================
 * adjust-width
======================================================================*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}@charset "UTF-8";
/*======================================================================
 * エリア別の設定
======================================================================*/
.mv-area {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAHgCAMAAABTpPcoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8vLyAAAA46bczAAAABNJREFUeNpiYBgFo2AUDFUAEGAAA8AAAWO1aRwAAAAASUVORK5CYII=) top repeat-x #e9e9e9;
}

.c-contents {
  padding: 20px 0 100px;
}
.c-contents .faq-area .side-inner {
  padding: 1px;
  border-radius: 8px;
}
.c-contents .faq-area .side-inner .inner-wrap {
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .c-contents .faq-area.-js-fixed {
    position: fixed;
    top: 170px;
    width: 23.4%;
    max-width: 220px;
    animation: side_qa_anime 0.5s 1 linear both;
  }
}

@keyframes side_qa_anime {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(10px);
    opacity: 1;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * c-button
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  width: 100%;
  max-width: 540px;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  background: #0077c2;
  border-bottom: 3px solid #0065A5;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 0;
  transition: opacity 0.3s;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::after {
  content: none !important;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button.-line {
  align-items: stretch;
  padding: 1px;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.c-button.-line span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background: #0077c3;
}
.c-button.-line span::before {
  content: none;
}
.c-button.-line:not(.u-hover-flash):hover span {
  background: #5f5f5f;
}
.c-button.-line.-black span {
  background: #5f5f5f;
}
.c-button.-line.-black:hover span {
  background: #0077c3;
}
.c-button.-line.-orange span {
  background: #ff7802;
}
.c-button.-line.-orange:hover span {
  background: #ffa417;
}
.c-button > span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: calc(50% - 6px);
  left: 35px;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 63px;
    padding: 0 20px;
    font-size: 1.8rem;
    border-radius: 4px;
  }
  .c-button > span {
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
    text-align: left;
  }
  .c-button > span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 7.5px 6px;
    border-left-color: #FFF;
  }
}/*======================================================================
 * hs form
======================================================================*/
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
form .hs-form-field {
  margin-bottom: 2em;
}
form .hs-form-field .input {
  margin-right: 0 !important;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  height: auto;
  max-width: 100% !important;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: block;
  margin: 0.7rem 0;
}
form .hs-form-required {
  color: red;
}
form .hs-error-msg,
form .hs-error-msgs {
  color: red;
}
form .hs_error_rollup {
  margin: 3em auto -2em;
  text-align: center;
}
form .hs_error_rollup .inputs-list li {
  margin: 0;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  width: 100% !important;
  outline: none;
  border-radius: 0;
  border: 1px solid #333;
  padding: 0.5em 1em;
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #ccc;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 34px;
}
form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
form textarea {
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  border: initial;
  background-color: transparent;
  cursor: pointer;
}
form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  box-shadow: none;
  border-radius: 0 !important;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=checkbox] + span::before, form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
form input[type=checkbox] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=checkbox] + span::after {
  left: 0.4rem;
  top: 0.8rem;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=radio] + span::before, form input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
form input[type=radio] + span::before {
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
form input[type=radio] + span::after {
  left: 0.5rem;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  opacity: 0;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 90%;
  max-width: 350px;
  margin: 3em auto 0;
}
form input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  text-align: center;
  background: black;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
.c-container {
  padding-top: 154px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-container {
    padding-top: 85px;
  }
}

/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-is-in-editor {
  padding-top: 0;
}
.-is-in-editor .c-header {
  position: relative;
}
.-is-in-editor .c-header .gnav-overlay {
  display: none;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.c-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 154px;
  z-index: 1000;
}
.c-header.-js-scroll {
  position: fixed;
}
@media screen and (min-width: 961px) {
  .c-header.-js-scroll {
    transform: translateY(-56px);
  }
}
@media screen and (max-width: 960px) {
  .c-header {
    position: fixed;
    height: 85px;
  }
}
.c-header .gnav-overlay {
  position: fixed;
  top: -1px;
  left: -1px;
  width: 100%;
  height: calc(100vh + 1px);
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}
.c-header .toggle-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  width: 26px;
  height: 23px;
  margin: 0 16px;
}
@media screen and (max-width: 340px) {
  .c-header .toggle-btn {
    margin: 0 4px;
  }
}
.c-header .toggle-btn.-js-opened i {
  height: 5px;
}
.c-header .toggle-btn.-js-opened i:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.c-header .toggle-btn.-js-opened i:nth-child(2) {
  display: none;
}
.c-header .toggle-btn.-js-opened i:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.c-header .toggle-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #333;
  border-radius: 3px;
  transition: transform 0.3s linear;
}
.c-header .toggle-btn i:nth-child(1) {
  top: -18px;
}
.c-header .toggle-btn i:nth-child(3) {
  top: 18px;
}
@media screen and (min-width: 1001px) {
  .c-header .toggle-btn {
    display: none;
  }
}

.header-description {
  display: block;
  padding: 4px 9px;
  font-size: 1.1rem;
  line-height: 2.36;
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
  .header-description {
    padding: 0;
  }
}
.header-description .inner {
  display: flex;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 10px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-description .inner {
    font-size: 1vw;
  }
}
@media screen and (max-width: 960px) {
  .header-description .inner {
    justify-content: center;
    padding: 0;
  }
}
.header-description .ir,
.header-description .description {
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  color: #272727;
  font-size: 1.1rem;
  line-height: 26px;
  border-right: 1px dotted #999;
}
@media screen and (max-width: 1200px) {
  .header-description .ir,
.header-description .description {
    font-size: 1vw;
  }
}
@media screen and (max-width: 960px) {
  .header-description .ir,
.header-description .description {
    margin: 0;
    padding: 5px;
    font-size: min(3vw, 1.1rem);
    line-height: 1;
    text-align: center;
    border-right: none;
  }
}
.header-description .company ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.header-description .company ul li a {
  display: flex;
  align-items: center;
  color: #272727;
}
.header-description .company ul li a:hover {
  text-decoration: none;
}
.header-description .company ul li a::after {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICA8cGF0aCBkPSJNMTEgN2gtNWEyIDIgMCAwIDAgLTIgMnY5YTIgMiAwIDAgMCAyIDJoOWEyIDIgMCAwIDAgMiAtMnYtNSIgLz4KICA8bGluZSB4MT0iMTAiIHkxPSIxNCIgeDI9IjIwIiB5Mj0iNCIgLz4KICA8cG9seWxpbmUgcG9pbnRzPSIxNSA0IDIwIDQgMjAgOSIgLz4KPC9zdmc+") no-repeat;
  background-size: contain;
  content: "";
}

.site-description {
  background: #fff;
  color: #272727;
  height: 26px;
  padding: 3px 9px;
}
.site-description > * {
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.67;
}

.header-information {
  width: 100%;
  background: #fff;
  border-bottom: 4px solid #0086cd;
}
@media screen and (min-width: 961px) {
  .header-information {
    height: 94px;
  }
}
.header-information .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: none;
  position: relative;
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
  padding: 0 10px;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .header-information .inner {
    justify-content: flex-end;
    align-items: center;
    padding: 4px 0 4px 16px;
    gap: 0;
  }
}
.header-information .inner .logo {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .header-information .inner .logo {
    margin-right: auto;
    padding: 0;
  }
}
.header-information .inner .logo .main {
  padding-right: 13px;
  min-width: 120px;
}
@media screen and (max-width: 960px) {
  .header-information .inner .logo .main {
    width: 120px;
    padding-right: 16px;
  }
}
.header-information .inner .logo .sub {
  min-width: 127px;
}
@media screen and (max-width: 960px) {
  .header-information .inner .logo .sub {
    min-width: 33px;
  }
}
.header-information .inner .logo .cmn80_header-sub-logo {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .header-information .inner .logo .cmn80_header-sub-logo {
    align-items: center;
  }
}
.header-information .phone > * {
  padding: 10px 0.2vw;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.header-information .phone .upper {
  font-size: 1.2rem;
  font-weight: bold;
  color: #247cbc;
  margin-bottom: 2px;
}
.header-information .phone a {
  display: block;
  margin-bottom: 5px;
  color: #247cbc;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.header-information .phone ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  font-size: 1.2rem;
  gap: 0.2vw;
}
.header-information .phone ul li {
  color: #FFF;
  background: #247cbc;
  background: linear-gradient(#49a8ed, #247cbc);
  border-radius: 20px;
  padding: 2px 0.39vw;
  font-size: 11px;
}
.header-information .inner > .contact {
  margin-left: 10px;
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  .header-information .inner > .contact .button {
    min-width: 160px;
    height: auto;
    background: #e77e0f;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 13px 24% 13px 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    text-align: left;
    transition: 0.2s ease-in-out;
  }
  .header-information .inner > .contact .button strong {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .header-information .inner > .contact {
    display: flex;
    gap: 8px;
    padding: 0;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button {
    flex-direction: column;
    width: 62px;
    height: 60px;
    padding: 0;
    font-size: 8px;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 8px;
    box-shadow: none;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button::before, .header-information .inner > .contact .cmn83_header-contact-link .button::after {
    content: none;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon {
    position: relative;
    top: auto;
    left: 0;
    margin: 0 0 6px;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon.-file {
    width: 25px;
    height: 24px;
  }
  .header-information .inner > .contact .cmn83_header-contact-link .button .icon.-phone {
    width: 16px;
    height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .header-information .inner > .contact .cmn83_header-contact-link .button {
    width: 52px;
    height: 50px;
  }
}

.gnav {
  flex: 1 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: -100vw;
    width: 82%;
    height: 100vh;
    height: 100dvh;
    max-width: 320px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px);
    overflow-y: auto;
    transition: right 0.4s linear;
  }
  .gnav.-js-opened {
    right: 0;
  }
  .gnav .contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 20px 60px;
  }
  .gnav .contact > * {
    max-width: 250px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 961px) {
  .gnav .main-nav {
    margin-bottom: 4px;
  }
}
.gnav .main-nav > ul {
  padding: 0;
  list-style: none;
}
.gnav .main-nav > ul > li .button {
  position: relative;
}
.gnav .main-nav > ul > li .button .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0086cd;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.gnav .main-nav > ul > li .button .icon.-phone-search {
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-search.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-search.svg");
}
.gnav .main-nav > ul > li .button .icon.-phone-about {
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-about.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-about.svg");
}
.gnav .main-nav > ul > li .button .icon.-line-search {
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-line.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-line.svg");
}
.gnav .main-nav > ul > li .button .icon.-solution {
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-company.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-company.svg");
}
.gnav .main-nav > ul > li .button .icon.-useful {
  -webkit-mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-useful.svg");
  mask-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-icon-useful.svg");
}
@media screen and (min-width: 961px) {
  .gnav .main-nav > ul {
    display: flex;
    border-left: 1px solid #d0d0d0;
  }
  .gnav .main-nav > ul > li {
    flex: 1 0 auto;
    display: block;
    width: 20%;
  }
  .gnav .main-nav > ul > li .button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 86px;
    padding: 0 0 8px 0;
    color: #222;
    font-weight: bold;
    font-size: 0.7em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #d0d0d0;
    cursor: pointer;
  }
  .gnav .main-nav > ul > li .button:hover {
    color: #FFF;
    background: #0086cd;
  }
  .gnav .main-nav > ul > li .button:hover .icon {
    background: #FFF;
  }
  .gnav .main-nav > ul > li .button .icon.-phone-search {
    -webkit-mask-position: 50% 18px;
    mask-position: 50% 18px;
    -webkit-mask-size: 72px auto;
    mask-size: 72px auto;
  }
  .gnav .main-nav > ul > li .button .icon.-phone-about {
    -webkit-mask-position: 50% 18px;
    mask-position: 50% 18px;
    -webkit-mask-size: 72px auto;
    mask-size: 72px auto;
  }
  .gnav .main-nav > ul > li .button .icon.-line-search {
    -webkit-mask-position: 50% 15px;
    mask-position: 50% 15px;
    -webkit-mask-size: 48px auto;
    mask-size: 48px auto;
  }
  .gnav .main-nav > ul > li .button .icon.-solution {
    -webkit-mask-position: 50% 17px;
    mask-position: 50% 17px;
    -webkit-mask-size: 30px auto;
    mask-size: 30px auto;
  }
  .gnav .main-nav > ul > li .button .icon.-useful {
    -webkit-mask-position: 50% 13px;
    mask-position: 50% 13px;
    -webkit-mask-size: 37px auto;
    mask-size: 37px auto;
  }
  .gnav .main-nav > ul > li:hover .child-menu {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .gnav .main-nav > ul > li {
    border-bottom: 1px solid #C8C8C8;
  }
  .gnav .main-nav > ul > li > span {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 60px 20px 20px;
    font-weight: bold;
  }
  .gnav .main-nav > ul > li > span::before, .gnav .main-nav > ul > li > span::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 4px;
    margin: auto 0;
    background-color: #333;
    border-radius: 2px;
  }
  .gnav .main-nav > ul > li > span::before {
    transform: rotate(90deg);
    transition: 0.3s ease;
  }
  .gnav .main-nav > ul > li.-js-show > span::before {
    transform: rotate(0deg);
  }
  .gnav .main-nav > ul > li .button {
    padding: 24px 50px 24px 64px;
  }
  .gnav .main-nav > ul > li .button .icon {
    left: 20px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 26px;
    margin: auto;
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.gnav .child-menu {
  display: none;
}
.gnav .child-menu.-js-show {
  display: block;
}
.gnav .child-menu ul {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 961px) {
  .gnav .child-menu {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px 35px;
    background-color: #def4ff;
    border-top: 4px solid #0086cd;
  }
  .gnav .child-menu > * {
    display: flex;
    justify-content: center;
  }
  .gnav .child-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
  }
  .gnav .child-menu li a {
    display: block;
    padding-left: 24px;
    color: #222222;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/gnav-arrow.svg") no-repeat left 5px;
    background-size: 17px;
    transition: all 0.3s ease;
  }
  .gnav .child-menu li a:hover {
    opacity: 1;
    color: rgba(34, 34, 34, 0.8);
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .gnav .child-menu {
    position: relative;
    margin: 0 20px;
    padding-top: 25px;
    border-top: 1px solid #E6E6E6;
  }
  .gnav .child-menu li {
    margin-bottom: 25px;
  }
  .gnav .child-menu li a {
    color: inherit;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }
}
.gnav .sp-nav-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: calc(100% - 50px);
  height: auto;
  margin: 0;
  padding: 13px 16px;
}
@media screen and (min-width: 961px) {
  .gnav .sp-nav-header {
    display: none;
  }
}
.gnav .sp-nav-header .widget-type-logo {
  width: 120px;
}
.gnav .sp-nav-header .toggle-btn {
  position: absolute;
  right: 0;
}
.gnav .contact {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 20px 60px;
}
@media screen and (min-width: 961px) {
  .gnav .contact {
    display: none;
  }
}
.gnav .contact > * {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  .c-container.-home {
    padding-top: calc(85px + 18.72vw);
  }
  .c-container.-home .c-header {
    top: 18.72vw;
  }
  .c-container.-home .c-header.-js-scroll {
    top: 0;
  }
}
.c-container.-home .home-hide {
  display: none !important;
}

.sp-cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18.72vw;
  padding: 7px 9px;
  background: #E9E9E9;
}

@media screen and (max-width: 960px) {
  .switch-gt {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .switch-lt {
    display: none !important;
  }
}@charset "UTF-8";
/*======================================================================
 * footer
======================================================================*/
.c-footer .banner-slides {
  position: relative;
  padding: 34px 20px;
  background: #e6e6e6;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .c-footer .banner-slides {
    padding: 34px 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .banner-slides {
    padding: 32px 10px;
  }
}
.c-footer .banner-slides > * {
  max-width: 965px;
  margin: 0 auto;
}

.pagetop {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  bottom: 10px;
  right: 50vw;
  z-index: 1;
  margin: 0;
  padding: 32px 0 6px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  background: #d7d7d7;
  border: none;
  border-radius: 50%;
  transform: translateX(540px);
  cursor: pointer;
}
.pagetop:hover {
  background: rgba(0, 0, 0, 0.35);
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  width: 36px;
  height: 24px;
  margin: auto;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/pagetop-arrow.svg") 0 0/contain no-repeat;
}

.footer-faq-title {
  display: block;
  padding: 15px 30px;
  color: #444;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.17;
  text-align: center;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/bg_pr_contents.png") center top/auto 100% no-repeat #ffd935;
}
@media screen and (max-width: 768px) {
  .footer-faq-title {
    padding: 6px 20px;
    font-size: 2rem;
  }
}
.footer-faq-inner {
  padding: 30px 40px 40px;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner {
    padding: 32px 20px;
  }
}
.footer-faq-inner .cmn90_footer-faq {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-faq-inner .cmn90_footer-faq dl {
  width: calc(25% - 15px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq dl {
    width: 100%;
  }
}
.footer-faq-inner .cmn90_footer-faq dt {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
  color: #014f78;
  font-size: 1.5rem;
  line-height: 1.3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAMAAACyy+glAAAAYFBMVEUAhs329vb///8/o9kQjtDI4e57vuEPjdDv9/zn7/OZzOff8Pmf0ezP6Pa42ux/wuZgtOBPq9wvnNYgldOw2e6/4fJuueEflNKp0+mPyuldsNw3n9YrmtTX6PGk0eiKxeQsaWNUAAABpUlEQVQ4y4WUV7bCMAxERVzSe0ih7n+XT0mM5FiENz8c4J7xSLIFF6kKZS5fBIJsYVN8e/4HPxWwxvQnbGLw1QU0CFbSEq6stROEUt/gjLhAbwGnNzhTnIYws1JZAGfwQ20A+3n78ZpEUT40+pPDpj5ceWgRfZSMFHv2YMtHJht3zbePgnN/gZvVcOkBQDe5T8dGwB36lr37ogekKUkn4CuyGkhIJz0HcbBxk0WrDlgaD6qpmgDGRgxEuhJySu3g1LW5jKLmAGs8inLsMM3aS8FFqCOcAsMg4PrQDshAOkt43GELQJlbzhv8YnaYUhU0sqZIkpYKJGOER2ol/dets150Ta2bUge/6WhEri5EgXTJQ4kvDjbA1nx3GiS9mdCtU8Cp0dulxAx8VRhma12uxFCrZsndC2iPMfwnqJeIVTZ7nQBwG+4A9yF8sGogdLvTeaHQ+AWbXlucamJcq7quVe/NZjIP2PQA2nJnwtcNQVfsKYxrmp13pWwtV+NMmZ2M5Hjpzms3Zm8/Z9Lb2uxsmRsld+KvzW+VUrYyiraWhKVM9q4uUn+tLxFNm5GhcQAAAABJRU5ErkJggg==) 0 50% no-repeat;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq dt {
    padding-left: 48px;
    font-size: 1.6rem;
    block-size: 44px auto;
  }
}
.footer-faq-inner .cmn90_footer-faq dt a {
  display: block;
  color: #014f78;
}
@media screen and (max-width: 768px) {
  .footer-faq-inner .cmn90_footer-faq dt a {
    font-size: 1.6rem;
  }
}
.footer-faq-inner .cmn90_footer-faq dt a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer-faq-inner .cmn90_footer-faq dd {
  margin: 0;
}

.footer-maps {
  position: relative;
  z-index: 2;
  padding: 20px 20px 60px;
  color: #fff;
  background-color: #0086cd;
}
.footer-maps-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.39;
  text-align: center;
}
.footer-maps-inner {
  max-width: 940px;
  margin: 0 auto;
}
.footer-maps-inner .cmn91_footer-map {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.footer-maps-inner .cmn91_footer-map .item {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
.footer-maps-inner .cmn91_footer-map .item dt {
  margin-bottom: 10px;
  padding: 9px;
  color: #007bbc;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
}
.footer-maps-inner .cmn91_footer-map .item dt.inversion {
  color: #FFF;
  background: transparent;
  border-color: #FFF;
}
.footer-maps-inner .cmn91_footer-map .item dd {
  margin: 0;
}
.footer-maps-inner .cmn91_footer-map .item ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-maps-inner .cmn91_footer-map .item ul li {
  width: 50%;
}
.footer-maps-inner .cmn91_footer-map .item a {
  display: block;
  padding: 6px 5px 6px 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.footer-maps-inner .cmn91_footer-map .item a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding: 30px 0;
  position: relative;
  z-index: 2;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 32px 20px;
  }
}
.footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-bottom .inner {
    display: block;
  }
}
.footer-bottom .footer-left {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-left {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
}
.footer-bottom .footer-left .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-left .logo {
    margin: 0 0 24px;
  }
}
.footer-bottom .footer-left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin: 12px 0 8px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-left ul li {
    display: flex;
  }
  .footer-bottom .footer-left ul li:not(:last-child)::after {
    content: "｜";
  }
}
.footer-bottom .footer-left ul a {
  display: flex;
  align-items: center;
  color: #272727;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-left ul a {
    font-size: 1.3rem;
    text-decoration: none;
  }
}
.footer-bottom .footer-left ul a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer-bottom .footer-left ul a::before {
    content: "＞ ";
  }
}
.footer-bottom .footer-left ul a[target=_blank]::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICA8cGF0aCBkPSJNMTEgN2gtNWEyIDIgMCAwIDAgLTIgMnY5YTIgMiAwIDAgMCAyIDJoOWEyIDIgMCAwIDAgMiAtMnYtNSIgLz4KICA8bGluZSB4MT0iMTAiIHkxPSIxNCIgeDI9IjIwIiB5Mj0iNCIgLz4KICA8cG9seWxpbmUgcG9pbnRzPSIxNSA0IDIwIDQgMjAgOSIgLz4KPC9zdmc+") no-repeat;
  background-size: contain;
}
.footer-bottom .footer-right .banner-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-right .banner-block {
    margin: 35px 0 32px;
  }
}
.footer-bottom .footer-right .banner-block .cmn10_banner-block {
  justify-content: flex-end;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-right .banner-block .cmn10_banner-block {
    justify-content: flex-start;
    gap: 8px;
  }
}
.footer-bottom .footer-right .banner-block .item {
  width: auto !important;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-right .banner-block .item {
    align-items: flex-start;
    width: calc(50% - 4px) !important;
  }
}
.footer-bottom .footer-right .banner-block img {
  width: 167px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-right .banner-block img {
    width: 100%;
    margin: 0;
  }
}
.footer-bottom .footer-right .banner-block p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-right .banner-block p {
    display: none;
  }
}
.footer-bottom .copyright {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    margin: 0 -20px -32px;
    padding: 24px 20px;
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
    background: #0086CD;
  }
}/*======================================================================
* sidebar
======================================================================*/
.u-side-link-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.u-side-link-list a {
  text-decoration: none;
}
.u-side-link-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.u-side-link-list .category > li {
  position: relative;
  border-bottom: 1px dotted #afafaf;
  cursor: pointer;
}
.u-side-link-list .category > li .category-name {
  display: block;
  position: relative;
  padding: 10px 10px 10px 25px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: none;
  background-color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHBAMAAAAyiZrdAAAAHlBMVEX///8Ae7wAe7wAe7wAe7wAe7wAe7wAe7wAe7wAe7zQWUQ8AAAACXRSTlMAEDCPn6/P3++i4ucDAAAAHElEQVQImWMIE2Bg8CxiYGCeoQBkFIBpEB8oDgA+3gRy+yh1/AAAAABJRU5ErkJggg==) 10px center no-repeat;
}
@media screen and (max-width: 768px) {
  .u-side-link-list .category > li .category-name {
    margin-right: 64px;
    padding: 24px 0 24px 30px;
    font-size: 1.8rem;
  }
}
.u-side-link-list .category > li .category-name:hover {
  opacity: 1;
  text-decoration: underline;
}
.u-side-link-list .category > li .category-name a {
  color: inherit;
}
.u-side-link-list .category .sp-toggle {
  position: absolute;
  right: -64px;
  top: 0;
  width: 64px;
  height: 100%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.u-side-link-list .category .sp-toggle::before, .u-side-link-list .category .sp-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #333;
  border-radius: 1px;
}
.u-side-link-list .category .sp-toggle::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.u-side-link-list .category .sp-toggle.-js-opened::after {
  transform: rotate(0);
}
.u-side-link-list .sublinks {
  display: none;
  border-top: 1px dotted #afafaf;
}
.u-side-link-list .sublinks li:not(:last-child) {
  border-bottom: 1px dotted #afafaf;
}
.u-side-link-list .sublinks li:nth-child(even) {
  background: #f6f6f6;
}
.u-side-link-list .sublinks li a {
  display: block;
  position: relative;
  padding: 10px 60px 10px 40px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.25;
  background-color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHBAMAAAAyiZrdAAAAHlBMVEX///8Ae7wAe7wAe7wAe7wAe7wAe7wAe7wAe7wAe7zQWUQ8AAAACXRSTlMAEDCPn6/P3++i4ucDAAAAHElEQVQImWMIE2Bg8CxiYGCeoQBkFIBpEB8oDgA+3gRy+yh1/AAAAABJRU5ErkJggg==) no-repeat 25px center;
}
@media screen and (max-width: 768px) {
  .u-side-link-list .sublinks li a {
    padding: 24px 10px 24px 45px;
    font-size: 1.8rem;
  }
}
.u-side-link-list .sublinks li a span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  margin: auto;
  padding-left: 0.25em;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  border-radius: 2px;
}
.u-side-link-list .sublinks li a span.new {
  color: #c03f8a;
  background: #ffabe0;
}
.u-side-link-list .sublinks li a span.used {
  color: #0070b0;
  background: #8fd6f2;
}/*======================================================================
 * breadcrumb
======================================================================*/
.c-breadcrumb {
  max-width: 940px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 32px;
  }
}
.c-breadcrumb ul {
  padding: 0;
  list-style: none;
  display: block;
  color: #444;
  font-size: 1.1rem;
  line-height: 3.45;
  border: 1px solid #dedede;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .c-breadcrumb ul {
    padding-left: 29px;
    background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/ico_breadcrumb.png) no-repeat 9px center;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ul {
    padding: 4px;
    line-height: 2.27;
  }
}
.c-breadcrumb ul li {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ul li:first-child a {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 15px;
    height: 15px;
    padding-left: 15px;
    overflow: hidden;
    background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/ico_breadcrumb.png) no-repeat left center;
  }
}
.c-breadcrumb ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 17px;
  background: url(https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/ar_breadcrumb.png) right center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ul li:not(:last-child) {
    margin-right: 8px;
    padding: 7px 15px 7px 0;
  }
}
.c-breadcrumb ul li a {
  color: #256ec0;
  text-decoration: none;
}
.c-breadcrumb ul li a:hover {
  text-decoration: underline;
}
.c-breadcrumb ul li span {
  font-weight: bold;
}/*======================================================================
 * Heading
======================================================================*/
.c-heading-h1 {
  margin: 0;
  padding: 15px 0;
  color: #262626;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.35;
  background-color: #fff;
  border-bottom: 3px solid #0086cd;
}
@media screen and (max-width: 768px) {
  .c-heading-h1 {
    padding: 0 0 10px;
    line-height: 1.17;
  }
}
.c-heading-h2 {
  margin: 0;
}
.c-heading-h2.-blue-bottom {
  padding: 15px 0;
  color: #262626;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.35;
  background-color: #fff;
  border-bottom: 3px solid #0086cd;
}
@media screen and (max-width: 768px) {
  .c-heading-h2.-blue-bottom {
    padding: 0 0 10px;
    line-height: 1.17;
  }
}
.c-heading-h2.-gray-bg {
  padding: 15px 20px;
  color: #555;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-heading-h2.-gray-bg {
    padding: 14px 10px;
    line-height: 1.3;
  }
}
.c-heading-h2.-gray-bg a {
  display: block;
  color: #014f78;
}
.c-heading-h2.-gray-bg a:hover {
  text-decoration: none;
}
.c-heading-h3 {
  margin: 0;
}
.c-heading-h3.-aqua-bg {
  padding: 15px;
  color: #0086cd;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  background-color: #def4ff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-heading-h3.-aqua-bg {
    padding: 22px 12px;
    font-size: 1.8rem;
    border-radius: 4px;
  }
}
.c-heading-h3.-check-icon {
  padding: 0 0 4px 23px;
  border-bottom: 1px dotted #b2b2b2;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/ico_details.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  .c-heading-h3.-check-icon {
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.c-heading-h3.-left-line {
  border-left: 5px solid #b5d6e7;
  background: #ebf8ff;
  padding: 20px 10px;
  font-size: 1.9rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-heading-h3.-left-line {
    border-left-width: 4px;
    padding: 12px 10px;
    font-size: 1.8rem;
  }
}
.c-heading-h3.-gray-bg {
  padding: 15px 20px;
  color: #555;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-heading-h3.-gray-bg {
    padding: 14px 10px;
    line-height: 1.3;
  }
}
.c-heading-h3.-gray-bg a {
  display: block;
  color: #014f78;
}
.c-heading-h3.-gray-bg a:hover {
  text-decoration: none;
}
.c-heading-h4 {
  font-size: 1.8rem;
  padding: 6px 12px;
  font-weight: normal;
  border-left: 7px solid #3e99d0;
}
@media screen and (max-width: 768px) {
  .c-heading-h4 {
    padding: 0 12px 0 8px;
    font-size: 1.6rem;
    font-weight: bold;
    border-left-width: 6px;
  }
}

.c-faq-heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-faq-heading {
    font-size: 2rem;
  }
}
.c-faq-heading::before, .c-faq-heading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-faq-heading::before, .c-faq-heading::after {
    width: 22px;
    height: 28px;
  }
}
.c-faq-heading::before {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/obj-faq-title-left.png");
  background-position: 0 100%;
}
.c-faq-heading::after {
  background-image: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/obj-faq-title-right.png");
  background-position: 100% 100%;
}
.c-faq-heading > span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding-left: 48px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/icon-faq-q.png") 0 50%/37px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .c-faq-heading > span {
    padding-left: 41px;
  }
}

.c-side-heading {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  margin: 0;
  padding: 5px 12px;
  color: #FFF;
  text-align: center;
  background: #007bbc;
  border-radius: 5px 5px 0 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-side-heading {
    min-height: 64px;
    padding: 9px 10px 9px 75px;
    font-size: 2.4rem;
    border-radius: 8px 8px 0 0;
  }
}
.c-side-heading .icon {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-side-heading .icon {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 38px;
    margin: auto;
  }
  .c-side-heading .icon img {
    width: 100% !important;
    height: auto;
  }
}
.c-side-heading .icon.icon-phone {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/icon-side-phone.svg") 0 50%/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-side-heading .icon.icon-phone {
    width: 46px;
    height: 46px;
  }
}
.c-side-heading .icon.icon-search {
  width: 26px;
  height: 26px;
  margin-right: 18px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/icon-side-search.svg") 0 50%/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-side-heading .icon.icon-search {
    width: 46px;
    height: 46px;
  }
}
.c-side-heading .icon.icon-crown {
  width: 35px;
  height: 24px;
  margin-right: 3px;
  background: url("https://21063233.fs1.hubspotusercontent-na1.net/hubfs/21063233/biziphone2024/assets/images/common/icon-side-crown.svg") 0 50%/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-side-heading .icon.icon-crown {
    width: 46px;
    height: 30px;
    margin-right: 8px;
  }
}

.c-side-list-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px;
  color: #00679d;
  font-size: 1.8rem;
  line-height: 1.43;
  text-align: center;
  border: 1px solid #007bbc;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .c-side-list-heading {
    min-height: 64px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
  }
}@charset "UTF-8";
/*======================================================================
 * ブログ一覧レイアウト
======================================================================*/@charset "UTF-8";
/*======================================================================
 * ブログ記事レイアウト
======================================================================*/
.col2-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.col2-container .main-content {
  width: calc(100% - 330px);
  padding-right: 50px;
}
.col2-container .post-content {
  width: calc(100% - 330px);
  padding-right: 50px;
}
.col2-container .post-content .main-content {
  width: 100%;
}
.col2-container .post-body::after {
  content: " ";
  display: table;
  clear: both;
}
.col2-container .sidebar {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .col2-container {
    display: block;
  }
  .col2-container .post-container-wrap {
    width: 100%;
  }
  .col2-container .sidebar {
    width: 100%;
    margin-top: 60px;
  }
}@charset "UTF-8";
/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }

  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------*/
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-mt-small {
    margin-top: 32px;
  }
}
.u-mt-default {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt-default {
    margin-top: 48px;
  }
}
.u-mt-large {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt-large {
    margin-top: 64px;
  }
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb-small {
    margin-bottom: 32px;
  }
}
.u-mb-default {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-default {
    margin-bottom: 48px;
  }
}
.u-mb-large {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-large {
    margin-bottom: 64px;
  }
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  animation: fade-in 0.25s ease-out;
  display: block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .u-hover-flash {
    opacity: 1;
  }
  .u-hover-flash:hover {
    animation: hover_flash 1s ease;
  }
}

@keyframes hover_flash {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.u-bg-linkblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock {
    display: block;
  }
}
.u-bg-linkblock a {
  display: flex;
  flex-direction: column;
  width: 47.71%;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-bg-linkblock a:nth-child(n+3) {
    margin-top: 20px;
  }
  .u-bg-linkblock a:hover > p {
    text-decoration: none;
  }
  .u-bg-linkblock a:hover dl {
    transition: all 0.25s;
    opacity: 0.85;
    border: 1px solid #ccc;
  }
  .u-bg-linkblock a:hover dl dd {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock a {
    width: 100%;
  }
  .u-bg-linkblock a:nth-child(n+2) {
    margin-top: 32px;
  }
}
.u-bg-linkblock a > p {
  margin: 0;
  text-align: right;
  text-decoration: underline;
  line-height: 1.43;
  font-size: 1.4rem;
  color: #002aff;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock a > p {
    line-height: 1.5;
  }
}
.u-bg-linkblock dl {
  padding: 10px;
  border: 1px solid #ebede0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock dl {
    padding: 12px 16px 16px;
    background-position: right 8px top 8px !important;
  }
}
.u-bg-linkblock dl dt {
  color: #416299;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock dl dt {
    min-height: 60px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.u-bg-linkblock dl dt span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock dl dt span {
    font-size: 1.4rem;
    line-height: 1.67;
  }
}
.u-bg-linkblock dl dd {
  margin: 0;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1rem;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .u-bg-linkblock dl dd {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
  * 編集画面用
------------------------------------------------------------ */
.u-edit-info {
  padding: 40px;
  color: #7c98b6;
  font-style: italic;
  text-align: center;
  background: #f5f8fa !important;
  border: 1px dashed #516f90;
  cursor: pointer;
}