@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
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, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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 {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 游ゴシック体 */
/* 游明朝体 */
/* styles.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0; }

button {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

.inner {
  margin: auto;
  width: 100%; }

a:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s; }

/* index */
/* パーツ */
/* 共通ヘッダー */
/* スマホメニュー */
/* ハンバーガーメニュー */
/* 帯状スタイル */
/* トップページ */
/* フッター */
/* 下層ページ */
/* 下層汎用 */
/* プランページ */
/*  */
/*  */
/* パーツ */
/* 共通ヘッダー */
.header.scroll {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  @media screen and (min-width: 1025px) {
    .header.scroll {
      position: relative; } }

.header .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 3vw 1vw 2vw;
  width: 90%; }
  @media screen and (min-width: 1025px) {
    .header .inner {
      max-width: 1200px;
      padding: 20px 25px;
      width: 100%; } }
  @media screen and (min-width: 1250px) {
    .header .inner {
      margin: auto;
      padding: 20px 0; } }

.header__left {
  margin-right: 5%;
  width: 38%; }

.header__left > a {
  width: 30%;
}




  @media screen and (min-width: 1025px) {
    .header__left {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0;
      width: auto; } }
  @media screen and (min-width: 1250px) {
    .header__left {
      margin-right: 5%;
      max-width: 450px; } }

.header__right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  width: 77%; }
  @media screen and (min-width: 1025px) {
    .header__right {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;    
      width: auto; } }
  @media screen and (min-width: 1250px) {
    .header__right {
      max-width: 700px; } }

.header__logo {
  width: 100%; }

@media screen and (min-width: 1025px) {
  .header__lead {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../img/top/header-lead.png") left center/79px no-repeat;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.5vw;
    height: 79px;
    line-height: 1.6;
    margin-left: 1vw;
    padding-left: 29px; } }

@media screen and (min-width: 1250px) {
  .header__lead {
    font-size: 16px;
    margin-left: 39px; } }

.header__conversion {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 3vw;
  width: 75%; }
  @media screen and (min-width: 600px) {
    .header__conversion {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;    
      margin-right: 2vw; } }
  @media screen and (min-width: 1025px) {
    .header__conversion {
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: auto; } }
  @media screen and (min-width: 1250px) {
    .header__conversion {
      -webkit-box-pack: right;
      -webkit-justify-content: right;
          -ms-flex-pack: right;
              justify-content: right;
      margin-right: 0;
      width: 100%; } }
  .header__conversion img {
    display: block; }

.header__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cccccc;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  margin-right: 2vw;
  padding: 1.8vw 0;
  text-decoration: none;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .header__button {
      display: block;
      font-size: 16px;
      height: 83px;
      padding: 15px 0;
      text-align: center;
      width: 170px; }
      .header__button .pc {
        display: inline-block; } }
  @media screen and (min-width: 1250px) {
    .header__button {
      margin-right: 10px; }
      .header__button:last-child {
        margin-right: 0; } }
  .header__button--red {
    background: #f84747; }
  .header__button--blue {
    background: #65a3e8;
    margin-right: 0; }
  .header__button img {
    margin-right: 1.5vw; }
  .header__button__icon {
    margin-right: .5vw;
    width: 12px; }
    @media screen and (min-width: 600px) {
      .header__button__icon {
        height: 27px;
        width: 29px; } }
    @media screen and (min-width: 1025px) {
      .header__button__icon {
        display: block;
        height: 21px;
        margin: 0 auto 8px;
        width: 19px; } }
  .header__button__text {
    display: none; }

.header__tel {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 4vw;
  width: 10%; }
  @media screen and (min-width: 600px) {
    .header__tel {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;    
      margin-left: .5vw;
      margin-right: 2vw; } }
  @media screen and (min-width: 1025px) {
    .header__tel {
      margin-left: 0;
      margin-right: 30px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 20vw; } }
  @media screen and (min-width: 1250px) {
    .header__tel {
      width: auto; } }
  .header__tel__pc {
    display: none; }
  .header__tel__icon {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .header__tel__icon {
        width: 120%; } }
    @media screen and (min-width: 1025px) {
      .header__tel__icon {
        margin-right: .5vw;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 33px; } }
    @media screen and (min-width: 1250px) {
      .header__tel__icon {
        margin-right: 8px; } }
    .header__tel__icon img {
      width: 100%; }
  @media screen and (min-width: 1025px) {
    .header__tel__num {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: .8vw; } }
  @media screen and (min-width: 1250px) {
    .header__tel__num {
      margin-top: 14px; } }
  .header__tel__phone {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.header__hamburger {
  width: 8vw; }
  @media screen and (min-width: 600px) {
    .header__hamburger {
      width: 7vw; } }
  @media screen and (min-width: 1025px) {
    .header__hamburger {
      display: none; } }
  .header__hamburger__design {
    margin: auto;
    height: 20px;
    width: 28px;
    position: relative; }
    @media screen and (min-width: 600px) {
      .header__hamburger__design {
        height: 30px;
        width: 40px; } }
    .header__hamburger__design span {
      background: #241a17;
      display: block;
      height: 3px;
      width: 100%;
      position: absolute; }
      @media screen and (min-width: 600px) {
        .header__hamburger__design span {
          height: 5px; } }
      .header__hamburger__design span:nth-of-type(2) {
        top: 8.5px; }
        @media screen and (min-width: 600px) {
          .header__hamburger__design span:nth-of-type(2) {
            top: 12.6px; } }
      .header__hamburger__design span:last-child {
        bottom: 0; }
  .header__hamburger p {
    font-size: 10px;
    font-weight: bold;
    margin: 3.5px 0 0;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .header__hamburger p {
        font-size: 14px; } }

/* スマホメニュー */
.spMenu {
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 100%;
  z-index: 100;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: scroll;
  padding: 0 0 9vw;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .spMenu {
      display: none; } }
  .spMenu.active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .spMenu .inner {
    margin: auto;
    width: 90%; }
  .spMenu__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3vw 1.5vw; }
    .spMenu__head__logo {
      width: 33vw; }
      @media screen and (min-width: 600px) {
        .spMenu__head__logo {
          width: 25vw; } }
  .spMenu__conversion {
    border-top: 1px solid #bbbbbb;
    padding: 6vw 0; }
    .spMenu__conversion a {
      font-size: 5vw;
      font-weight: bold;
      letter-spacing: 0.05em;
      margin-bottom: 5vw;
      padding: 4vw 0; }
      .spMenu__conversion a:last-child {
        margin-bottom: 0; }
      .spMenu__conversion a .header__button__icon {
        height: 6vw;
        width: 4.8vw; }
  .spMenu__plans {
    background: #FFECD8; }
    .spMenu__plans .inner {
      padding: 4.5vw 0 6vw; }
    .spMenu__plans__heading {
      font-size: 5vw;
      margin-bottom: 4.5vw; }
    .spMenu__plans__list {
      list-style: none; }
      .spMenu__plans__list li {
        margin-bottom: 4.5vw; }
        .spMenu__plans__list li:nth-of-type(2) .spMenu__plans__name {
          background-color: #885522; }
        .spMenu__plans__list li:last-child {
          margin-bottom: 0; }
          .spMenu__plans__list li:last-child .spMenu__plans__name {
            background-color: #3b4c83;
			  /*background-color: #539000;*/}
    .spMenu__plans__link {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #ffffff;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      color: #000000;
      border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 2vw 5vw 2vw 2vw;
      position: relative;
      text-decoration: none; }
      .spMenu__plans__link > div {
        margin-right: 2vw; }
      .spMenu__plans__link::after {
        content: '';
        border-top: 3px solid #000000;
        border-right: 3px solid #000000;
        height: 2.8vw;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 2.8vw;
        position: absolute;
        right: 2.5vw; }
    .spMenu__plans__name {
      background: #f8931f;
      border-radius: 100px;
      color: #ffffff;
      display: block;
      font-weight: bold;
      font-size: 5vw;
      padding: 2.8vw 4vw 3vw; }
    .spMenu__plans__value {
      color: #000000;
      font-family: "Oswald", sans-serif;
      font-size: 7vw;
      margin-bottom: 1vw; }
      .spMenu__plans__value span {
        font-size: 0.7em;
        font-weight: bold;
        margin-left: 1vw; }
    .spMenu__plans__tax {
      color: #000000;
      font-size: 4vw; }
      .spMenu__plans__tax span {
        font-size: 0.9em; }
  .spMenu__menus__list {
    border-top: 1px solid #e5e5e5;
    list-style: none; }
    .spMenu__menus__list li > .plus {
      border-bottom: 1px solid #e5e5e5;
      display: block;
      font-weight: bold;
      font-size: 5vw;
      padding: 5.5vw 5vw;
      position: relative;
      text-decoration: none; }
      .spMenu__menus__list li > .plus::before {
        content: '';
        background: #261D19;
        height: 3px;
        width: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7vw;
        margin: auto; }
      .spMenu__menus__list li > .plus::after {
        content: '';
        background: #261D19;
        height: 20px;
        width: 3px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 9.2vw;
        margin: auto; }
      .spMenu__menus__list li > .plus.active {
        background: #F6F6F6; }
        .spMenu__menus__list li > .plus.active::after {
          display: none; }
      @media screen and (min-width: 600px) {
        .spMenu__menus__list li > .plus::before {
          content: '';
          background: #261D19;
          height: 1vw;
          width: 5vw;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 7vw;
          margin: auto; }
        .spMenu__menus__list li > .plus::after {
          content: '';
          background: #261D19;
          height: 5vw;
          width: 1vw;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 9vw;
          margin: auto; } }
    .spMenu__menus__list a {
      border-bottom: 1px solid #e5e5e5;
      color: #000000;
      display: block;
      font-weight: bold;
      font-size: 5vw;
      padding: 5.5vw 5vw;
      text-decoration: none; }
      .spMenu__menus__list a.arrow {
        position: relative; }
        .spMenu__menus__list a.arrow::before {
          content: '';
          border-top: 3px solid #261D19;
          border-right: 3px solid #261D19;
          height: 3vw;
          width: 3vw;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          right: 8.5vw;
          margin: auto; }
        @media screen and (min-width: 600px) {
          .spMenu__menus__list a.arrow::before {
            content: '';
            border-top: 7px solid #261D19;
            border-right: 7px solid #261D19;
            height: 2.5vw;
            width: 2.5vw;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8.5vw;
            margin: auto; } }
  .spMenu__menus__child {
    display: none;
    list-style: none; }
    .spMenu__menus__child.active {
      display: block; }
    .spMenu__menus__child li {
      font-weight: bold; }
    .spMenu__menus__child a {
      padding: 5.5vw 10vw; }
  .spMenu__close {
    background: #F6F6F6;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: block;
    font-size: 4vw;
    font-weight: bold;
    margin: 8vw auto 0;
    padding: 2vw 4vw !important;
    width: 90% !important; }

/* ハンバーガーメニュー */
.hamburger {
  display: none; }
  @media screen and (min-width: 1025px) {
    .hamburger {
      border-top: 1px solid #f8931f;
      display: block; }
      .hamburger .gnav {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 52px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: auto;
        max-width: 1200px;
        width: 95%; }
        .hamburger .gnav li {
          border-right: 1px solid #e0e0e0;
          color: #241a17;
          font-size: 16px;
          height: 25px;
          line-height: 25px;
          position: relative;
          text-align: center;
          width: calc(100%/5); } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .hamburger .gnav li {
          background: #ffffff;
          height: auto;
          position: relative; }
          .hamburger .gnav li::before {
            content: '';
            background: #f8931f;
            position: absolute;
            bottom: 5px;
            left: 0;
            right: 0;
            height: 0;
            margin: auto;
            -webkit-transition: all .3s;
            transition: all .3s;
            width: 0; }
          .hamburger .gnav li:hover {
            cursor: pointer; }
            .hamburger .gnav li:hover::before {
              height: 2px;
              -webkit-transition: all .3s;
              transition: all .3s;
              width: 60%; } }
  @media screen and (min-width: 1025px) {
          .hamburger .gnav li:first-child {
            border-left: 1px solid #e0e0e0; }
          .hamburger .gnav li a {
            color: #241a17;
            font-size: 16px;
            text-decoration: none; } }
        @media screen and (min-width: 1025px) and (min-width: 1025px) {
          .hamburger .gnav li a {
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 52px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .hamburger .gnav li > span {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 52px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .hamburger .gnav li > span:hover + ul {
            opacity: 1;
            -webkit-transition: all .3s;
            transition: all .3s;
            z-index: 1; } }
  @media screen and (min-width: 1025px) {
          .hamburger .gnav li > ul {
            background: #ffffff;
            -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
                    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
            opacity: 0;
            position: absolute;
            -webkit-transition: all .3s;
            transition: all .3s;
            width: 100%;
            z-index: -1; }
            .hamburger .gnav li > ul:hover {
              opacity: 1;
              z-index: 1; }
            .hamburger .gnav li > ul > li {
              border-top: 1px solid #e0e0e0;
              width: 100%; } }
  .hamburger__close {
    margin-left: auto;
    margin-top: 3px;
    padding: 0;
    text-align: center;
    width: 7vw; }
    @media screen and (min-width: 600px) {
      .hamburger__close {
        padding: 1vw 0; } }
    .hamburger__close .header__hamburger__design span {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 13px; }
      .hamburger__close .header__hamburger__design span:nth-of-type(2) {
        display: none; }
      .hamburger__close .header__hamburger__design span:last-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 13px; }
    .hamburger__close p {
      font-size: 10px;
      font-weight: bold;
      margin: 7px 0 0;
      text-align: center; }
      @media screen and (min-width: 600px) {
        .hamburger__close p {
          font-size: 14px;
          margin: 3.5px 0 0; } }

/* 帯状スタイル */
.band {
  background: #ffefdd;
  padding: 0 0 2vw; }
.single .band {
  background: #ffefdd;
  margin: 6vw 0;
  padding: 2vw 0; }
  @media screen and (min-width: 1025px) {
    .band, .single .band {
      margin: 5vw 0;
      padding: 13px 0; } }
  @media screen and (min-width: 1250px) {
    .band, .single .band {
      margin: 80px 0;
      padding: 13px 0; } }
  .band__border {
    border-top: 5px solid #ffdab0;
    border-bottom: 5px solid #ffdab0; }
    @media screen and (min-width: 1025px) {
      .band__border {
        border-top: 5px solid #ffdab0; } }
  .band .inner {
    margin: auto;
    padding: 4.5vw 0;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .band .inner {
        padding: 41px 0 60px;
        width: 95%; } }
    @media screen and (min-width: 1250px) {
      .band .inner {
        width: 100%; } }
  .band__heading {
    background: #ffffff;
    border-radius: 150px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2vw;
    padding: 2vw 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .band__heading {
        font-size: 32px;
        letter-spacing: 0.1em;
        margin: auto;
        padding: 16px 0;
        width: 831px; } }
  .band__lead {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 3vw 0 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .band__lead {
        font-size: 42px;
        letter-spacing: 0.1em;
        line-height: 0.5;
        margin: 36px 0 0; } }
    .band__lead__attention {
      color: #f8931f;
      display: block;
      font-size: 6vw;
      font-weight: bold;
      margin: auto; }
      @media screen and (min-width: 1025px) {
        .band__lead__attention {
          display: inline;
          font-size: 48px; } }
    @media screen and (min-width: 1025px) {
      .band__lead__dots {
        letter-spacing: -0.2em; } }
/*-------------------追加-----*/
 .band__border ul.flex_blocks,
.band__border ul.flex_blocks li {
	 list-style: none outside none !important;
	 margin: 0;
	 padding: 0;
	 border: 0;
}
.band__border ul.flex_blocks{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	width: 96%;
	max-width: 1250px;
	margin: 0 auto 0;
}
.band__border ul.flex_blocks li {
	width: 100%;
	
}
.band__border ul.flex_blocks li:nth-child(1) {
	margin-bottom: 1.5rem;
}
.band__border ul.flex_blocks li img {
	display: block;
	max-width: 100%;
	height: auto;
	
}


 @media screen and (min-width: 1025px) {
	.band__border ul.flex_blocks li {
	width:48%;
}
.band__border ul.flex_blocks li:nth-child(1) {
	margin-bottom:0rem;
}	 
	 
}


 .page.top .more__button {
      background: #f8931f;
      border-radius: 4px;
      -webkit-box-shadow: 0 5px 0 #ef7c00;
              box-shadow: 0 5px 0 #ef7c00;
      color: #ffffff;
      display: block;
      font-size: 15px;
      font-weight: bold;
      margin: 1rem auto 1rem;
      padding: 10px 0;
      position: relative;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 1025px) {
        .page.top .more__button {
          font-size: 22px;
          margin: 0px auto 0;
          padding: 25px 0;
          width:100%; }
          .page.top .more__button:hover {
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); } }
    .page.top .more__button::after {
      content: '';
      border-top: 3px solid #fcc98f;
      border-right: 3px solid #fcc98f;
      height: 9px;
      width: 9px;
      position: absolute;
      top: 2px;
      bottom: 0;
      right: 15px;
      margin: auto;
      transform: rotate(45deg); }
      @media screen and (min-width: 1025px) {
        .page.top .more__button::after {
          content: '';
          border-top: 3px solid #fcc98f;
          border-right: 3px solid #fcc98f;
          height: 12px;
          width: 12px;
          position: absolute;
          top: 2px;
          bottom: 0;
          right: 30px;
          margin: auto;
          transform: translateY(5px);
          transform: rotate(45deg); } }

/*-------------------追加-----*/
/* トップページ */
.top {
  background: #ffefdd; }
  .top__mv {
    background: url(../img/top/mv-bg.png) center bottom/100% no-repeat;
    padding: 3.45vw 0; }
    @media screen and (min-width: 1025px) {
      .top__mv {
        background: url(../img/top/mv-bg-pc.jpg) #ffffff center top/180vw auto no-repeat;
        height: 57vw; } }
    @media screen and (min-width: 1250px) {
      .top__mv {
        background: url(../img/top/mv-bg-pc.jpg) #ffffff center top/2000px auto no-repeat;
        height: 628px;
        overflow: hidden;
        padding: 15px 0 0; } }
    .top__mv .inner {
      margin: 0 auto;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .top__mv .inner {
          margin: 0 auto;
          width: 95% } }
      @media screen and (min-width: 1250px) {
        .top__mv .inner {
          margin: auto;
          max-width: 1200px; } }
    .top__mv img {
      width: 100%; }
    .top__mv__style {
      background: url(); }
    @media screen and (min-width: 1025px) {
      .top__mv__main {
        display: block;
        width: 69vw; } }
    @media screen and (min-width: 1250px) {
      .top__mv__main {
        width: 857px; } }

.page.top {
  background: #f9f9f9; }
  .page.top .plan {
    margin: 1.5rem 0; }
    @media screen and (min-width: 1025px) {
      .page.top .plan {
        padding-bottom: 80px; } }
    .page.top .plan .inner {
      width: 90%; }
      @media screen and (min-width: 1250px) {
        .page.top .plan .inner {
          max-width: 1200px;
          width: 100%; } }
      .page.top .plan .inner > div {
        margin-bottom: 1rem; }
        @media screen and (min-width: 1025px) {
          .page.top .plan .inner > div {
            margin-bottom: 40px; } }
        .page.top .plan .inner > div:last-child {
          margin-bottom: 0; }
  .page.top .extension {
    background: #ffefdd; }
    .page.top .extension .inner {
      padding: 8vw 0;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .page.top .extension .inner {
          max-width: 1200px;
          padding: 75px 0; } }
      @media screen and (min-width: 1250px) {
        .page.top .extension .inner {
          width: 100%; } }
    .page.top .extension__heading {
      font-size: 6vw;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .extension__heading {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 3vw;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1250px) {
        .page.top .extension__heading {
          font-size: 42px; } }


/*---------------------------*/
.page.top .extension__heading2 {
      font-size: 5vw;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .extension__heading2 {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 28px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1250px) {
        .page.top .extension__heading2 {
          font-size: 38px; } }


/*------------------------------*/


      .page.top .extension__heading__attention {
        display: block;
        margin: 3.5vw auto;
        width: 70%; }
        @media screen and (min-width: 1025px) {
          .page.top .extension__heading__attention {
            margin: 0 10px;
            width: 45%; } }
        @media screen and (min-width: 1250px) {
          .page.top .extension__heading__attention {
            width: 477px; } }
    .page.top .extension__lead {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.8;
      margin: auto;
      text-align: left;
      width: 90% }
      @media screen and (min-width: 1025px) {
        .page.top .extension__lead {
          font-size: 18px;
          margin: 55px 0 0;
          text-align: center; } }
    .page.top .extension__point {
      margin: 8% 0 0;
      position: relative; }
      @media screen and (min-width: 1025px) {
        .page.top .extension__point {
          margin: 68px 0 0; } }
      .page.top .extension__point__heading {
        background: url(./../img/top/extension-point-heading.png) no-repeat center/100% auto;
        font-size: 16px;
        line-height: 1.5;
        margin: auto;
        padding: 5% 0;
        position: absolute;
        top: -5%;
        left: 0;
        right: 0;
        text-align: center;
        width: 90%; }
        @media screen and (min-width: 1025px) {
          .page.top .extension__point__heading {
            background: url(./../img/top/extension-point-heading-pc.png) no-repeat center/100% auto;
            font-size: 2vw;
            letter-spacing: 0.1em;
            top: -60px; } }
        @media screen and (min-width: 1250px) {
          .page.top .extension__point__heading {
            font-size: 26px; } }
        @media screen and (min-width: 1025px) {
          .page.top .extension__point__heading > br {
            display: none; } }
      .page.top .extension__point__attention {
        color: #f8931f; }
      .page.top .extension__point__figure {
        background: #ffffff;
        border-radius: 6px;
        padding: 17vw 5vw 5vw; }
        @media screen and (min-width: 1025px) {
          .page.top .extension__point__figure {
            padding: 100px 63px 62px; } }
    .page.top .extension__button {
      background: #f8931f;
      border-radius: 4px;
      -webkit-box-shadow: 0 5px 0 #ef7c00;
              box-shadow: 0 5px 0 #ef7c00;
      color: #ffffff;
      display: block;
      font-size: 15px;
      font-weight: bold;
      margin: 1.5rem auto 1rem;
      padding: 10px 0;
      position: relative;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 1025px) {
        .page.top .extension__button {
          font-size: 22px;
          margin: 40px auto 0;
          padding: 25px 0;
          width: 620px; }
          .page.top .extension__button:hover {
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); } }
    .page.top .extension__button::after {
      content: '';
      border-top: 3px solid #fcc98f;
      border-right: 3px solid #fcc98f;
      height: 9px;
      width: 9px;
      position: absolute;
      top: 2px;
      bottom: 0;
      right: 15px;
      margin: auto;
      transform: rotate(45deg); }
      @media screen and (min-width: 1025px) {
        .page.top .extension__button::after {
          content: '';
          border-top: 3px solid #fcc98f;
          border-right: 3px solid #fcc98f;
          height: 12px;
          width: 12px;
          position: absolute;
          top: 2px;
          bottom: 0;
          right: 30px;
          margin: auto;
          transform: translateY(5px);
          transform: rotate(45deg); } }

/*-----------コンテンツページ用------------------------*/

.single .extension {
    background: #ffefdd; }
    .single .extension .inner {
      padding: 8vw 0;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .single .extension .inner {
          max-width: 1200px;
          padding: 75px 0; } }
      @media screen and (min-width: 1250px) {
        .single .extension .inner {
          width: 100%; } }
    .single .extension__heading {
      font-size: 6vw;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .single .extension__heading {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 3vw;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1250px) {
        .single .extension__heading {
          font-size: 42px; } }


/*---------------------------*/
.single .extension__heading2 {
      font-size: 5vw;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .single .extension__heading2 {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 28px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1250px) {
        .single .extension__heading2 {
          font-size: 38px; } }


/*------------------------------*/


      .single .extension__heading__attention {
        display: block;
        margin: 3.5vw auto;
        width: 70%; }
        @media screen and (min-width: 1025px) {
          .single .extension__heading__attention {
            margin: 0 10px;
            width: 45%; } }
        @media screen and (min-width: 1250px) {
          .single .extension__heading__attention {
            width: 477px; } }
    .single .extension__lead {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.8;
      margin: auto;
      text-align: left;
      width: 90% }
      @media screen and (min-width: 1025px) {
        .single .extension__lead {
          font-size: 18px;
          margin: 55px 0 0;
          text-align: center; } }
    .single .extension__point {
      margin: 8% 0 0;
      position: relative; }
      @media screen and (min-width: 1025px) {
        .single .extension__point {
          margin: 68px 0 0; } }
      .single .extension__point__heading {
        background: url(./../img/top/extension-point-heading.png) no-repeat center/100% auto;
        font-size: 16px;
        line-height: 1.5;
        margin: auto;
        padding: 5% 0;
        position: absolute;
        top: -5%;
        left: 0;
        right: 0;
        text-align: center;
        width: 90%; }
        @media screen and (min-width: 1025px) {
          .single .extension__point__heading {
            background: url(./../img/top/extension-point-heading-pc.png) no-repeat center/100% auto;
            font-size: 2vw;
            letter-spacing: 0.1em;
            top: -60px; } }
        @media screen and (min-width: 1250px) {
          .single .extension__point__heading {
            font-size: 26px; } }
        @media screen and (min-width: 1025px) {
          .single .extension__point__heading > br {
            display: none; } }
      .single .extension__point__attention {
        color: #f8931f; }
      .single .extension__point__figure {
        background: #ffffff;
        border-radius: 6px;
        padding: 17vw 5vw 5vw; }
        @media screen and (min-width: 1025px) {
          .single .extension__point__figure {
            padding: 100px 63px 62px; } }
    .single .extension__button {
      background: #f8931f;
      border-radius: 4px;
      -webkit-box-shadow: 0 5px 0 #ef7c00;
              box-shadow: 0 5px 0 #ef7c00;
      color: #ffffff;
      display: block;
      font-size: 15px;
      font-weight: bold;
      margin: 1.5rem auto 1rem;
      padding: 10px 0;
      position: relative;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 1025px) {
        .single .extension__button {
          font-size: 22px;
          margin: 40px auto 0;
          padding: 25px 0;
          width: 620px; }
          .single .extension__button:hover {
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transform: translateY(5px);
                    transform: translateY(5px); } }
    .single .extension__button::after {
      content: '';
      border-top: 3px solid #fcc98f;
      border-right: 3px solid #fcc98f;
      height: 9px;
      width: 9px;
      position: absolute;
      top: 2px;
      bottom: 0;
      right: 15px;
      margin: auto;
      transform: rotate(45deg); }
      @media screen and (min-width: 1025px) {
        .single .extension__button::after {
          content: '';
          border-top: 3px solid #fcc98f;
          border-right: 3px solid #fcc98f;
          height: 12px;
          width: 12px;
          position: absolute;
          top: 2px;
          bottom: 0;
          right: 30px;
          margin: auto;
          transform: translateY(5px);
          transform: rotate(45deg); } }
/*-------------------------------------*/





  .page.top .worries .inner {
    margin: auto;
    padding: 10vw 0;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .page.top .worries .inner {
        max-width: 1200px;
        padding: 75px 0; } }
  .page.top .worries__answer {
    background: #ffffff;
    border: 2px solid #f8931f;
    border-radius: 8px;
    margin: 12vw 0 0;
    padding: 14% 5% 5%;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .page.top .worries__answer {
        margin: 90px 0 0;
        padding: 100px 130px 55px; } }
    .page.top .worries__answer__heading {
      background: url(./../img/top/worries-answer-heading.png) no-repeat center/100% auto;
      font-size: 4vw;
      line-height: 1.5;
      margin: auto;
      padding: 5% 0;
      position: absolute;
      top: -13%;
      left: 0;
      right: 0;
      text-align: center;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .page.top .worries__answer__heading {
          background: url(./../img/top/worries-answer-heading-pc.png) no-repeat center/100% auto;
          font-size: 26px;
          letter-spacing: 0.05em; }
          .page.top .worries__answer__heading br {
            display: none; } }
  .page.top .worries__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f8931f no-repeat;
    border-radius: 4px;
    -webkit-box-shadow: 0 1vw 0 #ef7c00;
            box-shadow: 0 1vw 0 #ef7c00;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
    margin: 6vw auto 5vw;
    overflow: visible;
    padding: 3vw 0 3vw 14vw;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .page.top .worries__button {
        background: url(./../img/top/worries-button-calculator.png) 643px 18px/74px #f8931f no-repeat;
        -webkit-box-shadow: 0 5px 0 #ef7c00;
                box-shadow: 0 5px 0 #ef7c00;
        font-size: 22px;
        font-weight: normal;
        height: 120px;
        line-height: 2;
        margin: 91px auto 0;
        max-width: 760px;
        padding: 0;
        text-align: center;
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .page.top .worries__button:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: translateY(5px);
                transform: translateY(5px); } }
    @media screen and (min-width: 1025px) {
      .page.top .worries__button:hover .worries__button__icon {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); } }
    .page.top .worries__button__icon {
      bottom: 0;
      display: block;
      left: 3vw;
      margin: -10vw 0 0;
      position: absolute;
      bottom: -6px;
      width: 19%; }
      @media screen and (min-width: 1025px) {
        .page.top .worries__button__icon {
          left: -18px;
          bottom: -20px;
          width: 129px; } }
    .page.top .worries__button::after {
      content: '';
      border-top: 2px solid #fcc98f;
      border-right: 2px solid #fcc98f;
      height: 12px;
      width: 12px;
      position: absolute;
      right: 15px;
      transform: rotate(45deg); }
    @media screen and (min-width: 1025px) {
      .page.top .worries__button::after {
        display: none;
      }
    }
  .page.top .contact {
    background: #f8931f;
    padding: 10vw 0; }
    @media screen and (min-width: 1025px) {
      .page.top .contact {
        padding: 82px 0 74px; } }
    .page.top .contact .inner {
      margin: auto;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .page.top .contact .inner {
          max-width: 1200px; } }
    .page.top .contact__heading {
      border-bottom: 2px solid #ffffff;
      color: #ffffff;
      font-size: 7vw;
      margin-bottom: 5vw;
      padding-bottom: 5vw;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .contact__heading {
          border-width: 3px;
          font-size: 48px;
          margin-bottom: 40px;
          padding-bottom: 26px; } }
    .page.top .contact__lead {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 5vw;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .contact__lead {
          font-size: 26px;
          letter-spacing: 0.05em;
          margin-bottom: 40px; } }
    @media screen and (min-width: 1025px) {
      .page.top .contact__flexbox {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 40px 0 0; } }
    .page.top .contact__tel {
      display: block;
      margin: 4.5vw 0 3vw; }
      @media screen and (min-width: 1025px) {
        .page.top .contact__tel {
          margin: 0;
          max-width: 570px;
          width: 48%; } }
    .page.top .contact__document {
      margin: .8rem 0 0; }
      @media screen and (min-width: 1025px) {
        .page.top .contact__document {
          margin: 0;
          max-width: 570px;
          width: 48%; } }
  .page.top .flow {
    background: #ffefdd; }
    .page.top .flow .inner {
      margin: auto;
      padding: 2rem 0;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .page.top .flow .inner {
          max-width: 1200px;
          padding: 78px 0; } }
    .page.top .flow__head {
      position: relative; }
    .page.top .flow__heading {
      font-family: "Oswald", sans-serif;
      font-size: 7vw;
      margin: 0 0 6vw;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .flow__heading {
          font-size: 48px;
          margin: 0 0 56px; } }
    .page.top .flow__more {
      background: #f8931f;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 #ef7c00;
              box-shadow: 0 3px 0 #ef7c00;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      margin: 20px 0 0;
      padding: 10px 0;
      text-align: center;
      text-decoration: none;
      width: 100%; }
      .page.top .flow__more.sp {
        display: block; }
      @media screen and (min-width: 1025px) {
        .page.top .flow__more {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 18px;
          height: 45px;
          padding: 0 5px;
          position: absolute;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          top: .2vw;
          right: 2px;
          margin: 0;
          max-width: 180px;
          width: 100%; }
          .page.top .flow__more.sp {
            display: none; }    
          .page.top .flow__more:hover {
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transform: translateY(3px);
                    transform: translateY(3px); } }
      @media screen and (min-width: 1250px) {
        .page.top .flow__more {
          top: 2px; } }
    .page.top .flow__list {
      counter-reset: list-count;
      list-style: none; }
      .page.top .flow__list li {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        background: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 0 2rem;
        padding: 15px 20px;
        position: relative;
        width: 100%; }
        @media screen and (min-width: 1025px) {
          .page.top .flow__list li {
            border-radius: 8px;
            margin: 0 0 60px;
            padding: 60px; } }
        .page.top .flow__list li::before {
          border-bottom: 1px solid #885522;
          color: #885522;
          content: "0" counter(list-count) ".";
          counter-increment: list-count;
          font-family: "Oswald", sans-serif;
          font-size: 5.5vw;
          letter-spacing: 0.1rem;
          padding-bottom: 8px; }
          @media screen and (min-width: 1025px) {
            .page.top .flow__list li::before {
              font-size: 36px; } }
        .page.top .flow__list li:nth-child(n+10)::before {
          content: counter(list-count) ".";
          counter-increment: list-count;
          font-family: "Oswald", sans-serif; }
        .page.top .flow__list li::after {
          content: '';
          border-top: 15px solid #ffdab0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1.5rem;
          margin: auto; }
          @media screen and (min-width: 1025px) {
            .page.top .flow__list li::after {
              border-top: 26px solid #ffdab0;
              border-left: 37px solid transparent;
              border-right: 37px solid transparent;
              bottom: -43px; } }
        .page.top .flow__list li:last-child {
          margin: 0; }
          .page.top .flow__list li:last-child::after {
            display: none; }
    .page.top .flow__title {
      border-bottom: 1px solid #885522;
      font-size: 4.5vw;
      padding-bottom: 8px;
      padding-left: 5%;
      width: 89.2%; }
      @media screen and (min-width: 1025px) {
        .page.top .flow__title {
          font-size: 26px;
          padding-bottom: 12px;
          padding-left: 24px; } }
    .page.top .flow__paragraph {
      font-weight: normal;
      line-height: 1.5;
      margin: 10px 0 0;
      font-size: 15px; }
      @media screen and (min-width: 1025px) {
        .page.top .flow__paragraph {
          line-height: 2;
          margin: 28px 0 0;
          font-size: 18px; } }
  .page.top .info .inner {
    margin: 2.5rem auto;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .page.top .info .inner {
        margin: 79px auto;
        max-width: 1200px; } }
		
	.page.top .info__bnr {}
	
	.page.top .info__bnr img {
		display:block;
		width:100%;
		max-width:1000px;
		height:auto;
		margin:0 auto 0;
		filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
		
	}

		
  @media screen and (min-width: 1025px) {
    .page.top .info__head {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .page.top .info__head__block {
    background: url(./../img/top/info-head-bg1.jpg) #ffffff center 65%/cover no-repeat;
    border-radius: 6px;
    color: #241a17;
    display: block;
    margin: 0 0 1rem;
    padding: 20px;
    text-decoration: none; }
    @media screen and (min-width: 1025px) {
      .page.top .info__head__block {
        border-radius: 10px;
        margin: 0;
        padding: 45px 40px;
        max-width: 570px;
        width: 48%; } }
    .page.top .info__head__block:nth-of-type(2) {
      background-image: url(./../img/top/info-head-bg2.jpg);
      margin: 0; }
    .page.top .info__head__block__inner {
      background: rgba(255, 255, 255, 0.7);
      border-radius: 6px;
      padding: 15px 12px;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .info__head__block__inner {
          border-radius: 10px;
          padding: 55px 20px; } }
  .page.top .info__head__heading {
    font-size: 5vw;
    margin: 0 0 .6rem; }
    @media screen and (min-width: 1025px) {
      .page.top .info__head__heading {
        font-size: 2.5vw;
        margin: 0 0 30px; } }
    @media screen and (min-width: 1025px) {
      .page.top .info__head__heading {
        font-size: 36px; } }
  .page.top .info__head__paragraph {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (min-width: 1025px) {
      .page.top .info__head__paragraph {
        font-size: 1.6vw; } }
    @media screen and (min-width: 1250px) {
      .page.top .info__head__paragraph {
        font-size: 18px; } }
  .page.top .info__list {
    margin-bottom: 10vw; }
    @media screen and (min-width: 1025px) {
      .page.top .info__list {
        margin-bottom: 80px; } }
    .page.top .info__list .inner {
      margin: auto;
      position: relative;
      width: 90%; }
    .page.top .info__list__heading {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      border-bottom: 1px solid #f8931f;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 5vw;
      padding-bottom: 2.5vw; }
      @media screen and (min-width: 1025px) {
        .page.top .info__list__heading {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 32px;
          letter-spacing: 0.05em;
          padding-bottom: 20px; } }
      .page.top .info__list__heading::before {
        content: '';
        border: 5px solid #f8931f;
        border-radius: 50%;
        display: block;
        height: 2.5vw;
        margin-right: 3vw;
        width: 2.5vw; }
        @media screen and (min-width: 1025px) {
          .page.top .info__list__heading::before {
            height: 17px;
            width: 17px;
            margin-right: 23px; } }
    .page.top .info__list__inner {
      margin: 1.2vw 0;
      list-style: none; }
      @media screen and (min-width: 1025px) {
        .page.top .info__list__inner {
          margin: 0; } }
      .page.top .info__list__inner li {
		  display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; 
        border-bottom: 1px solid #e0e0e0;
        padding: 4vw 0 2vw; }
        .page.top .info__list__inner li:nth-child(n+4) {
        display: none; }
        .page.top .info__list__inner .info__list__pager {
        display: none; }
        @media screen and (min-width: 1025px) {
          .page.top .info__list__inner li {
            padding: 32px 0 18px; } }
      .page.top .info__list__inner a {
        color: #241a17;
        text-decoration: none; }
        @media screen and (min-width: 1025px) {
          .page.top .info__list__inner a:hover {
            text-decoration: underline; } }
    .page.top .info__list__head {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      font-size: 4vw;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 3vw; }
      @media screen and (min-width: 1025px) {
        .page.top .info__list__head {
          font-size: 18px;
          margin-bottom: 30px; } }
    .page.top .info__list__data {
      font-weight: bold;
      line-height: 1.4 }
    .page.top .info__list__title {
      line-height: 1.4;
      margin-left: 3vw; }
    .page.top .info__list__paragraph {
      font-size: 3.8vw;
      line-height: 1.5; }
      @media screen and (min-width: 1025px) {
        .page.top .info__list__paragraph {
          font-size: 16px;
          line-height: 2; } }
    .page.top .info__list.column .info__list__heading {
      border-color: #539000; }
      .page.top .info__list.column .info__list__heading::before {
        border-color: #539000; }
    .page.top .info__list.column .info__list__inner a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (min-width: 1025px) {
        .page.top .info__list.column .info__list__inner a {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .page.top .info__list.column .info__list__image {
      display: none }
      @media screen and (min-width: 1025px) {
        .page.top .info__list.column .info__list__image {
          margin-right: 30px;
          width: 160px; } }
      .page.top .info__list.column .info__list__image img {
        border-radius: 5px;
        width: 100%; }
      .page.top .info__list.column .info__list__image__right {
        width: 100%; }
        @media screen and (min-width: 1025px) {
          .page.top .info__list.column .info__list__image__right {
            width: 945px; } }
    @media screen and (min-width: 1025px) {
      .page.top .info__list.column .info__list__head {
        margin-bottom: 15px; } }
    @media screen and (min-width: 1025px) {
      .page.top .info__list.column .info__list__paragraph {
        line-height: 2; } }
  .page.top .company {
    background: #f7f7f7;
    padding: 10vw 0; }
    @media screen and (min-width: 1025px) {
      .page.top .company {
        padding: 78px 0; } }
    .page.top .company .inner {
      margin: auto;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .page.top .company .inner {
          max-width: 1200px; } }
    .page.top .company__heading {
      font-size: 6.5vw;
      margin: 0 0 6vw;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .page.top .company__heading {
          font-size: 48px;
          margin-bottom: 60px; } }
    @media screen and (min-width: 1025px) {
      .page.top .company__flexbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
				
	.page.top .company__flexbox	article:nth-child(1){
		width: 100%;
		order: 2;
	}	
	@media screen and (min-width: 1025px) {
	.page.top .company__flexbox	article:nth-child(1){
		width: 58%;
	}		
	}
	.page.top .company__flexbox	article:nth-child(2){
		width: 100%;
	}	
	@media screen and (min-width: 1025px) {
	.page.top .company__flexbox	article:nth-child(2){
		width: 42%;
	}		
	}
	.page.top .company__bnr {
		display:block;
		width:100%;
		margin: 1vw 0 3vw;
	}
	.page.top .company__bnr img {
		display:block;
		width:90%;
		max-width:660px;
		height:auto;
		margin:0 auto 0;
		border:2px solid #1066a8;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	}
	@media screen and (min-width: 1025px) {
	.page.top .company__bnr{
		margin: 10px 0 30px;
	}
	}
	
    .page.top .company__map {
      height: 40vw;
      width: 100%; }
      @media screen and (min-width: 1025px) {
        .page.top .company__map {
          height: 480px;
          max-width: 730px;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; }
		  }
    .page.top .company__info {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 1.5;
      margin: 7vw 0 0; }
      @media screen and (min-width: 1025px) {
        .page.top .company__info {
          line-height: 2;
          /*margin: 58px 0 0;*/
		  margin: 0px 0 0;
          max-width: 410px;
          width: 100%; } }
      .page.top .company__info dt {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 3vw;
        width: 23%; }
        @media screen and (min-width: 1025px) {
          .page.top .company__info dt {
            font-size: 16px;
            margin: 0;
            width: 70px; } }
      .page.top .company__info dd {
        font-size: 16px;
        margin: 0 0 3vw;
        width: 73%; }
        @media screen and (min-width: 1025px) {
          .page.top .company__info dd {
            font-size: 16px;
            margin: 0 0 0 30px; } }
      .page.top .company__info dd > span {
        display: inline-block;
        font-size: 17px;
        line-height: 1.5; }
        @media screen and (min-width: 1025px) {
          .page.top .company__info dd > span {
            font-size: 0.75em; } }
      .page.top .company__info__tel {
        color: #241a17;
        text-decoration: none; }
      .page.top .company__info__link {
        color: #241a17;
        position: relative; }
        .page.top .company__info__link::after {
          content: '';
          border-top: 1px solid #241a17;
          border-right: 1px solid #241a17;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          height: 4px;
          width: 4px;
          position: absolute;
          right: -24px;
          top: 0;
          bottom: 0;
          margin: auto; }

/* フッター */
.footer .inner {
  margin: auto;
  padding: 12vw 0 9vw;
  width: 90%; }
  @media screen and (min-width: 1025px) {
    .footer .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      max-width: 1200px;
      padding: 78px 0; } }
  @media screen and (min-width: 1250px) {
    .footer .inner {
      width: 100%; } }

.footer__logo {
  display: inline-block;
  margin: 0 0 8vw;
  width: 30%; }
  @media screen and (min-width: 1025px) {
    .footer__logo {
      margin: 0 40px 0 0;
      width: 18%; } }
  @media screen and (min-width: 1250px) {
    .footer__logo {
      width: 186px; } }

@media screen and (min-width: 1025px) {
  .footer nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%; } }

.footer__flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__flexbox:last-child .footer__link:last-child {
    margin: 0; }
  @media screen and (min-width: 1025px) {
    .footer__flexbox {
      width: 50%; } }

.footer__link {
  margin: 0 0 4vw;
  width: 50%; }
  @media screen and (min-width: 1025px) {
    .footer__link {
      margin: 0;
      width: 100%; } }
  @media screen and (min-width: 1250px) {
    .footer__link {
      width: 229px; } }
  .footer__link li {
    font-size: 3vw;
    margin: 0 0 4vw; }
    @media screen and (min-width: 1025px) {
      .footer__link li {
        font-size: 1.2vw;
        margin: 0 0 26px;
        width: auto; }
        .footer__link li:last-child {
          margin: 0; } }
    @media screen and (min-width: 1250px) {
      .footer__link li {
        font-size: 16px; } }
    .footer__link li::before {
      content: '-';
      margin-right: 2vw; }
      @media screen and (min-width: 1025px) {
        .footer__link li::before {
          margin-right: 10px; } }
  .footer__link a {
    color: #241a17;
    font-size: 15px;
    text-decoration: none; }
    @media screen and (min-width: 1025px) {
      .footer__link a {
        position: relative;
        font-size: 16px; }
        .footer__link a::before {
          content: '';
          background: #f8931f;
          height: 2px;
          position: absolute;
          -webkit-transition: all .3s;
          transition: all .3s;
          bottom: 0;
          width: 0; }
        .footer__link a:hover::before {
          -webkit-transition: all .3s;
          transition: all .3s;
          width: 100%; } }

.copy {
  background: #5b5b5b; }
  .copy .inner {
    padding: 6vw 0; }
    @media screen and (min-width: 1025px) {
      .copy .inner {
        padding: 42px 0; } }
  .copy__right {
    color: #ffffff;
    font-size: 3.5vw;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .copy__right {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1; } }

/* 下層ページ */
/* 下層汎用 */
.single .inner {
  width: 90%; }
  @media screen and (min-width: 1250px) {
    .single .inner {
      max-width: 1200px;
      width: 100%; } }
  .single .inner > div {
    margin-bottom: 1rem; }
    @media screen and (min-width: 1025px) {
      .single .inner > div {
        margin-bottom: 40px; } }
    .single .inner > div:last-child {
      margin-bottom: 0; }

.single .band {
  margin: 0;
  padding: 2vw 0; }
  @media screen and (min-width: 1250px) {
    .single .band {
      padding: 18px 0; } }
  .single .band .inner {
    padding: 5.5vw 0; }
    @media screen and (min-width: 1250px) {
      .single .band .inner {
        padding: 43px 0; } }
  .single .band .band__lead {
    line-height: 1;
    margin: 0;
    font-size: 5vw; }
    @media screen and (min-width: 1250px) {
      .single .band .band__lead {
        font-size: 38px; } }

.single .contact {
  background: #f8931f;
  padding: 10vw 0; }
  @media screen and (min-width: 1025px) {
    .single .contact {
      padding: 82px 0 74px; } }
  .single .contact .inner {
    margin: auto;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .single .contact .inner {
        max-width: 1200px; } }
  .single .contact__heading {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 7vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .single .contact__heading {
        border-width: 3px;
        font-size: 48px;
        margin-bottom: 40px;
        padding-bottom: 26px; } }
  .single .contact__lead {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5vw;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .single .contact__lead {
        font-size: 26px;
        letter-spacing: 0.05em;
        margin-bottom: 40px; } }
  @media screen and (min-width: 1025px) {
    .single .contact__flexbox {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 40px 0 0; } }
  .single .contact__tel {
    display: block;
    margin: 4.5vw 0 3vw; }
    @media screen and (min-width: 1025px) {
      .single .contact__tel {
        pointer-events: none;
        margin: 0;
        max-width: 570px;
        width: 48%; } }
  .single .contact__document {
    margin: .8rem 0 0; }
    @media screen and (min-width: 1025px) {
      .single .contact__document {
        margin: 0;
        max-width: 570px;
        width: 48%; } }

.single .section {
  background: #F9F9F9; }
.single .section.comparison {
  background: #fff;
}
  .single .section .inner {
    margin: auto;
    width: 90%; }
    @media screen and (min-width: 600px) {
      .single .section .inner {
        max-width: 1153px;
        padding: 0 2.5vw; } }
    @media screen and (min-width: 1200px) {
      .single .section .inner {
        padding: 0;
        width: 100%; } }
  .single .section .cation {
    color: #F84747; }
  .single .section .point {
    color: #f8931f; }
  .single .section__heading {
    font-size: 5vw;
    padding: 6vw 0 0;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .single .section__heading {
        font-size: 51px;
        padding: 66px 0 0;
        text-align: left; } }
    .single .section__heading__sub {
      font-size: 4.5vw;
      padding: 7vw 0 5.5vw;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .single .section__heading__sub {
          font-size: 45px;
          font-weight: bold;
          padding: 85px 0 77px;
          text-align: center; } }
      .single .section__heading__sub--small {
        font-size: 4vw;
        padding: 4vw 0 0;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          .single .section__heading__sub--small {
            font-size: 35px;
            padding: 30px 0 0;
            text-align: left; } }
      .single .section__heading__sub__sub {
        display: block;
        font-size: 4.5vw;
        font-weight: bold;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          .single .section__heading__sub__sub {
            font-size: 32px; } }
  .single .section__tel {
    color: #000000;
    display: block;
    font-size: 7.5vw;
    font-weight: bold;
    margin: 3vw auto 4vw;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 1200px) {
      .single .section__tel {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 67px;
        margin: 31px 0 0; } }
    .single .section__tel__num {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .single .section__tel__num a {
      color: #000;
      text-decoration: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .single .section__tel__icon {
      display: block;
      margin-right: 3.5vw;
      width: 7.5vw; }
      @media screen and (min-width: 1200px) {
        .single .section__tel__icon {
          margin-right: 14px;
          width: 55px; } }
    .single .section__tel__info {
      margin: 2.5vw auto 0; }
      @media screen and (min-width: 1200px) {
        .single .section__tel__info {
          margin: 0 0 0 108px; } }
  .single .section__lead {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
    margin: 5vw 0 0;
    padding: 0 0 6vw; }
    @media screen and (min-width: 1200px) {
      .single .section__lead {
        font-size: 39px;
        font-weight: 500;
        margin: 33px 0 0;
        padding: 0 0 36px; } }
  @media screen and (min-width: 1200px) {
    .single .section__paragraph p {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .single .section__paragraph p:last-child {
      margin-bottom: 0; } }
  .single .section .box__text {
    background: #F84747;
    color: #ffffff;
    display: inline-block;
    font-size: 4vw;
    font-weight: 500;
    margin: 0 3vw 0 0;
    padding: 1vw 2vw 1.5vw;
    text-align: center; }
    .single .section .box__text br {
      display: none; }
      @media screen and (min-width: 600px) {
        .single .section .box__text br {
          display: block; } }
    @media screen and (min-width: 1200px) {
      .single .section .box__text {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 15px 0 0;
        padding: 2px 26px 5px; } }
  .single .section.bg {
    background: #FFEFDD; }
  .single .section__flow-flex {
    display: block;
    margin: 6vw 0 0;
    padding-bottom: 8vw; }
    @media screen and (min-width: 1200px) {
      .single .section__flow-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 44px 0 0;
        padding: 0 0 40px; } }
    .single .section__flow-flex__img {
      margin-bottom: 8vw; }
      @media screen and (min-width: 1200px) {
        .single .section__flow-flex__img {
          margin-bottom: 0;
          width: 37%; } }
    .single .section__flow-flex__text {
      font-size: 4vw;
      font-weight: 500;
      line-height: 1.7;
      width: auto; }
      .single .section__flow-flex__text span {
        color: #f8931f;
      }
      @media screen and (min-width: 1200px) {
        .single .section__flow-flex__text {
          font-size: 23px;
          width:60%;
          margin-left: 3%; } }
      @media screen and (min-width: 1200px) {
        .single .section__flow-flex__text p {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1200px) {
        .single .section__flow-flex__text p:last-child {
          margin-bottom: 0; } }
  .single .section__flow__list {
    background: red; }
  .single .section__flexbox-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.5vw 0 0;
    padding: 0 0 7vw; }
    @media screen and (min-width: 700px) {
      .single .section__flexbox-list {
        font-size: 37px;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;    
        margin: 24px auto 0;
        padding: 0 0 39px; } }
    @media screen and (min-width: 1200px) {
      .single .section__flexbox-list {
        width: 80% } }
    .single .section__flexbox-list__img {
      width: 25vw; }
      @media screen and (min-width: 1200px) {
        .single .section__flexbox-list__img {
          width: 213px; } }
    .single .section__flexbox-list__list {
      list-style: none; }
      .single .section__flexbox-list__list li {
        font-size: 4.5vw;
        font-weight: 500;
        line-height: 1.5;
        margin: 2vw 0 0 4vw;
        text-indent: -4.5vw; }
        @media screen and (min-width: 1200px) {
          .single .section__flexbox-list__list li {
            font-size: 37px;
            margin: 10px 0 10px 28px; } }
  .single .section__arrow-large {
    padding: 25vw 0 12vw;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .single .section__arrow-large {
        padding: 289px 0 103px; } }
    .single .section__arrow-large::before {
      content: '';
      border-top: 8vw solid #f8931f;
      border-left: 22vw solid transparent;
      border-right: 22vw solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      top: 10.5vw;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 1200px) {
        .single .section__arrow-large::before {
          border-top: 73px solid #f8931f;
          border-left: 277.5px solid transparent;
          border-right: 277.5px solid transparent;
          top: 106px; } }
  .single .section__common__dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1vw; }
    @media screen and (min-width: 1200px) {
      .single .section__common__dl {
        margin-bottom: 3px; } }
  .single .section__common__dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f8931f;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1.5vw;
    padding: 2vw 0;
    width: 25vw; }
    @media screen and (min-width: 1200px) {
      .single .section__common__dt {
        font-size: 28px;
        font-weight: 500;
        margin-right: 5px;
        padding: 19px 0;
        width: 335px; } }
  .single .section__common__dd {
    background: #ffffff;
    font-size: 4vw;
    line-height: 1.5;
    padding: 2vw 4vw;
    width: calc(100% - 25vw - 1.5vw); }
    @media screen and (min-width: 1200px) {
      .single .section__common__dd {
        font-size: 28px;
        padding: 21px 44px;
        width: calc(100% - 335px - 8px); } }
    .single .section__common__dd a {
      color: #000000; }
      .single .section__common__dd a:hover {
        text-decoration: none; }

  .single .section__common__dd > span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5; }

.single__flow-flex {
  display: block;
  margin: 6vw 0 0;
  padding-bottom: 8vw; }
  @media screen and (min-width: 1200px) {
    .single__flow-flex {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 44px 0 0;
      padding: 0 0 115px; } }
  .single__flow-flex__img {
    margin-bottom: 8vw; }
    @media screen and (min-width: 1200px) {
      .single__flow-flex__img {
        margin-bottom: 0;
        width: 399px; } }
  .single__flow-flex__text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.7;
    margin-left: 19px; }
    @media screen and (min-width: 1200px) {
      .single__flow-flex__text {
        font-size: 23px;
        font-weight: bold; } }
    @media screen and (min-width: 1200px) {
      .single__flow-flex__text p {
        margin-bottom: 35px; } }
    @media screen and (min-width: 1200px) {
      .single__flow-flex__text p:last-child {
        margin-bottom: 0; } }

.single__flow__list {
  background: red; }

.single .extension {
  background: #ffefdd; }
  .single .extension .inner {
    padding: 8vw 0;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .single .extension .inner {
        max-width: 1200px;
        padding: 75px 0; } }
    @media screen and (min-width: 1250px) {
      .single .extension .inner {
        width: 100%; } }
  .single .extension__heading {
    font-size: 6vw;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .single .extension__heading {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 3vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        flex-wrap: wrap;} }
    @media screen and (min-width: 1250px) {
      .single .extension__heading {
        font-size: 42px; } }
  .single .extension__heading__more {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .single .extension__heading__more {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 3vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 1250px) {
      .single .extension__heading__more {
        font-size: 42px;
        margin-top: 10px; } }
  .single .extension__heading__more > span {
    border-bottom: 5px solid rgba(248, 71, 71, 0.5);
    color: #f8931f;
    line-height: 1.65;
    margin-left: 5px;
    position: relative; }
    @media screen and (min-width: 1250px) {
      .single .extension__heading__more > span {
        border-bottom: none;
        font-size: 42px; } }
    .single .extension__heading__more > span::after {
      display: none; }
      @media screen and (min-width: 1250px) {
        .single .extension__heading__more > span::after {
          content: '';
          display: inline-block;
          position: absolute;
          bottom: 2px;
          left: 0;
          right: 0;
          background: rgba(248, 71, 71, 0.5);
          height: 6px;
          width: 100%; } }
    .single .extension__heading__attention {
      display: block;
      margin: 3.5vw auto;
      width: 70%; }
    .single .extension__heading__attention--02 {
        display: block;
        margin: auto;
        width: 100%;
        line-height: 1.5;
      }
      @media screen and (min-width: 1025px) {
        .single .extension__heading__attention {
          margin: 0 10px;
          width: 45%; } }
      @media screen and (min-width: 1250px) {
        .single .extension__heading__attention {
          width: 477px; } }
  .single .extension__lead {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 1.8;
    margin: 4vw 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 108% }
    @media screen and (min-width: 1025px) {
      .single .extension__lead {
        font-size: 18px;
        margin: 40px 0 0; } }
  .single .extension__point {
    margin: 8% 0 0;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .single .extension__point {
        margin: 68px 0 0; } }
    .single .extension__point__heading {
      background: url(./../img/top/extension-point-heading.png) no-repeat center/100% auto;
      font-size: 4vw;
      line-height: 1.5;
      margin: auto;
      padding: 5% 0;
      position: absolute;
      top: -5%;
      left: 0;
      right: 0;
      text-align: center;
      width: 90%; }
      @media screen and (min-width: 1025px) {
        .single .extension__point__heading {
          background: url(./../img/top/extension-point-heading-pc.png) no-repeat center/100% auto;
          font-size: 2vw;
          letter-spacing: 0.1em;
          top: -60px; } }
      @media screen and (min-width: 1250px) {
        .single .extension__point__heading {
          font-size: 26px; } }
      @media screen and (min-width: 1025px) {
        .single .extension__point__heading > br {
          display: none; } }
    .single .extension__point__attention {
      color: #f8931f; }
    .single .extension__point__figure {
      background: #ffffff;
      border-radius: 6px;
      padding: 17vw 5vw 5vw; }
      @media screen and (min-width: 1025px) {
        .single .extension__point__figure {
          padding: 100px 63px 62px; } }
  .single .extension__button {
    background: #f8931f;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #ef7c00;
            box-shadow: 0 5px 0 #ef7c00;
    color: #ffffff;
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 1.5rem auto 1rem;
    padding: 10px 0;
    width: 90%; }
    @media screen and (min-width: 1025px) {
      .single .extension__button {
        font-size: 22px;
        margin: 40px auto 0;
        padding: 25px 0;
        width: 620px; }
        .single .extension__button:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transform: translateY(5px);
                  transform: translateY(5px); } }

/* プランページ */
/* plan ページ */
@media screen and (min-width: 1250px) {
  .inner.child {
    padding: 0 23px; } }

.single .plan {
  background: #F9F9F9;
  margin-bottom: 0 !important;
  padding: 10vw 0 15vw; }
  @media screen and (min-width: 1250px) {
    .single .plan {
      padding: 94px 0 182px; } }
  .single .plan__tab {
    border-bottom: 5px solid #e0e0e0; }
    .single .plan__tab .inner.child {
      padding: 0;
      width: 100%; }
      @media screen and (min-width: 600px) {
        .single .plan__tab .inner.child {
          width: 90%; } }
    .single .plan__tab__list {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      list-style: none;
      margin: auto; }
      @media screen and (min-width: 1025px) {
        .single .plan__tab__list {
          max-width: 1153px; } }
    .single .plan__tab__button {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: 2px solid #e0e0e0;
      border-top: 2px solid #e0e0e0;
      border-right: 2px solid #e0e0e0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 3.5vw;
      height: 10vw;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1vw 0;
      text-align: center;
      width: calc(33% - 1.5vw); }
      .single .plan__tab__button:hover {
        cursor: pointer; }
      .single .plan__tab__button::-moz-selection {
        background-color: transparent; }
      .single .plan__tab__button::selection {
        background-color: transparent; }
      @media screen and (min-width: 600px) {
        .single .plan__tab__button {
          font-size: 2.5vw;
          line-height: 1.2;
          height: 7vw; } }
      @media screen and (min-width: 1025px) {
        .single .plan__tab__button {
          font-size: 20px;
          font-weight: 500;
          height: 43px;
          line-height: 1;
          width: 360px; } }
      .single .plan__tab__button.active {
        background: #f8931f;
        border-color: #f8931f;
        color: #ffffff;
        font-size: 4.5vw;
        height: 12vw;
        width: calc(33% + 3vw); }
        @media screen and (min-width: 600px) {
          .single .plan__tab__button.active {
            font-size: 3.5vw;
            height: 10vw; } }
        @media screen and (min-width: 1025px) {
          .single .plan__tab__button.active {
            font-size: 28px;
            height: 57px;
            width: 370px; } }

      .single .plan__tab__button.twoDay.active {
        background: #885522;
        border-color: #885522; }
      .single .plan__tab__button.cremation.active {
        background: #539000;
        border-color: #539000; }
/* ----新規追加タブ------------------------------------*/
      .single .plan__tab__button.direct-cremation.active {
        background: #3b4c83;
        border-color: #3b4c83; }
/*---------------------------------------- */


  .single .plan__wrap {
    display: none; }
    .single .plan__wrap.active {
      display: block; }
    @media screen and (min-width: 1025px) {
      .single .plan__wrap .inner {
        max-width: 1200px; } }
    .single .plan__wrap.twoDay .plan__heading {
      border-left-color: #885522;
      color: #885522; }
    .single .plan__wrap.twoDay .plan__bnr, .single .plan__wrap.twoDay .plan__service__wrap {
      background-color: #F4E9E1; }
    .single .plan__wrap.twoDay .plan__heading__sub {
      background-image: url(../img/plan/img-heading-twoDay.png); }
    .single .plan__wrap.twoDay .plan__service__point, .single .plan__wrap.twoDay .plan__options__wrap {
      border-color: #885522; }



    .single .plan__wrap.cremation .plan__heading {
      border-left-color: #539000;
      color: #539000; }
    .single .plan__wrap.cremation .plan__bnr {
      background-color: #EBF6E5; }
    .single .plan__wrap.cremation .plan__service__wrap {
      background-color: #F1FCE7; }
    .single .plan__wrap.cremation .plan__heading__sub {
      background-image: url(../img/plan/img-heading-cremation.png); }
    .single .plan__wrap.cremation .plan__service__point, .single .plan__wrap.cremation .plan__options__wrap {
      border-color: #539000; }

/* ----------------------------------------
追加タブ
---------------------------------------- */

   .single .plan__wrap.direct-cremation .direct .plan__heading {
      border-left-color: #3b4c83;
      color: #3b4c83; }
    .single .plan__wrap.direct-cremation .direct .plan__bnr {
      background-color: #ccd3e9; }
    .single .plan__wrap.direct-cremation .direct .plan__service__wrap {
      background-color: #ccd3e9; }
    .single .plan__wrap.direct-cremation .direct .plan__heading__sub {
      background-image: url(../img/plan/img-heading-direct.png); }
    .single .plan__wrap.direct-cremation .direct .plan__service__point, .single .plan__wrap.direct-cremation .plan__options__wrap {
      border-color: #3b4c83; }



   .single .plan__wrap.direct-cremation .cremation .plan__heading {
      border-left-color: #539000;
      color: #539000; }
    .single .plan__wrap.direct-cremation .cremation .plan__bnr {
      background-color: #EBF6E5; }
    .single .plan__wrap.direct-cremation .cremation .plan__service__wrap {
      background-color: #F1FCE7; }
    .single .plan__wrap.direct-cremation .cremation .plan__heading__sub {
      background-image: url(../img/plan/img-heading-cremation.png); }
    .single .plan__wrap.direct-cremation .cremation .plan__service__point, .single .plan__wrap.direct-cremation .plan__options__wrap {
      border-color: #539000; }

/*---------------------------------------- */

 .single .plan__service__list2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      list-style: none; }
      @media screen and (min-width: 768px) {
        .single .plan__service__list2 {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }


 .single .plan__service__list2 li {
	 display: block;
	 width: 32%;
	 padding: 0 0% 1.75%;
}
.single .plan__service__list2 li img {
	display: block;
	max-width: 100%;
	height: auto;
}

.single .plan__service__list2 li p {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3b4c83;
	color: #FFF;
	height: 35px;
}
.single .plan__wrap.direct-cremation .direct .plan__service__list2 li p {background: #3b4c83;}
.single .plan__wrap.direct-cremation .cremation .plan__service__list2 li p {background: #539000;}
 @media screen and (min-width: 768px) {
 .single .plan__service__list2 li {
	 display: block;
	 width: 25%;
	 padding: 0 .75% 1.75%;
}
}
 @media screen and (min-width: 1025px) {
	 .single .plan__service__list2 li {
	 display: block;
	 width: 20%;
	 padding: 0 .75% 1.75%;
}
}
/*----------------------------------------------*/

.single .plan_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border: 5px solid;
	background: #FFF;
	padding: 1rem;
}
.single .direct .plan_box {
	border-color: #3b4c83;
}

.single .cremation .plan_box {
	border-color: #539000;
}

.single .plan_box article {
	width: 100%;
}

.single .plan_box article:nth-child(1) {
	margin-bottom: 1rem;
}

.single .plan_box article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 0;
}



 @media screen and (min-width: 1025px) {
.single .plan_box article {
	width: 49%;
}
.single .plan_box {
	border: 8px solid;
	background: #FFF;
	padding: 1rem;
}
.single .plan_box article:nth-child(1) {
	margin-bottom: 0rem;
}
	 
}
 @media screen and (max-width: 767px) {
}
.single .plan_box article ul,
.single .plan_box article ul li{
	list-style: none outside none;
	 margin: 0;
	 padding: 0;
	 border: 0;
}

.single .plan_box article ul{
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.single .plan_box article ul li{
	font-size: 110%;
	line-height: 140%;
}

.single .plan_box article ul li::before{
	content: "・";
}

/*----------------------------------------------*/
  .single .plan__bnr {
    background: #FFFAF5;
    padding: 7vw 0 8vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__bnr {
        padding: 61px 0 62px; } }
  .single .plan__heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2vw solid #f8931f;
    color: #f8931f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.8vw;
    font-weight: bold;
    height: 7vw;
    letter-spacing: 0.1em;
    margin: 0 0 3.5vw;
    padding: 0 0 0 3vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__heading {
        border-left: 20px solid #f8931f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 44px;
        font-weight: 500;
        height: 70px;
        margin: 0 0 43px;
        padding: 0 0 0 21.5px; } }
    .single .plan__heading__sub {
      background: url("../img/plan/img-heading-day.png") no-repeat center/75%;
      font-size: 4vw;
      margin: 0;
      text-align: center;
      padding: 6vw 0; }
      @media screen and (min-width: 1250px) {
        .single .plan__heading__sub {
          background-size: 498.68px;
          font-size: 35px;
          font-weight: 500;
          height: 66px;
          line-height: 62px;
          margin: 25px 0 28px;
          padding: 0; } }
  .single .plan__flow {
    margin: 6vw 0 9vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__flow {
        margin: 60px 0 120px; } }
    .single .plan__flow__img {
      margin: 5vw 0 0; }
      @media screen and (min-width: 1250px) {
        .single .plan__flow__img {
          margin: 32px 0 0; } }
  .single .plan__feature {
    margin: 0 0 8vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__feature {
        margin: 0 0 100px; } }
    .single .plan__feature__flexbox {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 5vw 0 0; }
      @media screen and (min-width: 1025px) {
        .single .plan__feature__flexbox {
          margin: 5vw 0 0 57px; } }
      @media screen and (min-width: 1250px) {
        .single .plan__feature__flexbox {
          margin: 37.3px 0 0 57px; } }
      .single .plan__feature__flexbox__img {
        width: 22vw; }
        @media screen and (min-width: 1025px) {
          .single .plan__feature__flexbox__img {
            max-width: 121px;
            width: 15%; } }
      .single .plan__feature__flexbox__text {
        font-weight: bold;
        list-style: none;
        padding: 0 0 0 7vw;
        width: 68vw; }
        @media screen and (min-width: 1025px) {
          .single .plan__feature__flexbox__text {
            font-size: 28px;
            font-weight: 500;
            padding: 0 0 0 58px;
            width: auto; } }
        .single .plan__feature__flexbox__text li {
          line-height: 1.5;
          margin: 0 0 2vw;
          text-indent: -16px; }
          @media screen and (min-width: 600px) {
            .single .plan__feature__flexbox__text li {
              font-size: 3vw; } }
          @media screen and (min-width: 1250px) {
            .single .plan__feature__flexbox__text li {
              font-size: 28px;
              letter-spacing: 0.05em;
              line-height: 50px;
              margin: 0;
              text-indent: 0; } }
  .single .plan__service {
    margin: 0 0 12vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__service {
        margin: 0 0 150px; } }
    .single .plan__service .inner {
      width: 100%; }
      .single .plan__service .inner.child {
        width: 90%; }
        @media screen and (min-width: 1250px) {
          .single .plan__service .inner.child {
            width: 100%; } }
    .single .plan__service__wrap {
      background: #FFEFDD;
      padding: 5vw 0; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__wrap {
          padding: 45px 0 49px; } }
    .single .plan__service__point {
      background: #ffffff;
      border: 3px solid #f8931f; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__point {
          margin-bottom: 56px !important;
          padding: 0 0 36px; } }
    @media screen and (min-width: 1025px) {
      .single .plan__service__flexbox {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 1250px) {
      .single .plan__service__flexbox {
        padding: 0 10px; } }
    .single .plan__service__flexbox > div {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto 5vw;
      width: 90%; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__flexbox > div {
          margin: 0;
          width: calc(50% - 5px); } }
    .single .plan__service__flexbox__img {
      height: auto;
      width: 100vw; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__flexbox__img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 190px;
          width: 225px; } }
      .single .plan__service__flexbox__img > picture source, .single .plan__service__flexbox__img > picture img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
    .single .plan__service__flexbox__text {
      margin: 0 0 0 3vw; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__flexbox__text {
          margin: 0 0 0 19px;
          width: calc(100% - 225px - 19px); } }
      .single .plan__service__flexbox__text > h3 {
        font-size: 5vw;
        margin: 0 0 3vw; }
        @media screen and (min-width: 1250px) {
          .single .plan__service__flexbox__text > h3 {
            font-size: 34px;
            font-weight: 500;
            margin: 0 0 39px;
            text-align: center; } }
      .single .plan__service__flexbox__text > p {
        font-size: 15px;
        line-height: 1.5; }
        @media screen and (min-width: 1250px) {
          .single .plan__service__flexbox__text > p {
            font-size: 20px;
            font-weight: 500;
            text-align: left; } }
    .single .plan__service__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      list-style: none; }
      @media screen and (min-width: 1250px) {
        .single .plan__service__list {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .single .plan__service__list li {
        background: #ffffff;
        margin: 0 0 3vw;
        padding: 3vw;
        width: calc(50% - 1vw); }
		
	.single .plan__service__list li.space {
		display:none;
		background-color: transparent;
        margin: 0 0 3vw;
        padding: 3vw;
        width: calc(50% - 1vw); }
		
		
		
        @media screen and (min-width: 1025px) {
          .single .plan__service__list li {
            margin: 0 0 35px;
            padding: 15px;
            width: calc(33% - 11px); }
		.single .plan__service__list li.space {
			display:block;
            margin: 0 0 35px;
            padding: 15px;
            width: calc(33% - 11px); }
			
			
            .single .plan__service__list li:nth-child(3n-1) {
              margin: 0 22px 35px; }
            .single .plan__service__list li:nth-last-child(-n+2) {
              margin-bottom: 0; } }
        .single .plan__service__list li.gray {
          position: relative; }
          .single .plan__service__list li.gray::before {
            content: '';
            background: rgba(224, 224, 224, 0.86);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0; }
      @media screen and (min-width: 600px) {
        .single .plan__service__list__head {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .single .plan__service__list__head__img {
        height: 30vw;
        margin: 0 0 1.5vw; }
        @media screen and (min-width: 600px) {
          .single .plan__service__list__head__img {
            height: 85px;
            margin: 0;
            width: 130px; } }
        .single .plan__service__list__head__img > picture source, .single .plan__service__list__head__img > picture img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
      .single .plan__service__list__head__text {
        margin: 0 auto 1.5vw;
        text-align: center; }
        @media screen and (min-width: 600px) {
          .single .plan__service__list__head__text {
            font-size: 3vw;
            font-weight: 500;
            line-height: 1.2;
            margin: auto; } }
        @media screen and (min-width: 1025px) {
          .single .plan__service__list__head__text {
            font-size: 32px; } }
      .single .plan__service__list__p {
        font-size: 15px;
        line-height: 1.5; }
        @media screen and (min-width: 600px) {
          .single .plan__service__list__p {
            font-size: 20px;
            font-weight: 500;
            margin: 20px 0 0; } }
  .single .plan__options__wrap {
    border: 3px solid #f8931f;
    padding: 6.5vw 0 8vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__options__wrap {
        padding: 34.5px 0 42px; } }
    @media screen and (min-width: 1250px) {
      .single .plan__options__wrap .plan__heading {
        margin-bottom: 34px; } }
  @media screen and (min-width: 1250px) {
    .single .plan__options__content {
      margin: auto;
      width: calc(100% - 90px); } }
  .single .plan__options__lead {
    font-size: 4vw;
    line-height: 1.4;
    margin: 0 0 5vw; }
    @media screen and (min-width: 1250px) {
      .single .plan__options__lead {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        margin: 0 0 39.5px; } }
  .single .plan__options__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
    .single .plan__options__list li {
      width: calc(33% - 1vw); }
      @media screen and (min-width: 1250px) {
        .single .plan__options__list li {
          width: auto; } }
    .single .plan__options__list__img {
      height: 20vw;
      width: 100%; }
      @media screen and (min-width: 1250px) {
        .single .plan__options__list__img {
          height: 190px;
          width: 290px; } }
      .single .plan__options__list__img > picture source, .single .plan__options__list__img > picture img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
    .single .plan__options__list__text {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.5;
      margin: 2.5vw 0 0;
      text-align: center; }
      @media screen and (min-width: 1250px) {
        .single .plan__options__list__text {
          font-size: 25px;
          font-weight: 500;
          line-height: 1;
          margin: 16px 0 0; } }

/* お急ぎの方 */
.single .section .urgent__heading {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single .section .urgent__heading {
      font-size: 70px;
      font-weight: 500; } }

.single .section .urgent__conversion {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8931f;
  border-radius: 7vw;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5.5vw auto 0;
  padding: 4vw 0 4vw 5vw; /* 本番環境合わせ */
  text-decoration: none;
  width: 85vw; }
  @media screen and (min-width: 1200px) {
    .single .section .urgent__conversion {
      border-radius: 52px;
      margin: 80px auto 0;
      padding: 31px 0 31px 40px; /* 本番環境合わせ */
      width: 823px; } }
  .single .section .urgent__conversion .box__text {
    background: #f8931f;
    margin-right: 2vw;
    padding: 0; }
    .single .section .urgent__conversion .box__text br {
      display: block; }
    @media screen and (min-width: 1200px) {
      .single .section .urgent__conversion .box__text {
        font-size: 29px;
        font-weight: 500;
        margin-right: 11px; } }
  .single .section .urgent__conversion__icon {
    width: 7vw; }
    @media screen and (min-width: 1200px) {
      .single .section .urgent__conversion__icon {
        display: block;
        width: 65px; } }
  .single .section .urgent__conversion__num {
    font-size: 7vw; /* 本番環境合わせ */
    font-weight: bold;
    margin-left: 3vw; }
    @media screen and (min-width: 1200px) {
      .single .section .urgent__conversion__num {
        font-size: 73px;
        margin-left: 34px; } }

.single .section .urgent__flow {
  padding-bottom: 9vw; }
  @media screen and (min-width: 1200px) {
    .single .section .urgent__flow {
      padding-bottom: 83px; } }

.single .section__common__list {
  list-style: none; }
  .single .section__common__list__item {
    margin: 0 0 6vw; }
    @media screen and (min-width: 1200px) {
      .single .section__common__list__item {
        margin: 0 0 60px; } }
    .single .section__common__list__item:last-child {
      margin: 0; }
      @media screen and (min-width: 1200px) {
        .single .section__common__list__item:last-child .section__common__list__p, .single.company .section__common__list__item:last-child .section__access__list {
          font-size: 18px; } }
  .single .section__common__list__heading {
    background: #f8931f;
    color: #ffffff;
    font-size: 4.5vw;
    font-weight: 500;
    padding: 3vw; }
    @media screen and (min-width: 1200px) {
      .single .section__common__list__heading {
        font-size: 35px;
        padding: 20px 13px; } }
    .single .section__common__list__heading .index {
      margin-left: 1vw;
      margin-right: 2vw; }
      @media screen and (min-width: 1200px) {
        .single .section__common__list__heading .index {
          margin-left: 20px;
          margin-right: 20px; } }
  .single .section__common__list__p, .single.company .section__access__list {
    background: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 4vw 5.5vw 7vw; }
    @media screen and (min-width: 1200px) {
      .single .section__common__list__p, .single.company .section__access__list {
        font-size: 20px;
        line-height: 1.8;
        padding: 47px 30px 51px; } }
    @media screen and (min-width: 1200px) {
      .single .section__common__list__p .section__tel, .single.company .section__access__list .section__tel {
        margin: 0; } }

.single .section__text,
.section__text.feature__text__large {
  font-size: 4vw;
  /*font-weight: 500;*/
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 7vw;
  text-align: center; }
  .single .section__text br {
    display: none; }
  @media screen and (min-width: 1200px) {
    .single .section__text:first-of-type {
      font-size: 24px;
      margin: 0 0 50px; }
    .single .section__text:last-of-type {
      font-size: 24px;
      margin: 0; }
    .single .section__text.feature__text__large {
      font-size: 36px;
    }
      .single .section__text br {
        display: block; } }
  .single .section__text:last-child {
    margin: 0;
    padding: 0 0 12vw; }
    @media screen and (min-width: 1200px) {
      .single .section__text:last-child {
        padding: 0 0 122px; } }

/* 葬儀の流れ */
@media screen and (min-width: 1200px) {
  .single.flow .section__heading__sub {
    padding: 86px 0 43px; } }

@media screen and (min-width: 1200px) {
  .single.flow .section__common__list {
    padding: 0 0 68px; } }

@media screen and (min-width: 1200px) {
  .single.flow .section__common__list__item:first-child .section__common__list__p--right p {
    font-size: 19px; } }

@media screen and (min-width: 1200px) {
  .single.flow .section__common__list__item:nth-of-type(3) .section__common__list__p--right p {
    font-size: 18px; } }

.single.flow .section__common__list__p, .single.flow .single.company .section__access__list, .single.company .single.flow .section__access__list {
  display: block; }
  @media screen and (min-width: 1200px) {
    .single.flow .section__common__list__p, .single.flow .single.company .section__access__list, .single.company .single.flow .section__access__list {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1200px) {
    .single.flow .section__common__list__p--left {
      height: 180px;
      margin-right: 40px;
      width: 231px; }
      .single.flow .section__common__list__p--left source, .single.flow .section__common__list__p--left img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media screen and (min-width: 1200px) {
    .single.flow .section__common__list__p--right {
      font-size: 20px; } }
  .single.flow .section__common__list__p--right .section__tel__num {
    line-height: 1;
    margin: 10px 0; }
    .single.flow .section__common__list__p--right .section__tel__num a {
      color: #000;
      text-decoration: none; }
@media screen and (min-width: 1200px) {
  .single.flow .section__text:last-child {
    padding-bottom: 80px; } }

.single.flow .section2 {
  padding-bottom: 8vw; }
  @media screen and (min-width: 1200px) {
    .single.flow .section2 {
      padding-bottom: 0; } }

/* 式場紹介 */
.single.hall .section__heading {
  margin-bottom: 6vw; }
  @media screen and (min-width: 1200px) {
    .single.hall .section__heading {
      margin-bottom: 69px; } }
  .single.hall .section__heading__sub {
    font-size: 6vw;
    padding-bottom: 3.5vw; }
    @media screen and (min-width: 1200px) {
      .single.hall .section__heading__sub {
        font-size: 51px;
        padding-bottom: 29px; } }
    .single.hall .section__heading__sub__sub {
      padding-bottom: 6vw; }
      @media screen and (min-width: 1200px) {
        .single.hall .section__heading__sub__sub {
          padding-bottom: 65px; } }

.single.hall .section__paragraph {
  font-size: 4vw;
  line-height: 1.5;
  padding-bottom: 8vw; }
  .single.hall .section__paragraph br {
    display: none; }
  .single.hall .section__paragraph p {
    margin-bottom: 4.5vw; }
  @media screen and (min-width: 1200px) {
    .single.hall .section__paragraph {
      padding-bottom: calc(133px - 4.5vw); }
      .single.hall .section__paragraph br {
        display: block; } }

.single.hall .section__hall {
  border-top: 3px solid #FFDAAF;
  margin-top: 5vw;
  padding-top: 3vw; }
  @media screen and (min-width: 1200px) {
    .single.hall .section__hall {
      border-top: 5px solid #FFDAAF;
      margin-top: 47px;
      padding-top: 39px; } }
  .single.hall .section__hall__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
    .single.hall .section__hall__list li {
      margin-bottom: 4.5vw;
      width: calc(50% - 2vw); }
      @media screen and (min-width: 1200px) {
        .single.hall .section__hall__list li {
          height: 247px;
          margin-bottom: 109px;
          width: 369px; } }
      .single.hall .section__hall__list li source {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .single.hall .section__hall__list li img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .single.hall .section__hall__list li:nth-last-child(-n+3) {
        margin-bottom: 0; }

.single.hall .section_2 {
  padding-bottom: 9vw; }
  @media screen and (min-width: 1200px) {
    .single.hall .section_2 {
      padding-bottom: 206.8px; } }
  .single.hall .section_2 .section__heading__sub {
    padding-bottom: 0; }

/* 会場案内 */
.single.company {
  padding: 0; }
  .single.company .section {
    padding: 0 0 8vw; }
    @media screen and (min-width: 1200px) {
      .single.company .section {
        padding: 0 0 102px; } }
    .single.company .section__heading {
      margin-bottom: 6vw; }
      @media screen and (min-width: 1200px) {
        .single.company .section__heading {
          margin-bottom: 59px; } }
      .single.company .section__heading__img {
        display: block;
        height: 45vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__heading__img {
            height: 289px; } }
        .single.company .section__heading__img source, .single.company .section__heading__img img {
          height: 100%;
          /* -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: -6px 0;
             object-position: -6px 0; */
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .single.company .section__heading__img source, .single.company .section__heading__img img {
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: 0 -30px;
                 object-position: 0 -30px; } }
    .single.company .section__paragraph {
      margin-bottom: 7vw; }
      @media screen and (min-width: 1200px) {
        .single.company .section__paragraph {
          margin-bottom: 60px; } }
      .single.company .section__paragraph p {
        line-height: 1.2;
        margin-bottom: 4vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__paragraph p {
            margin-bottom: 40px; } }
    .single.company .section__access__list {
      list-style: none; }
      .single.company .section__access__list > li {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__access__list > li {
            margin-bottom: 69px; } }
        @media screen and (min-width: 1200px) {
          .single.company .section__access__list > li:last-child {
            margin-bottom: 0; } }
      .single.company .section__access__list__img {
        text-align: center;
        width: 20vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__access__list__img {
            width: 202px; } }
        .single.company .section__access__list__img .train {
          display: block;
          margin: auto;
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .single.company .section__access__list__img .train {
              width: 171px; } }
        .single.company .section__access__list__img .car {
          display: block;
          margin: auto;
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .single.company .section__access__list__img .car {
              width: 191px; } }
        .single.company .section__access__list__img .taxi {
          display: block;
          margin: auto;
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .single.company .section__access__list__img .taxi {
              width: 202px; } }
      .single.company .section__access__list__text {
        font-size: 4vw;
        margin-left: 6vw;
        width: 60vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__access__list__text {
            font-size: 27px;
            font-weight: 500;
            margin-left: 45px;
            width: 835px; } }
        .single.company .section__access__list__text ul {
          list-style: none; }
        .single.company .section__access__list__text li {
          padding-left: 4vw;
          text-indent: -4vw; }
          @media screen and (min-width: 1200px) {
            .single.company .section__access__list__text li {
              padding-left: 30px;
              text-indent: -30px; } }
      .single.company .section__access__list__heading__sub {
        font-size: 4.5vw;
        margin-bottom: 2vw; }
        @media screen and (min-width: 1200px) {
          .single.company .section__access__list__heading__sub {
            font-size: 27px;
            font-weight: 500;
            margin-bottom: 0; } }
    .single.company .section__access__map {
      height: 40vw;
      margin: 6vw 0 0;
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .single.company .section__access__map {
          height: 457px;
          margin: 75px 0 0; } }
  @media screen and (min-width: 1200px) {
    .single.company .section_2 {
      padding: 0 0 73px; } }

/* 葬祭補助金 */
.single.subsidy .section__paragraph {
  font-size: 4vw;
  line-height: 1.5;
  padding: 5vw 0 12vw; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section__paragraph {
      font-size: 23px;
      padding: 75px 0 129px; } }
  .single.subsidy .section__paragraph br {
    display: none; }
    @media screen and (min-width: 1200px) {
      .single.subsidy .section__paragraph br {
        display: block; } }

.single.subsidy .section__heading {
  font-size: 4.5vw;
  text-align: left; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section__heading {
      margin: 0;
      font-size: 51px; } }
  .single.subsidy .section__heading__sub {
    font-size: 5vw;
    margin: 0 0 5vw;
    padding: 0;
    text-align: left; }
    @media screen and (min-width: 1200px) {
      .single.subsidy .section__heading__sub {
        font-size: 45px;
        margin: 0 0 48px; } }

.single.subsidy .section__common__list__wrap {
  background: #ffffff;
  list-style: none;
  padding: 7vw; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section__common__list__wrap {
      padding: 60px 55px; } }
  .single.subsidy .section__common__list__wrap li {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 3vw;
    text-indent: -3.9vw; }
    @media screen and (min-width: 1200px) {
      .single.subsidy .section__common__list__wrap li {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 59px;
        text-indent: 0; } }
    .single.subsidy .section__common__list__wrap li:last-child {
      margin-bottom: 0; }

.single.subsidy .section__subsidy__annotation {
  margin-bottom: 12vw; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section__subsidy__annotation {
      margin-bottom: 106px; } }
  .single.subsidy .section__subsidy__annotation p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    margin: 2vw 0 0 1vw;
    padding: 1vw 0 0 3vw;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .single.subsidy .section__subsidy__annotation p {
        font-size: 18px;
        margin: 17px 0 0 14px;
        padding: 8px 0 0 19px; } }
    .single.subsidy .section__subsidy__annotation p span {
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1200px) {
        .single.subsidy .section__subsidy__annotation p span {
          margin: 0 6px 6px 0; } }

.single.subsidy .section__subsidy__qualified {
  margin: 0 0 10vw; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section__subsidy__qualified {
      margin: 0 0 160px; } }

@media screen and (min-width: 1200px) {
  .single.subsidy .section .section__common__dl.subsidy .section__common__dt {
    font-size: 37px; } }

@media screen and (min-width: 1200px) {
  .single.subsidy .section .section__common__dl.subsidy .section__common__dd {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5; } }

.single.subsidy .section__terms__list {
  list-style: none; }
  .single.subsidy .section__terms__list li {
    border-bottom: 5px solid #FFDAAF;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 4vw;
    padding: 0 8.5vw 4vw;
    text-indent: -8.5vw; }
    .single.subsidy .section__terms__list li br {
      display: none; }
    @media screen and (min-width: 1200px) {
      .single.subsidy .section__terms__list li {
        font-size: 27px;
        line-height: 1.8;
        margin: 0 0 25px;
        padding: 0px 53px 25px;
        text-indent: -53px; }
        .single.subsidy .section__terms__list li br {
          display: block; } }

.single.subsidy .section.terms {
  padding: 11vw 0 12vw; }
  @media screen and (min-width: 1200px) {
    .single.subsidy .section.terms {
      padding: 93px 0 109px; } }

/* お知らせ */
.single.info .section {
  padding: 11vw 0 12vw; }
  @media screen and (min-width: 1200px) {
    .single.info .section {
      padding: 82px 0 55px; } }
  .single.info .section .info__list {
    background: #FFEFDD;
    padding: 6.5vw 0 7vw; }
    @media screen and (min-width: 1200px) {
      .single.info .section .info__list {
        padding: 34px 0 36px; } }
    .single.info .section .info__list .inner {
      margin: auto; }
      @media screen and (min-width: 1200px) {
        .single.info .section .info__list .inner {
          max-width: 1070px; } }
    .single.info .section .info__list__heading {
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
      font-size: 5.5vw;
      font-weight: 700;
      margin-bottom: 6.5vw;
      padding-left: 11vw;
      position: relative; }
      @media screen and (min-width: 1200px) {
        .single.info .section .info__list__heading {
          font-size: 30px;
          margin-bottom: 35px;
          padding-left: 57px; } }
      .single.info .section .info__list__heading:before {
        content: '';
        border: 1.5vw solid #f8931f;
        border-radius: 50%;
        height: 5vw;
        width: 5vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        @media screen and (min-width: 1200px) {
          .single.info .section .info__list__heading:before {
            border-width: 7px;
            height: calc(40px - 14px);
            width: calc(40px - 14px); } }
    .single.info .section .info__list__wrap {
      list-style: none; }
      .single.info .section .info__list__wrap li {
        background: #ffffff;
        margin-bottom: 6vw;
        padding: 4vw 5vw 3.5vw; }
        @media screen and (min-width: 1200px) {
          .single.info .section .info__list__wrap li {
            margin-bottom: 40px;
            padding: 33px 40px 29px; } }
        .single.info .section .info__list__wrap li:last-child {
          margin-bottom: 0; }
        .single.info .section .info__list__wrap li:hover {
          opacity: 0.8;
          -webkit-transition: hover .3s;
          transition: hover .3s; }
        .single.info .section .info__list__wrap li a {
          color: #000000;
          text-decoration: none; }
    .single.info .section .info__list__head {
      margin-bottom: 6.5vw; }
      @media screen and (min-width: 1200px) {
        .single.info .section .info__list__head {
          margin-bottom: 48px; } }
      .single.info .section .info__list__head span {
        display: block;
        font-size: 5vw;
        font-weight: 600;
        margin: 0 0 3vw; }
        @media screen and (min-width: 1200px) {
          .single.info .section .info__list__head span {
            display: inline;
            font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
            font-size: 27px;
            font-weight: 600; } }
        @media screen and (min-width: 1200px) {
          .single.info .section .info__list__head span:first-child {
            margin-right: 30px; } }
    .single.info .section .info__list__text p {
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
      font-size: 4vw;
      font-weight: 600;
      line-height: 1.8; }
      @media screen and (min-width: 1200px) {
        .single.info .section .info__list__text p {
          font-size: 18px;
          font-weight: 600; } }
    .single.info .section .info__list__pager {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 7vw 0 0; }
      @media screen and (min-width: 1200px) {
        .single.info .section .info__list__pager {
          margin: 40px 0 0; } }
      .single.info .section .info__list__pager > a {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #ffffff;
        border: 1px solid #FBC98F;
        border-radius: 5px;
        color: #000000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-size: 7vw;
        font-weight: 600;
        height: 12vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 2vw;
        text-decoration: none;
        width: 12vw; }
        @media screen and (min-width: 1200px) {
          .single.info .section .info__list__pager > a {
            font-size: 27px;
            height: 65px;
            margin: 0 11.5px;
            width: 65px; } }

.single.info.detail .info__detail__area {
  background: #ffffff;
  padding: 5vw 4vw; }
  @media screen and (min-width: 1200px) {
    .single.info.detail .info__detail__area {
      padding: 50px 42px; } }
  .single.info.detail .info__detail__area .data {
    display: inline-block;
    font-size: 3.5vw;
    margin: 0 0 3vw; }
    @media screen and (min-width: 1200px) {
      .single.info.detail .info__detail__area .data {
        font-size: 16px;
        margin: 0 0 16px; } }
  .single.info.detail .info__detail__area .title {
    font-size: 4.5vw;
    font-weight: 600;
    margin: 0 0 7vw; }
    @media screen and (min-width: 1200px) {
      .single.info.detail .info__detail__area .title {
        font-size: 24px;
        margin: 0 0 38px; } }

.single.info.detail .info__detail__img {
  margin: 0 0 7vw; }
  @media screen and (min-width: 1200px) {
    .single.info.detail .info__detail__img {
      height: 230px;
      margin: 0 0 35px;
      width: 374px; } }
  .single.info.detail .info__detail__img source, .single.info.detail .info__detail__img img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.single.info.detail .info__detail__content {
  font-size: 4vw;
  line-height: 1.4; }
  @media screen and (min-width: 1200px) {
    .single.info.detail .info__detail__content {
      font-size: 18px; } }
  .single.info.detail .info__detail__content img {
    max-width: 100%; }

.single.info.detail .info__detail__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8931f;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 5vw;
  height: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7vw auto 0;
  text-decoration: none;
  width: 45vw; }
  @media screen and (min-width: 1200px) {
    .single.info.detail .info__detail__button {
      font-size: 27px;
      height: 65px;
      margin: 39px auto 0;
      width: 272px; } }
  .single.info.detail .info__detail__button:hover {
    opacity: 0.8;
    -webkit-transition: all .3s;
    transition: all .3s; }

/* コラム・お客様の声 */
.single.column .section .info__list__wrap li {
  padding: 7vw 5vw; }
  @media screen and (min-width: 1200px) {
    .single.column .section .info__list__wrap li {
      padding: 33px 40px 29px; } }
  @media screen and (min-width: 1200px) {
    .single.column .section .info__list__wrap li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.single.column .section .info__list__heading:before {
  border-color: #539000; }

.single.column .section .info__list__img {
  margin-bottom: 6vw; }
  @media screen and (min-width: 1200px) {
    .single.column .section .info__list__img {
      height: 97px;
      margin-bottom: 0;
      width: 154px; } }
  .single.column .section .info__list__img source, .single.column .section .info__list__img img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }

@media screen and (min-width: 1200px) {
  .single.column .section .info__list__column {
    margin-left: 28px;
    width: calc(100% - 154px - 28px); } }

@media screen and (min-width: 1200px) {
  .single.column .section .info__list__head {
    margin-bottom: 20px; } }

/* 追加費用が心配な方へ */
.single.worry .section .extension__heading__sub {
  font-size: 4.25vw;
  line-height: 1.5;
  margin: 0 0 1vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section .extension__heading__sub {
      font-size: 30px;
      font-weight: 500;
      margin: 0 0 10px; } }

.single.worry .section .extension__terms {
  font-size: 4vw;
  line-height: 1.5;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section .extension__terms {
      font-size: 28px;
      font-weight: 500; } }
  .single.worry .section .extension__terms__list {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    background: #ffffff;
    border: 7px solid #FDD1A5;
    padding: 28px 0 25px; }
    @media screen and (min-width: 1200px) {
      .single.worry .section .extension__terms__list {
        font-size: 26px;
        font-weight: 500;
        line-height: 2.5;
        margin: 0 auto 29px;
        max-width: 1020px; } }
    .single.worry .section .extension__terms__text {
      font-size: 4.25vw;
      text-align: center; }
      .extension__terms__text span {
        color: #f8931f;
      }
      @media screen and (min-width: 1200px) {
        .single.worry .section .extension__terms__text {
          font-size: 25px; } }

.single.worry .section.terms {
  padding: 8vw 0 0; }
  @media screen and (min-width: 1200px) {
    .single.worry .section.terms {
      padding: 71px 0 0; } }

.single.worry .section__comparison__heading {
  background: url("../img/worry/bg-comparison-heading.png") no-repeat center/100%;
  line-height: 1.5;
  margin: 4vw 0 6vw;
  padding: 2vw 7vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__heading {
      background: url("../img/worry/bg-comparison-heading-pc.png") no-repeat center/872px 60px;
      font-size: 26px;
      font-weight: 500;
      margin: 43px 0 40px;
      padding: 17px 0; } }

.single.worry .section__comparison__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__wrap {
      margin: 0; } }
  .single.worry .section__comparison__wrap > div {
    width: 48%; }
    @media screen and (min-width: 1200px) {
      .single.worry .section__comparison__wrap > div {
        margin: 0 38px;
        width: 470px; } }
    .single.worry .section__comparison__wrap > div h5 {
      font-size: 4vw;
      line-height: 1.4;
      margin: 0 0 2vw;
      padding: 0 2vw;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .single.worry .section__comparison__wrap > div h5 {
          font-size: 22px;
          font-weight: 500;
          margin: 0 0 20px;
          padding: 0;
          text-align: center; } }
      .single.worry .section__comparison__text--common {
        background: #666465;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        padding: 4px 0 6px;
        text-align: center;}
        @media screen and (min-width: 1200px) {
          .single.worry .section__comparison__text--common {
            font-size: 22px;
            font-weight: 500;
            margin: 5px 0 20px;
            padding: 6px 0 10px;
            text-align: center; } }
      .single.worry .section__comparison__text--quality {
        background: #f8931f;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        padding: 4px 0 6px;
        text-align: center;}
        @media screen and (min-width: 1200px) {
          .single.worry .section__comparison__text--quality {
            font-size: 22px;
            font-weight: 500;
            margin: 5px 0 20px;
            padding: 6px 0 10px;
            text-align: center; } }

.single.worry .section__comparison__p {
  background: #f8931f;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  margin: 5vw 0 11vw;
  padding: 4vw 5vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__p {
      font-size: 30px;
      font-weight: 500;
      margin: 65px 0 99px;
      padding: 44px 30px;
      text-align: center; } }

.single.worry .section__comparison__end {
  background: url("../img/worry/bg-comparison-end.jpg") no-repeat center top/auto 100%;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  padding: 5vw 7vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__end {
      background: url("../img/worry/bg-comparison-end.jpg") no-repeat center top/100%;
      font-size: 26px;
      padding: 65px 137px; } }
  .single.worry .section__comparison__end p {
    margin: 0 0 6vw; }
    @media screen and (min-width: 1200px) {
      .single.worry .section__comparison__end p {
        margin: 0 0 50px; } }
    .single.worry .section__comparison__end p:last-child {
      margin: 0; }
    .single.worry .section__comparison__end p br {
      display: none; }
      @media screen and (min-width: 1200px) {
        .single.worry .section__comparison__end p br {
          display: block; } }

.single.worry .section.comparison {
  padding: 0 0 12vw; }
  @media screen and (min-width: 1200px) {
    .single.worry .section.comparison {
      padding: 0 0 92px; } }

/* 追加費用が心配な方へ */
.single.worry .section .extension__heading__sub {
  font-size: 4.25vw;
  line-height: 1.5;
  margin: 0 0 6vw;
  text-align: center;
  font-weight: bold; }
  @media screen and (min-width: 1200px) {
    .single.worry .section .extension__heading__sub {
      font-size: 32px;
      margin: 0 0 40px; } }

.single.worry .section .extension__terms {
  font-size: 4vw;
  line-height: 1.5; }
  @media screen and (min-width: 1200px) {
    .single.worry .section .extension__terms {
      font-size: 23px;
      font-weight: 500;
      text-align: center; } }
  .single.worry .section .extension__terms__add {
    color: #f8931f;
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 1200px) {
      .single.worry .section .extension__terms__add {
        font-size: 38px; } }
  .single.worry .section .extension__terms__list {
    font-size: 4.25vw;
    line-height: 1.5;
    margin-bottom: 7vw;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .single.worry .section .extension__terms__list {
        background: #ffffff;
        border: 7px solid #FDD1A5;
        font-size: 26px;
        font-weight: 500;
        line-height: 2.5;
        margin: 0 auto 29px;
        max-width: 1020px;
        padding: 28px 0 25px; } }
    .single.worry .section .extension__terms__text {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 3vw;
      text-align: center; }
      @media screen and (min-width: 1200px) {
        .single.worry .section .extension__terms__text {
          font-size: 25px;
          margin-bottom: 15px; } }
      .single.worry .extension__terms__flex {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap-reverse; }
      .single.worry .extension__terms__flex > div:first-child {
        margin-right: 0;
        margin-top: 5vw;
        width: 33% }
        @media screen and (min-width: 1200px) {
          .single.worry .extension__terms__flex > div:first-child {
            margin-right: 30px;
            margin-top: 0;
            width: 12.5%; } }
          .single.worry .extension__terms__flex > div:last-child {
            text-align: left; }
            /* @media screen and (min-width: 1200px) {
              .single.worry .extension__terms__flex > div:last-child {
                width: 65%; } } */
          
.single.worry .section.terms {
  padding: 8vw 0; }
  @media screen and (min-width: 1200px) {
    .single.worry .section.terms {
      padding: 71px 0; } }

.single.worry .section__comparison__heading {
  background: url("../img/worry/bg-comparison-heading.png") no-repeat center/100%;
  line-height: 1.5;
  margin: 4vw 0 6vw;
  padding: 2vw 7vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__heading {
      background: url("../img/worry/bg-comparison-heading-pc.png") no-repeat center/872px 60px;
      font-size: 26px;
      font-weight: 500;
      margin: 43px 0 40px;
      padding: 17px 0; } }

.single.worry .section__comparison__wrap {
  display: block; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0; } }
  .single.worry .section__comparison__wrap > div {
    margin: 5vw 0;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .single.worry .section__comparison__wrap > div {
        margin: 0 38px; } }
    .single.worry .section__comparison__wrap > div h5 {
      font-size: 15px;
      line-height: 1.4;
      margin: 0 0 2vw;
      padding: 0 2vw;
      text-align: center; }
      @media screen and (min-width: 700px) {
        .single.worry .section__comparison__wrap > div h5 {
          font-size: 22px;
          font-weight: 500;
          margin: 0 0 20px;
          padding: 0;
          text-align: center; } }

.single.worry .section__comparison__p {
  background: #f8931f;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  margin: 5vw 0 11vw;
  padding: 4vw 5vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__p {
      font-size: 30px;
      font-weight: 500;
      margin: 65px 0 99px;
      padding: 44px 30px;
      text-align: center; } }

.single.worry .section__comparison__end {
  background: url("../img/worry/bg-comparison-end.jpg") no-repeat center top/auto 100%;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  padding: 5vw 7vw;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .single.worry .section__comparison__end {
      background: url("../img/worry/bg-comparison-end.jpg") no-repeat center top/100%;
      font-size: 26px;
      padding: 65px 137px; } }
  .single.worry .section__comparison__end p {
    margin: 0 0 6vw; }
    @media screen and (min-width: 1200px) {
      .single.worry .section__comparison__end p {
        margin: 0 0 50px; } }
    .single.worry .section__comparison__end p:last-child {
      margin: 0; }
    .single.worry .section__comparison__end p br {
      display: none; }
      @media screen and (min-width: 1200px) {
        .single.worry .section__comparison__end p br {
          display: block; } }

.single.worry .section.comparison {
  padding: 0 0 12vw; }
  @media screen and (min-width: 1200px) {
    .single.worry .section.comparison {
      padding: 0 0 92px; } }

/* 恵心堂の特徴 */
.single.feature .section__heading {
  color: #000000; }
  .single.feature .section__heading .large {
    color: #000000;
    display: block;
    margin: 3vw 0 0; }
    @media screen and (min-width: 1200px) {
      .single.feature .section__heading .large {
        margin: 20px 0 72px; } }

.single.feature .section__flow-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 1200px) {
    .single.feature .section__flow-flex {
      padding: 0 0 100px; } }

.single.feature .section .feature__heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3vw solid #f8931f;
  color: #f8931f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.5vw;
  font-weight: bold;
  height: 8vw;
  margin: 0 0 4vw;
  padding-left: 3vw; }
  @media screen and (min-width: 600px) {
    .single.feature .section .feature__heading {
      font-size: 4vw; } }
  @media screen and (min-width: 1200px) {
    .single.feature .section .feature__heading {
      border-left-width: 20px;
      font-size: 33px;
      font-weight: 500;
      height: 70px;
      margin: 0 0 29.2px;
      padding-left: 19px; } }
  .single.feature .section .feature__heading__sub {
    padding: 6vw 0;
    width: 95%; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__heading__sub {
        padding: 65px 0 61px;
        max-width: 867px;
        width: 70vw; } }

.single.feature .section .feature__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .single.feature .section .feature__wrap__img {
    width: 30vw; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__wrap__img {
        width: 257px; } }
  .single.feature .section .feature__wrap__content p {
    background: #797672;
    color: #ffffff;
    font-size: 4vw;
    line-height: 1.4;
    margin: 0 0 5vw;
    padding: 2vw 4vw; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__wrap__content p {
        font-size: 38px;
        margin: 0 0 31px;
        padding: 16px 53px 11px; } }
  .single.feature .section .feature__wrap__content ul {
    list-style: none; }
  .single.feature .section .feature__wrap__content li {
    background: url("../img/feature/icon-check-gray.jpg") no-repeat left center/8vw;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 3vw;
    padding: 0 0 0 10vw; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__wrap__content li {
        background-size: 43px 38px;
        font-size: 38px;
        line-height: 1;
        margin: 0 0 31px;
        padding: 0 0 0 53px; } }
    .single.feature .section .feature__wrap__content li:last-child {
      margin-bottom: 0; }

.single.feature .section .feature__check {
  border: 3px solid #F84747;
  margin: 8vw 0 0;
  padding: 7vw 5vw; }
  @media screen and (min-width: 1200px) {
    .single.feature .section .feature__check {
      margin: 73px 0 0;
      padding: 40px 31px; } }
  .single.feature .section .feature__check h3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 5.5vw;
    font-weight: bold;
    margin: 0 0 2.5vw;
    padding: 1vw 0; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__check h3 {
        background-position-x: 26vw;
        background-size: 43px 38px;
        font-size: 38px;
        margin: 0 0 40px; } }

@media screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  .single.feature .section .feature__check h3 {
    background-position-x: 18vw; } }
  .single.feature .section .feature__check__icon {
    display: block;
    margin-left: 1.5vw;
    width: 7vw; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__check__icon {
        height: 38px;
        margin-left: 21px;
        width: 43px; } }
  .single.feature .section .feature__check p {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.8; }
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__check p {
        font-size: 26px; } }

.single.feature .section .feature__package {
  margin: 0 0 5vw; }
  @media screen and (min-width: 1200px) {
    .single.feature .section .feature__package {
      margin: 0 0 34px; } }
  .single.feature .section .feature__package__end {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6vw 0;}
    @media screen and (min-width: 1200px) {
      .single.feature .section .feature__package__end {
        padding: 50px 0; } }  
    .single.feature .section .feature__package__end__img {
      width: 13.5vw; }
      @media screen and (min-width: 1200px) {
        .single.feature .section .feature__package__end__img {
          width: 144px; } }
    .single.feature .section .feature__package__end__text {
      color: #f8931f;
      font-size: 15px;
      /*font-weight: 500;*/
      font-weight: bold;
      letter-spacing: -0.05em;
      line-height: 1.4;
      margin-left: 4vw; }
      @media screen and (min-width: 1200px) {
        .single.feature .section .feature__package__end__text {
          font-size: 43px;
          line-height: 1.2;
          margin-left: 42px; } }
.section-pt {
  padding-top: 8vw; }
  @media screen and (min-width: 1200px) {
    .section-pt {
      padding-top: 60px; } }
  .single.plan-list {
    padding: 0;
     background: #FFEFDD; }
    @media screen and (min-width: 1200px) {
      .single.plan-list { margin: 0; } }

.feature.single.lead {
  background: #FDEFDE; }
.feature.single.lead p {
  font-size: 4vw;
  /*font-weight: 500;*/
  font-weight: bold;
  line-height: 1.5;
  padding: 6vw 1vw; }
  @media screen and (min-width: 1200px) {
    .feature.single.lead p {
      font-size: 23px;
      padding: 50px 0 50px; } }
  .feature.single.lead p .cation {
    color: #F84747; }

.single.feature .section__arrow-large {
  padding: 24vw 0 8vw; }
  @media screen and (min-width: 1200px) {
    .single.feature .section__arrow-large {
      padding: 211px 0 59px; } }
  .single.feature .section__arrow-large::before {
    border-top-color: #797672;
    border-top-width: 6vw;
    border-left-width: 26vw;
    border-right-width: 26vw;
    top: 8.5vw; }
    @media screen and (min-width: 1200px) {
      .single.feature .section__arrow-large::before {
        border-top-width: 52px;
        border-left-width: 334.5px;
        border-right-width: 334.5px;
        top: 73px; } }

.single.feature .section__text {
  padding: 11vw 0;}
.single.feature .section__text span {
  color: #F84747;
}
  @media screen and (min-width: 1200px) {
    .single.feature .section__text {
      padding: 110px 0 105px; } }

.single.feature .section2 {
  padding: 0; }

.page.top .info__list__paragraph.ellipsis {
  display: none; }
  @media screen and (min-width: 1200px) {
    .page.top .info__list__paragraph.ellipsis {
      height: 65px; } }

.single.info .section .info__list__text p.ellipsis {
  height: 15vw;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .single.info .section .info__list__text p.ellipsis {
      height: 65px; } }

/* 資料請求 */
.single .request {
padding: 5.5vw 0 8vw;
}
.single .request .section__request__content {
background: #fff;
padding: 4vw 2.5vw 7vw;
}
.single .request .section__request__content p {
line-height: 1.2;
margin-bottom: 4vw;
}

@media screen and (min-width: 1200px) {
.single .request .section__request__content {
padding: 47px 30px 51px;
}
.single .request .section__request__content p {
font-size: 23px;
font-weight: 500;
margin-bottom: 40px;
}
}

.plan__day a, .plan__twoDay a, .plan__direct a, .plan__cremation a {
  text-decoration: none;
}
.plan__day__wrap {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 5%;
  margin: auto;
  max-width: 1200px;
}
.plan__day__wrap--top {
  display: flex;
  justify-content: space-between;
}
.plan__day__wrap--top__data {
  width: 56.5%;
}
.plan__day__wrap--top__data > img {
  margin-right: 2%
}
.plan__day__wrap--top__img {
  width: 39%;
}
.plan__day__wrap--top__data .plan__day__wrap__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5.3%;
}
.plan__day__wrap--top__data .plan__day__wrap__flex > div:first-child {
  width: 120px;
  height: 120px;
}
.plan__day__wrap--top__data .plan__day__wrap__flex > div:last-child {
  align-items: center;
  width: calc(100% - 120px - 20px);
  display: flex;
  flex-wrap: wrap;
}
.plan__day__wrap--top__data .plan__day__wrap__flex span {
  background: #FBDAB1;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plan__day__wrap--top__data .plan__day__wrap__flex p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 2%;
}
.plan__day__wrap--top__data .plan__day__wrap__flex h2 {
  background: #f8931f;
  border-radius: 100px;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 1.8% 0 2.6%;
  text-align: center;
  width: 100%;
}
.plan__day__wrap--bottom > img {
  margin: 3.5% 0 1.7%;
}
.plan__day__wrap--bottom__list li {
  background: url('/img/top/plan-day/icon-check.png') no-repeat left center;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  list-style: none;
  letter-spacing: 0.12em;
  margin: 0 0 1%;
  padding: 0 0 0px 35px;
}
.plan__day__wrap--bottom__list li > span {
  color: #f8931f;
}
.plan__twoDay__wrap {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 5%;
  margin: auto;
  max-width: 1200px;
}
.plan__twoDay__wrap--top {
  display: flex;
  justify-content: space-between;
}
.plan__twoDay__wrap--top__data {
  width: 56.5%;
}
.plan__twoDay__wrap--top__data > img {
  margin-right: 2%
}
.plan__twoDay__wrap--top__img {
  width: 39%;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5.3%;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex > div:first-child {
  width: 120px;
  height: 120px;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex > div:last-child {
  align-items: center;
  width: calc(100% - 120px - 20px);
  display: flex;
  flex-wrap: wrap;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex span {
  background: #ddbb99;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 2%;
}
.plan__twoDay__wrap--top__data .plan__twoDay__wrap__flex h2 {
  background: #885522;
  border-radius: 100px;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 1.8% 0 2.6%;
  text-align: center;
  width: 100%;
}
.plan__twoDay__wrap--bottom > img {
  margin: 3.5% 0 1.7%;
}
.plan__twoDay__wrap--bottom__list li {
  background: url('/img/top/plan-twoDay/icon-check.png') no-repeat left center;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  list-style: none;
  letter-spacing: 0.12em;
  margin: 0 0 1%;
  padding: 0 0 0px 35px;
}
.plan__twoDay__wrap--bottom__list li > span {
  color: #f8931f;
}

/*-------------------------------------------------*/
.plan__direct__wrap {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 5%;
  margin: auto;
  max-width: 1200px;
}
.plan__direct__wrap--top {
  display: flex;
  justify-content: space-between;
}
.plan__direct__wrap--top__data {
  width: 56.5%;
}
.plan__direct__wrap--top__data > img {
  margin-right: 2%
}
.plan__direct__wrap--top__img {
  width: 39%;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5.3%;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex > div:first-child {
  width: 120px;
  height: 120px;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex > div:last-child {
  align-items: center;
  width: calc(100% - 120px - 20px);
  display: flex;
  flex-wrap: wrap;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex span {
  background: #FFFFFF;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex span img{
	width: 100%;
	min-width: 168px;
	max-width: 180px;
	height: auto;
	
}


.plan__direct__wrap--top__data .plan__direct__wrap__flex p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 2%;
}
.plan__direct__wrap--top__data .plan__direct__wrap__flex h2 {
  background: #3b4c83;
  border-radius: 100px;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 1.8% 0 2.6%;
  text-align: center;
  width: 100%;
}
.plan__direct__wrap--bottom > img {
  margin: 3.5% 0 1.7%;
}
.plan__direct__wrap--bottom__list li {
  background: url('/img/top/plan-direct/icon-check.png') no-repeat left center;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  list-style: none;
  letter-spacing: 0.12em;
  margin: 0 0 1%;
  padding: 0 0 0px 35px;
}
.plan__direct__wrap--bottom__list li > span {
  color: #f8931f;
}



/*----------------------------------------------*/
.plan__cremation__wrap {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 5%;
  margin: auto;
  max-width: 1200px;
}
.plan__cremation__wrap--top {
  display: flex;
  justify-content: space-between;
}
.plan__cremation__wrap--top__data {
  width: 56.5%;
}
.plan__cremation__wrap--top__data > img {
  margin-right: 2%
}
.plan__cremation__wrap--top__img {
  width: 39%;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5.3%;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex > div:first-child {
  width: 120px;
  height: 120px;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex > div:last-child {
  align-items: center;
  width: calc(100% - 120px - 20px);
  display: flex;
  flex-wrap: wrap;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex span {
  background: #cceeaa;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 2%;
}
.plan__cremation__wrap--top__data .plan__cremation__wrap__flex h2 {
  background: #539000;
  border-radius: 100px;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 1.8% 0 2.6%;
  text-align: center;
  width: 100%;
}
.plan__cremation__wrap--bottom > img {
  margin: 3.5% 0 1.7%;
}
.plan__cremation__wrap--bottom__list li {
  background: url('/img/top/plan-cremation2022/icon-check.png') no-repeat left center;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  list-style: none;
  letter-spacing: 0.12em;
  margin: 0 0 1%;
  padding: 0 0 0px 35px;
}
.plan__cremation__wrap--bottom__list li > span {
  color: #f8931f;
}

/* policy */
.policy .section {
  padding: 30px 0 15px; }
  @media screen and (min-width: 600px) {
    .policy .section {
      padding: 60px 0 30px; } }

.policy .section .inner {
  max-width: 1200px; }

.policy .section .heading {
  background: #f8931f;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 1.2;
  padding: 3vw; }
  @media screen and (min-width: 600px) {
    .policy .section .heading {
      font-size: 25px;
      padding: 20px 13px; } }
  @media screen and (min-width: 1200px) {
    .policy .section .heading {
      font-size: 35px; } }

  .policy .section .content {
    margin-top: 25px; }
    @media screen and (min-width: 600px) {
      .policy .section .content {
        margin-top: 35px; } }
    @media screen and (min-width: 1200px) {
      .policy .section .content {
        margin-top: 55px; } }

  .policy .section .section__sub {
    margin-bottom: 1.5rem; }
  .policy .section .section__sub h3, .policy .section .section__sub p, .policy .section .section__sub li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8; }
    @media screen and (min-width: 600px) {
      .policy .section .section__sub h3, .policy .section .section__sub p, .policy .section .section__sub li {
        font-size: 18px; } }

  .policy .section .section__sub ul {
    list-style: none; }
  .policy .section .section__sub a {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    @media screen and (min-width: 600px) {
      .policy .section .section__sub a {
        font-size: 18px; } }

  .policy .section .section__sub a:hover {
    text-decoration: underline; }

/* sitemap */
.sitemap .section {
  padding: 30px 0 15px; }
  @media screen and (min-width: 600px) {
    .sitemap .section {
      padding: 80px 0 30px; } }

.sitemap .section .inner {
  background: #FFEFDD;
  padding: 20px;
  max-width: 1200px; }
  @media screen and (min-width: 600px) {
    .sitemap .section .inner {
      padding: 29px; } }

.sitemap .section .content {
  background: #FFFFFF;
  padding: 10px 20px 30px; }
  @media screen and (min-width: 600px) {
    .sitemap .section .content {
      padding: 25px 37.5px 45px; } }

.sitemap .section ul {
  list-style: none; }
  
.sitemap .section li {
  border-bottom: 1px solid #241918;
  padding: 20px 0; }
  @media screen and (min-width: 600px) {
    .sitemap .section li {
      list-style: none; } }

.sitemap .section a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 3vw;
  text-decoration: none; }
  @media screen and (min-width: 600px) {
    .sitemap .section a {
      font-size: 24px; } }

@media screen and (min-width: 600px) {
  .section__hall__list__img a {
    pointer-events: none; } }

.pc {
  display: none; }
.pc-inline {
  display: none; }

  @media screen and (min-width: 1025px) {
    .tel__link {
      pointer-events: none;
      text-decoration: none; }
  }

.page.top .common__more__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8931f;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ef7c00;
          box-shadow: 0 3px 0 #ef7c00;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.5vw;
  position: absolute;
  text-decoration: none;
  top: -3px;
  right: 2px;
  max-width: 220px;
  width: 29vw; }
  @media screen and (min-width: 1025px) {
    .page.top .common__more__button {
      font-size: 16px;
      font-weight: normal;
      height: 40px;
      max-width: 160px;
      padding: 0 5px;
      top: .2vw;
      width: 100%; } }
  @media screen and (min-width: 1250px) {
    .page.top .common__more__button {
      top: -2px; } }
  .page.top .common__more__button.column {
    background: #539000;
    -webkit-box-shadow: 0 3px 0 #365a03;
            box-shadow: 0 3px 0 #365a03; }
  .page.top .common__more__button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
    
@media screen and (min-width: 1025px) {
  .pc {
    display: block; }
  .pc-inline {
    display: inline; }
  .sp {
    display: none; } }

/* 2022/01〜 */
.spMenu__bar {
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
}
.spMenu__bar__list {
  display: flex;
  list-style: none;
}
.spMenu__bar__list li {
  background-color: gray;
  width: 30%;
}
.spMenu__bar__list li:nth-of-type(1) {
  background-color: #f84747;
}
.spMenu__bar__list li:nth-of-type(2) {
  background-color: #65a3e8;
}
.spMenu__bar__list li:last-child {
  background-color: #ffffff;
  width: 40%;
}
.spMenu__bar__list li:last-child a {
  color: #000000;
}
.spMenu__bar__list a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  padding: 8px 0;
  text-decoration: none;
}
.spMenu__bar__list a img {
  margin-right: 5px;
  height: 18px;
}

@media screen and (min-width: 600px) {
  .spMenu__bar {
    display: none;
  }
}


/******************************************************
 * 20220126 サンクスページ改修
******************************************************/
.section__request__content p:nth-of-type(1) {
  text-align: center;
}
.single .request .section__request__content p.notice {
  font-size: 1.1em;
}

.back-to-top_page a {
  display: block;
  width: 300px;
  margin: auto;
  padding: 7px 0 10px;
  line-height: 1.0;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 50px;
}

.back-to-top_page a:hover {
  color: #f8931f;
  border-color: #f8931f;
}


@media screen and (max-width: 1199px) {
  .single .request .section__request__content p.notice {
    font-size: 0.9em;
  }
  .back-to-top_page a {
    max-width: 300px;
    width: 80%;
  }
}
/* ----------------------------------------
 LP CSS追加
---------------------------------------- */

.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 50px;
}
.wrapper {
  width: 100%;
  max-width: 1300px;
}
.wrapper2 {
  width: 100%;
  max-width: 1200px;
}
.wrapper .img-max, .wrapper2 .img-max {
    max-width: 100%;
    height: auto;
}

.wrapper h2, .wrapper2 h2 {
	font-size: 2.5rem;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.flr-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.tb-box {
  display: table;
}
.tb-box .inner {
  display: table-cell;
  vertical-align: middle;
}

/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
	
}

.cmn-title01 br {
	display: none;
}
.cmn-title01 span {
	display: block;
}

.red {color: #dd5050;}
.text-center{text-align: center;}
/* ----------------------------------------
 lead
------------------------------------------- */
#lead {
  background: url("../img/lp-images/lead-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
#lead .fl-box {
  justify-content: space-between;
}
#lead .box01 {
  width: 46%;
}
#lead .box02 {
  width: 49%;
}
#lead h2 {
  margin-bottom: 20px;
}
#lead h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
#lead h3 .line {
  background: linear-gradient(transparent 70%, rgba(223, 169, 45, .69) 30%);
}

#lead p {
	font-size: 1.125rem;
	line-height: 160%;
}
/* ----------------------------------------
 reason
------------------------------------------- */
#reason .box01 {
  background: url("../img/lp-images/reason-bottom.png") 50% 100% no-repeat;
  background-size: 400px auto;
  padding-bottom: 70px;
  margin-bottom: 20px;
}
#reason .box01 .inner {
  background: url("../img/lp-images/point-img.png") 3% 100% no-repeat;
  background-size: 20% auto;
  background-color: #f4d3d3;
  border-radius: 20px;
  padding: 40px 5% 40px 25%;
}
#reason li {
	list-style: none outside none;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#reason li:last-child {
  margin-bottom: 0;
}
#reason li::before {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f054";
  color: #8d4c22;
  left: 0;
}
#reason .wrapper{
  position: relative;
}
#reason .reason-pop {
position: absolute;
width: 100px;
bottom:0;
left: 10%;
}
#reason p {
	font-size: 1.125rem;
	line-height: 160%;
	margin-bottom: 2rem;
	text-align: center;
}

	.img_pc{
		display: block;
}
	.img_sp{
		display: none;
}

/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
#reason .left-icon {
padding-left: 10%;
}
#reason .reason-pop {
position: absolute;
width: 10%;
bottom:4.5%;
left: 3%;
}

}
/* =======================
  SP
======================== */
@media screen and (max-width: 767px) {
	.img_pc{display: none !important;}
	.img_sp{display: block !important;}
	
  .wrapper, .wrapper2 {
    padding: 0 6%;
  }	
	
.wrapper h2, .wrapper2 h2 {
	font-size: 1.25rem !important;
}

.wrapper h3, .wrapper2 h3 {
	font-size: 1.5rem !important;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
	
	.cmn-title01 br {
	display: block;
}

.cmn-title01 span {
	display: inline-block;
}
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 1.25rem !important;
    margin-bottom: 15px;
  }
  /* ----------------------------------------
 lead
------------------------------------------- */
  #lead {
    background-size: 150% auto;
    background-color: #ededed;
  }
  #lead .fl-box {
    justify-content: space-between;
  }
  #lead .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  #lead .box02 {
    width: 100%;
  }
  #lead h2 {
    margin-bottom: 20px;
  }
  #lead h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
	
 #lead p {font-size: 1rem !important;}
  /* ----------------------------------------
 reason
------------------------------------------- */
  #reason .box01 {
    background-size: 200px auto;
    padding-bottom: 35px;
    margin-bottom: 20px;
	  
  }
  #reason .box01 .inner {
	  width: 100%;
    background: none;
    background-color: #f4d3d3;
    border-radius: 15px;
    padding: 30px 5% 30px 5%;
  }
  #reason li {
    padding-left: 20px;
    margin-bottom: 6px;
  }
  #reason li:last-child {
    margin-bottom: 0;
  }
#reason p {
	font-size: 1rem !important;
	line-height: 160%;
	margin-bottom: 2rem;
}
	
	
	}