@charset "UTF-8";
/* ページタイトル */
/* **************************************** */
.page-header-inner {
  padding-left: 9em !important;
  padding-right: 9em !important;
}

h1.page-header-title,
.page h2.page-h2 {
  background: #0d2053;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2rem;
  color: #fff;
}

/* イエローバッヂ */
/* **************************************** */
.yel-badge,
.yel-badge-daen {
  background: #eeff00 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  border-radius: 50%;
}

.yel-badge-daen {
  height: 2em;
}

.yel-badge p,
.yel-badge-daen p {
  margin: 0 !important;
  font-size: 0.8em;
}

/* 注意アイコン */
/* **************************************** */
.warning-icon {
  position: relative;
  padding-left: 6rem;
}

.warning-icon::before {
  content: '';
  background: url(https://www.kk-minamoto.jp/wp-content/uploads/2021/07/921782.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*  Contact Form 7 */
.form-accordion .su-spoiler .su-spoiler-title {
  background: #cc0033;
  font-size: 1em;
  color: #fff;
}

.check-box > span,
.radio-box > span {
    display: block;
}

.form-accordion .su-spoiler span.su-spoiler-icon {
  /* left: 2em; */
}

.form-accordion .form-btn {
  margin-top: 1em;
}

.hissu,
.ninni {
  margin-left: 0.5em;
  font-size: 0.8rem;
  border-radius: 0.35rem;
  padding: .25rem .35rem;
}

.hissu {
  background: #f00;
  color: #fff;
}

.ninni {
  background: #f5f5f5;
  color: #9e9e9e;
}

/* アコーディオン */
/* **************************************** */
.qa-accordion .su-spoiler {

}

.qa-accordion .su-spoiler.su-spoiler-closed {

}

.qa-accordion .su-spoiler .su-spoiler-title {
  display: inline-block;
  padding-left: 0;
  padding-right: 2em;
  font-size: 1em;
}

.qa-accordion .su-spoiler .su-spoiler-title:focus {
  outline: none;
}

.qa-accordion .su-spoiler span.su-spoiler-icon {
  top: 0.5em;
  right: 0;
  left: auto;
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before,
.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
  content: '\03280' !important;
  font-size: 2em!important;
  font-weight: bold;;
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
  content: '\03289' !important;
}

.qa-accordion .su-spoiler .su-spoiler-content {
  padding: 1em 0.5em;
  border: 1px solid #000;
}

/* googleフォーム */
.g-form iframe {
  display: block;
  width: 100% !important;
  margin: 0 auto;
}

/* お問い合わせページ */
/* **************************************** */
.customer .contact_sec .tel-icon {
  padding-left: 5rem;
}

.customer .contact_sec .tel-icon::before {
  width: 4rem;
  height: 4rem;
}

.customer .contact_sec .link-btn {
  height: 40px;
  line-height: 40px;
}

/* **************************************** */
/* タブレット時 */
/* **************************************** */
@media (max-width:992px) {
  /* 幅 */
  /* **************************************** */
  .page-header-inner {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

}
