@charset "UTF-8";
/*
Theme Name: 誠晃舎WPテンプレート
Author: 誠晃舎
Author URI: https://www.sks-net.co.jp/
Version: 1.0
*/
/*---------------------------------------------------------------------------
リセット
---------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

pre {
  white-space: pre-wrap;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

img, svg {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

strong {
  font-weight: bold;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

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

/*---------------------------------------------------------------------------
フォーム要素リセット
---------------------------------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'], input[type='url'], textarea, select {
  width: 100%;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'], input[type='url'] {
  line-height: normal;
  /*ios placeholderのズレ*/
}

label {
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label:focus {
  outline: none;
}

legend {
  display: block;
}

select::-ms-expand {
  display: none;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/*---------------------------------------------------------------------------
スクロールバー
---------------------------------------------------------------------------*/
/* ----------------------------- 全体 */
body {
  position: relative;
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,"BIZ UDPGothic",YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",'Noto Sans JP', Arial, Helvetica, Verdana, sans-serif;
  background: #efefef;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overscroll-behavior: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: .2s;
}

img, svg {
  max-width: 100%;
  height: auto;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

rt {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/*pc*/
@media only screen and (max-width: 767.98px) {
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*sp*/
.l-contents {
  padding: 60px 0;
}

/*z-index*/
/* ----------------------------- コンポーネント */
/*---------------------------------------------------------------------------
タイトル
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ボタン
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ボーダースライドボタン
---------------------------------------------------------------------------*/
.c-btn-border {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  max-width: 300px;
  transition: padding 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.c-btn-border::before, .c-btn-border::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-btn-border::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-btn-border::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-btn-border.is-hover::before, .c-btn-border.is-out::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition-duration: 0.4s;
}

.c-btn-border.is-hover::after, .c-btn-border.is-out::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}

/*---------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
テーブル
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
モーダル
---------------------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.c-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.c-modal[aria-hidden="false"] .c-modal__body {
  -webkit-animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__body {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 1000px;
  -webkit-animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(img/common/close.svg) no-repeat center;
  background-size: contain;
}

.c-modal__inner {
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@media only screen and (max-width: 767.98px) {
  .c-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: #000;
    background-size: 20px 20px;
    border-radius: 50%;
  }
}

/*---------------------------------------------------------------------------
円形プログレスバー
---------------------------------------------------------------------------*/
.c-progress-circle {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  color: orange;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-progress-circle::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.c-progress-circle circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 62.8 62.8;
  stroke-dashoffset: 62,8;
}

.c-progress-circle[data-progress="true"] circle {
  -webkit-animation: circle 5s linear forwards;
          animation: circle 5s linear forwards;
}

@-webkit-keyframes circle {
  0% {
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  0% {
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*---------------------------------------------------------------------------
ローダー
<div class="c-loader">
	<svg class="c-loader__circular"viewBox="25 25 50 50" >
		<circle class="c-loader__path" cx="50" cy="50" r="20" fill="none" stroke="#FF7D39" stroke-width="2" />
	</svg>
</div>
---------------------------------------------------------------------------*/
.c-loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #efefef;
  pointer-events: none;
}

.c-loader {
  position: relative;
  margin: 0px auto;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.c-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.c-loader__circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.c-loader__path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #FF7D39;
  }
  40% {
    stroke: #FF7D39;
  }
  66% {
    stroke: #FF7D39;
  }
  80%, 90% {
    stroke: #FF7D39;
  }
}

@keyframes color {
  0% {
    stroke: #FF7D39;
  }
  40% {
    stroke: #FF7D39;
  }
  66% {
    stroke: #FF7D39;
  }
  80%, 90% {
    stroke: #FF7D39;
  }
}

/*---------------------------------------------------------------------------
コンポーネント
---------------------------------------------------------------------------*/
/* ----------------------------- レイアウト */
/*---------------------------------------------------------------------------
ページ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
スマホ横
---------------------------------------------------------------------------*/
/*orientation: landscape*/
/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
タイトル
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/
.l-toggler-nav {
  width: 50px;
  height: 32px;
  text-align: center;
  outline: none;
}

.l-toggler-nav__border-group {
  display: block;
  width: 21px;
  height: 16px;
  margin: 0 auto;
}

.l-toggler-nav__border {
  flex-shrink: 0;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #000;
  border-radius: 4px;
  transition: 0.3s ease;
}

.l-toggler-nav__border-two {
  margin: 5px auto;
}

.l-toggler-nav__text {
  text-align: center;
  margin-top: 6px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.l-toggler-nav__text-close {
  display: none;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-one {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-two {
  opacity: 0;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-three {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__text-open {
  display: none;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__text-close {
  display: inline;
}

/*---------------------------------------------------------------------------
ページトップに戻る
---------------------------------------------------------------------------*/
.l-backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

/*---------------------------------------------------------------------------
Gutenberg
---------------------------------------------------------------------------*/
.l-entrybody {
  word-break: break-all;
}

.l-entrybody p {
  margin: 0 0 1em;
}

.l-entrybody p:last-child {
  margin-bottom: 0 !important;
}

.l-entrybody > p, .l-entrybody > ul, .l-entrybody > ol, .l-entrybody > div, .l-entrybody > table {
  margin: 0 0 2em;
}

.l-entrybody > figure {
  margin: 0 0 2em;
}

.l-entrybody ul, .l-entrybody ol {
  text-align: left;
}

.l-entrybody > ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}

.l-entrybody > ol {
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}

.l-entrybody > ul > li {
  margin: .25em 0;
  text-align: left;
}

.l-entrybody li > a {
  display: inline;
}

.l-entrybody a {
  color: #2EA0CB;
  text-decoration: underline;
}

.l-entrybody iframe {
  max-width: 100%;
}

.l-entrybody h1, .l-entrybody h2, .l-entrybody h3, .l-entrybody h4, .l-entrybody h5, .l-entrybody h6 {
  margin: 1.5em 0 .75em;
}

.l-entrybody h1:first-child, .l-entrybody h2:first-child, .l-entrybody h3:first-child, .l-entrybody h4:first-child, .l-entrybody h5:first-child, .l-entrybody h6:first-child {
  margin-top: 0;
}

.l-entrybody h1 {
  font-size: 180%;
}

.l-entrybody h2 {
  font-size: 150%;
}

.l-entrybody h3 {
  font-size: 132%;
}

.l-entrybody h4 {
  font-size: 116%;
}

.l-entrybody h5 {
  font-size: 108%;
}

.l-entrybody h6 {
  font-size: 100%;
}

.l-entrybody table {
  width: 100%;
}

.l-entrybody td {
  padding: .5em .75em;
  border: 1px solid #ddd;
}

.l-entrybody th {
  padding: .5em .75em;
  border: 1px solid #ddd;
  background: #f7f7f7;
}

.l-entrybody .aligncenter {
  display: block;
  margin: 0 auto;
}

.l-entrybody .alignright {
  float: right;
}

.l-entrybody .alignleft {
  float: left;
}

.l-entrybody .wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}

.l-entrybody .wp-block-image {
  overflow: hidden;
}

.l-entrybody .wp-block-button__link {
  text-decoration: none;
}

.l-entrybody .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

@media (max-width: 599px) {
  .l-entrybody .wp-block-column:not(:first-child) {
    margin-top: 2em;
    margin-left: 0;
  }
  .l-entrybody .wp-block-column {
    flex-basis: 100% !important;
  }
}

/*---------------------------------------------------------------------------
フォーム
---------------------------------------------------------------------------*/
.l-form input[type="text"], .l-form input[type="email"], .l-form input[type="tel"], .l-form textarea {
  font-size: 1rem;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
}

.l-form input[type="text"], .l-form input[type="email"], .l-form input[type="tel"] {
  height: 50px;
  padding: 10px;
}

.l-form textarea {
  height: 180px;
  padding: 10px;
}

.l-form input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #fff;
  background: #333;
  transition: background-color .2s,border-color .2s;
}

.l-form input[type="submit"]:disabled {
  background: #aaa;
}

.l-form input[type="submit"]:hover {
  color: #fff;
  transition-duration: .4s;
}

.l-form .row__head {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.l-form .row .title {
  font-weight: bold;
}

.l-form .row .badge {
  margin: 0 0 0 15px;
  padding: 3px 5px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background: #e04d4d;
  border-radius: 3px;
}

.l-form .row .badge.any {
  background: #999;
}

.l-form .row + .row {
  margin: 30px 0 0;
}

.l-form .row .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 23px;
  line-height: 1;
}

.l-form .row .wpcf7-list-item-label::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
}

.l-form .row input[type='radio']:checked ~ .wpcf7-list-item-label:before {
  border: none;
  background-color: #333;
}

.l-form .row .wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.l-form .acceptance {
  display: table;
  margin: 30px auto 0;
}

.l-form .acceptance a {
  color: #0064cf;
  text-decoration: underline;
}

.l-form .acceptance a:hover {
  text-decoration: none;
}

.l-form .acceptance .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 27px;
  line-height: 1;
}

.l-form .acceptance .wpcf7-list-item-label::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(img/common/check.svg) no-repeat #fff center;
  background-size: 0;
  border: 1px solid #333;
  box-sizing: border-box;
}

.l-form .acceptance input[type='checkbox']:checked ~ .wpcf7-list-item-label:before {
  background-size: 16px auto;
}

.l-form .submit {
  margin: 40px 0 0;
}

/*---------------------------------------------------------------------------
アラートメッセージ
---------------------------------------------------------------------------*/
.wpcf7-not-valid-tip {
  margin: 5px 0 0;
  font-size: var(--fs12);
}

/*---------------------------------------------------------------------------
ローディング
---------------------------------------------------------------------------*/
.l-form .wpcf7-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  transition-delay: .4s;
}

.l-form .wpcf7-spinner::before {
  content: '';
  position: static;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: -0.125em;
  background-color: transparent;
  border: 5px solid orange;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.l-form div.wpcf7-response-output {
  margin: 20px 0 0 !important;
  font-size: 14px;
}

.l-form form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/*---------------------------------------------------------------------------
チェックボックス（隣接セレクタ）
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
チェックボックス（間接セレクタ）
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
wisywig
---------------------------------------------------------------------------*/
.l-wisywig {
  word-break: break-all;
  *zoom: 1;
  /*テーブル*/
}

.l-wisywig:after {
  display: block;
  content: "";
  clear: both;
}

.l-wisywig a {
  color: #2EA0CB;
  text-decoration: underline;
}

.l-wisywig img {
  font-size: 100%;
}

.l-wisywig > p, .l-wisywig > ul, .l-wisywig > ol, .l-wisywig > div, .l-wisywig > table {
  margin: 0 0 2em;
  font-size: 100%;
}

.l-wisywig > ul,
.l-wisywig > ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
  text-align: left;
}

.l-wisywig > ul {
  list-style-type: disc;
}

.l-wisywig > li {
  padding: 5px 0;
}

.l-wisywig > li ul li,
.l-wisywig > li ol li {
  padding: 0;
}

.l-wisywig > ol {
  list-style-type: decimal;
}

.l-wisywig > ul li ul,
.l-wisywig > ul li ol,
.l-wisywig > ol li ul,
.l-wisywig > ol li ol {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  border: none;
}

.l-wisywig h1, .l-wisywig h2, .l-wisywig h3, .l-wisywig h4, .l-wisywig h5, .l-wisywig h6 {
  margin: 1.5em 0 .75em;
  font-weight: bold;
}

.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}

.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}

.l-wisywig > h1 {
  font-size: 180%;
}

.l-wisywig > h2 {
  font-size: 150%;
}

.l-wisywig > h3 {
  font-size: 132%;
}

.l-wisywig > h4 {
  font-size: 116%;
}

.l-wisywig > h5 {
  font-size: 108%;
}

.l-wisywig > h6 {
  font-size: 100%;
}

.l-wisywig > :first-child {
  margin-top: 0;
}

.l-wisywig > :last-child {
  margin-bottom: 0;
}

.l-wisywig img.alignright {
  display: inline;
  float: right;
  margin: 1em 0 1em 1.5em;
}

.l-wisywig img.alignleft {
  display: inline;
  float: left;
  margin: 1em 1.5em 1em 0;
}

.l-wisywig img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.l-wisywig table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}

.l-wisywig tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.l-wisywig td {
  padding: 10px;
  border-right: 1px solid #ddd;
  word-break: break-all;
}

.l-wisywig td:last-child,
.l-wisywig th:last-child {
  border-right: 0;
}

.l-wisywig th {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}

@media only screen and (max-width: 767.98px) {
  .l-wisywig {
    *zoom: 1;
  }
  .l-wisywig:after {
    display: block;
    content: "";
    clear: both;
  }
  .l-wisywig img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
  .l-wisywig img.alignleft {
    display: block;
    float: none;
    margin: 1em auto;
  }
}

/*---------------------------------------------------------------------------
ページ送り
---------------------------------------------------------------------------*/
.l-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.l-pagination a:not(.next):not(.prev),
.l-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 0.875rem;
  border: 1px solid #ddd;
}

.l-pagination span.current {
  background: #eee;
}

.l-pagination .next {
  margin: 0 0 0 15px;
}

.l-pagination .prev {
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 767.98px) {
  .l-pagination {
    margin-top: 45px;
  }
  .l-pagination a:not(.next):not(.prev),
  .l-pagination span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 0.75rem;
  }
  .l-pagination .next, .l-pagination .prev {
    font-size: 0.75rem;
  }
}

/* ----------------------------- ブロック */
/* ----------------------------- 固有ページ */
/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/
.p-top-contents .case-wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.p-top-contents .case__title {
  margin: 0 0 10px;
  font-size: 0.875rem;
}

.p-top-contents .article-wrap {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}

.p-top-contents .article {
  position: relative;
  background: #fff;
}

.p-top-contents .article::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(img/common/arrow_right.svg) no-repeat center;
  background-size: 20px,auto;
}

.p-top-contents .article__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 65px;
  padding: 10px 40px 10px 15px;
}

.p-top-contents .article__text {
  margin: 5px 0 0;
  font-size: 0.75rem;
}

/*---------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
下層ページ
---------------------------------------------------------------------------*/
/* ----------------------------- ユーティリティ */
/*---------------------------------------------------------------------------
余白
---------------------------------------------------------------------------*/
/*pc用余白クラス*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mt-205 {
  margin-top: 205px !important;
}

.u-mt-210 {
  margin-top: 210px !important;
}

.u-mt-215 {
  margin-top: 215px !important;
}

.u-mt-220 {
  margin-top: 220px !important;
}

.u-mt-225 {
  margin-top: 225px !important;
}

.u-mt-230 {
  margin-top: 230px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-mt-240 {
  margin-top: 240px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-mb-205 {
  margin-bottom: 205px !important;
}

.u-mb-210 {
  margin-bottom: 210px !important;
}

.u-mb-215 {
  margin-bottom: 215px !important;
}

.u-mb-220 {
  margin-bottom: 220px !important;
}

.u-mb-225 {
  margin-bottom: 225px !important;
}

.u-mb-230 {
  margin-bottom: 230px !important;
}

.u-mb-235 {
  margin-bottom: 235px !important;
}

.u-mb-240 {
  margin-bottom: 240px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.u-my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.u-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.u-my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.u-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.u-my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.u-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.u-my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.u-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.u-my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.u-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.u-my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.u-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.u-my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.u-my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.u-my-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.u-my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.u-my-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.u-my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.u-my-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.u-my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

.u-my-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

.u-my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

/*sp用余白クラス*/
@media only screen and (max-width: 767.98px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mt-105-sp {
    margin-top: 105px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-mt-115-sp {
    margin-top: 115px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-mt-125-sp {
    margin-top: 125px !important;
  }
  .u-mt-130-sp {
    margin-top: 130px !important;
  }
  .u-mt-135-sp {
    margin-top: 135px !important;
  }
  .u-mt-140-sp {
    margin-top: 140px !important;
  }
  .u-mt-145-sp {
    margin-top: 145px !important;
  }
  .u-mt-150-sp {
    margin-top: 150px !important;
  }
  .u-mt-155-sp {
    margin-top: 155px !important;
  }
  .u-mt-160-sp {
    margin-top: 160px !important;
  }
  .u-mt-165-sp {
    margin-top: 165px !important;
  }
  .u-mt-170-sp {
    margin-top: 170px !important;
  }
  .u-mt-175-sp {
    margin-top: 175px !important;
  }
  .u-mt-180-sp {
    margin-top: 180px !important;
  }
  .u-mt-185-sp {
    margin-top: 185px !important;
  }
  .u-mt-190-sp {
    margin-top: 190px !important;
  }
  .u-mt-195-sp {
    margin-top: 195px !important;
  }
  .u-mt-200-sp {
    margin-top: 200px !important;
  }
  .u-mt-205-sp {
    margin-top: 205px !important;
  }
  .u-mt-210-sp {
    margin-top: 210px !important;
  }
  .u-mt-215-sp {
    margin-top: 215px !important;
  }
  .u-mt-220-sp {
    margin-top: 220px !important;
  }
  .u-mt-225-sp {
    margin-top: 225px !important;
  }
  .u-mt-230-sp {
    margin-top: 230px !important;
  }
  .u-mt-235-sp {
    margin-top: 235px !important;
  }
  .u-mt-240-sp {
    margin-top: 240px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-mb-105-sp {
    margin-bottom: 105px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-mb-115-sp {
    margin-bottom: 115px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-mb-125-sp {
    margin-bottom: 125px !important;
  }
  .u-mb-130-sp {
    margin-bottom: 130px !important;
  }
  .u-mb-135-sp {
    margin-bottom: 135px !important;
  }
  .u-mb-140-sp {
    margin-bottom: 140px !important;
  }
  .u-mb-145-sp {
    margin-bottom: 145px !important;
  }
  .u-mb-150-sp {
    margin-bottom: 150px !important;
  }
  .u-mb-155-sp {
    margin-bottom: 155px !important;
  }
  .u-mb-160-sp {
    margin-bottom: 160px !important;
  }
  .u-mb-165-sp {
    margin-bottom: 165px !important;
  }
  .u-mb-170-sp {
    margin-bottom: 170px !important;
  }
  .u-mb-175-sp {
    margin-bottom: 175px !important;
  }
  .u-mb-180-sp {
    margin-bottom: 180px !important;
  }
  .u-mb-185-sp {
    margin-bottom: 185px !important;
  }
  .u-mb-190-sp {
    margin-bottom: 190px !important;
  }
  .u-mb-195-sp {
    margin-bottom: 195px !important;
  }
  .u-mb-200-sp {
    margin-bottom: 200px !important;
  }
  .u-mb-205-sp {
    margin-bottom: 205px !important;
  }
  .u-mb-210-sp {
    margin-bottom: 210px !important;
  }
  .u-mb-215-sp {
    margin-bottom: 215px !important;
  }
  .u-mb-220-sp {
    margin-bottom: 220px !important;
  }
  .u-mb-225-sp {
    margin-bottom: 225px !important;
  }
  .u-mb-230-sp {
    margin-bottom: 230px !important;
  }
  .u-mb-235-sp {
    margin-bottom: 235px !important;
  }
  .u-mb-240-sp {
    margin-bottom: 240px !important;
  }
  .u-my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-my-35-sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-45-sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-my-55-sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-my-65-sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-my-75-sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-85-sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-my-95-sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-my-105-sp {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-my-110-sp {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-my-115-sp {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-my-120-sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-my-125-sp {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .u-my-130-sp {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .u-my-135-sp {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .u-my-140-sp {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .u-my-145-sp {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .u-my-150-sp {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .u-my-155-sp {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .u-my-160-sp {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .u-my-165-sp {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .u-my-170-sp {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .u-my-175-sp {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .u-my-180-sp {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .u-my-185-sp {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .u-my-190-sp {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .u-my-195-sp {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .u-my-200-sp {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .u-my-205-sp {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .u-my-210-sp {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .u-my-215-sp {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .u-my-220-sp {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .u-my-225-sp {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .u-my-230-sp {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .u-my-235-sp {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .u-my-240-sp {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
}

/*---------------------------------------------------------------------------
センター揃え
---------------------------------------------------------------------------*/
.u-wrap-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: content-box;
}

.u-wrap-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: content-box;
}

/*---------------------------------------------------------------------------
文字構え
---------------------------------------------------------------------------*/
.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

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

.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent-witdhIcon {
  position: relative;
  padding-left: 1em;
}

.u-indent-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent_15-witdhIcon {
  position: relative;
  padding-left: 1.5em;
}

.u-indent_15-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list-witdhIcon > li {
  position: relative;
  padding-left: 1em;
}

.u-indent-list-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list_15-witdhIcon > li {
  position: relative;
  padding-left: 1.5em;
}

.u-indent-list_15-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

/*---------------------------------------------------------------------------
フォント
---------------------------------------------------------------------------*/
.u-mincho {
  font-family: "Helvetica Neue", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.u-gothic {
  font-family: gothic;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal !important;
}

/*---------------------------------------------------------------------------
リストスタイル
---------------------------------------------------------------------------*/
.u-list-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}

/*---------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------*/
.u-link {
  color: blue;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
グーグルマップ
---------------------------------------------------------------------------*/
.u-googlemap iframe {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .u-googlemap iframe {
    height: 300px;
  }
}

/*---------------------------------------------------------------------------
youtube
---------------------------------------------------------------------------*/
.u-youtube-wrap {
  position: relative;
  width: 100%;
}

.u-youtube-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------
アニメーションボーダー
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .u-borderAnime {
    position: relative;
  }
  .u-borderAnime__inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 2px 0;
    white-space: nowrap;
  }
  .u-borderAnime__inner::after {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .u-borderAnime.is-hover .u-borderAnime__inner::after, .u-borderAnime.is-out .u-borderAnime__inner::after {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .u-borderAnime.white span::after {
    background-color: #fff;
  }
}

/*---------------------------------------------------------------------------
スケルトンスクリーン
---------------------------------------------------------------------------*/
.u-skeleton {
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}

.u-skeleton::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: skeleton-animation 1.2s linear infinite;
          animation: skeleton-animation 1.2s linear infinite;
}

@-webkit-keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
