@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 0;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 1.4rem;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .img100_sp {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: #3E5B95;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  header {
    padding: 15px 0;
  }
  header h1 {
    width: 146px;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
}

.kv-wrap {
  width: 100%;
  background: url(../img/img_kv.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap {
    height: auto;
    background: url(../img/img_kv_sp.png) no-repeat 50% -20px;
  }
}
.kv-wrap .kv-contents {
  width: 1280px;
  height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents {
    width: 100%;
    height: auto;
  }
}
.kv-wrap .kv-contents .kv_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 576px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv_left {
    width: 100%;
    text-align: center;
  }
}
.kv-wrap .kv-contents .kv_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
}
.kv-wrap .kv-contents .kv-ttl {
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv-ttl {
    font-size: 2.9rem;
    text-align: center;
    padding: 30px 0 20px 0;
  }
}
.kv-wrap .kv-contents .kv-txt {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 15px 0 40px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv-txt {
    font-size: 1.9rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv-sp-img {
    width: 100px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .kv-wrap .kv-contents .kv-sp-txt {
    font-size: 1.8rem;
    font-weight: 600;
    list-style: 1.8;
    color: #fff;
    padding: 20px 0 0 0;
  }
}
.kv-wrap .kv-contents .kv-shohin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv-wrap .kv-contents .kv-shohin li {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #CB0813;
  font-size: 2.3rem;
  font-weight: 600;
  color: #CB0813;
  margin: 0 15px;
  position: relative;
}
.kv-wrap .kv-contents .kv-shohin li p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.page-menu_wrap {
  width: 100%;
  background-color: #FDFAF0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu_wrap {
    padding: 20px 20px 10px 20px;
  }
}

.page-menu {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu {
    width: 100%;
  }
}
.page-menu li {
  position: relative;
  display: inline-block;
  margin: 0 15px 14px 15px;
  background-color: #9d2833;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: linear-gradient(-18deg, #9D2833 0%, #9D2833 50%, #CB0813 50%, #CB0813 100%);
}
.page-menu li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu li {
    position: static;
    display: block;
    width: 100%;
    background: linear-gradient(-8deg, #9D2833 0%, #9D2833 50%, #CB0813 50%, #CB0813 100%);
  }
}
.page-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 14.5px 0 14.5px;
  border-color: #9d2833 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu li::after {
    display: none;
  }
}
.page-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 374px;
  height: 121px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu li a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 2rem;
    padding: 8px 0;
  }
  .page-menu li a::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 8px;
    background: url(../img/icon_ar_down.svg) no-repeat 0 0;
    margin: 0 0 0 6px;
    vertical-align: middle;
  }
}

.contents-wrap {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contents-wrap {
    width: 100%;
    padding: 0;
  }
}

.ttl-meritto {
  font-size: 3.8rem;
  text-align: center;
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ttl-meritto {
    font-size: 2.8rem;
    padding: 40px 0 20px 0;
  }
}

.meritto_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 70px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meritto_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0;
  }
  .meritto_list li {
    width: 50%;
  }
  .meritto_list li img {
    width: 100%;
  }
}

.tsumikin-h2 {
  text-align: center;
  background-color: #CB0813;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  padding: 37px 0;
  margin: 100px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-h2 {
    font-size: 2.8rem;
    padding: 27px 0;
    margin: 50px 0 40px 0;
  }
}
.tsumikin-h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 14.5px 0 14.5px;
  border-color: #CB0813 transparent transparent;
  translate: -50% 100%;
}

.tsumikin-h3 {
  color: #fff;
  width: 117px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(45deg, #333333 0%, #333333 50%, #555555 50%, #555555 100%);
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-h3 {
    width: 68px;
    height: 68px;
    font-size: 2rem;
    top: -34px;
  }
}

.tsumikin-h4 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-h4 {
    font-size: 2rem;
    padding: 20px 0 10px 0;
  }
}

.tokucho_wrap {
  width: 100%;
  background: linear-gradient(15deg, #FFE5E5 0%, #FFE5E5 50%, #FDF3F3 50%, #FDF3F3 100%);
  margin: 143px 0 0 0;
  padding: 63px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tokucho_wrap {
    margin: 84px 0 0 0;
    padding: 34px 0 20px 0;
  }
}

.t-contents {
  text-align: center;
  width: 1280px;
  padding: 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .t-contents {
    width: 100%;
    padding: 30px 20px;
  }
}
.t-contents dt {
  font-size: 4.6rem;
  font-weight: 600;
  color: #CB0813;
  line-height: 1.4;
  padding: 0 0 35px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .t-contents dt {
    font-size: 2.3rem;
    padding: 0 0 17px 0;
  }
}
.t-contents dt span {
  display: block;
  font-size: 2.8rem;
  color: #333;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .t-contents dt span {
    font-size: 1.8rem;
  }
}
.t-contents dd {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .t-contents dd {
    font-size: 1.8rem;
  }
}

.gray-wrap {
  background-color: #F7F7F7;
  width: 100%;
  margin: 143px 0 0 0;
  padding: 63px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gray-wrap {
    margin: 84px 0 0 0;
    padding: 34px 20px 20px 20px;
  }
}

.tsumikin-tbl {
  width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #EAE6D8;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-tbl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.tsumikin-tbl th, .tsumikin-tbl td {
  padding: 25px;
  border-bottom: 1px solid #EAE6D8;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-tbl th, .tsumikin-tbl td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.tsumikin-tbl th {
  background-color: #FDFAF0;
  width: 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tsumikin-tbl th {
    width: 100%;
  }
}

.tab-1, .tab-2, .tab-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1280px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-1, .tab-2, .tab-3 {
    width: 100%;
    margin: 15px auto 0 auto;
  }
}
.tab-1 > label, .tab-2 > label, .tab-3 > label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: block;
  width: 400px;
  height: 70px;
  color: #333;
  font-size: 2.6rem;
  line-height: 70px;
  text-align: center;
  background-color: #D3D3D3;
  cursor: pointer;
}
.tab-1 > label:hover, .tab-2 > label:hover, .tab-3 > label:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-1 > label, .tab-2 > label, .tab-3 > label {
    width: 150px;
    height: auto;
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.tab-1 input, .tab-2 input, .tab-3 input {
  display: none;
}
.tab-1 > .tab-content, .tab-2 > .tab-content, .tab-3 > .tab-content {
  opacity: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
}
.tab-1 label:has(:checked), .tab-2 label:has(:checked), .tab-3 label:has(:checked) {
  background: linear-gradient(-10deg, #9D2833 0%, #9D2833 50%, #CB0813 50%, #CB0813 100%);
  color: #fff;
}
.tab-1 label:has(:checked) + .tab-content, .tab-2 label:has(:checked) + .tab-content, .tab-3 label:has(:checked) + .tab-content {
  opacity: 1;
  height: auto;
  padding: 30px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-1 label:has(:checked) + .tab-content, .tab-2 label:has(:checked) + .tab-content, .tab-3 label:has(:checked) + .tab-content {
    padding: 10px;
  }
}

.mr35 {
  margin-right: 35px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mr35 {
    margin-right: 5px;
  }
}

.ml35 {
  margin-left: 35px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ml35 {
    margin-left: 5px;
  }
}

.tab-contet_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-content_l {
  width: 570px;
}

.step_dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c7c7c7;
  margin-bottom: 30px;
}
.step_dl dt {
  background-color: #CB0813;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
  padding: 30px 15px;
}
.step_dl dd {
  padding: 30px 15px;
}

.tab-content_r {
  width: 610px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-content_r {
    width: 100%;
  }
}
.tab-content_r .swiper-slide {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-content_r .swiper-slide {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 30px;
  }
}
.tab-content_r .swiper-slide img {
  display: block;
  width: 259px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-content_r .swiper-slide img {
    width: 100%;
  }
}
.tab-content_r .swiper-slide .step-num {
  display: block;
  color: #CB0813;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 15px 0;
}
.tab-content_r .swiper-slide .step-txt {
  font-size: 1.4rem;
  padding: 10px 0;
}
.tab-content_r .swiper-button-prev,
.tab-content_r .swiper-button-next {
  color: #707070;
}
.tab-content_r .swiper-button-prev {
  left: 125px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-content_r .swiper-button-prev {
    left: 0;
  }
}
.tab-content_r .swiper-button-next {
  right: 125px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-content_r .swiper-button-next {
    right: 0;
  }
}

.goriyo {
  background-color: #fff;
  padding: 30px;
}
.goriyo .list-goriyo li {
  padding: 0 0 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .goriyo .list-goriyo li {
    padding: 0 0 5px 15px;
  }
}
.goriyo .list-goriyo li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #CB0813;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .goriyo .list-goriyo li::before {
    width: 10px;
    height: 10px;
  }
}

.help-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .help-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.help-wrap a {
  color: #333;
}
.help-wrap a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .help-wrap a {
    display: block;
    width: 100%;
  }
}

.bn-app {
  width: 620px;
  height: 217px;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-app {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.bn-app .app-ttl {
  width: 100%;
  background-color: #FFE5E5;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-app .app-ttl {
    font-size: 1.8rem;
    padding: 5px 0;
    margin-bottom: 10px;
  }
}
.bn-app .tel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bn-app .tel-info dt {
  background-color: #DFDFDF;
  padding: 8px 10px;
  font-size: 1.9rem;
  line-height: 1.2;
  border-radius: 4px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-app .tel-info dt {
    padding: 5px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.bn-app .tel-info dd {
  font-size: 5rem;
  color: #5B5B5B;
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-app .tel-info dd {
    font-size: 2.8rem;
  }
}
.bn-app .app-caution {
  font-size: 1.9rem;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-app .app-caution {
    font-size: 1.2rem;
  }
}

.bn-qa {
  width: 620px;
  height: 217px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa {
    width: 100%;
    height: 127px;
  }
}
.bn-qa::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 62px;
  background-color: #FFE5E5;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa::before {
    height: 37px;
  }
}
.bn-qa::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 62px;
  background-color: #FFE5E5;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa::after {
    height: 37px;
  }
}
.bn-qa .qa-txt {
  white-space: nowrap;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  color: #5B5B5B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 3px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa .qa-txt {
    font-size: 1.9rem;
    padding: 0 20px;
  }
}
.bn-qa .qa-txt::before {
  display: inline-block;
  content: "?";
  width: 74px;
  height: 74px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(-45deg, #9D2833 0%, #9D2833 50%, #CB0813 50%, #CB0813 100%);
  font-size: 5.8rem;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa .qa-txt::before {
    width: 35px;
    height: 35px;
    font-size: 2.8rem;
    line-height: 35px;
    margin-right: 10px;
  }
}
.bn-qa .qa-txt2 {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa .qa-txt2 {
    font-size: 2.2rem;
  }
}
.bn-qa .qa-txt2 span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bn-qa .qa-txt2 span {
    font-size: 1.4rem;
  }
}

footer {
  background-color: #CB0813;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 28px 0;
  margin: 100px 0 130px 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  footer {
    padding: 10px 0;
    margin: 50px 0 94px 0;
    font-size: 1.2rem;
  }
}

.fix-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(-5deg, #EFEBD6 0%, #EFEBD6 50%, #FCFAF0 50%, #FCFAF0 100%);
  -webkit-box-shadow: 0px 6px 10px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fix-wrap {
    height: 94px;
    background: linear-gradient(-15deg, #EFEBD6 0%, #EFEBD6 50%, #FCFAF0 50%, #FCFAF0 100%);
  }
}

.fix-menu {
  width: 1280px;
  height: 130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fix-menu {
    width: 100%;
    height: 94px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fix-menu dt {
  font-size: 3.4rem;
  font-weight: 900;
  color: #CB0813;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fix-menu dt {
    width: 100%;
    padding: 8px 0;
    font-size: 1.8rem;
    text-align: center;
  }
}
.fix-menu dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fix-menu dd ul {
    padding: 0 0 10px;
  }
}
.fix-menu dd ul li {
  padding: 0 12.5px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fix-menu dd ul li {
    width: 152px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20%;
  right: 5%;
  z-index: 2;
  display: block;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pagetop {
    bottom: 15%;
    width: 45px;
    height: 45px;
  }
}
.pagetop a {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #9D2833 0%, #9D2833 50%, #CB0813 50%, #CB0813 100%);
  position: relative;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pagetop a {
    width: 45px;
    height: 45px;
  }
}
.pagetop a:hover {
  opacity: 0.8;
}
.pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pagetop a img {
    width: 10px;
    height: auto;
  }
}

.txt-kome {
  font-size: 1.6rem;
  padding-left: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .txt-kome {
    font-size: 1.4rem;
  }
}
.txt-kome::before {
  content: "※";
  position: absolute;
  left: -1.2em;
  top: 0;
}

.txt16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .txt16 {
    font-size: 1.4rem;
  }
}

.mb30 {
  margin-bottom: 0;
}

.pt0 {
  padding: 0 0 20px 0;
}
/*# sourceMappingURL=tsumikin.css.map */