@charset "UTF-8";
body {
  margin-top: -12px; }

#globalnavi {
  border-top: 2px solid #009de2; }
  #globalnavi a {
    text-decoration: none; }
  #globalnavi > div {
    position: static; }
    #globalnavi > div > ul {
      font-weight: 600;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center; }
      #globalnavi > div > ul > li:hover {
        background-color: rgba(35, 158, 233, 0.1); }
      #globalnavi > div > ul > li > a {
        font-size: 1.4rem;
        line-height: 30px;
        display: block;
        height: 30px;
        margin: 10px 0;
        padding: 0 10px;
        letter-spacing: -.05em;
        border-left: solid 1px #d5d5d5; }
      #globalnavi > div > ul > li .menuWrap {
        position: absolute;
        left: 0;
        display: none;
        width: 100vw;
        background: url("../img/bg_menuwrap.png") repeat center center;
        -webkit-box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2), inset 0 3px 7px rgba(30, 30, 30, 0.1);
        box-shadow: 0 3px 7px rgba(30, 30, 30, 0.2), inset 0 3px 7px rgba(30, 30, 30, 0.1); }
        #globalnavi > div > ul > li .menuWrap .menuInner {
          max-width: 920px;
          height: auto;
          margin: 20px auto; }
          #globalnavi > div > ul > li .menuWrap .menuInner > ul {
            width: 100%;
            margin: 0 auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-pack: space-between;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between; }
            #globalnavi > div > ul > li .menuWrap .menuInner > ul > li {
              width: 295px; }
      #globalnavi > div > ul > li#nav-top > a > img {
        width: 18px;
        vertical-align: middle; }
      #globalnavi > div > ul > li#nav-about > a {
        padding-left: 0;
        letter-spacing: -.075em; }
      #globalnavi > div > ul > li#nav-hall > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-hall > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(1) a {
        display: block;
        height: 184px;
        transition: .5s;
        border: solid 1px #bfbfbf;
        border-radius: 10px;
        background: #fff url("../img/nav/nav-hall_01.png") no-repeat left top;
        background-size: cover; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(1) a:hover {
          transition: .5s;
          -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(1) a div {
          font-size: 1.6rem;
          display: inline-block;
          margin: 12px;
          padding: 10px;
          text-align: center;
          border: solid 2px #229ce2;
          border-radius: 10px;
          background-color: #fff; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li {
        height: 85px;
        border: solid 1px #bfbfbf;
        border-radius: 5px;
        background-color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-align-items: center;
        -ms-align-items: center; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li:first-child, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:first-child {
          margin-bottom: 12px; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > div, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > div {
          font-size: 1.3rem;
          width: 75px;
          height: 75px;
          margin-right: 6px;
          padding-top: 53px;
          text-align: center;
          color: #229de2;
          border-radius: 10px;
          background: url("../img/nav/nav-hall_02.png") no-repeat center center;
          background-size: cover; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul {
          width: 200px; }
          #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li:first-child, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li:first-child {
            margin-bottom: 8px; }
          #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 23px;
            width: 200px;
            height: 23px; }
            #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::before, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::after, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::before, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::after {
              display: inline-block;
              width: 11px;
              height: 11px;
              margin-right: 5px;
              content: "";
              background: url("../img/nav/icon_search.png") no-repeat center center;
              background-size: cover; }
            #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::after, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::after {
              width: 6px;
              margin-right: 0;
              background: none; }
          #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.tel_tap, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.tel_tap {
            font-family: "Oswald", sans-serif;
            font-size: 2.9rem;
            font-weight: 100; }
            #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.tel_tap::before, #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.tel_tap::before {
              display: inline-block;
              width: 22px;
              height: 22px;
              margin-right: 5px;
              content: "";
              border-radius: 5px;
              background: #229de2 url("../img/nav/icon_tel.png") no-repeat center center;
              background-size: 65% 65%; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > div {
        color: #d4bd48;
        background-image: url("../img/nav/nav-hall_03.png"); }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .button-1 {
        background-color: #d4bd48;
        -webkit-box-shadow: 0 3px 0 #8f7e25;
        box-shadow: 0 3px 0 #8f7e25; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .tel_tap::before {
        background-color: #d4bd48; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > div {
        color: #2a772c;
        background-image: url("../img/nav/nav-hall_04.png"); }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .button-1 {
        background-color: #2a772c;
        -webkit-box-shadow: 0 3px 0 #153e16;
        box-shadow: 0 3px 0 #153e16; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .tel_tap::before {
        background-color: #2a772c; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > div {
        color: #201c82;
        background-image: url("../img/nav/nav-hall_05.png"); }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .button-1 {
        background-color: #201c82;
        -webkit-box-shadow: 0 3px 0 #07063e;
        box-shadow: 0 3px 0 #07063e; }
        #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-hall .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .tel_tap::before {
        background-color: #201c82; }
      #globalnavi > div > ul > li#nav-plan > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-plan > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-plan .menuInner > ul > li {
        overflow: hidden;
        transition: .5s;
        border: solid 1px #959595;
        border-radius: 10px;
        background-color: #fff; }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:hover {
          transition: .5s;
          -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a {
          position: relative;
          display: block;
          height: 180px; }
          #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a::before {
            position: absolute;
            top: 81px;
            left: 10px;
            display: block;
            width: 24px;
            height: 24px;
            content: "";
            border-radius: 12px;
            background: #fc7270 url("../img/icon_arrow_r_1.svg") no-repeat center center;
            background-size: 40% 40%; }
          #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a > div {
            height: 92px;
            text-indent: -9998px;
            border-top: solid 4px #f97270;
            background: url("../img/ph_plan_kazokusou@2x.jpg") no-repeat center center;
            background-size: cover; }
          #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a > h2 {
            font-size: 2.3rem;
            margin: 13px 0 10px;
            text-align: center;
            color: #f97270; }
            #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a > h2 span {
              font-family: serif;
              font-size: 3.5rem; }
          #globalnavi > div > ul > li#nav-plan .menuInner > ul > li a > p {
            font-size: 1.2rem;
            text-align: center; }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(2) a::before {
          background-color: #009de2; }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(2) a > div {
          border-color: #009de2;
          background-image: url("../img/ph-plan-sp-02@2x.jpg"); }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(2) a > h2 {
          color: #009de2; }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(3) a::before {
          background-color: #1e2182; }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(3) a > div {
          border-color: #1e2182;
          background-image: url("../img/ph-plan-sp-03@2x.jpg"); }
        #globalnavi > div > ul > li#nav-plan .menuInner > ul > li:nth-child(3) a > h2 {
          color: #1e2182; }
      #globalnavi > div > ul > li#nav-service > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-service > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a {
        display: block;
        height: 184px;
        transition: .5s;
        border: solid 1px #bfbfbf;
        border-radius: 10px;
        background-color: #fff; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a:hover {
          transition: .5s;
          -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div {
          padding: 10px 20px; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div > p {
            font-size: 1.4rem; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div > h2 {
            font-size: 1.6rem;
            display: inline-block;
            margin: 12px 0 7px;
            padding-bottom: 4px;
            border-bottom: solid 1px #333; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div .service-items {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-pack: space-around;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            -moz-justify-content: space-around;
            -ms-justify-content: space-around; }
            #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div .service-items figure {
              text-align: center; }
              #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(1) a > div .service-items figure figcaption {
                font-size: 1.3rem;
                margin-top: 5px; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li {
        height: 85px;
        border: solid 1px #bfbfbf;
        border-radius: 5px;
        background-color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-align-items: center;
        -ms-align-items: center; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li:first-child, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:first-child {
          margin-bottom: 12px; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > div, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > div {
          font-size: 1.3rem;
          width: 75px;
          height: 75px;
          margin-right: 6px;
          padding-top: 53px;
          text-align: center;
          color: #229de2;
          border-radius: 10px;
          background: url("../img/nav/nav-hall_02.png") no-repeat center center;
          background-size: cover; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul {
          width: 200px; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li:first-child, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li:first-child {
            margin-bottom: 8px; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 23px;
            width: 200px;
            height: 23px; }
            #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::before, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::after, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::before, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::after {
              display: inline-block;
              width: 11px;
              height: 11px;
              margin-right: 5px;
              content: "";
              background: url("../img/nav/icon_search.png") no-repeat center center;
              background-size: cover; }
            #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.button-1 span::after, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.button-1 span::after {
              width: 6px;
              margin-right: 0;
              background: none; }
          #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.tel_tap, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.tel_tap {
            font-family: "Oswald", sans-serif;
            font-size: 2.9rem;
            font-weight: 100; }
            #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li > ul > li > a.tel_tap::before, #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li > ul > li > a.tel_tap::before {
              display: inline-block;
              width: 22px;
              height: 22px;
              margin-right: 5px;
              content: "";
              border-radius: 5px;
              background: #229de2 url("../img/nav/icon_tel.png") no-repeat center center;
              background-size: 65% 65%; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > div {
        color: #d4bd48;
        background-image: url("../img/nav/nav-hall_03.png"); }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .button-1 {
        background-color: #d4bd48;
        -webkit-box-shadow: 0 3px 0 #8f7e25;
        box-shadow: 0 3px 0 #8f7e25; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li .tel_tap::before {
        background-color: #d4bd48; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > div {
        color: #2a772c;
        background-image: url("../img/nav/nav-hall_04.png"); }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .button-1 {
        background-color: #2a772c;
        -webkit-box-shadow: 0 3px 0 #153e16;
        box-shadow: 0 3px 0 #153e16; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(1) > ul > li .tel_tap::before {
        background-color: #2a772c; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > div {
        color: #201c82;
        background-image: url("../img/nav/nav-hall_05.png"); }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .button-1 {
        background-color: #201c82;
        -webkit-box-shadow: 0 3px 0 #07063e;
        box-shadow: 0 3px 0 #07063e; }
        #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .button-1:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      #globalnavi > div > ul > li#nav-service .menuInner > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li .tel_tap::before {
        background-color: #201c82; }
      #globalnavi > div > ul > li#nav-system > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-system > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-system .menuInner > ul > li {
        display: block;
        overflow: hidden;
        width: 448px;
        transition: .5s;
        border: solid 1px #bfbfbf;
        border-radius: 10px; }
        #globalnavi > div > ul > li#nav-system .menuInner > ul > li:hover {
          transition: .5s;
          -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
        #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a {
          display: block;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div {
            height: 184px; }
            #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-image {
              width: 200px;
              text-indent: -9998px;
              background: url("../img/system/ph_01@2x.jpg") no-repeat center center;
              background-size: cover;
              -webkit-box-ordinal-group: 1;
              -webkit-order: 1;
              -moz-box-ordinal-group: 1;
              -ms-flex-order: 1;
              order: 1; }
            #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content {
              width: 248px;
              padding: 15px;
              background-color: #fff;
              -webkit-box-ordinal-group: 2;
              -webkit-order: 2;
              -moz-box-ordinal-group: 2;
              -ms-flex-order: 2;
              order: 2; }
              #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content h2 {
                margin-bottom: 10px;
                text-align: center; }
                #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content h2 img {
                  width: 220px;
                  height: auto; }
              #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content p {
                font-size: 1.4rem;
                line-height: 1.65; }
              #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content .button-1 {
                line-height: 30px;
                width: 177px;
                height: 30px;
                margin-top: 10px; }
                #globalnavi > div > ul > li#nav-system .menuInner > ul > li > a > div.system-content .button-1::after {
                  display: inline-block;
                  width: 0;
                  height: 0;
                  margin-left: 3px;
                  content: "";
                  border-top: 4px solid transparent;
                  border-right: 4px solid transparent;
                  border-bottom: 4px solid transparent;
                  border-left: 5px solid #fff; }
        #globalnavi > div > ul > li#nav-system .menuInner > ul > li:nth-child(2) > a > div.system-image {
          background-image: url("../img/system/ph_02@2x.jpg"); }
        #globalnavi > div > ul > li#nav-system .menuInner > ul > li:nth-child(2) > a > div.system-content h2 {
          margin-top: -10px;
          margin-bottom: 5px; }
          #globalnavi > div > ul > li#nav-system .menuInner > ul > li:nth-child(2) > a > div.system-content h2 img {
            width: 150px; }
      #globalnavi > div > ul > li#nav-consultation > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-consultation > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li {
        overflow: hidden;
        transition: .5s;
        border: solid 1px #959595;
        border-radius: 10px;
        background-color: #fff; }
        #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li:hover {
          transition: .5s;
          -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
          #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li:hover a > p:last-child {
            transition: .5s;
            color: #049fe2; }
        #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a {
          position: relative;
          display: block;
          height: 180px; }
          #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a > div {
            height: 92px;
            margin-bottom: 8px;
            text-indent: -9998px;
            background: url("../img/nav/nav-consultation_01.jpg") no-repeat center center;
            background-size: cover; }
          #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a > p:first-of-type {
            font-size: 1.4rem;
            line-height: 1.35;
            text-align: center; }
            #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a > p:first-of-type span {
              font-size: 2.4rem;
              color: #049fe2; }
          #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a > p:last-child {
            margin-right: 20px;
            transition: .5s; }
            #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li a > p:last-child span {
              text-decoration: underline; }
        #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li:nth-child(2) a > div {
          background-image: url("../img/nav/nav-consultation_02.jpg"); }
        #globalnavi > div > ul > li#nav-consultation .menuInner > ul > li:nth-child(3) a > div {
          background-image: url("../img/nav/nav-consultation_03.jpg"); }
      #globalnavi > div > ul > li#nav-column > a {
        position: relative; }
        #globalnavi > div > ul > li#nav-column > a::after {
          position: absolute;
          right: 0;
          bottom: -2px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          content: "";
          border-top: 4px solid #333;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #globalnavi > div > ul > li#nav-column .menuInner > ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-wrap: wrap; }
        #globalnavi > div > ul > li#nav-column .menuInner > ul > li {
          overflow: hidden;
          width: 24%;
          transition: .5s;
          border: solid 1px #e4e4e4;
          border-radius: 5px;
          background-color: #fff; }
          #globalnavi > div > ul > li#nav-column .menuInner > ul > li:nth-child(1), #globalnavi > div > ul > li#nav-column .menuInner > ul > li:nth-child(2), #globalnavi > div > ul > li#nav-column .menuInner > ul > li:nth-child(3), #globalnavi > div > ul > li#nav-column .menuInner > ul > li:nth-child(4) {
            margin-bottom: 12px; }
          #globalnavi > div > ul > li#nav-column .menuInner > ul > li:hover {
            transition: .5s;
            -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
            #globalnavi > div > ul > li#nav-column .menuInner > ul > li:hover a > p {
              transition: .5s;
              color: #049fe2; }
          #globalnavi > div > ul > li#nav-column .menuInner > ul > li a {
            padding: 6px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -moz-align-items: center;
            -ms-align-items: center; }
            #globalnavi > div > ul > li#nav-column .menuInner > ul > li a > figure {
              width: 56px;
              height: 56px; }
              #globalnavi > div > ul > li#nav-column .menuInner > ul > li a > figure > img {
                width: 100%;
                height: auto;
                border-radius: 5px; }
            #globalnavi > div > ul > li#nav-column .menuInner > ul > li a > p {
              font-size: 1.6rem;
              line-height: 1.4;
              margin-left: 8px;
              transition: .5s; }
              #globalnavi > div > ul > li#nav-column .menuInner > ul > li a > p:nth-child(2), #globalnavi > div > ul > li#nav-column .menuInner > ul > li a > p:nth-child(4) {
                letter-spacing: -.05em; }
      #globalnavi > div > ul > li#nav-quick {
        background-color: #cd130d; }
        #globalnavi > div > ul > li#nav-quick > a {
          color: #fff;
          border: none; }

@media screen and (max-width: 767px) {
  #globalnavi {
    display: none; } }
.list-caution {
  margin: 15px 0 0 0; }

.list-caution li {
  margin-bottom: 8px; }

.price-suppress {
  margin-bottom: 20px; }

.caution-1__red {
  font-weight: bold;
  margin: 10px 2%;
  padding: 10px;
  text-align: center;
  color: #e30000;
  border-radius: 10px;
  background-color: #f1dadd; }

.about__text-name {
  text-align: right; }

.about__text-name dd {
  margin-bottom: 10px; }

.about__text-name dt {
  font-size: 1.5rem;
  font-weight: bold; }

.about.section-1 {
  padding-bottom: 25px; }

.guide__images__item {
  width: 270px; }

.section-2__text {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 20px; }

.feature-guide05 table {
  margin-top: 0px;
  margin-bottom: 10px; }

.form__check {
  font-size: 1.6rem;
  margin-bottom: 20px; }

.form__check .form__check-content {
  font-weight: bold;
  margin-bottom: 10px; }

.form__check-wrapper {
  margin-bottom: 40px; }

.button-2--form {
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #333;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#a1c272), to(#a1c272));
  background-image: -webkit-linear-gradient(left, #a1c272, #a1c272);
  background-image: -o-linear-gradient(left, #a1c272, #a1c272);
  background-image: linear-gradient(to right, #a1c272, #a1c272); }

.form__body-text {
  margin-bottom: 30px; }

.top-return {
  margin-bottom: 30px;
  text-align: center; }

.select--form-days {
  width: 25%;
  margin-right: 2%; }

.table-shop {
  margin-bottom: 50px; }

.table-4__bottom {
  text-align: center; }

.section-5__body--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.section-5__body--wrap > div {
  margin-bottom: 20px; }

.ph-mgb5 {
  margin-bottom: 5px; }

.check_list {
  width: 70%;
  margin: 0 auto 30px auto; }

.check_list li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 8px 0;
  padding: 5px 0 5px 30px;
  background-image: url(../img/top_check.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-position: 0;
  background-size: 20px; }

@media screen and (max-width: 767px) {
  .check_list {
    width: 100%;
    margin: 0 auto; } }
.mkGR {
  font-weight: bold;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #b5f8d9 70%); }

.button-service8 {
  width: 85%;
  margin-right: auto !important;
  margin-left: auto !important; }

.consultation__random2:not(.is-visible) {
  display: none; }

.faq-side {
  margin-bottom: 20px; }

.facility-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.quick-info__message_30 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border: 1px solid #e30000;
  border-radius: 25px;
  background-color: #e30000; }

.quick-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0 20px; }

.quick-flow__image {
  width: 317px; }

.quick-flow__content {
  width: calc(100% - 317px);
  padding-left: 21px; }

@media screen and (max-width: 767px) {
  .quick-flow__box {
    display: block; }

  .quick-flow__image,
  .quick-flow__content {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0px; } }
.margin_none {
  margin-bottom: none !important; }

.news_list {
  margin-top: 40px; }

.subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 4px 12px 5px;
  border: 1px solid #959595;
  border-radius: 10px;
  background: #eee; }

.p_br {
  font-size: 1.4rem;
  line-height: 2; }

.staff_faq {
  margin-bottom: 30px; }

.staff_faq .consultation__image {
  width: 80px !important;
  height: 80px !important; }

.l-2col.faq_w {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.consultation__text_faq {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  margin-top: 15px;
  margin-left: 17px;
  padding: 5px 8px;
  border: 1px solid #dfdfdf;
  border-radius: 5px; }

.consultation__text_faq span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d65f68; }

.consultation__text_faq:before {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 10%;
  margin-left: -15px;
  content: "";
  border: 9px solid transparent;
  border-bottom: 9px solid #fff; }

.consultation__text_faq:after {
  position: absolute;
  z-index: 1;
  top: -19px;
  left: 11%;
  margin-left: -17px;
  content: "";
  border: 9px solid transparent;
  border-bottom: 9px solid #dfdfdf; }

.plan-choose__image img {
  width: auto;
  height: 100% !important; }

.plan-head__image {
  position: relative; }

.plan-head__imagebadge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25%; }

.hall-overview__image img {
  width: 100% !important; }

.section-1-top {
  margin-top: 20px !important;
  padding-top: 0 !important; }

.hall-list__name {
  min-height: 42px; }

.gray-box .banner {
  margin-bottom: 0px; }

.sitemap_content {
  margin-top: 20px; }

.sitemap_yoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

.sitemap_yoku li {
  font-size: 1.6rem;
  width: auto;
  margin: 1%;
  text-align: center; }

@media screen and (max-width: 767px) {
  .sitemap_yoku li {
    font-size: 1.6rem;
    width: 48%;
    margin-bottom: 5px;
    text-align: center; } }
.sitemap_yoku li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  text-decoration: none;
  border: 1px solid #479c2a;
  border-radius: 9px;
  background-color: #dff3cb; }

.sitemap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

.sitemap-wrap > div {
  width: 30%; }

@media screen and (max-width: 767px) {
  .sitemap-wrap {
    display: block; }

  .sitemap-wrap > div {
    width: 85%;
    margin: 0 auto; } }
.sitemap-parent > li {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px; }

.sitemap-parent > li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #333; }

.sitemap-parent li a {
  text-decoration: none; }

.sitemap-child {
  margin-top: 10px; }

.sitemap-child > li {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 13px;
  padding-left: 10px; }

.sitemap-child > li:before,
.sitemap-child > li:after {
  position: absolute;
  z-index: 0;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #333; }

.sitemap-child > li:after {
  z-index: 1;
  margin-left: -3px;
  border-left-color: #fff; }

.sitemap-groundchild {
  margin-top: 5px; }

.sitemap-groundchild li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px; }

.sitemap-groundchild li:before {
  font-size: 1.2rem;
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "■"; }

.sitemap_content .lead-2__text {
  margin-bottom: 20px; }

.recruit_text {
  margin-bottom: 20px; }

.fv-place {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  /* position: absolute;
    left: -25%; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 433px;
  padding: 5px 30px;
  text-align: right;
  color: #fff;
  border-radius: 10px;
  background-color: #009de2; }

.fv-place span {
  font-size: 2.7rem;
  font-weight: bold; }

.fv-copy {
  padding-top: 20px; }

.fv_or {
  color: #fbff08; }

.fv_size {
  font-size: 3rem !important; }

@media screen and (max-width: 767px) {
  .fv-place {
    font-size: 1.5rem;
    position: relative;
    left: auto;
    width: 100%;
    margin-top: 27px;
    padding: 5px 20px;
    text-align: center; }

  .fv-place span {
    font-size: 2rem;
    font-weight: bold; }

  .fv-copy {
    padding-top: 10px; } }
.heading-5 a {
  text-decoration: none; }

.tel_tap {
  cursor: default;
  text-decoration: none;
  pointer-events: none; }

.lead__text {
  font-size: 1.6rem;
  line-height: 2; }

@media screen and (max-width: 767px) {
  .tel_tap {
    pointer-events: auto; } }
.plan__moreoverview th,
.plan__moreoverview td {
  height: 200px; }

.attention_plan ul {
  font-size: 1.4rem;
  padding-top: 15px;
  text-align: center; }

.attention_plan ul li {
  margin-bottom: 5px; }

.glay-lines {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #333;
  border-bottom: solid 3px #e5e5e5; }
  .glay-lines::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 80px;
    content: "";
    border-bottom: solid 3px #666460; }
  .glay-lines-thin {
    border-bottom-width: 1px; }
    .glay-lines-thin::before {
      border-bottom-width: 1px; }

.enclosure_line {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  margin: 0 0 20px 0;
  color: #fff; }
  .enclosure_line span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1e2182; }
  .enclosure_line::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-bottom: solid 1px #1e2182; }
  .enclosure_line__pink span {
    background-color: #e4a2b4; }
  .enclosure_line__pink::after {
    border-bottom-color: #e4a2b4; }

.enclosure_box {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 8px 10px;
  border: solid 1px #959595;
  border-radius: 10px;
  background-color: #eee; }

.bg-lightgreen-1 {
  background-color: #dae9db; }

.bg-lightblue-1 {
  background-color: #e7f6fc; }

.bg-lightblue-2 {
  background-color: #f7fdff; }

.bg-lightgray-1 {
  background-color: #f4f4f4; }

.bg-lightgray-2 {
  background-color: #e9f3f7; }

.bg-lightorange-1 {
  background-color: #ffebdc; }

.bg-lightpink-1 {
  background-color: #fae0e6; }

.bg-lightpink-2 {
  background-color: #f9f9f9; }

.bg-pink-1 {
  position: relative;
  z-index: 1;
  background-color: #ffeaf4; }

.bg-pink-2 {
  background-color: #f3c7e5; }

.indent {
  line-height: 1.4;
  text-indent: 1em; }

.red {
  color: #ca140d; }

.contact-bnr {
  position: relative;
  overflow: hidden;
  width: 945px;
  height: 220px;
  margin: 0 auto 20px;
  border: 2px solid #009de2;
  border-radius: 10px;
  background-image: url("../img/bnr_mail_bg@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .contact-bnr__phonenum {
    width: 65%;
    margin: 110px 35px 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .contact-bnr__phonenum li {
      width: 47%;
      margin-bottom: 10px; }
    .contact-bnr__phonenum.ptn02 {
      width: 62%;
      margin-top: 115px;
      margin-right: 50px; }
  .contact-bnr.ptn02 {
    border-color: #ca140d;
    background-image: url("../img/bnr_phone_bg@2x.jpg"); }

.l-wrapper-900 .contact-bnr {
  width: 900px;
  background-size: 100% 100%; }

.fixedSidebar02 {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 50px;
  height: 400px;
  margin-top: 40px; }
  .fixedSidebar02.fixed {
    position: fixed; }
  .fixedSidebar02__item {
    margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .enclosure_line {
    font-size: 1.8rem; }

  .contact-bnr__phonenum {
    display: block; }
    .contact-bnr__phonenum li {
      width: 100%; }
    .contact-bnr__phonenum.ptn02 {
      width: 80%;
      margin: 30px auto; }
  .contact-bnr.ptn02 {
    width: auto;
    background-image: url("../img/bnr_phone_bg_sp@2x.jpg"); } }
/* ==============================
[4-4]ディレクター紹介
============================== */
.staff-introduce {
  margin: 30px 0;
  padding: 30px 40px 50px;
  border: solid 1px #959595;
  border-radius: 5px; }
  .staff-introduce__p {
    font-size: 1.6rem;
    line-height: 1.75; }
  .staff-introduce__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 3rem 0;
    padding: 15px 0;
    text-align: center;
    border-top: solid 1px #1e2182;
    border-bottom: solid 1px #1e2182; }
  .staff-introduce__catchcopy {
    overflow: hidden;
    margin-bottom: 30px;
    border: solid 1px #aaa;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .staff-introduce__catchcopy > div {
      position: relative;
      width: 50%;
      background-color: #009de2; }
      .staff-introduce__catchcopy > div p {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        text-align: center;
        color: #fff; }
        .staff-introduce__catchcopy > div p:last-child {
          margin-bottom: 0; }
    .staff-introduce__catchcopy > figure {
      width: 50%; }
      .staff-introduce__catchcopy > figure img {
        vertical-align: bottom; }
  .staff-introduce__copy {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .staff-introduce {
    padding: 20px; }
    .staff-introduce__catchcopy {
      display: block; }
      .staff-introduce__catchcopy > div,
      .staff-introduce__catchcopy > figure {
        width: 100%; }
      .staff-introduce__catchcopy > div {
        padding: 15px 10px; }
        .staff-introduce__catchcopy > div p {
          font-size: 1.7rem;
          margin: 0 10px 10px; }
    .staff-introduce__copy {
      position: inherit;
      top: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .staff-introduce__title {
      line-height: 1.3; } }
.staff-nav__list {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .staff-nav__list li a {
    transition: .5s; }
    .staff-nav__list li a:hover {
      transition: .5s;
      opacity: .6; }
  .staff-nav__list li:first-child::before {
    font-family: "Fontawesome";
    font-weight: 900;
    margin-right: 5px;
    content: "\f0d9"; }
  .staff-nav__list li:last-child::after {
    font-family: "Fontawesome";
    font-weight: 900;
    margin-left: 5px;
    content: "\f0da"; }
  .staff-nav__list li:nth-child(2) a {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .staff-nav__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .staff-nav__list li {
      width: 50%; }
      .staff-nav__list li:first-child {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1; }
      .staff-nav__list li:nth-child(2) {
        margin: 15px auto 0;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3; }
      .staff-nav__list li:last-child {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2; } }
/* ==============================
[11-1]お得な制度・葬儀保険
============================== */
.img-box,
.memoried-life {
  display: flex;
  overflow-x: hidden;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 940px;
  max-width: 100%;
  margin-bottom: 52px; }

.img-box a,
.memoried-life a {
  text-decoration: none; }

.img-box a:hover {
  text-decoration: underline;
  color: #fff; }

.img-box img {
  vertical-align: bottom; }

.shadow,
.img-title,
.img-title1 {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }

.img-box p {
  line-height: 1.7; }

.img-box h2 {
  margin-bottom: 20px; }

.img-box i {
  padding: 5px; }

.img-left,
.img-right {
  width: 430px; }

.height {
  position: relative; }

.img-title {
  padding: 20px;
  text-align: center;
  border-top: 5px solid #4cbaeb; }

.img-title1 {
  padding: 12px;
  text-align: center;
  border-top: 5px solid #1e2182; }

.img-left-txt {
  font-size: 14px;
  min-height: 200px;
  padding: 18px;
  color: #fff;
  background-color: #4cbaeb; }

.txt-btn {
  font-size: 16px;
  display: block;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #009de2; }

.img-left-txt h2,
.img-right h2 {
  font-size: 24px;
  font-weight: bold; }

.img-right-txt1 {
  font-size: 14px;
  min-height: 200px;
  padding: 18px;
  color: #fff;
  background-color: #6163a7; }

.txt-btn1 {
  font-size: 16px;
  display: block;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #1e2182; }

.section__memoried-life {
  position: relative;
  width: 200%;
  margin-bottom: 130px;
  margin-left: -50%;
  padding: 0 25%;
  -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
  transform: rotate(-3deg) translate3d(0, 0, 0);
  background: #313131; }

.section__memoried-life .section__memoried-life-inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 30px 0;
  -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
  transform: rotate(3deg) translate3d(0, 0, 0);
  color: #000; }

#section1 {
  background: #fbfbfb; }

.memoried-life {
  margin: 0 0 0 -22px; }

.memoried-life i {
  padding: 5px; }

.memoried-life-txt {
  line-height: 1.7;
  width: 430px;
  padding: 0 18px; }

.lighg-blue {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #049fe3; }

.txt-btn2 {
  margin: 50px auto 30px; }

@media screen and (max-width: 767px) {
  .img-box,
  .memoried-life {
    display: block;
    margin: 0 auto; }

  .memory-img,
  .memoried-life-txt {
    width: 100%;
    margin-bottom: 15px; }

  .lighg-blue {
    margin-bottom: 10px; }

  .img-box > div:not(.image-title) > img,
  .memory-img img {
    width: 100%; }

  .img-left,
  .img-right {
    width: 100%; }

  .img-left {
    margin-bottom: 40px; }

  .txt-btn2 {
    margin-top: 25px !important; }

  .section__memoried-life {
    width: 140%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -20%;
    padding: 0; }

  .section__memoried-life .section__memoried-life-inner {
    max-width: 80%; } }
/* ==============================
[3]お急ぎの方へ
============================== */
.critical {
  position: relative;
  margin-top: 30px;
  border: solid 1px #666460;
  border-radius: 10px; }
  .critical::after {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-width: 27px 69.5px 0 69.5px;
    border-style: solid;
    border-color: #a6a6a6 transparent transparent transparent; }
  .critical__title {
    font-size: 3rem;
    font-weight: 900;
    padding: 25px 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #cd130d; }
    .critical__title span {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.5;
      display: inline-block;
      margin-top: 15px; }
  .critical__phone {
    margin: 20px 30px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
  .critical__subtitle {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    width: 14%;
    margin-top: 10px;
    color: #c21714; }
  .critical__phonenum {
    width: 64%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .critical__phonenum li {
      width: 47%;
      margin-bottom: 7px; }
  .critical__free {
    width: 16%;
    margin-top: 8px; }
  .critical__note {
    font-weight: 600;
    line-height: 1.35;
    margin: 0 30px 0;
    padding: 7px 0;
    text-align: center;
    border: solid 1px #cd130d;
    border-radius: 100px; }
  .critical__request {
    margin: 40px 40px 30px;
    padding: 0 10px 10px;
    text-align: center;
    border: solid 5px #ffc6c4; }
    .critical__request--title {
      font-size: 2.4rem;
      font-weight: 900;
      display: inline-block;
      width: 17em;
      margin: -12px 0 25px;
      text-align: center;
      vertical-align: top;
      background-color: #fff; }
    .critical__request--list {
      font-size: 1.9rem;
      font-weight: 700;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: space-around;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
      .critical__request--list li {
        position: relative;
        margin-bottom: 15px; }
        .critical__request--list li::before {
          font-size: 5px;
          margin-right: 4px;
          content: "●";
          vertical-align: middle;
          color: #b00; }

@media screen and (max-width: 767px) {
  .critical__title {
    font-size: 2rem;
    padding-right: 10px;
    padding-left: 10px; }
  .critical__phone {
    display: block;
    margin-bottom: 20px; }
  .critical__subtitle {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
    .critical__subtitle br {
      display: none; }
  .critical__phonenum {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .critical__phonenum li {
      width: 100%;
      margin-bottom: 10px; }
  .critical__free {
    width: 100%; }
  .critical__note {
    padding-right: 15px;
    padding-left: 15px; }
  .critical__request {
    margin: 30px; }
    .critical__request--title {
      font-size: 1.8rem;
      line-height: 1.3;
      width: 100%;
      margin-bottom: 15px; }
    .critical__request--list {
      font-size: 1.6rem;
      line-height: 1.4;
      display: block; }
      .critical__request--list li {
        margin-bottom: 8px;
        padding-left: 15px;
        text-align: left; }
        .critical__request--list li::before {
          position: absolute;
          top: 3px;
          left: 0; } }
.call-us {
  margin: 50px 0 15px;
  padding: 20px 0;
  text-align: center;
  border: solid 1px #cd130d;
  border-radius: 10px; }
  .call-us--sub {
    font-weight: 600;
    margin-bottom: 12px;
    color: #666460; }
  .call-us--main {
    font-size: 2.6rem;
    font-weight: 900;
    color: #cd130d; }
    .call-us--main span {
      padding-left: 15px;
      background: -webkit-linear-gradient(transparent 70%, yellow 70%);
      background: -o-linear-gradient(transparent 70%, yellow 70%);
      background: linear-gradient(transparent 70%, yellow 70%); }

@media screen and (max-width: 767px) {
  .call-us {
    padding-right: 10px;
    padding-left: 10px; }
    .call-us--sub {
      font-size: 1.6rem;
      line-height: 1.3; }
    .call-us--main {
      line-height: 1.3; } }
.cautions {
  width: 78%;
  margin: 0 auto 50px; }
  .cautions ul {
    padding-left: 75px;
    background: url("../img/quick/i_caution.svg") no-repeat left center;
    background-size: 40px auto; }
    .cautions ul li {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.5;
      list-style-type: disc;
      color: #ca140d; }

@media screen and (max-width: 767px) {
  .cautions {
    width: 100%;
    margin-bottom: 40px; }
    .cautions ul li {
      font-size: 1.6rem; } }
.critical-flow {
  margin: 30px 0 0 0;
  padding: 20px;
  border: solid 1px #666460;
  border-radius: 10px; }
  .critical-flow p {
    font-size: 1.6rem;
    line-height: 1.5; }
  .critical-flow__phone {
    margin: 20px 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
  .critical-flow__subtitle {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.5;
    width: 14%;
    margin-top: 10px;
    color: #c21714; }
  .critical-flow__phonenum {
    width: 64%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .critical-flow__phonenum li {
      width: 47%;
      margin-bottom: 5px; }
  .critical-flow__free {
    width: 16%;
    margin-top: 8px; }
  .critical-flow__flow--num {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0 10px;
    vertical-align: middle; }
    .critical-flow__flow--num:first-of-type {
      margin-top: 0; }
    .critical-flow__flow--num span {
      font-family: "Oswald", sans-serif;
      font-size: 3rem;
      font-weight: 100;
      margin-right: 10px;
      vertical-align: sub;
      color: #1e2182; }

@media screen and (max-width: 767px) {
  .critical-flow__phone {
    display: block;
    margin-bottom: 30px; }
  .critical-flow__subtitle {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
    .critical-flow__subtitle br {
      display: none; }
  .critical-flow__phonenum {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .critical-flow__phonenum li {
      width: 100%;
      margin-bottom: 10px; }
  .critical-flow__free {
    width: 100%; }
    .critical-flow__free img {
      width: 100%; } }
.bnr-area {
  margin-top: 60px; }

.caution-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .caution-area__box {
    width: 48.8%;
    padding: 25px;
    border: solid 1px #666460;
    border-radius: 10px; }
    .caution-area__box:last-child {
      width: 100%;
      margin-top: 20px; }
    .caution-area__box h2 {
      padding-left: 38px;
      background: url("../img/quick/i_caution.svg") no-repeat left 8px top 3px;
      background-size: 22px auto; }
    .caution-area__box h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: center; }
    .caution-area__box p {
      font-size: 1.4rem;
      line-height: 1.9; }
    .caution-area__box ul {
      margin-left: 0;
      padding-left: 1em; }
    .caution-area__box li {
      font-size: 1.2rem;
      line-height: 1.7;
      list-style-type: disc;
      color: #b00; }
      .caution-area__box li span {
        color: #000; }
  .caution-area__note {
    margin-top: 30px;
    padding: 15px;
    background-color: #e5e5e5; }

@media screen and (max-width: 767px) {
  .caution-area {
    display: block; }
    .caution-area__box {
      width: 100%; }
      .caution-area__box:first-child {
        margin-bottom: 20px; } }
/* ==============================
[4-2]葬祭会館一覧
============================== */
.fv-place {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 433px;
  padding: 5px 30px;
  text-align: right;
  color: #fff;
  border-radius: 10px;
  background-color: #009de2; }
  .fv-place span {
    font-size: 2.7rem;
    font-weight: bold; }

.fv_or {
  color: #fbff08; }

.fv-copy {
  padding-top: 20px; }

.fa-chevron-circle-right:before {
  font-family: "Fontawesome";
  font-weight: 900; }

.title-hall {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000; }

.hall_maparea {
  position: relative;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 40px;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
  background-image: url("../img/hall/map@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .hall_maparea h3 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: .9;
    display: inline-block;
    margin: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    color: #4a4a4a;
    border: solid 3px #009de2;
    border-radius: 10px; }
    .hall_maparea h3 span {
      font-size: 1.4rem; }
  .hall_maparea.fukushima {
    background-image: url("../img/hall/hall_fukushima/map_fukushima@2x.png"); }
  .hall_maparea.aizu {
    background-image: url("../img/hall/hall_aizu/map_aizu@2x.png");
    /*h3 {
			border-color: #d3bd48;
		}*/ }
  .hall_maparea.koriyama {
    background-image: url("../img/hall/hall_koriyama/map_koriyama@2x.png");
    /*h3 {
			border-color: #2a772c;
		}*/ }
  .hall_maparea.ibaraki {
    background-image: url("../img/hall/hall_ibaraki/map_ibaraki@2x.png");
    /*h3 {
			border-color: #211c82;
		}*/ }

.button-maparea {
  position: absolute;
  max-width: 210px;
  margin-right: 0;
  margin-left: 0; }
  .button-maparea.button-fukushima {
    top: 35px;
    right: 60px; }
  .button-maparea.button-aizu {
    top: 40px;
    left: 310px;
    background: #d3bd48;
    -webkit-box-shadow: 0 2px 0 #8f7e26;
    box-shadow: 0 2px 0 #8f7e26; }
    .button-maparea.button-aizu:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      -webkit-box-shadow: none;
      box-shadow: none; }
  .button-maparea.button-koriyama {
    top: 115px;
    left: 350px;
    background: #2a772c;
    -webkit-box-shadow: 0 2px 0 #143e16;
    box-shadow: 0 2px 0 #143e16; }
    .button-maparea.button-koriyama:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      -webkit-box-shadow: none;
      box-shadow: none; }
  .button-maparea.button-ibaraki {
    top: 155px;
    right: 80px;
    background: #211c82;
    -webkit-box-shadow: 0 2px 0 #07053e;
    box-shadow: 0 2px 0 #07053e; }
    .button-maparea.button-ibaraki:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      -webkit-box-shadow: none;
      box-shadow: none; }

.cnt-area {
  font-size: 3rem;
  font-weight: 900;
  display: inline-block;
  margin: 0 5px; }

.sec_halls {
  margin-bottom: 25px;
  border: solid 1px #bfbfbf;
  border-radius: 10px; }
  .sec_halls:last-child {
    margin-bottom: 55px; }
  .sec_halls .heading-5 {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px; }
  .sec_halls .hall-overview {
    margin: 0 25px 15px 25px; }
    .sec_halls .hall-overview__image {
      width: 165px; }
    .sec_halls .hall-overview__main {
      width: calc(100% - 165px); }
  .sec_halls__button-area {
    padding-top: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #ebf9ff; }
    .sec_halls__button-area > div {
      width: 80%;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
    .sec_halls__button-area .button-3 {
      margin-bottom: 15px; }
    .sec_halls__button-area .button-3:nth-of-type(even) {
      margin-right: 0; }

.halls_fixed-banner {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 170px; }
  .halls_fixed-banner.fixed {
    position: fixed; }
  .halls_fixed-banner__area, .halls_fixed-banner__tel {
    position: relative; }
    .halls_fixed-banner__area a, .halls_fixed-banner__tel a {
      display: block;
      overflow: hidden;
      width: 130px;
      transition: .5s;
      border-radius: 10px 0 0 10px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(34, 23, 20, 0.3);
      box-shadow: 0 2px 4px 0 rgba(34, 23, 20, 0.3); }
      .halls_fixed-banner__area a:hover, .halls_fixed-banner__tel a:hover {
        transition: .5s;
        -webkit-box-shadow: 0 4px 6px 0 rgba(34, 23, 20, 0.5);
        box-shadow: 0 4px 6px 0 rgba(34, 23, 20, 0.5); }
    .halls_fixed-banner__area img, .halls_fixed-banner__tel img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .halls_fixed-banner__area span, .halls_fixed-banner__tel span {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center; }
  .halls_fixed-banner__area a {
    margin-bottom: 15px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5; }
    .halls_fixed-banner__area a span {
      font-size: 1.9rem;
      font-weight: 900;
      bottom: 25px;
      color: #009de2; }
  .halls_fixed-banner__area.aizu a span {
    color: #d3bd48; }
  .halls_fixed-banner__area.koriyama a span {
    color: #2a772c; }
  .halls_fixed-banner__area.ibaraki a span {
    color: #211c82; }
  .halls_fixed-banner__tel a span {
    font-family: Oswald, sans-serif;
    font-size: 2.1rem;
    font-weight: 100;
    bottom: 10px;
    color: #fff; }

@media screen and (max-width: 767px) {
  .fv-place {
    font-size: 1.5rem;
    position: relative;
    left: auto;
    width: 100%;
    margin-top: 27px;
    padding: 5px 20px;
    text-align: center; }
    .fv-place .fv-place span {
      font-size: 2rem;
      font-weight: bold; }

  .fv-copy {
    padding-top: 10px; }

  .hall_maparea {
    height: 150px;
    margin: 120px 0 150px; }
    .hall_maparea.fukushima, .hall_maparea.aizu, .hall_maparea.koriyama, .hall_maparea.ibaraki {
      margin-bottom: 100px; }
      .hall_maparea.fukushima > div, .hall_maparea.aizu > div, .hall_maparea.koriyama > div, .hall_maparea.ibaraki > div {
        bottom: -70px; }
    .hall_maparea h3 {
      position: absolute;
      top: -100px;
      width: 100%;
      margin: 0; }
    .hall_maparea > div {
      position: absolute;
      bottom: -120px;
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap; }

  .button-maparea {
    position: relative;
    margin: 0 auto; }
    .button-maparea.button-aizu, .button-maparea.button-koriyama, .button-maparea.button-fukushima, .button-maparea.button-ibaraki {
      font-size: 1.2rem;
      top: inherit !important;
      right: inherit !important;
      left: inherit !important;
      width: 48%; }
    .button-maparea.button-fukushima, .button-maparea.button-koriyama {
      margin-bottom: 9px; }
    .button-maparea span {
      font-size: 2.4rem; }

  .sec_halls .hall-overview__image,
  .sec_halls .hall-overview__main {
    width: 100%; }

  .sec_halls .hall-overview__image img {
    width: 100%; } }
/* ==============================
[4-1]葬祭会館のご案内
============================== */
.search_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .search_area__box {
    width: 23.5%;
    padding: 25px 15px;
    text-align: center;
    border: solid 1px #bfbfbf;
    border-radius: 5px;
    background-color: #f7f7f7; }
    .search_area__box h2 {
      font-size: 2rem;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 30px;
      padding-bottom: 8px;
      border-bottom: solid 1px #000; }
    .search_area__box .button-1::before {
      margin-right: 5px;
      content: url("../img/hall/i_search.png"); }
    .search_area__box address {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.3;
      margin-top: 30px; }
      .search_area__box address a {
        font-family: Oswald, sans-serif;
        font-size: 2.8rem;
        font-weight: 300;
        display: block; }
        .search_area__box address a::before {
          display: inline-block;
          width: 22px;
          height: 22px;
          margin-right: 5px;
          content: "";
          background: url("../img/hall/i_phone@2x.png");
          background-size: cover; }
    .search_area__box:last-child {
      width: 100%;
      margin-top: 20px;
      padding-right: 25px;
      padding-bottom: 35px;
      padding-left: 25px;
      text-align: left; }
      .search_area__box:last-child h2 {
        margin-bottom: 20px; }

.serach_hall {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }
  .serach_hall__select {
    font-size: 1.6rem;
    width: 41%;
    margin-right: 15px;
    padding: 10px 15px;
    border: solid 1px #bfbfbf;
    border-radius: 10px;
    background: url("../img/hall/arrow@2x.png") no-repeat right 10px center;
    background-color: #fff !important;
    background-size: 18px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .serach_hall__submit {
    width: 14%;
    border: none; }

@media screen and (max-width: 767px) {
  .search_area {
    display: block; }
    .search_area__box {
      width: 100%;
      margin-bottom: 20px; }
      .search_area__box:last-child {
        text-align: center; }

  .serach_hall {
    display: block; }
    .serach_hall__select {
      width: 100%;
      margin-bottom: 15px; }
    .serach_hall__submit {
      width: 70%; } }
/* ==============================
[5-1]葬儀プランのご案内
============================== */
.plans_kazokusou {
  position: relative;
  width: 150%;
  margin-top: 30px;
  margin-left: -25%;
  padding: 0 25%;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-5deg) translate3d(0, 0, 0);
  background-color: #f3fff4; }
  .plans_kazokusou.ichinichisou {
    margin-top: 0;
    background-color: #ffebdc; }
  .plans_kazokusou.kazokusou {
    margin-top: 0;
    background-color: #fae0e6; }
  .plans_kazokusou.ippansou {
    background-color: #e7f6fc; }
  .plans_kazokusou .l-wrapper-900 {
    max-width: 100%;
    margin-bottom: 80px;
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0); }
  .plans_kazokusou.kazokusou .l-wrapper-900 {
    margin-bottom: 0; }

.plans_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .plans_list__image {
    width: 386px; }
  .plans_list__content {
    width: 455px; }
    .plans_list__content h2 {
      font-size: 2.4rem;
      font-weight: 900;
      margin-bottom: 30px;
      color: #57a949; }
      .plans_list__content h2.h2__ichinichisou {
        color: #e29558; }
      .plans_list__content h2.h2__kazokusou {
        color: #bf0937; }
      .plans_list__content h2.h2__ippansou {
        color: #10a3e4; }
    .plans_list__content p {
      font-size: 1.6rem;
      line-height: 1.7;
      margin-bottom: 50px; }
    .plans_list__content .button-1 {
      background-color: #57a949;
      -webkit-box-shadow: 0 2px 0 #305b28;
      box-shadow: 0 2px 0 #305b28; }
      .plans_list__content .button-1.button-1__ichinichisou {
        background-color: #e29558;
        -webkit-box-shadow: 0 2px 0 #a2602b;
        box-shadow: 0 2px 0 #a2602b; }
      .plans_list__content .button-1.button-1__kazokusou {
        background-color: #bf0937;
        -webkit-box-shadow: 0 2px 0 #71132b;
        box-shadow: 0 2px 0 #71132b; }
      .plans_list__content .button-1:hover {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-box-shadow: none;
        box-shadow: none; }

.grad-wrap {
  position: relative; }

/*.grad-wrap + .grad-wrap {
  margin-top: 40px;
}*/
.grad-trigger {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  margin: auto;
  padding: 10px 0;
  cursor: pointer;
  transition: .2s ease;
  text-align: center;
  color: #fff;
  border-radius: 50px; }
  .grad-trigger__green {
    background-color: #57a949; }
  .grad-trigger__orange {
    background-color: #e29558; }
  .grad-trigger__red {
    background-color: #bf0937; }
  .grad-trigger__kizuna {
    background-color: rgba(0, 157, 226, 0.7); }
  .grad-trigger__nagomi {
    background-color: rgba(0, 157, 226, 0.9); }
  .grad-trigger__haruka {
    background-color: rgba(30, 33, 130, 0.6); }
  .grad-trigger__nozomi {
    background-color: rgba(30, 33, 130, 0.9); }
  .grad-trigger__gojokai {
    background-color: #163259; }
  .grad-trigger__simple {
    background-color: #c76bab; }
  .grad-trigger__standard {
    background-color: #c3439c; }
  .grad-trigger__sweet {
    background-color: #c31c90; }

.grad-trigger::after {
  font-size: 1.6rem;
  content: "続きを見る"; }

.grad-trigger:hover {
  /*background: #fff;
  color: #009e8f;*/ }

.grad-trigger .fa {
  margin-right: .5em; }

.grad-item {
  position: relative;
  overflow: hidden; }

.grad-item.is-hide {
  height: 80px; }

.grad-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  content: "";
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); }

.grad-trigger.is-show {
  bottom: -60px; }

.grad-trigger.is-show::after {
  content: "閉じる"; }

.grad-trigger.is-show .fa {
  transform: rotate(180deg); }

.grad-trigger.is-show + .grad-item::before {
  display: none; }

.plans_table {
  margin-bottom: 70px; }
  .plans_table .plan_note {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 5px; }
    .plans_table .plan_note_trg {
      margin-left: 5px; }
  .plans_table__table {
    width: 100%;
    border-collapse: inherit;
    border-bottom: solid 1px #ccc; }
    .plans_table__table th,
    .plans_table__table td {
      font-weight: 500;
      line-height: 1.3;
      padding: 15px;
      text-align: center;
      vertical-align: middle;
      border-top: solid 1px #ccc;
      border-right: solid 1px #ccc; }
    .plans_table__table th {
      border-left: solid 1px #ccc; }
    .plans_table__table .non {
      visibility: hidden;
      border: none; }
    .plans_table__table--b .tooltip::before, .plans_table__table--e .tooltip::before {
      right: 53px; }
    .plans_table__table--b .plans_table__price__plan04 > p, .plans_table__table--e .plans_table__price__plan04 > p {
      font-size: 1.4rem;
      margin-bottom: 0; }
    .plans_table__table--b .plans_table__price__plan04 div p:first-child, .plans_table__table--e .plans_table__price__plan04 div p:first-child {
      font-size: 3.7rem; }
    .plans_table__table--b .plans_table__price__plan04 div p:last-child, .plans_table__table--e .plans_table__price__plan04 div p:last-child {
      font-size: 1.3rem;
      margin-top: 6px;
      letter-spacing: 0; }
    .plans_table__table--i .tooltip::before {
      right: 64px; }
    .plans_table__table--i .plans_table__price__plan04 > p {
      font-size: 1.4rem;
      margin-bottom: 0; }
      .plans_table__table--i .plans_table__price__plan04 > p:last-child {
        letter-spacing: 0; }
    .plans_table__table--i .plans_table__price__plan04 div p:first-child {
      font-size: 4.5rem; }
    .plans_table__table--i .plans_table__price__plan04 div p:last-child {
      font-size: 1.3rem;
      margin-top: 12px;
      letter-spacing: 0; }
  .plans_table__header {
    width: 16%;
    background-color: #f5f5f5; }
    .plans_table__header figure {
      max-width: 91px;
      margin: 0 auto 8px; }
    .plans_table__header__green, .plans_table__header__orange, .plans_table__header__red {
      font-size: 1.2rem;
      width: 28%;
      padding: 5px 3px 3px 3px !important;
      color: #fff;
      border: none !important;
      border-color: #fff !important;
      border-radius: 10px 10px 0 0; }
      .plans_table__header__green span, .plans_table__header__orange span, .plans_table__header__red span {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 2rem;
        display: block; }
    .plans_table__header__green {
      background-color: #57a949; }
    .plans_table__header__orange {
      background-color: #e29558; }
    .plans_table__header__red {
      background-color: #bf0937; }
  .plans_table__price {
    font-size: 1.8rem;
    font-weight: 600; }
    .plans_table__price span {
      font-size: 1.2rem; }
      .plans_table__price span:first-child {
        font-family: "Oswald", sans-serif;
        font-size: 4rem;
        color: #cc0c25; }
  .plans_table__flow__green ul, .plans_table__flow__orange ul, .plans_table__flow__red ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
    .plans_table__flow__green ul li, .plans_table__flow__orange ul li, .plans_table__flow__red ul li {
      font-size: 1.2rem;
      display: inline-block;
      max-width: 25px;
      padding: 5px;
      -ms-writing-mode: tb-rl;
      color: #fff;
      border: solid 1px #57a949;
      border-radius: 5px;
      background-color: #57a949;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
          /*position: relative;
					&:last-child::after {
						display: none;
					}
					&::after {
						content: "\f0da";
						color: #CCC;
						font-family: "Fontawesome";
						font-weight: 900;
						position: absolute;
						right: -50%;
						top: 50%;
						-webkit-transform: translateY(-50%) translateX(50%);
						transform: translateY(-50%) translateX(50%);
					}*/ }
      .plans_table__flow__green ul li.arrow, .plans_table__flow__orange ul li.arrow, .plans_table__flow__red ul li.arrow {
        padding: 0;
        color: #ccc;
        border: none;
        background-color: transparent; }
      .plans_table__flow__green ul li.no-color, .plans_table__flow__orange ul li.no-color, .plans_table__flow__red ul li.no-color {
        color: #bbb;
        border-color: #bbb;
        background-color: #fff; }
  .plans_table__flow__orange ul li {
    border-color: #e29558;
    background-color: #e29558; }
  .plans_table__flow__red ul li {
    border-color: #bf0937;
    background-color: #bf0937; }

.grad-wrap > .plans_table__table {
  border-bottom: none; }

.tooltip {
  position: relative; }
  .tooltip::before {
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: 18px;
    right: 36px;
    display: block;
    padding: 3px 3px;
    content: "解説";
    text-indent: .15em;
    letter-spacing: .15em;
    color: #fff;
    border-radius: 3px;
    background-color: #009de2; }

.tippy-tooltip {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: -12px;
  padding: 5px;
  border-radius: 10px; }

.tippy-tooltip.light-theme {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1) !important; }

@media screen and (max-width: 767px) {
  .plans_kazokusou .l-wrapper-900 {
    margin-bottom: 60px; }

  .plans_list {
    display: block; }
    .plans_list__image, .plans_list__content {
      width: 100%; }
      .plans_list__image h2, .plans_list__content h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center; }
      .plans_list__image p, .plans_list__content p {
        margin-bottom: 30px; }

  .plans_table {
    /*overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;*/
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 0; }
    .plans_table:nth-child(2) {
      margin-top: 70px; }
    .plans_table:last-child {
      margin-bottom: 85px !important; }
    .plans_table__table {
      /*table-layout: fixed;
			word-wrap: break-word;*/ }
      .plans_table__table th,
      .plans_table__table td {
        font-size: 1.3rem;
        padding: 10px; }
      .plans_table__table th {
        width: 35%; }
        .plans_table__table th.plans_table__header__green, .plans_table__table th.plans_table__header__orange, .plans_table__table th.plans_table__header__red {
          width: auto; }
      .plans_table__table td {
        width: 65%; }
    .plans_table__price {
      font-size: 1.2rem; }
      .plans_table__price span {
        font-size: 1.1rem; }
        .plans_table__price span:first-child {
          font-size: 3.4rem; }
    .plans_table__flow {
      /*&__green ul li::after,
			&__orange ul li::after,
			&__red ul li::after {
				right: -55%;
			}*/ }
      .plans_table__flow__green ul li, .plans_table__flow__orange ul li, .plans_table__flow__red ul li {
        padding: 3px; }
    .plans_table::after {
      font-family: "Fontawesome";
      font-size: 7rem;
      font-weight: 900;
      position: absolute;
      top: 90px;
      right: 50px;
      content: "\f0a9";
      opacity: 0;
      color: #000; }
    .plans_table.show::after {
      right: 5px;
      transition: .8s;
      opacity: .3; }
    .plans_table.del::after {
      display: none; }

  .tooltip::before {
    top: 15px;
    right: auto;
    left: 53%; }

  .how_about__service li.tooltip::before {
    top: 20%;
    right: 4%;
    left: auto; }

  .how_about__service li .textbox span .service_name {
    padding-right: 30px; } }
@media screen and (max-width: 320px) {
  .plans_table__price span:first-child {
    font-size: 3rem; }

  .plans_table__flow__green ul li, .plans_table__flow__orange ul li, .plans_table__flow__red ul li {
    max-width: 20px;
    padding: 2px; }
  .plans_table__flow__green ul li.arrow, .plans_table__flow__orange ul li.arrow, .plans_table__flow__red ul li.arrow {
    max-width: 11px; }
    .plans_table__flow__green ul li.arrow i, .plans_table__flow__orange ul li.arrow i, .plans_table__flow__red ul li.arrow i {
      font-size: 1.1rem; } }
/* ==============================
[5-2]たまのやの火葬式
============================== */
.plan_main {
  overflow: hidden;
  margin: 40px 0 15px;
  border: solid 1px #bfbfbf;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .plan_main__column01 {
    position: relative;
    width: 49%; }
  .plan_main__column02 {
    width: 48%; }
    .plan_main__column02 figure {
      margin: 25px 20px 25px 0; }
      .plan_main__column02 figure img {
        border-radius: 10px; }
  .plan_main__column03 {
    width: 100%;
    margin-top: -95px;
    padding: 10px 52% 10px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_main__column03 p {
      position: relative;
      width: 70px;
      height: 70px;
      border-radius: 35px; }
      .plan_main__column03 p span {
        font-size: 1.2rem;
        line-height: 1.2;
        position: absolute;
        top: 50%;
        display: block;
        margin-left: 3px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        letter-spacing: -.1em;
        color: #fff; }
    .plan_main__column03 ul li {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.7;
      padding-left: 20px;
      letter-spacing: -.04em;
      background: url("../img/plan/icon_check_green@2x.png") no-repeat left top 2px;
      background-size: 17px auto; }
  .plan_main__title {
    margin: 25px 0 20px 20px;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #bfbfbf;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_main__title__01 {
      font-size: 3.4rem;
      font-weight: 900;
      width: 40%; }
      .plan_main__title__01 span {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 5.5rem;
        display: block;
        margin-top: 5px; }
    .plan_main__title__02 {
      width: 60%; }
      .plan_main__title__02__upper {
        display: block;
        margin: 0 0 10px 0;
        padding: 5px 7px;
        text-align: center;
        color: #fff;
        border-radius: 20px; }
      .plan_main__title__02__price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center; }
        .plan_main__title__02__price span.red_font {
          font-family: "Oswald", sans-serif;
          font-size: 6rem;
          display: inline-block;
          color: #cc0c25; }
        .plan_main__title__02__price span:last-child {
          font-size: 3rem;
          font-weight: 900;
          display: inline-block;
          text-align: center;
          color: #000; }
          .plan_main__title__02__price span:last-child span {
            font-size: 1.2rem;
            font-weight: 600;
            display: block;
            margin: 10px 0 5px; }
  .plan_main__flow {
    position: relative;
    margin: 0 0 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_main__flow li {
      font-weight: 900;
      display: inline-block;
      width: 17%;
      padding: 15px 0;
      text-align: center;
      border: solid 1px #bfbfbf;
      border-radius: 5px;
      background-color: #fff; }
      .plan_main__flow li.non {
        color: #bbb !important;
        background-color: rgba(255, 255, 255, 0.8); }
  .plan_main__lower {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
    .plan_main__lower li {
      font-size: 1.2rem;
      margin-right: 25px; }
      .plan_main__lower li:last-child {
        margin-right: 0; }
  .plan_main__plan01 .plan_main__column03 {
    background-color: rgba(87, 169, 73, 0.1); }
    .plan_main__plan01 .plan_main__column03 p {
      background-color: #57a949; }
    .plan_main__plan01 .plan_main__column03 ul li {
      background-image: url("../img/plan/icon_check_green@2x.png"); }
  .plan_main__plan01 .plan_main__title {
    color: #57a949; }
    .plan_main__plan01 .plan_main__title__02__upper {
      background-color: #57a949; }
  .plan_main__plan01 .plan_main__flow {
    background: -moz-linear-gradient(top, #fff 39%, #57a949 40%, #57a949 60%, #fff 61%);
    background: -webkit-linear-gradient(top, #fff 39%, #57a949 40%, #57a949 60%, #fff 61%);
    background: linear-gradient(to bottom, #fff 39%, #57a949 40%, #57a949 60%, #fff 61%); }
    .plan_main__plan01 .plan_main__flow li {
      color: #57a949; }
  .plan_main__plan02 .plan_main__column03 {
    background-color: rgba(226, 149, 88, 0.1); }
    .plan_main__plan02 .plan_main__column03 p {
      background-color: #e29558; }
    .plan_main__plan02 .plan_main__column03 ul li {
      font-size: 1.3rem;
      background-image: url("../img/plan/icon_check_orange@2x.png"); }
  .plan_main__plan02 .plan_main__title {
    color: #e29558; }
    .plan_main__plan02 .plan_main__title__02__upper {
      background-color: #e29558; }
  .plan_main__plan02 .plan_main__flow {
    background: -moz-linear-gradient(top, #fff 39%, #e29558 40%, #e29558 60%, #fff 61%);
    background: -webkit-linear-gradient(top, #fff 39%, #e29558 40%, #e29558 60%, #fff 61%);
    background: linear-gradient(to bottom, #fff 39%, #e29558 40%, #e29558 60%, #fff 61%); }
    .plan_main__plan02 .plan_main__flow li {
      color: #e29558; }
  .plan_main__plan03 .plan_main__column03 {
    background-color: rgba(191, 9, 55, 0.04); }
    .plan_main__plan03 .plan_main__column03 p {
      background-color: #bf0937; }
    .plan_main__plan03 .plan_main__column03 ul li {
      font-size: 1.3rem;
      background-image: url("../img/plan/icon_check_red@2x.png"); }
  .plan_main__plan03 .plan_main__title {
    color: #bf0937; }
    .plan_main__plan03 .plan_main__title__02__upper {
      background-color: #bf0937; }
  .plan_main__plan03 .plan_main__flow {
    background: -moz-linear-gradient(top, #fff 39%, #bf0937 40%, #bf0937 60%, #fff 61%);
    background: -webkit-linear-gradient(top, #fff 39%, #bf0937 40%, #bf0937 60%, #fff 61%);
    background: linear-gradient(to bottom, #fff 39%, #bf0937 40%, #bf0937 60%, #fff 61%); }
    .plan_main__plan03 .plan_main__flow li {
      color: #bf0937; }
  .plan_main__plan04 .plan_main__column03 {
    padding-right: 50%;
    background-color: rgba(16, 163, 228, 0.1); }
    .plan_main__plan04 .plan_main__column03 p {
      background-color: #10a3e4; }
    .plan_main__plan04 .plan_main__column03 ul li {
      background-image: url("../img/plan/icon_check_blue@2x.png"); }
  .plan_main__plan04 .plan_main__title {
    color: #10a3e4;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .plan_main__plan04 .plan_main__title__00 {
      font-size: 1.9rem;
      font-weight: 600;
      width: 100%;
      margin-bottom: 10px; }
    .plan_main__plan04 .plan_main__title__01 {
      width: 35%; }
      .plan_main__plan04 .plan_main__title__01 span {
        font-size: 5rem;
        margin-top: 10px; }
    .plan_main__plan04 .plan_main__title__02 {
      width: 65%; }
      .plan_main__plan04 .plan_main__title__02__upper {
        background-color: #10a3e4; }
      .plan_main__plan04 .plan_main__title__02__price span.members {
        font-size: 1.2rem;
        line-height: 1.2;
        display: block;
        max-height: 36px;
        margin-top: 18px;
        margin-right: 3px;
        padding: 3px;
        text-align: center;
        color: #000;
        border: solid 1px #000; }
      .plan_main__plan04 .plan_main__title__02__price span.red-font {
        font-size: 5.2rem; }
      .plan_main__plan04 .plan_main__title__02__price span:last-child {
        font-size: 2.5rem;
        letter-spacing: -.1em; }
        .plan_main__plan04 .plan_main__title__02__price span:last-child span {
          font-size: 1.2rem;
          margin: 16px 0 3px; }
  .plan_main__plan04 .plan_main__flow {
    background: -moz-linear-gradient(top, #fff 39%, #10a3e4 40%, #10a3e4 60%, #fff 61%);
    background: -webkit-linear-gradient(top, #fff 39%, #10a3e4 40%, #10a3e4 60%, #fff 61%);
    background: linear-gradient(to bottom, #fff 39%, #10a3e4 40%, #10a3e4 60%, #fff 61%); }
    .plan_main__plan04 .plan_main__flow li {
      color: #10a3e4; }
  .plan_main__plan06 .plan_main__column03 {
    background-color: rgba(197, 118, 173, 0.1); }
    .plan_main__plan06 .plan_main__column03 p {
      background-color: #c576ad; }
    .plan_main__plan06 .plan_main__column03 ul li {
      font-size: 1.3rem;
      background-image: url("../img/plan/icon_check_red@2x.png"); }
  .plan_main__plan06 .plan_main__title {
    color: #c576ad;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .plan_main__plan06 .plan_main__title__00 {
      font-size: 1.9rem;
      font-weight: 600;
      width: 100%;
      margin-bottom: 10px; }
    .plan_main__plan06 .plan_main__title__01 {
      width: 50%; }
      .plan_main__plan06 .plan_main__title__01 span {
        font-size: 5rem;
        margin-top: 10px; }
    .plan_main__plan06 .plan_main__title__02 {
      width: 50%; }
      .plan_main__plan06 .plan_main__title__02__upper {
        background-color: #c576ad; }
      .plan_main__plan06 .plan_main__title__02__price span.members {
        font-size: 1.2rem;
        line-height: 1.2;
        display: block;
        max-height: 36px;
        margin-top: 18px;
        margin-right: 3px;
        padding: 3px;
        text-align: center;
        color: #000;
        border: solid 1px #000; }
      .plan_main__plan06 .plan_main__title__02__price span.red-font {
        font-size: 5.2rem; }
      .plan_main__plan06 .plan_main__title__02__price span:last-child {
        font-size: 2.5rem;
        letter-spacing: -.1em; }
        .plan_main__plan06 .plan_main__title__02__price span:last-child span {
          font-size: 1.2rem;
          margin: 16px 0 3px; }
  .plan_main__plan06 .plan_main__flow {
    background: -moz-linear-gradient(top, #fff 39%, #c576ad 40%, #c576ad 60%, #fff 61%);
    background: -webkit-linear-gradient(top, #fff 39%, #c576ad 40%, #c576ad 60%, #fff 61%);
    background: linear-gradient(to bottom, #fff 39%, #c576ad 40%, #c576ad 60%, #fff 61%); }
    .plan_main__plan06 .plan_main__flow li {
      color: #c576ad; }

.how_about {
  margin: 0 0 90px 0; }
  .how_about > h2 {
    font-size: 2.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
    text-align: center; }
    .how_about > h2::after {
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      display: block;
      width: 180px;
      height: 1px;
      margin: 0 auto;
      content: ""; }
  .how_about > p {
    font-size: 1.6rem;
    line-height: 2; }
  .how_about__service {
    margin-top: 35px;
    padding: 45px 75px 35px;
    border: solid 1px #bfbfbf;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .how_about__service li {
      overflow: hidden;
      width: 32.4%;
      margin-right: 1.3%;
      margin-bottom: 10px;
      border: solid 1px #bfbfbf;
      border-radius: 10px;
      background-color: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between; }
      .how_about__service li.tooltip::before {
        top: 20%;
        right: 4%; }
      .how_about__service li:nth-child(3n) {
        margin-right: 0; }
      .how_about__service li .imagebox {
        width: 80px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .how_about__service li .textbox {
        position: relative;
        width: calc(100% - 80px);
        padding: 10px;
        text-align: left; }
        .how_about__service li .textbox span {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .how_about__service li .textbox span .service_name {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 7px; }
          .how_about__service li .textbox span .service_note {
            font-size: 1.2rem;
            margin-left: .5em; }
  .how_about__plan01 .how_about__service {
    background-color: #f4fff2; }
  .how_about__plan01 > h2::after {
    border-bottom: solid 1px #57a949; }
  .how_about__plan02 .how_about__service {
    background-color: #ffebdc; }
  .how_about__plan02 > h2::after {
    border-bottom: solid 1px #e29558; }
  .how_about__plan03 .how_about__service {
    background-color: #fae0e6; }
  .how_about__plan03 > h2::after {
    border-bottom: solid 1px #bf0937; }
  .how_about__plan04 .how_about__service {
    background-color: #e7f6fc; }
  .how_about__plan04 > h2::after {
    border-bottom: solid 1px #10a3e4; }
  .how_about__plan06 .how_about__service {
    background-color: #f3c7e5; }
  .how_about__plan06 > h2::after {
    border-bottom: solid 1px #c576ad; }

.plan_flow {
  padding: 30px 0; }
  .plan_flow > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center; }
  .plan_flow__title {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px; }
  .plan_flow__flow {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .plan_flow__flow li {
      font-size: 1.6rem;
      font-weight: 900;
      position: relative;
      display: inline-block;
      width: 16%;
      margin-top: 5px;
      margin-right: 20px;
      margin-bottom: 5px;
      padding: 5px 0;
      text-align: center;
      background-color: #fff; }
      .plan_flow__flow li::after {
        font-family: "Fontawesome";
        position: absolute;
        top: 5px;
        right: -15px;
        content: "\f0da"; }
      .plan_flow__flow li:last-child {
        margin-right: 0; }
        .plan_flow__flow li:last-child::after {
          display: none; }
  .plan_flow__plan01 .plan_flow__title {
    background-color: #57a949; }
  .plan_flow__plan01 .plan_flow__flow li {
    color: #57a949;
    border: solid 1px #57a949; }
  .plan_flow__plan02 .plan_flow__title {
    background-color: #e29558; }
  .plan_flow__plan02 .plan_flow__flow li {
    color: #e29558;
    border: solid 1px #e29558; }
  .plan_flow__plan03 .plan_flow__title {
    background-color: #bf0937; }
  .plan_flow__plan03 .plan_flow__flow li {
    color: #bf0937;
    border: solid 1px #bf0937; }
  .plan_flow__plan04 .plan_flow__title {
    background-color: #10a3e4; }
  .plan_flow__plan04 .plan_flow__flow li {
    color: #10a3e4;
    border: solid 1px #10a3e4; }
  .plan_flow__plan06 .plan_flow__title {
    background-color: #c576ad; }
  .plan_flow__plan06 .plan_flow__flow li {
    color: #c576ad;
    border: solid 1px #c576ad; }

.plan_flows__step {
  margin-bottom: 15px;
  padding: 25px;
  border: solid 1px #959595;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .plan_flows__step figure {
    width: 30%; }
  .plan_flows__step div {
    width: 68%; }
    .plan_flows__step div .glay-lines::before {
      bottom: -1px; }
    .plan_flows__step div .critical__phonenum {
      width: 80%; }
    .plan_flows__step div p {
      font-size: 1.4rem;
      line-height: 1.77;
      margin-bottom: 15px; }
.plan_flows__note {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  margin-top: 30px;
  margin-left: 15px;
  padding-left: 45px; }
  .plan_flows__note::before {
    font-size: 4rem;
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    margin-top: 5px;
    content: "●"; }

.l-content.planflow {
  margin-bottom: 0; }

.plan_flow__plan01 .plan_flows {
  background: -moz-linear-gradient(left, transparent 2%, #b5dcad 3%, #b5dcad 3%, #b5dcad 5%, transparent 6%);
  background: -webkit-linear-gradient(left, transparent 2%, #b5dcad 3%, #b5dcad 3%, #b5dcad 5%, transparent 6%);
  background: linear-gradient(to right, transparent 2%, #b5dcad 3%, #b5dcad 3%, #b5dcad 5%, transparent 6%); }
  .plan_flow__plan01 .plan_flows__note::before {
    color: #57a949; }
.plan_flow__plan02 .plan_flows {
  background: -moz-linear-gradient(left, transparent 2%, #f2d0b5 3%, #f2d0b5 3%, #f2d0b5 5%, transparent 6%);
  background: -webkit-linear-gradient(left, transparent 2%, #f2d0b5 3%, #f2d0b5 3%, #f2d0b5 5%, transparent 6%);
  background: linear-gradient(to right, transparent 2%, #f2d0b5 3%, #f2d0b5 3%, #f2d0b5 5%, transparent 6%); }
  .plan_flow__plan02 .plan_flows__note::before {
    color: #e29558; }
.plan_flow__plan03 .plan_flows {
  background: -moz-linear-gradient(left, transparent 2%, #fbaec1 3%, #fbaec1 3%, #fbaec1 5%, transparent 6%);
  background: -webkit-linear-gradient(left, transparent 2%, #fbaec1 3%, #fbaec1 3%, #fbaec1 5%, transparent 6%);
  background: linear-gradient(to right, transparent 2%, #fbaec1 3%, #fbaec1 3%, #fbaec1 5%, transparent 6%); }
  .plan_flow__plan03 .plan_flows__note::before {
    color: #fa8faa; }
.plan_flow__plan04 .plan_flows {
  background: -moz-linear-gradient(left, transparent 2%, #c1eafb 3%, #c1eafb 3%, #c1eafb 5%, transparent 6%);
  background: -webkit-linear-gradient(left, transparent 2%, #c1eafb 3%, #c1eafb 3%, #c1eafb 5%, transparent 6%);
  background: linear-gradient(to right, transparent 2%, #c1eafb 3%, #c1eafb 3%, #c1eafb 5%, transparent 6%); }
  .plan_flow__plan04 .plan_flows__note::before {
    color: #10a3e4; }
.plan_flow__plan06 .plan_flows {
  background: -moz-linear-gradient(left, transparent 2%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 5%, transparent 6%);
  background: -webkit-linear-gradient(left, transparent 2%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 5%, transparent 6%);
  background: linear-gradient(to right, transparent 2%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 3%, rgba(199, 151, 185, 0.6) 5%, transparent 6%); }
  .plan_flow__plan06 .plan_flows__note::before {
    color: #c576ad; }

@media screen and (max-width: 767px) {
  .plan_flow__plan01 .plan_flows {
    background: none; }
  .plan_flow__plan02 .plan_flows {
    background: none; }
  .plan_flow__plan03 .plan_flows {
    background: none; }
  .plan_flow__plan04 .plan_flows {
    background: none; }
  .plan_flow__plan06 .plan_flows {
    background: none; } }
.plan_staff {
  padding: 50px 50px 30px;
  border: solid 1px #e4e4e4;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7; }
  .plan_staff > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center; }
  .plan_staff__main {
    margin-bottom: 30px;
    padding: 20px;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_staff__main figure {
      width: 116px; }
      .plan_staff__main figure img {
        border: solid 1px #ccc;
        border-radius: 50%; }
      .plan_staff__main figure figcaption {
        font-size: 1.4rem;
        font-weight: 900;
        line-height: 1.5;
        text-align: center; }
        .plan_staff__main figure figcaption span {
          font-size: 1.2rem;
          font-weight: 400;
          display: block; }
    .plan_staff__main div {
      width: calc(100% - 136px); }
      .plan_staff__main div p {
        font-size: 1.4rem;
        line-height: 1.7; }
    .plan_staff__main__copy {
      font-size: 1.8rem !important;
      font-weight: 900;
      margin-bottom: 15px; }
    .plan_staff__main__link {
      margin-top: 15px;
      text-align: right; }
      .plan_staff__main__link a:hover {
        text-decoration: none; }
  .plan_staff__staff {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_staff__staff li {
      width: 12%; }
      .plan_staff__staff li a {
        text-decoration: none; }
        .plan_staff__staff li a:hover figure img {
          transition: .5s;
          opacity: .7; }
        .plan_staff__staff li a:hover p {
          transition: .5s;
          background-color: #2c31c0; }
      .plan_staff__staff li figure img {
        margin-bottom: 5px;
        border: solid 1px #ccc;
        border-radius: 50%; }
      .plan_staff__staff li figure figcaption {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center; }
      .plan_staff__staff li p {
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1.5;
        position: relative;
        height: calc(100% - 1.5em);
        transition: .5s;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background-color: #1e2182; }
        .plan_staff__staff li p span {
          position: absolute;
          top: 50%;
          display: block;
          width: 100%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plan_support_phone {
  padding: 15px 40px 0;
  border-radius: 0 0 5px 5px;
  background-color: #42afdf;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .plan_support_phone__image {
    width: 33%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center; }
    .plan_support_phone__image figure {
      width: 30%; }
      .plan_support_phone__image figure img {
        vertical-align: bottom; }
    .plan_support_phone__image p {
      line-height: 1.4;
      width: 67%;
      text-align: center; }
      .plan_support_phone__image p > span {
        font-size: 1.2rem;
        position: relative;
        display: inline-block;
        margin-top: -10px;
        padding: 10px 20px;
        /*border: solid 1px #CCC;*/
        border-radius: 5px;
        background-color: #fff; }
        .plan_support_phone__image p > span::before {
          position: absolute;
          top: 30px;
          left: -6px;
          margin-left: -6px;
          content: "";
          border: 6px solid transparent;
          border-right-color: #fff; }
        .plan_support_phone__image p > span > strong {
          font-size: 1.4rem;
          font-weight: 700; }
          .plan_support_phone__image p > span > strong > span {
            color: #f97270; }
  .plan_support_phone__tel {
    width: 65%; }
    .plan_support_phone__tel h3 {
      font-size: 1.6rem;
      font-weight: 900;
      margin-bottom: 15px;
      color: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-align-items: center;
      -ms-align-items: center; }
      .plan_support_phone__tel h3:after {
        margin-left: 1rem;
        content: "";
        border-top: solid 1px #fff;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1; }
    .plan_support_phone__tel > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between; }
      .plan_support_phone__tel > div > ul {
        width: 70%; }
      .plan_support_phone__tel > div > p {
        width: 25%; }

.plan_reason {
  padding: 30px 0 40px; }
  .plan_reason h2 {
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center; }
    .plan_reason h2 span {
      color: #009de2; }
  .plan_reason ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plan_reason ul li {
      width: 21.5%; }
      .plan_reason ul li h3 {
        font-size: 1.6rem;
        font-weight: 900;
        position: relative;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background-color: #009de2; }
        .plan_reason ul li h3::before {
          position: absolute;
          right: 35px;
          bottom: -6px;
          margin-bottom: -6px;
          content: "";
          border: 6px solid transparent;
          border-top-color: #009de2; }
      .plan_reason ul li figure {
        margin-top: -25px; }
        .plan_reason ul li figure img {
          margin-bottom: 20px;
          border-radius: 50%; }
        .plan_reason ul li figure figcaption {
          line-height: 1.7; }
  .plan_reason .button-1::before {
    width: 32px;
    height: auto;
    margin-right: 10px;
    content: url("../img/plan/i_handshake.png"); }

@media screen and (max-width: 767px) {
  .plan_main {
    display: block; }
    .plan_main__column01 {
      width: 100%; }
    .plan_main__column02 {
      width: 100%; }
      .plan_main__column02 figure {
        margin-left: 20px; }
    .plan_main__column03 {
      margin-top: 0 !important;
      padding: 20px !important; }
      .plan_main__column03 p {
        width: 80px;
        height: 80px;
        border-radius: 50%; }
        .plan_main__column03 p span {
          width: 100%;
          margin-left: 0; }
      .plan_main__column03 ul {
        width: calc(100% - 90px); }
    .plan_main__title {
      display: block;
      margin: 25px 20px 15px;
      text-align: center; }
      .plan_main__title__00 {
        font-size: 1.4rem !important;
        line-height: 1.3;
        display: inline-block; }
      .plan_main__title__01 {
        font-size: 2.2rem !important;
        display: inline-block !important;
        width: 100% !important;
        margin-bottom: 10px !important; }
        .plan_main__title__01 span {
          font-size: 3.5rem !important;
          display: inline; }
      .plan_main__title__02 {
        width: 100%; }
        .plan_main__title__02__price span.members {
          margin-top: 11px !important; }
        .plan_main__title__02__price span.red_font {
          font-size: 5rem !important; }
        .plan_main__title__02__price span:last-child {
          font-size: 2.4rem !important; }
          .plan_main__title__02__price span:last-child span {
            font-size: 1.2rem !important;
            margin-top: 11px !important; }
    .plan_main__flow {
      margin: 0 20px 20px 20px; }
      .plan_main__flow li {
        font-size: 1.2rem;
        width: 18%;
        padding: 10px 0; }
    .plan_main__lower {
      line-height: 1.6;
      display: block; }

  .how_about {
    margin-bottom: 0;
    padding: 20px; }
    .how_about > h2 {
      font-size: 2.1rem;
      margin-bottom: 30px; }
    .how_about__service {
      display: block;
      margin-top: 25px;
      padding: 15px 15px 5px 15px; }
      .how_about__service li {
        width: 100%;
        margin-right: 0; }

  .plan_flow__flow {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
    .plan_flow__flow li {
      width: auto;
      padding: 5px; }

  .plan_flows__step {
    display: block;
    padding-bottom: 15px; }
    .plan_flows__step figure {
      width: 100%;
      margin-bottom: 15px; }
    .plan_flows__step div {
      width: 100%; }
      .plan_flows__step div .critical__phonenum {
        margin: 0 auto; }
  .plan_flows__note {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px; }

  .plan_flow__plan01 .plan_flows,
  .plan_flow__plan02 .plan_flows,
  .plan_flow__plan03 .plan_flows,
  .plan_flow__plan06 .plan_flows {
    background: none; }

  .plan_staff {
    padding: 10px; }
    .plan_staff__main {
      display: block; }
      .plan_staff__main figure {
        margin: 0 auto; }
      .plan_staff__main div {
        width: 100%;
        margin-top: 20px; }
    .plan_staff > h2 {
      line-height: 1.3; }
    .plan_staff__staff {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center; }
      .plan_staff__staff li {
        width: 22%;
        margin-right: 10px;
        margin-bottom: 20px; }
        .plan_staff__staff li:nth-child(4n) {
          margin-right: 0; }
        .plan_staff__staff li:last-child {
          margin-right: 0; }
        .plan_staff__staff li p {
          font-size: 1.2rem; }

  .plan_support_phone {
    display: none;
    padding-bottom: 30px; }
    .plan_support_phone__image {
      width: 100%; }
    .plan_support_phone__tel {
      width: 100%;
      margin-top: 15px; }
      .plan_support_phone__tel > div {
        display: block; }
        .plan_support_phone__tel > div > ul {
          width: 90%;
          margin: 0 auto; }
        .plan_support_phone__tel > div > p {
          width: 60%;
          margin: 15px auto 0; }

  .plan_reason h2 {
    font-size: 2.1rem;
    line-height: 1.3; }
    .plan_reason h2 span {
      display: block; }
  .plan_reason ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .plan_reason ul li {
      width: 47.5%;
      margin-bottom: 20px; }
      .plan_reason ul li h3 {
        line-height: 1.3;
        padding: 10px; } }
/* ==============================
[5-5]一般葬プラン_黒岩南
============================== */
.plan_about {
  margin-bottom: 35px; }
  .plan_about > h2 {
    font-size: 2.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 45px;
    text-align: center; }
    .plan_about > h2::after {
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      display: block;
      width: 180px;
      height: 1px;
      margin: 0 auto;
      content: "";
      border-bottom: solid 1px #10a3e4; }
  .plan_about > p {
    font-size: 1.6rem;
    line-height: 2; }

.plan06 .plan_about h2::after {
  border-bottom: solid 1px #c576ad; }

.plan06 .ippan-h3::before {
  background: #c576ad; }

.plan_main__plan06 .plan_main__title__02__price.noprice span.members {
  text-align: left; }

.plans_link {
  margin-bottom: 60px; }
  .plans_link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plans_link ul li {
      width: 31.5%; }
      .plans_link ul li a {
        font-size: 2.2rem;
        font-weight: 900;
        display: block;
        padding: 12px 0;
        transition: .5s;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 10px;
        background-color: #1e2182; }
        .plans_link ul li a span::after {
          display: inline-block;
          width: 0;
          height: 0;
          margin: 0 0 3px 7px;
          content: "";
          border-width: 4px 0 4px 5px;
          border-style: solid;
          border-color: transparent transparent transparent #fff; }
        .plans_link ul li a:hover {
          transition: .5s;
          background-color: #009de2; }

.plans_section {
  margin-bottom: 60px; }
  .plans_section .heading-5 {
    margin-bottom: 35px; }
  .plans_section .contactBnr {
    background-image: url("../img/bnr_phone_bg_2@2x.jpg"); }

.plans_table__header__kizuna, .plans_table__header__nagomi, .plans_table__header__haruka, .plans_table__header__nozomi, .plans_table__header__gojokai, .plans_table__header__simple, .plans_table__header__standard, .plans_table__header__sweet {
  font-size: 1.2rem;
  width: 16.8%;
  padding: 5px 3px 3px 3px !important;
  color: #fff;
  border: none !important;
  border-left: solid 1px #fff !important;
  border-radius: 10px 10px 0 0; }
  .plans_table__header__kizuna span, .plans_table__header__nagomi span, .plans_table__header__haruka span, .plans_table__header__nozomi span, .plans_table__header__gojokai span, .plans_table__header__simple span, .plans_table__header__standard span, .plans_table__header__sweet span {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    display: block; }
.plans_table__header__kizuna {
  background-color: rgba(0, 157, 226, 0.7); }
.plans_table__header__nagomi {
  background-color: rgba(0, 157, 226, 0.9); }
.plans_table__header__haruka {
  background-color: rgba(30, 33, 130, 0.6); }
.plans_table__header__nozomi {
  background-color: rgba(30, 33, 130, 0.9); }
.plans_table__header__gojokai {
  background-color: #163259; }
.plans_table__header__simple {
  background-color: #c76bab; }
.plans_table__header__standard {
  background-color: #c3439c; }
.plans_table__header__sweet {
  background-color: #c31c90; }
.plans_table__price__plan04 {
  padding-right: 5px !important;
  padding-left: 10px !important;
  text-align: left !important; }
  .plans_table__price__plan04 p {
    font-size: 1.2rem;
    margin-bottom: 5px; }
    .plans_table__price__plan04 p:last-child {
      margin-bottom: 0;
      letter-spacing: -.05em; }
  .plans_table__price__plan04 div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .plans_table__price__plan04 div p:first-child {
      font-family: "Oswald", sans-serif;
      font-size: 3rem;
      margin-left: 5px;
      color: #cc0c25; }
    .plans_table__price__plan04 div p:last-child {
      font-size: 1.1rem;
      margin-left: 3px; }
      .plans_table__price__plan04 div p:last-child span {
        font-size: 1.8rem;
        font-weight: 700;
        display: block;
        text-align: center; }

.flow_phone_number {
  width: 90%; }
  .flow_phone_number a {
    overflow: hidden;
    text-decoration: none !important;
    border: solid 1px #009de2;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center; }
  .flow_phone_number span {
    line-height: 1.2;
    display: block;
    padding: 5px 0;
    color: #009de2; }
    .flow_phone_number span:first-child {
      font-family: "Oswald", sans-serif;
      font-size: 4rem;
      width: 65%;
      padding-left: 17%;
      color: #4a4a4a;
      background: url("../img/plan/icon_arrow_phone@2x.png") no-repeat left center;
      background-size: contain; }
    .flow_phone_number span:nth-child(2) {
      font-weight: 700;
      width: 11%;
      padding: 5px 0;
      text-align: center;
      border: solid 1px #009de2;
      border-radius: 5px; }
    .flow_phone_number span:last-child {
      font-weight: 700;
      width: 22%;
      margin-right: 25px;
      margin-left: 10px;
      padding: 5px 0;
      text-align: center;
      border: solid 1px #009de2;
      border-radius: 5px; }

@media screen and (max-width: 767px) {
  .plan_about > h2 {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 30px; }

  .plans_link {
    margin-bottom: 50px; }
    .plans_link ul {
      display: block; }
      .plans_link ul li {
        width: 100%;
        margin-bottom: 10px; }
        .plans_link ul li a {
          font-size: 1.8rem; }

  .plans_section {
    margin-bottom: 50px; }

  .plans_table__table th {
    width: 40%; }
  .plans_table__table td {
    width: 60%; }
  .plans_table__price__plan04 {
    text-align: center !important; }
    .plans_table__price__plan04 div {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -moz-align-items: center;
      -ms-align-items: center; }
      .plans_table__price__plan04 div p:first-child {
        font-size: 3.5rem; }

  .flow_phone_number {
    width: 100%; }
    .flow_phone_number span:first-child {
      font-size: 2.4rem; }
    .flow_phone_number span:nth-child(2) {
      font-size: 1.1rem;
      line-height: 1.1;
      padding: 2px; }
    .flow_phone_number span:last-child {
      font-size: 1.1rem;
      line-height: 1.1;
      margin-right: 5px;
      margin-left: 5px;
      padding: 2px; } }
@media screen and (max-width: 320px) {
  .flow_phone_number span:first-child {
    font-size: 2rem;
    padding-left: 20%; }
  .flow_phone_number span:nth-child(2) {
    display: none; }
  .flow_phone_number span:last-child {
    width: 30%; } }
/* ==============================
[7-1]お知らせ
============================== */
.fa-caret-left:before,
.fa-caret-right:before {
  font-family: "Fontawesome"; }

.info_list__li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 15px 0;
  border-bottom: solid 1px #bfbfbf; }
  .info_list__li a {
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start; }
    .info_list__li a:hover > * {
      text-decoration: underline; }
    .info_list__li a:hover .li__cat {
      text-decoration: none; }

.li__date {
  width: 8%;
  padding: 8px 0; }
.li__cat {
  display: inline-block;
  width: 20%;
  margin-left: 2%;
  padding: 4px 0;
  text-align: center;
  color: #ea9e19;
  border: solid 2px #ea9e19; }
.li__cat_02 {
  color: #009de2;
  border-color: #009de2; }
.li__cat_03 {
  color: #1e2182;
  border-color: #1e2182; }
.li__title {
  font-size: 1.6rem;
  width: 68%;
  margin-left: 2%;
  padding: 4px 0; }

.info_pagenation {
  margin-top: 30px; }
  .info_pagenation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
    .info_pagenation ul li {
      font-size: 1.6rem; }
      .info_pagenation ul li a {
        text-decoration: none; }
        .info_pagenation ul li a:hover {
          text-decoration: underline; }
      .info_pagenation ul li a,
      .info_pagenation ul li span {
        display: block;
        margin: 0 1px;
        padding: 5px 7px; }
      .info_pagenation ul li.prev a, .info_pagenation ul li.next a {
        text-decoration: none; }
        .info_pagenation ul li.prev a:hover, .info_pagenation ul li.next a:hover {
          text-decoration: underline; }
      .info_pagenation ul li.active span {
        border: solid 1px #009de2;
        border-radius: 10px; }

@media screen and (max-width: 767px) {
  .info_list__li {
    padding-right: 10px;
    padding-left: 10px; }
    .info_list__li a {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
      .info_list__li a > * {
        display: inline-block;
        margin: 0 0 5px 0; }

  .li {
    padding: 20px 0; }
    .li__date {
      width: 25%;
      padding: 4px 0; }
    .li__cat {
      width: 60%;
      padding: 2px 0; }
    .li__title {
      width: 100%;
      padding: 4px 0 0 0; }

  .info_pagenation ul li a,
  .info_pagenation ul li span {
    margin-right: 5px;
    margin-left: 5px; } }
/* ==============================
[7-2]お知らせ詳細
============================== */
.info_detail {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  border: solid 1px #bfbfbf;
  border-radius: 5px; }
  .info_detail__header p {
    margin-bottom: 20px; }
  .info_detail__header h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #bfbfbf; }
  .info_detail__article p,
  .info_detail__article li,
  .info_detail__article address,
  .info_detail__article dt,
  .info_detail__article dd {
    font-size: 1.6rem;
    line-height: 1.7; }
  .info_detail__article p,
  .info_detail__article ul,
  .info_detail__article ol,
  .info_detail__article dl,
  .info_detail__article address {
    margin-bottom: 1em; }
    .info_detail__article p:last-child,
    .info_detail__article ul:last-child,
    .info_detail__article ol:last-child,
    .info_detail__article dl:last-child,
    .info_detail__article address:last-child {
      margin-bottom: 0; }
  .info_detail__article figcaption {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: center; }
  .info_detail__article .alignleft {
    float: left;
    margin: 0 20px 1em 0; }
  .info_detail__article .alignright {
    float: left;
    margin: 0 0 1em 20px; }

@media screen and (max-width: 767px) {
  .info_detail__header p {
    text-align: center; }
  .info_detail__article .alignleft,
  .info_detail__article .alignright {
    float: none;
    margin: 0 0 1em 0; } }
/* ==============================
[9-1]お問い合わせ
============================== */
.form_inpuiry_wapper.contactForm span {
  width: 100%; }

.form__check {
  font-size: 1.6rem;
  margin-bottom: 20px; }

.form__check .form__check-content {
  font-weight: bold;
  margin-bottom: 10px; }

.form__check-wrapper {
  margin-bottom: 40px; }

.button-2--form {
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  background: #bfbfbf;
  box-shadow: 0 2px 0 #707070; }

.form__body-text {
  margin-bottom: 30px; }

.top-return {
  margin-bottom: 30px;
  text-align: center; }

.select--form-days {
  width: 25%;
  margin-right: 2%; }

/* ==============================
[13-1]葬儀の事前相談・終活セミナー
============================== */
.jizen_area {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .jizen_area:first-child {
    margin-top: 30px; }
  .jizen_area__image {
    width: 386px; }
  .jizen_area__content {
    width: 455px; }
    .jizen_area__content h2 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 15px;
      color: #049fe2; }
      .jizen_area__content h2 span {
        font-size: 1.4rem;
        font-weight: 400;
        color: #000; }
        .jizen_area__content h2 span.copy {
          font-size: 1.6rem;
          display: inline-block;
          margin-bottom: 4px;
          margin-left: 10px;
          padding: 3px 6px 2px;
          vertical-align: middle;
          color: #fff;
          background-color: #049fe2; }
    .jizen_area__content p {
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 25px; }
  .jizen_area:last-child {
    margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .jizen_area {
    display: block;
    margin-bottom: 50px; }
    .jizen_area__image {
      width: 100%;
      margin-bottom: 10px; }
    .jizen_area__content {
      width: 100%; }
      .jizen_area__content h2 .copy.endingnote {
        margin-left: 0; }
      .jizen_area__content p {
        margin-bottom: 20px; } }
/* ==============================
[13-2]事前相談
============================== */
.consultation_intro {
  margin-top: 30px;
  margin-bottom: 65px; }
  .consultation_intro > h2 {
    font-size: 2rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #1e2182; }
    .consultation_intro > h2 span {
      font-size: 1.6rem; }
  .consultation_intro > p {
    font-size: 1.6rem;
    line-height: 2; }
  .consultation_intro__q {
    margin: 20px auto 0; }
    .consultation_intro__q p {
      font-size: 1.4rem;
      line-height: 1.7; }

.consultation_feature > h2 {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  color: #333; }
  .consultation_feature > h2 span {
    color: #0fa3e4; }
    .consultation_feature > h2 span:last-of-type {
      font-size: 1.8rem;
      color: #000; }
.consultation_feature__box {
  overflow: hidden;
  min-height: 228px;
  margin-bottom: 15px;
  border: solid 1px #1e2182;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .consultation_feature__box__text {
    width: 50%;
    padding: 25px;
    background-color: #f7f8ff; }
    .consultation_feature__box__text h3 {
      font-size: 2.4rem;
      font-weight: 900;
      line-height: 1.5;
      margin-bottom: 15px;
      color: #333;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-align-items: center;
      -ms-align-items: center; }
      .consultation_feature__box__text h3 span:first-child {
        font-family: "Oswald", sans-serif;
        font-size: 4.8rem;
        font-weight: 100;
        margin-right: 10px;
        color: #1e2182; }
    .consultation_feature__box__text p {
      font-size: 1.4rem;
      line-height: 2; }
    .consultation_feature__box__text__link {
      margin: 5px 0 20px;
      text-align: right; }
  .consultation_feature__box__image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .consultation_feature__box:nth-child(odd) .consultation_feature__box__image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .consultation_feature__box:nth-child(odd) .consultation_feature__box__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }

.consultation_method {
  padding: 20px;
  border: solid 1px #666460;
  border-radius: 10px; }
  .consultation_method > h3 {
    margin-right: 5px;
    margin-left: 5px; }
  .consultation_method > p {
    font-size: 1.4rem;
    line-height: 1.7; }
  .consultation_method__flow {
    margin: 30px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .consultation_method__flow > div {
      width: 29.4%;
      margin-right: 50px; }
      .consultation_method__flow > div:last-child {
        margin-right: 0; }
        .consultation_method__flow > div:last-child figure::after {
          display: none; }
      .consultation_method__flow > div h4 {
        font-size: 1.8rem;
        font-weight: 900;
        margin-bottom: 8px;
        color: #333; }
        .consultation_method__flow > div h4 span {
          font-family: "Oswald", sans-serif;
          font-size: 3rem;
          font-weight: 100;
          margin-right: 8px;
          vertical-align: sub;
          color: #1e2182; }
      .consultation_method__flow > div figure {
        position: relative;
        margin-bottom: 8px; }
        .consultation_method__flow > div figure::after {
          position: absolute;
          top: 50%;
          right: -35px;
          display: block;
          width: 0;
          height: 0;
          content: "";
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-width: 29px 0 29px 16px;
          border-style: solid;
          border-color: transparent transparent transparent #eee; }
      .consultation_method__flow > div p {
        font-size: 1.6rem;
        line-height: 1.6; }
  .consultation_method__double {
    margin: 0 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .consultation_method__double > div {
      width: 48%; }
      .consultation_method__double > div p {
        font-size: 1.4rem;
        line-height: 1.7; }

@media screen and (max-width: 767px) {
  .consultation_intro {
    margin-bottom: 40px; }
    .consultation_intro__q {
      width: 100%;
      margin-top: 25px; }
    .consultation_intro > p {
      line-height: 1.7; }

  .consultation_feature > h2 {
    font-size: 2.2rem;
    line-height: 1.4; }
    .consultation_feature > h2 span {
      display: block; }

  .consultation_feature__box {
    display: block; }
    .consultation_feature__box__text {
      width: 100%;
      padding: 15px; }
      .consultation_feature__box__text h3 {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 10px; }
      .consultation_feature__box__text__link {
        margin-bottom: 10px; }
    .consultation_feature__box__image {
      width: 100%;
      height: 150px; }

  .consultation_method > h3 {
    margin-right: 0;
    margin-left: 0; }
  .consultation_method__flow {
    display: block;
    margin: 15px 0 25px; }
    .consultation_method__flow > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .consultation_method__flow > div > h4 {
        margin-bottom: 10px; }
      .consultation_method__flow > div figure {
        margin-bottom: 10px; }
        .consultation_method__flow > div figure::after {
          display: none; }
  .consultation_method__double {
    display: block;
    margin: 0; }
    .consultation_method__double > div {
      width: 100%;
      margin-bottom: 25px; }
      .consultation_method__double > div:last-child {
        margin-bottom: 5px; } }
/* ==============================
[2-3]会社概要
============================== */
.l-intro .ttl-company {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.9rem;
  font-weight: 900;
  margin-bottom: 35px;
  letter-spacing: -.05em;
  color: #1e2182; }

.p-company {
  line-height: 2; }

.company-link {
  font-size: 1.6rem;
  position: relative;
  margin-top: 30px;
  text-align: right; }
  .company-link::before {
    position: absolute;
    bottom: 50%;
    left: 0;
    display: block;
    width: 55%;
    height: 0;
    content: "";
    border-bottom: solid 1px #333; }
  .company-link a:hover {
    text-decoration: none; }

.company-data {
  margin: 50px 0 0 0; }
  .company-data .heading-1 {
    text-align: left; }
  .company-data .table-3 td h3 {
    font-size: 1.7rem;
    margin-bottom: 8px; }
  .company-data .table-3 td h4 {
    margin-bottom: 5px; }
  .company-data.history {
    margin-top: 0; }

.table-3 {
  width: 100%;
  table-layout: fixed; }
  .table-3 th,
  .table-3 td {
    line-height: 1.7;
    padding: 5px;
    text-align: left;
    vertical-align: top; }
  .table-3 th {
    font-size: 1.6rem;
    font-weight: 700;
    width: 170px;
    border-right: solid 1px #333; }
  .table-3 td {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 40px;
    color: #555; }
    .table-3 td a {
      transition: .5s; }
      .table-3 td a:hover {
        transition: .5s;
        opacity: .6; }
    .table-3 td .google-map {
      overflow: hidden;
      width: 556px;
      height: 321px;
      margin-top: 15px;
      margin-bottom: 20px; }
      .table-3 td .google-map iframe {
        margin-top: -130px;
        border: none; }
    .table-3 td h3 {
      font-weight: 900;
      margin-bottom: 5px; }
    .table-3 td ul {
      margin: 0 0 30px 0; }
      .table-3 td ul li {
        margin-bottom: 5px; }
      .table-3 td ul:last-child {
        margin-bottom: 20px; }

.company-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }
  .company-flexbox li {
    font-size: 1.2rem;
    width: 37%;
    margin-bottom: 10px !important;
    text-align: center;
    /*line-height: 40px;*/ }
    .company-flexbox li:nth-of-type(2) img {
      margin-top: 10px; }
    .company-flexbox li:nth-of-type(3) img {
      margin-top: 5px; }
    .company-flexbox li:nth-of-type(4) img, .company-flexbox li:nth-of-type(9) img {
      margin-top: 8px; }
    .company-flexbox li:nth-of-type(6) img {
      margin-top: -5px; }
    .company-flexbox li:nth-of-type(8) img {
      margin-top: 6px; }
    .company-flexbox li a {
      text-decoration: none; }

.company-philosophy {
  overflow: hidden;
  margin: 90px 0 0 0;
  padding: 10px 0;
  background: url("../img/company/bg_company.jpg") no-repeat center center;
  background-size: cover; }

.philosophys {
  margin: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }
  .philosophys h3 {
    font-size: 2.4rem;
    font-weight: 900;
    position: relative;
    min-width: 180px;
    min-height: 180px;
    margin-right: 25px;
    color: #1e2182;
    background-color: rgba(0, 157, 226, 0.1); }
    .philosophys h3 span {
      line-height: 1.4;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
  .philosophys ul {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.5;
    color: #333; }
  .philosophys:last-child ul {
    padding-right: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .philosophys:last-child ul li {
      margin-right: 40px; }

@media screen and (max-width: 767px) {
  .l-intro .ttl-company {
    font-size: 2.2rem;
    margin-bottom: 15px; }

  .company-link {
    margin-top: 15px; }
    .company-link::before {
      display: none; }

  .table-3 th,
  .table-3 td {
    display: block;
    width: 100%; }
  .table-3 th {
    padding-bottom: 0;
    border: none; }
  .table-3 td {
    padding-bottom: 8px;
    padding-left: 5px; }
    .table-3 td .google-map {
      width: 100%;
      margin-bottom: 10px; }

  .company-flexbox li {
    line-height: inherit;
    width: 100%;
    margin-bottom: 15px; }
    .company-flexbox li img {
      max-width: 100%; }
    .company-flexbox li:nth-child(4) img {
      width: 135px;
      max-width: 100%;
      height: auto; }

  .company-philosophy {
    margin-top: 30px; }

  .philosophys {
    display: block; }
    .philosophys h3 {
      width: 100%;
      height: 2.5em;
      min-height: inherit;
      margin-bottom: 20px; }
    .philosophys ul {
      font-size: 1.6rem;
      line-height: 1.7; }
      .philosophys ul li {
        margin-bottom: 10px; }
    .philosophys:last-child ul {
      padding-right: 0; }
      .philosophys:last-child ul li {
        margin-right: 2em; } }
/* ==============================
[2-4]たまのやの歴史
============================== */
.table-3.history .decade th,
.table-3.history .decade td {
  padding-top: 50px; }
.table-3.history th:first-child {
  width: 65px;
  border: none; }
.table-3.history th:nth-child(2) {
  width: 70px;
  padding-right: 25px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .table-3.history tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
  .table-3.history th,
  .table-3.history td {
    display: inline; }
  .table-3.history th:first-child,
  .table-3.history th:nth-child(2) {
    width: auto; }
  .table-3.history th:empty,
  .table-3.history td:empty {
    display: none; } }
/* ==============================
[2-2]社長挨拶
============================== */
.greeting-title {
  animation: Gradient01 8s ease infinite;
  background: linear-gradient(-45deg, #a3aeff, #b7e6fa);
  background-size: 400% 100%; }
  .greeting-title__image {
    padding-bottom: 50px;
    background: url("../img/greeting/bg_main_01.png") no-repeat right top; }
  .greeting-title__inner {
    position: relative;
    height: 265px;
    border-bottom: solid 1px #fff; }
.greeting-copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.8rem;
  font-weight: 900;
  position: absolute;
  top: 105px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 12em;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
.greeting-name {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  position: absolute;
  right: 0;
  bottom: 25px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .greeting-name span {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.9rem;
    font-weight: 900; }
.greeting-content {
  margin: 50px 0 0;
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08); }
  .greeting-content p {
    font-size: 1.6rem;
    line-height: 1.7; }
  .greeting-content h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    font-weight: 900;
    margin: 40px 0 30px;
    text-align: center;
    color: #333; }
  .greeting-content .greeting-content-paragraph {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    line-height: 2.2;
    text-align: center; }
  .greeting-content .double-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .greeting-content .double-box p {
      width: 48%; }
    .greeting-content .double-box figure {
      width: 48%; }

@keyframes Gradient01 {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@media screen and (max-width: 767px) {
  .greeting-title {
    margin-top: 30px; }
    .greeting-title__inner {
      height: 150px; }
    .greeting-title__image {
      background: url("../img/greeting/bg_main_01_sp.png") no-repeat center top; }
  .greeting-copy {
    font-size: 2rem;
    top: 25px;
    left: 50%;
    width: 15em;
    padding: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .greeting-name {
    font-size: 1.7rem;
    line-height: 1.5;
    bottom: 20px;
    left: 50%;
    width: 14em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .greeting-content {
    /*margin: 30px 0 60px;*/
    padding: 20px; }
    .greeting-content h2 {
      font-size: 2rem;
      text-align: center; }
    .greeting-content .double-box {
      display: block; }
      .greeting-content .double-box p,
      .greeting-content .double-box figure {
        width: 100%; }
      .greeting-content .double-box figure {
        margin-top: 20px;
        margin-bottom: 20px; } }
/* ==============================
[11-2]あんしん倶楽部
============================== */
.line_badge {
  position: relative;
  width: 150%;
  margin-left: -25%;
  padding: 0 25%;
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-5deg) translate3d(0, 0, 0);
  background-color: #fbfbfb; }
  .line_badge .l-wrapper-900 {
    max-width: 100%;
    margin-bottom: 80px;
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0); }

.fv-area {
  margin: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .fv-area__image {
    width: 386px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fv-area__content {
    width: 455px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
    .fv-area__content h2 {
      font-size: 2.4rem;
      font-weight: 900;
      line-height: 1.4;
      margin: 5px 0 15px;
      color: #049fe2; }
    .fv-area__content p {
      font-size: 1.4rem;
      line-height: 1.9; }
      .fv-area__content p span {
        font-size: 1.2rem; }

.price-area {
  margin: -40px 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }
  .price-area h3 {
    font-size: 2.4rem;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    background-color: #1e2182; }
.price-list {
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }
  .price-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .price-list li:first-child {
      margin-right: 30px; }
  .price-list__type {
    font-size: 1.6rem;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: #009de2;
    -webkit-align-self: center;
    align-self: center;
    -moz-align-self: center;
    -ms-align-self: center; }
  .price-list__price {
    font-family: "Oswald", sans-serif;
    font-size: 4.5rem;
    margin-top: -.75rem;
    color: #fb0000;
    -webkit-align-self: center;
    align-self: center;
    -moz-align-self: center;
    -ms-align-self: center; }
  .price-list__yen {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: .25rem;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end; }
  .price-list__tax {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: .5rem;
    margin-left: -.5rem;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end; }
.price-point {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }
  .price-point li {
    line-height: 85px;
    width: 345px;
    height: 97px;
    text-align: center;
    background: url("../img/system/bg_point@2x.png") no-repeat center center;
    background-size: cover; }
    .price-point li:first-child {
      margin-right: 20px; }

.bg-gradation {
  padding: 40px 0 0;
  animation: Gradient01 8s ease infinite;
  background: linear-gradient(-45deg, #cbc4e8, #e3f2fb);
  background-size: 400% 100%; }

.special-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
.special-content {
  width: 76%; }
  .special-content.list2 {
    width: 100%; }
  .special-content__header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .special-content__header > div {
      width: 58%; }
      .special-content__header > div h2 {
        font-size: 2.4rem;
        font-weight: 900;
        margin-bottom: 7px; }
        .special-content__header > div h2 span {
          font-size: 3.6rem;
          color: #1e2182; }
      .special-content__header > div p {
        font-size: 1.5rem;
        font-weight: 900;
        padding: 5px 0;
        text-align: center;
        background-color: #93ccf0; }
        .special-content__header > div p::before, .special-content__header > div p::after {
          content: "～"; }
    .special-content__header > p {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.6;
      position: relative;
      width: 38.5%;
      padding: 10px;
      text-align: center;
      border-radius: 10px;
      background-color: #fff; }
      .special-content__header > p span {
        color: #fb0000; }
      .special-content__header > p::before {
        position: absolute;
        top: 50%;
        left: -10px;
        width: 0;
        height: 0;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-width: 6px 10px 6px 0;
        border-style: solid;
        border-color: transparent #fff transparent transparent; }
  .special-content__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .special-content__list li {
      font-weight: 700;
      position: relative;
      width: 45%;
      margin: 10px;
      padding: 20px 40px 15px;
      text-align: center;
      border: solid 1px #009de2;
      border-radius: 10px;
      background-color: #fff; }
      .special-content__list li.special2 {
        margin-left: 35px; }
        .special-content__list li.special2 .special-point {
          font-size: 2rem;
          margin: 5px 0;
          color: #009de2; }
        .special-content__list li.special2 p span {
          font-size: 1.3rem;
          line-height: 1.5;
          display: inline-block; }
      .special-content__list li h3 {
        position: absolute;
        top: -10px;
        left: -10px;
        display: inline-block;
        padding: 8px 10px;
        color: #fff;
        border-radius: 8px;
        background-color: #009de2; }
        .special-content__list li h3::after {
          position: absolute;
          bottom: -8px;
          left: 20px;
          width: 0;
          height: 0;
          content: "";
          border-width: 9px 5px 0 5px;
          border-style: solid;
          border-color: #009de2 transparent transparent transparent; }
      .special-content__list li p {
        font-size: 1.6rem;
        line-height: 1.6; }
        .special-content__list li p span {
          font-size: 1.4rem; }
        .special-content__list li p.special-price {
          margin-bottom: 8px; }
          .special-content__list li p.special-price span {
            font-family: "Oswald", sans-serif;
            font-size: 3rem;
            color: #fb0000; }
        .special-content__list li p.btn-blue {
          font-size: 1.4rem; }
          .special-content__list li p.btn-blue a {
            display: block;
            padding: 3px 0;
            text-decoration: none;
            color: #fff;
            border-radius: 20px;
            background-color: #009de2; }
    .special-content__list.list2 {
      margin: 30px 0;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
      .special-content__list.list2 li {
        width: 31%;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px; }
        .special-content__list.list2 li:nth-child(1) p {
          font-size: 2rem;
          margin-top: 5px; }
        .special-content__list.list2 li:nth-child(2) p, .special-content__list.list2 li:nth-child(6) p {
          margin-top: 7px; }
        .special-content__list.list2 li:nth-child(4), .special-content__list.list2 li:nth-child(5), .special-content__list.list2 li:nth-child(6), .special-content__list.list2 li:nth-child(7) {
          width: 47.5%;
          margin-top: 25px; }
.special-image {
  width: 23%; }
  .special-image img {
    vertical-align: bottom; }

.spacial-callus {
  margin-top: 50px; }
  .spacial-callus.memoleadlife {
    margin-bottom: 90px; }

.anshin_club {
  margin: 60px 0; }
  .anshin_club p span {
    font-size: 1.4rem; }
  .anshin_club .button-1 {
    font-size: 2.2rem;
    font-weight: 900;
    width: 95%;
    height: auto;
    margin: 40px auto 50px; }
    .anshin_club .button-1:last-child {
      margin-bottom: 30px; }
    .anshin_club .button-1 a {
      display: block;
      width: 100%;
      padding: 12px 0;
      text-align: center;
      text-decoration: none; }

.by_mailform {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .by_mailform > div:nth-child(3) {
    margin-right: 0; }
    .by_mailform > div:nth-child(3) figure::after {
      display: none; }
  .by_mailform > div:nth-child(4), .by_mailform > div:nth-child(5) {
    margin-top: 40px; }

@media screen and (max-width: 767px) {
  .fv-area {
    display: block; }
    .fv-area__image {
      width: 100%;
      margin-top: 20px; }
    .fv-area__content {
      width: 100%; }
      .fv-area__content h2 {
        text-align: center; }
      .fv-area__content p:first-child {
        text-align: center; }

  .price-area {
    display: block;
    margin-bottom: 20px; }
    .price-area h3 {
      margin-bottom: 20px;
      text-align: center; }
  .price-list {
    display: block;
    margin-left: 0; }
    .price-list li {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center; }
      .price-list li:first-child {
        margin-right: 0;
        margin-bottom: 10px; }
  .price-point {
    display: block; }
    .price-point li {
      font-size: 1.8rem;
      width: 100%;
      height: auto;
      background-size: contain; }
      .price-point li:first-child {
        margin-right: 0; }

  .special-area {
    display: block; }
  .special-content {
    width: 100%; }
    .special-content__header > div h2 {
      font-size: 2rem;
      line-height: 1.3;
      text-align: center; }
      .special-content__header > div h2 span {
        font-size: 3rem; }
    .special-content__header > div p {
      line-height: 1.3; }
    .special-content__list {
      display: block; }
      .special-content__list.list2 {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 20px; }
        .special-content__list.list2 li {
          width: calc(100% - 20px) !important; }
          .special-content__list.list2 li p {
            margin-top: 0 !important; }
      .special-content__list li {
        width: calc(100% - 20px);
        margin-bottom: 20px; }
        .special-content__list li.special2 {
          margin-left: 10px; }
  .special-image {
    position: relative;
    z-index: 1;
    width: 30%;
    margin-top: -50px;
    margin-left: auto; }

  .anshin_club {
    margin: 40px 0 0 0; }
    .anshin_club:last-child {
      margin-top: 20px; }
    .anshin_club .button-1 {
      font-size: 1.8rem;
      width: 100%;
      margin: 30px auto; }
      .anshin_club .button-1:last-child {
        margin-bottom: 20px; }

  .by_mailform > div {
    width: 100%; }
    .by_mailform > div:nth-child(4), .by_mailform > div:nth-child(5) {
      margin-top: 0; } }
@media screen and (max-width: 320px) {
  .special-content__header > div h2 {
    font-size: 1.6rem; }

  .special-content__header > div p {
    font-size: 1.3rem; }

  .special-content__header > p {
    font-size: 1.4rem; } }
/* ==============================
[11-3]ハートライン
============================== */
.heartline_reason-area {
  position: relative;
  z-index: 1;
  padding: 50px 0 40px; }
  .heartline_reason-area > h2 {
    margin-bottom: 35px; }
.heartline_reason__box {
  position: relative;
  padding: 0 25px; }
  .heartline_reason__box__1 {
    width: 65%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .heartline_reason__box__1 li {
      font-size: 1.6rem;
      line-height: 1.4;
      width: 48%;
      min-height: 23px;
      margin-bottom: 15px;
      padding-left: 35px;
      background: url("../img/system/check@2x.png") no-repeat left top;
      background-size: 27px 23px; }
  .heartline_reason__box__2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .heartline_reason__box__2 li {
      width: 48%;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between; }
      .heartline_reason__box__2 li:nth-child(1), .heartline_reason__box__2 li:nth-child(2) {
        margin-right: 52%; }
      .heartline_reason__box__2 li h3 {
        width: 55px; }
        .heartline_reason__box__2 li h3 span {
          display: block;
          width: 55px;
          height: 55px;
          padding-top: 20px;
          text-align: center;
          color: #fff;
          border-radius: 28px;
          background-color: #a5abd2; }
      .heartline_reason__box__2 li > div {
        width: 84%; }
        .heartline_reason__box__2 li > div h4 {
          font-size: 1.6rem;
          font-weight: 900;
          line-height: 1.4;
          margin-bottom: 5px;
          color: #141a3e; }
        .heartline_reason__box__2 li > div p {
          line-height: 1.7; }
  .heartline_reason__box figure {
    position: absolute;
    top: 0;
    right: 25px;
    width: 266px;
    height: 266px; }
    .heartline_reason__box figure img {
      border-radius: 133px;
      box-shadow: 5px 5px 15px 0 rgba(111, 97, 92, 0.07); }

.heartline .plan_main__title {
  margin-bottom: 15px;
  padding-bottom: 30px; }
.heartline .plan_main__title__03 {
  font-size: 1.2rem;
  position: absolute;
  top: 125px;
  right: 85px; }
.heartline.fv-area {
  margin-bottom: -30px; }
.heartline.how_about {
  margin-top: 50px;
  margin-bottom: 130px; }
.heartline.special-content__list {
  margin-bottom: 50px; }

.spacial-content__title {
  font-size: 3.2rem;
  font-weight: 900;
  position: relative;
  width: 15.5em;
  margin: -60px auto 50px;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #009de2; }
  .spacial-content__title::after {
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-width: 17px 10px 0 10px;
    border-style: solid;
    border-color: #009de2 transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .heartline_reason-area > h2 {
    margin-bottom: 25px; }
  .heartline_reason__box {
    padding: 0; }
    .heartline_reason__box__1 {
      display: block;
      width: 100%; }
      .heartline_reason__box__1 li {
        width: 100%; }
    .heartline_reason__box__2 {
      width: 100%;
      margin-bottom: 10px; }
      .heartline_reason__box__2 li {
        width: 100%; }
        .heartline_reason__box__2 li:nth-child(1), .heartline_reason__box__2 li:nth-child(2) {
          margin-right: 0; }
        .heartline_reason__box__2 li > div {
          width: calc(97% - 55px); }
    .heartline_reason__box figure {
      position: relative;
      top: inherit;
      right: inherit;
      margin: 0 auto 30px; }

  .heartline .plan_main__title__03 {
    top: 133px;
    right: 0;
    left: 0;
    text-align: center; }
  .heartline.how_about {
    margin-top: -50px;
    margin-bottom: 30px; }
    .heartline.how_about__service {
      margin-top: 0; }
  .heartline.special-content__list {
    padding-top: 20px; }

  .spacial-content__title {
    font-size: 1.8rem;
    top: -10px;
    width: 15em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 0; } }
/* ==============================
[18]よくある質問
============================== */
.heading-1__blue {
  color: #009de2; }

.heading-1__deepblue {
  font-size: 3.4rem;
  color: #1e2182; }

.box-faq {
  line-height: 1.5;
  margin-bottom: 50px;
  padding: 40px 45px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background: #fff; }

.dl-faq > dt {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 0 0 10px 28px;
  cursor: pointer;
  border-bottom: 1px solid #81c5e3; }

.dl-faq > dt::before {
  position: absolute;
  top: -14px;
  left: -30px;
  width: 45px;
  height: 42px;
  content: "";
  background: url(../img/faq/ico_q.png) no-repeat 0 0/contain; }

.dl-faq > dt::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../img/faq/ico_open.jpg) no-repeat 0 0/contain; }

.dl-faq > dt.is-open::after {
  background: url(../img/faq/ico_close.jpg) no-repeat 0 0/contain; }

.dl-faq > dd {
  display: none;
  padding: 30px 0 10px; }

.dl-faq > dd + dt {
  margin-top: 30px; }

.dl-faq02 > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  cursor: pointer; }

.dl-faq02 > dt .ico {
  display: block;
  width: 60px;
  margin: 0 20px 0 0; }

.dl-faq02 > dt .txt {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 8px 0 0;
  padding: 15px 25px 15px 15px;
  border-radius: 10px;
  background: #eee url(../img/faq/ico_arrow.png) no-repeat right 10px center/15px; }

.dl-faq02 > dt .txt::after {
  position: absolute;
  top: 20px;
  left: -10px;
  content: "";
  border-width: 6px 10px 6px 0;
  border-style: solid;
  border-color: transparent #eee transparent transparent; }

.dl-faq02 > dd {
  display: none;
  padding: 20px 0; }

.dl-faq02 > dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.dl-faq02 > dd .inner .ico {
  display: block;
  width: 60px;
  margin: 0 0 0 20px; }

.dl-faq02 > dd .inner .desc {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 8px 0 0 0;
  padding: 20px;
  border-radius: 10px;
  background: #e9f8ff; }

.dl-faq02 > dd .inner .desc::after {
  position: absolute;
  top: 20px;
  right: -10px;
  content: "";
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #e9f8ff; }

.dl-faq02 > dd h3 {
  font-weight: 700;
  position: relative;
  margin: 30px 0 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #009de2; }

.dl-faq02 > dd h3::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  content: "";
  background: #1e2182; }

.dl-faq02 > dd h3:first-child {
  margin: 0 0 10px; }

.dl-faq02 > dd + dt {
  margin-top: 10px; }

.list-side-anchor > li {
  font-weight: 700;
  position: relative;
  padding-left: 20px; }

.list-side-anchor > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #1e2182; }

.list-side-anchor > li + li {
  margin-top: 20px; }

.list-side-anchor > li > ul {
  margin-top: 5px; }

.list-side-anchor > li > ul > li {
  position: relative;
  padding-left: 15px; }

.list-side-anchor > li > ul > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #009de2; }

.list-side-anchor > li > ul > li + li {
  margin-top: 5px; }

.list-side-anchor a {
  line-height: 1.5;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none; }

.list-side-anchor a:hover {
  opacity: .5; }

@media screen and (max-width: 768px) {
  .heading-1__deepblue {
    font-size: 2.4rem; }

  .box-faq {
    margin-bottom: 30px;
    padding: 20px 15px; }

  .dl-faq > dt {
    font-size: 15px;
    padding: 0 0 10px 30px; }

  .dl-faq > dt::before {
    top: -6px;
    left: -10px;
    width: 30px;
    height: 29px; }

  .dl-faq > dt::after {
    width: 20px;
    height: 20px; }

  .dl-faq > dd {
    padding: 15px 0 10px; }

  .dl-faq > dd + dt {
    margin-top: 20px; }

  .dl-faq02 > dt .ico {
    width: 40px;
    margin: 0 15px 0 0; }

  .dl-faq02 > dt .txt {
    font-size: 13px;
    margin: 0;
    padding: 15px 25px 15px 15px;
    background: #eee url(../img/faq/ico_arrow.png) no-repeat right 7px center/12px; }

  .dl-faq02 > dd {
    padding: 20px 0; }

  .dl-faq02 > dd .inner .ico {
    width: 40px;
    margin: 0 0 0 15px; }

  .dl-faq02 > dd .inner .desc {
    font-size: 13px;
    margin: 0;
    padding: 15px; }

  .dl-faq02 > dd h3 {
    margin: 15px 0 10px; }

  .dl-faq02 > dd h3:first-child {
    margin: 0 0 10px; } }
/* ==============================
[16]特定商取引法表示 / [17]個人情報保護方針
============================== */
.shop_wrap,
.privacy_wrap {
  margin-top: 20px;
  margin-bottom: 30px; }

.shop_wrap .heading-1,
.privacy_wrap .heading-1 {
  text-align: left; }

.shop_wrap .table-3 tr:nth-child(odd) th,
.shop_wrap .table-3 tr:nth-child(odd) td,
.privacy_wrap .table-3 tr:nth-child(odd) th,
.privacy_wrap .table-3 tr:nth-child(odd) td {
  background-color: #efefef; }

.shop_wrap .table-3 th,
.shop_wrap .table-3 td,
.privacy_wrap .table-3 th,
.privacy_wrap .table-3 td {
  line-height: 2;
  padding-top: 9px;
  padding-bottom: 9px; }

.privacy_lead {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
  color: #555; }

.shop_wrap .table-3 th,
.privacy_wrap .table-3 th {
  width: 260px; }

.privacy_wrap .table-3 td ul {
  margin-bottom: 10px; }

.privacy_wrap .table-3 td ul li {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .shop_wrap .table-3 th,
  .privacy_wrap .table-3 th {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0; }

  .shop_wrap .table-3 td,
  .privacy_wrap .table-3 td {
    padding-top: 0;
    padding-bottom: 10px; } }
/* ==============================
[11-4]メモリード・ライフ
============================== */
#canvas {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccf0ff; }

.memoleadlife__header {
  padding-top: 40px; }
  .memoleadlife__header h2 {
    width: 235px;
    margin: 0 auto; }
  .memoleadlife__header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around; }
    .memoleadlife__header__main figure {
      width: 137px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-align-self: flex-end;
      align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-align-self: flex-end; }
      .memoleadlife__header__main figure:last-child {
        width: 148px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3; }
      .memoleadlife__header__main figure img {
        vertical-align: bottom; }
    .memoleadlife__header__main h3 {
      font-size: 4.5rem;
      font-weight: 900;
      line-height: 1.4;
      margin-bottom: 15px;
      text-align: center;
      color: #009de2;
      text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-align-self: center;
      align-self: center;
      -moz-align-self: center;
      -ms-align-self: center; }
      .memoleadlife__header__main h3 span {
        font-size: 6.9rem;
        line-height: 1;
        display: inline-block;
        margin-bottom: .05em;
        vertical-align: bottom;
        color: #1e2182; }
.memoleadlife__content {
  position: relative;
  padding: 50px 0 80px; }
  .memoleadlife__content > h2 {
    font-size: 2.6rem;
    font-weight: 900;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 18em;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background-color: #1e2182; }
    .memoleadlife__content > h2::after {
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 0;
      height: 0;
      margin: 0 auto;
      content: "";
      border-width: 10px 5px 0 5px;
      border-style: solid;
      border-color: #1e2182 transparent transparent transparent; }
.memoleadlife__recommend {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .memoleadlife__recommend li {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    width: 30%;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    border: solid 1px #1e2182;
    border-radius: 10px;
    background-color: #fff; }
    .memoleadlife__recommend li span {
      color: #1e2182; }
    .memoleadlife__recommend li:nth-child(1), .memoleadlife__recommend li:nth-child(2), .memoleadlife__recommend li:nth-child(4) {
      margin-right: 20px; }
.memoleadlife__service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }
  .memoleadlife__service > div {
    width: 67%; }
    .memoleadlife__service > div h3 {
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 1.4;
      margin-bottom: 30px;
      padding: 3px 0 3px 8px;
      border-left: solid 5px #1e2182; }
    .memoleadlife__service > div li {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1.4;
      margin-bottom: 15px;
      padding-left: 37px;
      background: url("../img/system/check_02@2x.png") no-repeat left top;
      background-size: 30px 26px; }
      .memoleadlife__service > div li > span {
        font-size: 1.6rem; }
        .memoleadlife__service > div li > span > span {
          font-size: 1.4rem;
          font-weight: 500; }
      .memoleadlife__service > div li:last-child {
        margin-bottom: 0; }
  .memoleadlife__service > figure {
    line-height: 280px;
    width: 266px;
    height: 266px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 5px 5px 15px 0 rgba(111, 97, 92, 0.07); }
    .memoleadlife__service > figure img {
      width: 85%; }

@media screen and (max-width: 767px) {
  .memoleadlife__header__main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .memoleadlife__header__main figure {
      width: 49%;
      text-align: right;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2; }
      .memoleadlife__header__main figure:last-child {
        width: 51%;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3; }
      .memoleadlife__header__main figure img {
        width: 70%;
        margin-right: 5px;
        margin-left: 5px; }
    .memoleadlife__header__main h3 {
      font-size: 2.6rem;
      width: 100%;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1; }
      .memoleadlife__header__main h3 span {
        font-size: 4rem; }
  .memoleadlife__content {
    padding-top: 90px;
    padding-bottom: 50px; }
    .memoleadlife__content > h2 {
      font-size: 2.4rem;
      line-height: 1.3;
      top: -20px;
      width: 95%; }
  .memoleadlife__recommend {
    display: block;
    margin-bottom: 40px; }
    .memoleadlife__recommend li {
      font-size: 1.7rem;
      width: calc(100% - 20px);
      margin: 15px 10px; }
  .memoleadlife__service {
    display: block; }
    .memoleadlife__service > div {
      width: 100%; }
      .memoleadlife__service > div h3 {
        font-size: 2rem; }
      .memoleadlife__service > div li {
        font-size: 1.7rem;
        padding-left: 30px;
        background-size: 24px auto; }
        .memoleadlife__service > div li > span {
          font-size: 1.5rem; }
          .memoleadlife__service > div li > span > span {
            font-size: 1.3rem; }
    .memoleadlife__service > figure {
      width: 240px;
      height: 240px;
      margin: 30px auto; } }
/* ==============================
[13-3]エンディングノート
============================== */
.endingnote.fv-area {
  margin-bottom: -30px; }
.endingnote__list {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }
  .endingnote__list > div {
    width: 65%; }
    .endingnote__list > div h2 {
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 1.4;
      margin-bottom: 20px;
      color: #1e2182; }
    .endingnote__list > div li {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1.4;
      min-height: 26px;
      margin-bottom: 15px;
      padding-left: 35px;
      background: url(../img/system/check_02@2x.png) no-repeat left top 2px;
      background-size: 27px 23px; }
  .endingnote__list > figure {
    width: 266px; }
    .endingnote__list > figure img {
      border-radius: 50%;
      box-shadow: 5px 5px 25px 0 rgba(111, 97, 92, 0.07); }
.endingnote__present {
  margin-bottom: 60px;
  padding: 30px;
  border: solid 1px #009de2;
  border-radius: 10px; }
  .endingnote__present > h2 {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-left: 87px;
    background: url("../img/system/cut_04@2x.jpg") no-repeat left top;
    background-size: 73px 53px; }
    .endingnote__present > h2 span {
      font-size: 1.6rem;
      font-weight: 500; }
  .endingnote__present > div {
    margin: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .endingnote__present > div p {
      font-size: 1.6rem;
      line-height: 1.9;
      width: 75%; }
    .endingnote__present > div figure {
      width: 22%; }
.endingnote__note dt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 30px 0 10px;
  padding: 7px 10px 5px;
  border: solid 1px #959595;
  border-radius: 10px;
  background-color: #eee; }
.endingnote__note dd {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px; }

@media screen and (max-width: 767px) {
  .endingnote__list {
    display: block; }
    .endingnote__list > div {
      width: 100%; }
      .endingnote__list > div h2 {
        font-size: 2rem; }
      .endingnote__list > div li {
        font-size: 1.6rem; }
    .endingnote__list > figure {
      margin: 30px auto 0; }
  .endingnote__present {
    margin-bottom: 40px;
    padding: 20px; }
    .endingnote__present > h2 {
      font-size: 2rem;
      padding-left: 0;
      background: none; }
      .endingnote__present > h2 span {
        font-size: 1.4rem;
        line-height: 1.6;
        display: inline-block;
        margin-bottom: 8px; }
    .endingnote__present > div {
      display: block;
      margin: 0; }
      .endingnote__present > div p {
        width: 100%; }
      .endingnote__present > div figure {
        width: 80%;
        margin: 15px auto; }
        .endingnote__present > div figure img {
          margin-left: 15px; }
  .endingnote__note dt {
    text-align: center; } }
/* ==============================
[15]サイトマップ
============================== */
.sitemap_wrap {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 40px 50px;
  border: solid 1px #009de2;
  border-radius: 10px; }
.sitemap-navi {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }
  .sitemap-navi__col {
    position: relative;
    z-index: 2;
    width: 33.33%;
    padding-left: 35px;
    border-left: 1px solid #f2f2f2; }
    .sitemap-navi__col:first-child {
      padding-left: 0;
      border-left: none; }
  .sitemap-navi__item a {
    display: inline-block;
    padding: 7px 0 0;
    transition: .5s;
    text-decoration: none;
    color: #333; }
    .sitemap-navi__item a:hover {
      transition: .5s;
      color: #009de2; }
  .sitemap-navi__item__mt {
    margin-top: 25px; }
  .sitemap-navi__child a::before {
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-right: 5px;
    content: "";
    background: url("../img/icon_arrow_footer.svg") no-repeat left center;
    background-size: cover; }

@media screen and (max-width: 767px) {
  .sitemap_wrap {
    padding: 20px; }
  .sitemap-navi {
    font-size: 1.4rem;
    flex-wrap: wrap; }
    .sitemap-navi__col {
      width: 100%;
      padding-left: 0;
      border-left: none; }
    .sitemap-navi__item__mtsp {
      margin-top: 25px; } }
/* ==============================
[19]仏壇・仏具のご案内
============================== */
.alter.fv-area {
  margin-bottom: -30px; }
.alter.shop_wrap {
  line-height: 1.6; }
  .alter.shop_wrap .table-3 th {
    width: 160px; }
  .alter.shop_wrap .table-3 td img {
    margin-top: 8px; }

.plaza {
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 70px; }
  .plaza .heading-5 {
    position: relative; }
    .plaza .heading-5 .button-3 {
      font-family: "Oswald", sans-serif;
      font-weight: 100;
      position: absolute;
      right: 0;
      bottom: -3px; }
      .plaza .heading-5 .button-3 img {
        width: 18px;
        margin-right: 5px; }
  .plaza__data {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
    .plaza__data figure {
      width: 390px; }
      .plaza__data figure img {
        width: 100%;
        height: auto; }
    .plaza__data div {
      width: 460px; }
      .plaza__data div address,
      .plaza__data div p {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: solid 1px #ccc; }
        .plaza__data div address:last-child,
        .plaza__data div p:last-child {
          border: none; }
      .plaza__data div .address::before,
      .plaza__data div .open::before {
        display: inline-block;
        width: 10px;
        height: 15px;
        margin-right: 5px;
        margin-bottom: 2px;
        content: "";
        vertical-align: middle;
        background: url("../img/icon_map.png") no-repeat center center;
        background-size: cover; }
      .plaza__data div .open::before {
        width: 15px;
        background-image: url("../img/icon_clock.png"); }
  .plaza .table-2__td {
    line-height: 1.5; }
    .plaza .table-2__td ol {
      padding-left: 1.5em;
      text-indent: -1.5em; }
      .plaza .table-2__td ol li {
        list-style-position: inside;
        list-style-type: none;
        counter-increment: cnt; }
        .plaza .table-2__td ol li::before {
          display: marker;
          content: "(" counter(cnt) ") "; }
  .plaza .map-1 iframe {
    height: 240px; }

.pattern-2 .section-1:first-child {
  padding-top: 0;
  padding-bottom: 45px; }
.pattern-2 .plan-wrap {
  margin-bottom: 50px; }

#plaza-kuroiwa::before, #plaza-kamata::before {
  display: inline-block;
  height: 80px;
  margin-top: -80px;
  content: "";
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .alter.line_badge .l-wrapper-900 {
    margin-bottom: 50px; }
  .alter.shop_wrap .table-3 th {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: solid 3px #eee; }
  .alter.shop_wrap .table-3 td img {
    display: block;
    width: 40%;
    margin: 12px auto 0; }

  .plaza {
    margin-top: 30px;
    margin-bottom: 40px; }
    .plaza .heading-5 {
      margin-bottom: 80px; }
      .plaza .heading-5 .button-3 {
        bottom: -70px; }
    .plaza__data {
      display: block;
      margin-bottom: 20px; }
      .plaza__data figure,
      .plaza__data div {
        width: 100%; }
        .plaza__data figure address,
        .plaza__data figure p,
        .plaza__data div address,
        .plaza__data div p {
          font-size: 1.4rem; }
      .plaza__data figure {
        margin-bottom: 10px; }
    .plaza .section-5 {
      margin-bottom: 25px; } }
/* ==============================
[5-6]社葬・合同葬
============================== */
.plan05.fv-area {
  margin-bottom: 50px; }
  .plan05.fv-area .fv-area__content h2 {
    color: #1e2182; }
  .plan05.fv-area .fv-area__content p {
    font-size: 1.6rem; }
.plan05 .section-5__body--2col__item.left-col {
  width: 455px; }
.plan05 .section-5__body--2col__item.right-col {
  width: 360px; }
.plan05 .section-5__body--2col__item p {
  font-size: 1.4rem;
  line-height: 1.78;
  margin-bottom: 1em; }
  .plan05 .section-5__body--2col__item p:last-child {
    margin-bottom: 0; }
.plan05 .slide-1col {
  margin-top: 0; }
  .plan05 .slide-1col .slick-prev,
  .plan05 .slide-1col .slick-next {
    width: 26px;
    height: 26px;
    background-color: #1e2182;
    background-size: 7px auto; }
  .plan05 .slide-1col .slick-prev {
    left: -8px; }
  .plan05 .slide-1col .slick-next {
    right: -8px; }

.pattern-3 .section-1:first-child {
  padding-top: 0;
  padding-bottom: 45px; }
.pattern-3 .plan-wrap {
  margin-bottom: 20px; }
.pattern-3 .contact-bnr {
  background-image: url("../img/bnr_phone_plan05_bg@2x.jpg"); }

@media screen and (max-width: 767px) {
  .plan05 .section-5__body--2col__item.left-col,
  .plan05 .section-5__body--2col__item.right-col {
    width: 100%; }

  .plan05 .section-5__body--2col__item.left-col {
    margin-top: 20px; }

  .plan05 .slide-1col .slick-prev {
    left: 0; }

  .plan05 .slide-1col .slick-next {
    right: 0; } }
/* ==============================
供花・供物のご注文
============================== */
.flower_mv {
  margin-bottom: 40px;
  padding: 100px 0;
  background: url("../img/flower/bg_mv.jpg") no-repeat center bottom;
  background-size: cover; }
  .flower_mv h2,
  .flower_mv h3,
  .flower_mv p {
    text-align: center;
    color: #fff; }
  .flower_mv h2 {
    font-family: ten-mincho, serif;
    font-size: 4.2rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px; }
  .flower_mv h3 {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  .flower_mv p {
    font-size: 1.8rem;
    line-height: 1.8; }

.flower_items {
  margin-bottom: 30px;
  padding: 30px;
  border: solid 1px #666460;
  border-radius: 10px; }
  .flower_items .list-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between; }
  .flower_items .serach_hall {
    margin-top: 30px; }
    .flower_items .serach_hall input {
      cursor: pointer; }

span.dammy {
  display: block;
  width: 130px; }

a.btn-redirect {
  cursor: pointer; }

.banner_flower_flow {
  width: 945px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0 0 49%;
  border: solid 2px #1e2182;
  border-radius: 10px;
  background: url("../img/flower/bg_flow.jpg") no-repeat left top;
  background-size: contain; }
  .banner_flower_flow h2 {
    font-size: 3.4rem;
    font-weight: 600;
    margin-bottom: 13px;
    color: #1e2182; }
  .banner_flower_flow .sentence {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 13px; }
  .banner_flower_flow .button a {
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    width: 290px;
    padding: 13px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #1e2182; }
    .banner_flower_flow .button a:hover {
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      background-color: #009de2; }

@media screen and (max-width: 767px) {
  .flower_mv {
    padding: 60px 0;
    background-position: right -50px bottom; }
    .flower_mv h2 {
      font-size: 3rem; }
    .flower_mv h3 {
      font-size: 1.6rem; }
    .flower_mv p {
      font-size: 1.4rem; }

  .flower_items .list-img {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .flower_items .list-img li {
      width: 32%;
      margin-right: 1.5%;
      margin-bottom: 3px; }
      .flower_items .list-img li:nth-child(3n) {
        margin-right: 0; }

  .banner_flower_flow {
    width: calc(100% - 4px);
    height: auto;
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center;
    background-image: url("../img/flower/bg_flow_sp.jpg"); }
    .banner_flower_flow h2 {
      font-size: 2.4rem;
      text-shadow: 0px 0px 3px #fff; }
    .banner_flower_flow .sentence {
      text-shadow: 0px 0px 3px #fff; }
      .banner_flower_flow .sentence br {
        display: none; }
    .banner_flower_flow .button a {
      margin: 0 auto; } }
/* ==============================
EC共通
============================== */
.back_btn {
  margin-top: 35px;
  padding-bottom: 10px; }
  .back_btn a {
    font-size: 16px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #000;
    box-shadow: 0 3px 0 #808080; }
    .back_btn a:hover {
      top: 3px;
      box-shadow: none; }
    .back_btn a:before {
      content: "\025c0";
      transform: scale(0.4, 0.5); }

@media screen and (max-width: 767px) {
  .back_btn {
    padding-bottom: 50px; }
    .back_btn a {
      width: 100%; } }
.cart_btn {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #00a0e8;
  box-shadow: 0 3px 0 #0676a8; }
  .cart_btn:hover {
    top: 3px;
    box-shadow: none;
    cursor: pointer; }
  .cart_btn:before {
    width: 18px;
    height: 18px;
    padding-left: 15px;
    content: "";
    background: url(../img/cart_1.svg) no-repeat center center/contain; }
  .cart_btn span {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: auto;
    pointer-events: none;
    color: #00a0e8;
    border: 3px solid #00a0e8;
    border-radius: 50%;
    background: #fff; }

.move_btn {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #00a0e8;
  box-shadow: 0 3px 0 #0676a8;
  border: none;
  font-family: inherit; }
  .move_btn:hover {
    top: 3px;
    box-shadow: none;
    cursor: pointer; }
  .move_btn:after {
    content: "\025b6";
    transform: scale(0.4, 0.5); }

@media screen and (max-width: 767px) {
  .move_btn {
    width: 100%; } }
.bubble {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 1em;
  color: #fff;
  background: #1e2182; }
  .bubble:before {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    content: "";
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #1e2182 transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .bubble {
    font-size: 18px;
    left: 0;
    height: 40px;
    white-space: nowrap; } }
.order_flow {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  .order_flow li {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px; }
  .order_flow_1 {
    position: relative;
    color: #fff;
    background: #000; }
    .order_flow_1:before {
      width: 24px;
      height: 24px;
      padding-right: 10px;
      content: "";
      background: url(../img/pen_icon1.svg) no-repeat center center/contain; }
    .order_flow_1:after {
      position: absolute;
      top: 0;
      right: -18px;
      width: 0;
      height: 0;
      content: "";
      border-width: 30px 0 30px 18px;
      border-style: solid;
      border-color: transparent transparent transparent #000; }
  .order_flow_2 {
    position: relative;
    color: #999;
    border: 1px solid #bfbfbf;
    border-right: 0;
    background: #fff; }
    .order_flow_2:before {
      width: 24px;
      height: 24px;
      padding-right: 10px;
      content: "";
      background: url(../img/check_icon2.svg) no-repeat center center/contain; }
    .order_flow_2:after {
      position: absolute;
      z-index: -1;
      right: -16px;
      width: 30px;
      height: 30px;
      content: "";
      transform: rotate(45deg) skew(calc((90deg - 55deg) / 2), calc((90deg - 55deg) / 2));
      border: 1px solid #bfbfbf; }
  .order_flow_3 {
    color: #999;
    border: 1px solid #bfbfbf; }
    .order_flow_3:before {
      width: 18px;
      height: 18px;
      padding-right: 10px;
      content: "";
      background: url(../img/email_icon2.svg) no-repeat center center/contain; }
  .order_flow.confi .order_flow_1 {
    background: #999; }
    .order_flow.confi .order_flow_1:after {
      border-color: transparent transparent transparent #999; }
  .order_flow.confi .order_flow_2 {
    color: #fff;
    border: 0;
    background: #000; }
    .order_flow.confi .order_flow_2:before {
      background: url(../img/check_icon1.svg) no-repeat center center/contain; }
    .order_flow.confi .order_flow_2:after {
      top: 0;
      right: -18px;
      width: 0;
      height: 0;
      transform: none;
      border-width: 30px 0 30px 18px;
      border-style: solid;
      border-color: transparent transparent transparent #000; }
  .order_flow.fin .order_flow_1 {
    background: #999; }
    .order_flow.fin .order_flow_1:after {
      border-color: transparent transparent transparent #999; }
  .order_flow.fin .order_flow_2 {
    color: #fff;
    border: 0;
    background: #999; }
    .order_flow.fin .order_flow_2:before {
      background: url(../img/check_icon1.svg) no-repeat center center/contain; }
    .order_flow.fin .order_flow_2:after {
      top: 0;
      right: -18px;
      width: 0;
      height: 0;
      transform: none;
      border-width: 30px 0 30px 18px;
      border-style: solid;
      border-color: transparent transparent transparent #999; }
  .order_flow.fin .order_flow_3 {
    color: #fff;
    border: 0;
    background: #000; }
    .order_flow.fin .order_flow_3:before {
      background: url(../img/email_icon1.svg) no-repeat center center/contain; }

@media screen and (max-width: 767px) {
  .order_flow li {
    font-size: 14px;
    width: 29%; }
  .order_flow_1:before {
    width: 16px;
    height: 16px;
    padding-right: 5px;
    padding-left: 10px; }
  .order_flow_2:before {
    width: 16px;
    height: 16px;
    padding-right: 5px;
    padding-left: 10px; }
  .order_flow_3 {
    padding-right: 5px; }
    .order_flow_3:before {
      width: 13px;
      height: 13px;
      padding-right: 5px;
      padding-left: 10px; } }
@media screen and (max-width: 543px) {
  .order_flow li {
    padding-left: 5px;
    text-align: center; }
    .order_flow li:before {
      display: none; } }
.confirm_ta {
  font-size: 16px;
  line-height: 1.7; }
  .confirm_ta dl {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #bfbfbf; }
    .confirm_ta dl:first-child {
      padding: 5px 0 25px; }
    .confirm_ta dl dt {
      font-weight: bold;
      width: 10em; }

@media screen and (max-width: 767px) {
  .confirm_ta dl {
    padding: 15px 0; }
    .confirm_ta dl:first-child {
      padding: 5px 0 15px; }
    .confirm_ta dl dt {
      width: 100%; } }
/* ==============================
葬儀場を選ぶ
============================== */
.halls {
  display: flex;
  margin-bottom: 25px;
  padding: 30px;
  border: solid 1px #bfbfbf;
  border-radius: 10px; }
  .halls_img {
    width: 280px; }
    .halls_img img {
      width: 100%; }
  .halls_main {
    font-size: 16px;
    flex: 1;
    padding-left: 35px; }
    .halls_main h2 {
      font-size: 20px;
      font-weight: bold;
      position: relative;
      margin-top: 5px;
      margin-bottom: 20px;
      padding-bottom: 9px;
      border-bottom: 1px solid #e5e5e5; }
      .halls_main h2:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 77px;
        height: 1px;
        content: "";
        background: #333; }
      .halls_main h2 a {
        text-decoration: none; }
    .halls_main_add, .halls_main_tel {
      position: relative;
      padding-left: 18px; }
      .halls_main_add:before, .halls_main_tel:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        content: ""; }
    .halls_main_add:before {
      background: url(../img/icon_pin.svg) no-repeat center center/contain; }
    .halls_main_tel {
      margin-top: 15px; }
      .halls_main_tel:before {
        background: url(../img/icon_tel_black.svg) no-repeat center center/contain; }
    .halls_main_btn {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .halls_main_btn_order a, .halls_main_btn_guide a {
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        padding: 0 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 5px; }
        .halls_main_btn_order a i, .halls_main_btn_guide a i {
          position: relative;
          bottom: 1px;
          left: 4px;
          width: 12px;
          height: 12px;
          background: url(../img/icon_arrow_4.svg) no-repeat center/contain; }
      .halls_main_btn_order a {
        width: 360px;
        background: #1e2182; }
      .halls_main_btn_guide a {
        width: 180px;
        background: #77d0ec; }

@media screen and (max-width: 767px) {
  .halls {
    flex-wrap: wrap;
    padding: 15px; }
    .halls_img {
      order: 2;
      width: 100%;
      margin-top: 20px; }
    .halls_main {
      order: 1;
      width: 100%;
      padding-left: 0; }
      .halls_main_btn {
        font-size: 14px; }
        .halls_main_btn_order {
          width: 48%; }
          .halls_main_btn_order a {
            width: 100%;
            background: #1e2182; }
        .halls_main_btn_guide {
          width: 48%; }
          .halls_main_btn_guide a {
            width: 100%;
            background: #77d0ec; } }
/* ==============================
商品を選択する
============================== */
.flowers {
  font-size: 16px;
  position: relative;
  padding-top: 35px; }
  .flowers_tab {
    position: relative;
    z-index: 10;
    display: flex; }
    .flowers_tab li {
      font-size: 17px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 50px;
      cursor: pointer;
      transition: .3s;
      border-top: 1px solid #bfbfbf;
      border-bottom: 1px solid #bfbfbf;
      border-left: 1px solid #bfbfbf;
      background: #f8f8f8; }
      .flowers_tab li:before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80%;
        height: 5px;
        content: "";
        transition: .3s;
        transform: translateX(-50%);
        opacity: 0;
        border-radius: 10px;
        background: #c6e9f5; }
      .flowers_tab li:first-child {
        border-radius: 5px 0 0 0; }
      .flowers_tab li:last-child {
        border-right: 1px solid #bfbfbf;
        border-radius: 0 5px 0 0; }
      .flowers_tab li:hover {
        background: #fff; }
  .flowers_con {
    position: relative;
    z-index: 5;
    top: -1px;
    border: 1px solid #bfbfbf;
    border-radius: 0 5px 5px 5px; }
    .flowers_con_sin {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 30px 60px; }
  .flowers_cart {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 10px; }
    .flowers_cart button {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 250px;
      height: 50px;
      text-decoration: none;
      color: #fff;
      border-radius: 5px;
      background: #00a0e8;
      box-shadow: 0 3px 0 #0676a8; }
      .flowers_cart button:hover {
        top: 3px;
        box-shadow: none; }
      .flowers_cart button:before {
        width: 18px;
        height: 18px;
        padding-left: 15px;
        content: "";
        background: url(../img/cart_1.svg) no-repeat center center/contain; }
    .flowers_cart span {
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: -10px;
      left: -15px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      margin: auto;
      pointer-events: none;
      color: #00a0e8;
      border: 3px solid #00a0e8;
      border-radius: 50%;
      background: #fff; }
  .flowers_text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px; }
  .flowers_item {
    width: 33.33%;
    padding: 30px 30px 0; }
    .flowers_item figure {
      text-align: center; }
    .flowers_item h3 {
      font-weight: bold;
      position: relative;
      margin-top: 10px;
      padding-bottom: 12px;
      text-align: center;
      color: #1e2182; }
      .flowers_item h3:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
        background: #1e2182; }
    .flowers_item > p {
      font-size: 14px;
      line-height: 1.7;
      margin-top: 15px; }
    .flowers_item_price {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .flowers_item_price_ippan, .flowers_item_price_member {
        width: 47%;
        text-align: center; }
        .flowers_item_price_ippan h4, .flowers_item_price_member h4 {
          font-size: 12px;
          font-weight: bold;
          line-height: 1;
          padding: 6px 0;
          border: 1px solid #bfbfbf;
          border-radius: 5px; }
        .flowers_item_price_ippan p, .flowers_item_price_member p {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.7;
          margin-top: 10px; }
          .flowers_item_price_ippan p span, .flowers_item_price_member p span {
            font-size: 12px;
            display: block; }
      .flowers_item_price_ippan p {
        color: #f00; }
      .flowers_item_price_member h4 {
        background: #e8e8e8; }
    .flowers_item_cart {
      margin-top: 20px; }
      .flowers_item_cart a {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #1e2182; }
        .flowers_item_cart a:before {
          width: 16px;
          height: 18px;
          padding-left: 14px;
          content: "";
          background: url(../img/cart_2.svg) no-repeat center center/contain; }
  .flowers #tabTri li.-on {
    font-weight: bold;
    border-bottom: 0;
    background: #fff; }
    .flowers #tabTri li.-on:before {
      opacity: 1; }
  .flowers .tabArea {
    display: none; }
    .flowers .tabArea.-on {
      display: block;
      animation: tabShow .3s linear 0s; }
@keyframes tabShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  .flowers {
    padding-top: 110px; }
    .flowers_tab li {
      font-size: 14px;
      width: 25%;
      height: 60px;
      padding: 0 10px;
      line-height: 1.5;
      text-align: center; }
    .flowers_con {
      border-radius: 0 0 5px 5px;
      overflow: hidden; }
      .flowers_con_sin {
        padding: 0; }
    .flowers_cart {
      position: absolute;
      top: 30px;
      width: 100%;
      padding: 0 15px 10px; }
      .flowers_cart a {
        font-size: 18px;
        width: 100%;
        height: 50px; }
        .flowers_cart a:before {
          width: 16px;
          height: 16px; }
    .flowers_item {
      width: 100%;
      padding: 15px 15px 30px; }
      .flowers_item:nth-child(2n) {
        background: #f8f8f8; }
      .flowers_item_price {
        display: flex;
        justify-content: space-between;
        margin-top: 20px; }
        .flowers_item_price_ippan, .flowers_item_price_member {
          width: 47%;
          text-align: center; }
        .flowers_item_price_ippan h4 {
          background: #fff; } }
/* ==============================
商品に関する情報を⼊⼒する
============================== */
.inform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 5px; }
  .inform_img {
    width: 180px; }
    .inform_img figure {
      padding: 10px 30px;
      text-align: center;
      border: 1px solid #bfbfbf; }
  .inform_main {
    font-size: 16px;
    line-height: 1.7;
    width: 640px; }
    .inform_main h2 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 30px;
      padding-bottom: 7px;
      color: #1e2182;
      border-bottom: 5px solid #1e2182; }
    .inform_main dl {
      display: flex;
      flex-wrap: wrap; }
      .inform_main dl dt {
        font-size: 16px;
        font-weight: bold;
        width: 110px;
        padding: 20px 15px; }
      .inform_main dl dd {
        position: relative;
        flex: 1;
        padding: 20px 90px 20px 25px; }
        .inform_main dl dd .select {
          position: relative; }
          .inform_main dl dd .select .select-mw {
            position: relative;
            height: 40px;
            padding: 0 40px 0 20px;
            cursor: pointer; }
          .inform_main dl dd .select:before {
            position: absolute;
            z-index: 1;
            top: 11px;
            left: 48px;
            width: 10px;
            height: 10px;
            content: "";
            transform: rotate(45deg);
            pointer-events: none;
            border-right: 3px solid #1d2087;
            border-bottom: 3px solid #1d2087; }
        .inform_main dl dd span {
          display: block; }
          .inform_main dl dd span:hover {
            opacity: 1; }
          .inform_main dl dd span.mwform-radio-field {
            margin: 0; }
          .inform_main dl dd span .mwform-radio-field-text:before {
            margin-right: 5px; }
          .inform_main dl dd span.inform_name {
            display: block;
            margin-top: 10px; }
        .inform_main dl dd input.input {
          font-weight: normal;
          height: 40px;
          border-color: #bfbfbf; }
        .inform_main dl dd textarea {
          resize: vertical; }
          .inform_main dl dd textarea.input--textarea {
            font-family: inherit;
            font-weight: normal;
            border-color: #bfbfbf; }
        .inform_main dl dd .inform_dd_text {
          margin-bottom: 10px; }
        .inform_main dl dd .inform_must {
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          position: absolute;
          top: 25px;
          right: 25px;
          padding: 5px 10px;
          color: #fff;
          border-radius: 24px;
          background: #00a0e8; }
        .inform_main dl dd .inform_error {
          font-size: 14px;
          font-weight: bold;
          color: #f00; }
        .inform_main dl dd .inform_cau {
          font-size: 14px;
          margin-top: 5px; }
          .inform_main dl dd .inform_cau li {
            position: relative;
            padding-left: 18px; }
            .inform_main dl dd .inform_cau li:before {
              position: absolute;
              top: 0;
              left: 0;
              content: "※"; }
      .inform_main dl.inform_main_num dt {
        padding-top: 28px; }
      .inform_main dl.inform_main_num dd .inform_must {
        top: 28px; }
    .inform_main dl:nth-child(2n) {
      background: #f8f8f8; }
  .inform_cart {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    border-top: 5px solid #bfbfbf; }
    .inform_cart button {
      margin-top: 45px; }
      .inform_cart button:hover {
        cursor: pointer; }

@media screen and (max-width: 767px) {
  .inform {
    padding: 20px 15px 50px; }
    .inform_img {
      width: 100%; }
      .inform_img figure {
        border: 0; }
    .inform_main {
      width: 100%; }
      .inform_main dl {
        position: relative; }
        .inform_main dl dt {
          width: 100%;
          padding: 15px 10px 0 15px; }
        .inform_main dl dd {
          position: static;
          width: 100%;
          padding: 20px 10px; }
          .inform_main dl dd .select {
            margin-bottom: 0; }
          .inform_main dl dd input.input--sm {
            width: 100%; }
          .inform_main dl dd input .input--sm {
            width: 100%; }
          .inform_main dl dd .inform_must {
            top: 15px;
            right: 15px; }
        .inform_main dl.inform_main_num dt {
          padding-top: 15px; }
        .inform_main dl.inform_main_num dd .inform_must {
          top: 15px; }
      .inform_main dl:nth-child(2n) {
        background: #f8f8f8; }
    .inform_cart {
      margin-top: 10px; }
      .inform_cart button {
        margin-top: 25px; } }
/* ==============================
カートの中⾝を確認する
============================== */
.incart {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 30px;
  padding: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 5px; }
  .incart_box {
    padding: 40px; }
    .incart_box:nth-child(2n - 1) {
      background: #f8f8f8; }
    .incart_box_sin {
      display: flex;
      flex-wrap: wrap; }
      .incart_box_sin_img {
        width: 180px; }
        .incart_box_sin_img figure {
          padding: 5px 40px;
          text-align: center;
          border: 1px solid #bfbfbf;
          background: #fff; }
        .incart_box_sin_img .incart_btn {
          display: flex;
          justify-content: space-between;
          margin-top: 20px; }
          .incart_box_sin_img .incart_btn_fix a, .incart_box_sin_img .incart_btn_del a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 40px;
            text-decoration: none;
            border-radius: 5px; }
          .incart_box_sin_img .incart_btn_fix a {
            border: 1px solid #707070;
            background: #fff; }
            .incart_box_sin_img .incart_btn_fix a:before {
              content: "\025c0";
              transform: scale(0.5, 0.6); }
          .incart_box_sin_img .incart_btn_del a {
            color: #fff;
            background: #000; }
            .incart_box_sin_img .incart_btn_del a:before {
              width: 20px;
              height: 20px;
              content: "";
              background: url("../img/close_icon.svg") no-repeat center center/contain; }
      .incart_box_sin_main {
        flex: 1;
        padding-left: 50px; }
        .incart_box_sin_main dl {
          font-weight: bold;
          display: flex;
          flex-wrap: wrap; }
          .incart_box_sin_main dl dt {
            width: 8em; }
          .incart_box_sin_main dl dd {
            width: calc(100% - 8em); }
  .incart_total {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    border-top: 5px solid #bfbfbf; }
  .incart_cart {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 40px; }

@media screen and (max-width: 767px) {
  .incart {
    margin-top: 30px;
    padding: 0 15px 30px; }
    .incart_box {
      margin-top: 20px;
      padding: 15px; }
      .incart_box_sin_img {
        width: 100%; }
        .incart_box_sin_img figure {
          padding: 0 20px; }
        .incart_box_sin_img .incart_btn_fix, .incart_box_sin_img .incart_btn_del {
          width: 47%; }
          .incart_box_sin_img .incart_btn_fix a, .incart_box_sin_img .incart_btn_del a {
            width: 100%; }
      .incart_box_sin_main {
        font-size: 14px;
        width: 100%;
        padding-top: 10px;
        padding-left: 0; }
        .incart_box_sin_main dl dt {
          width: 100%;
          padding-top: 10px; }
        .incart_box_sin_main dl dd {
          width: 100%; }
    .incart_total {
      font-size: 18px; }
      .incart_total p {
        width: 100%; } }
/* ==============================
注⽂情報を⼊⼒する
============================== */
.order {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 40px;
  padding: 75px 55px 55px;
  border: 1px solid #bfbfbf;
  border-radius: 5px; }
  .order_block {
    position: relative;
    margin-bottom: 60px;
    padding: 50px 30px 30px;
    background: #f8f8f8; }
    .order_block_text {
      position: relative; }
      .order_block_text_add {
        font-size: 14px; }
    .order_block_date {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px; }
      .order_block_date dt {
        display: flex;
        align-items: center;
        width: 6em; }
      .order_block_date dd {
        flex: 1; }
    .order_block_area {
      margin-top: 10px; }
      .order_block_area > div {
        margin-top: 5px; }
    .order_block_name {
      position: relative;
      margin-top: 10px; }
    .order_block .pcards {
      font-size: 14px;
      display: block;
      margin-top: 5px; }
      .order_block .pcards:after {
        display: block;
        width: 100%;
        height: 50px;
        content: "";
        background: url(../img/card.svg) no-repeat left center/contain; }
    .order_block .mwform-radio-field-text:hover {
      opacity: 1; }
    .order_block .mwform-checkbox-field-text:before,
    .order_block .mwform-radio-field-text:before {
      margin-right: 5px;
      border-color: #bfbfbf;
      background: #fff; }
    .order_block .mwform-checkbox-field input {
      cursor: pointer; }
    .order_block .mwform-checkbox-field {
      margin-right: 0; }
    .order_block .confirm_ta.confirm_add {
      margin-top: 20px; }
    .order_block .confirm_ta dt {
      display: flex;
      align-items: center;
      width: 12em; }
    .order_block .confirm_ta dd {
      position: relative;
      flex: 1; }
    .order_block .input {
      font-weight: normal;
      width: auto;
      height: 40px;
      border-color: #bfbfbf; }
      .order_block .input:hover {
        cursor: pointer; }
    .order_block label {
      cursor: pointer; }
    .order_block .select {
      position: relative;
      display: inline-block; }
      .order_block .select .select-mw {
        position: relative;
        height: 40px;
        padding: 0 40px 0 10px;
        cursor: pointer; }
      .order_block .select:before {
        position: absolute;
        z-index: 1;
        top: 11px;
        right: 10px;
        width: 10px;
        height: 10px;
        content: "";
        transform: rotate(45deg);
        pointer-events: none;
        border-right: 3px solid #1d2087;
        border-bottom: 3px solid #1d2087; }
    .order_block textarea {
      resize: vertical; }
      .order_block textarea.input--textarea {
        font-family: inherit;
        font-weight: normal;
        border-color: #bfbfbf; }
    .order_block .inform_must {
      font-size: 14px;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      top: 50%;
      right: 0px;
      padding: 5px 10px;
      transform: translateY(-50%);
      color: #fff;
      border-radius: 24px;
      background: #00a0e8; }
  .order_btn {
    position: relative;
    height: 100px;
    padding-top: 50px;
    border-top: 5px solid #bfbfbf; }
    .order_btn_2 {
      position: absolute;
      left: 50%;
      width: 300px;
      transform: translateX(-50%); }

.order_error {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  display: block; }

@media screen and (max-width: 767px) {
  .order {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 40px 15px 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px; }
    .order_block {
      position: relative;
      padding: 35px 15px;
      background: #f8f8f8; }
      .order_block_text .inform_must {
        top: 0 !important; }
      .order_block_text_add {
        display: block; }
      .order_block_date dt {
        width: 100%; }
      .order_block_date dd {
        width: 100%; }
      .order_block_area {
        margin-top: 10px; }
        .order_block_area > span {
          display: block;
          margin-top: 0; }
        .order_block_area > div {
          margin-top: 5px; }
      .order_block_name .inform_must {
        top: 0 !important; }
      .order_block_con {
        padding-top: 30px; }
        .order_block_con .inform_must {
          top: 0 !important; }
      .order_block .confirm_ta.confirm_add {
        margin-top: 0; }
      .order_block .confirm_ta dl {
        position: relative; }
        .order_block .confirm_ta dl:first-child {
          padding-top: 0; }
      .order_block .confirm_ta dt {
        width: 100%; }
      .order_block .confirm_ta dd {
        width: 100%; }
      .order_block .input {
        width: 100%;
        margin-top: 5px; }
        .order_block .input.input_1 {
          width: 60%; }
        .order_block .input.input_2 {
          width: 30%; }
      .order_block label {
        cursor: pointer; }
      .order_block .select {
        width: auto; }
      .order_block .inform_must {
        top: -26px;
        right: 0px;
        transform: none; }
    .order_btn {
      height: 110px;
      padding-top: 40px; }
      .order_btn_2 {
        position: relative;
        left: 0;
        width: 100%;
        transform: none; } }
/* ==============================
注⽂情報を確認する
============================== */
.confirm {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 40px;
  padding: 75px 55px 55px;
  border: 1px solid #bfbfbf;
  border-radius: 5px; }
  .confirm_cart {
    position: relative; }
    .confirm_cart .incart {
      margin-top: 0;
      padding: 0;
      border: none; }
      .confirm_cart .incart .back_btn a {
        width: 290px; }
  .confirm_block {
    position: relative;
    margin-bottom: 60px;
    padding: 50px 30px 30px;
    background: #f8f8f8; }
    .confirm_block_text1 span {
      font-size: 14px; }
    .confirm_block_text2 {
      margin-top: 10px; }
      .confirm_block_text2 span {
        display: inline-block;
        width: 7em; }
    .confirm_block_text3 {
      font-size: 14px;
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #707070; }
  .confirm_btn {
    position: relative;
    height: 100px;
    padding-top: 50px;
    border-top: 5px solid #bfbfbf; }
    .confirm_btn_1 {
      position: absolute;
      left: 0;
      margin-top: 0; }
      .confirm_btn_1 a {
        width: 230px;
        height: 50px; }
    .confirm_btn_2 {
      position: absolute;
      left: 50%;
      width: 300px;
      transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .confirm {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 25px 15px 0; }
    .confirm_cart .incart_box:first-child {
      padding-top: 40px; }
    .confirm_cart .incart .back_btn {
      padding-bottom: 30px; }
      .confirm_cart .incart .back_btn a {
        width: 100%; }
    .confirm_block {
      margin-top: 20px;
      margin-bottom: 50px;
      padding: 30px 15px 15px; }
      .confirm_block_text2 {
        margin-top: 5px; }
        .confirm_block_text2 span {
          display: inline-block;
          width: 100%; }
      .confirm_block_text3 {
        margin-top: 5px;
        padding: 5px; }
    .confirm_btn {
      height: 200px;
      padding-top: 40px; }
      .confirm_btn_1 {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 70px; }
        .confirm_btn_1 a {
          width: 100%;
          height: 50px; }
      .confirm_btn_2 {
        width: 100%; } }
/* ==============================
ご注⽂完了 
============================== */
.finish {
  margin-bottom: 20px; }
  .finish_lead p {
    line-height: 1.7;
    margin-top: 40px;
    text-align: center; }
  .finish_lead_thank {
    font-size: 24px;
    font-weight: bold; }
  .finish_lead_text {
    line-height: 2; }
  .finish_lead_num {
    font-size: 24px;
    font-weight: bold;
    padding: 1em;
    color: #1e2182;
    border: 1px solid #1e2182;
    border-radius: 5px;
    background: #e8e8f2; }
  .finish .confirm .confirm_block:last-child {
    margin-bottom: 0; }
  .finish_cau {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 40px;
    padding: 35px 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px; }
    .finish_cau p {
      font-weight: bold; }
    .finish_cau ol {
      margin-top: 20px;
      padding-left: 1em;
      list-style-type: decimal; }

@media screen and (max-width: 767px) {
  .finish_lead p {
    margin-top: 20px; }
  .finish_lead_thank {
    font-size: 20px; }
  .finish_lead_num {
    font-size: 20px; }
  .finish .confirm {
    padding-bottom: 30px; }
    .finish .confirm .confirm_block:last-child {
      margin-bottom: 30px; }
  .finish_cau {
    font-size: 14px;
    padding: 15px 20px; } }
/* ==============================
供花・供物ご注文の流れ
============================== */
.guide_mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 278px;
  background: url("../img/flower/bg_guide.jpg") no-repeat center bottom;
  background-size: cover; }
  .guide_mv:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2); }
  .guide_mv p {
    font-size: 21px;
    font-weight: bold;
    line-height: 2.4;
    z-index: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .guide_mv p span {
      font-size: 36px;
      line-height: 1; }

.guide_title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 23px;
  text-align: center; }
  .guide_title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 5px;
    content: "";
    transform: translateX(-50%);
    background: #1e2182; }

.guide_wrap {
  position: relative; }
  .guide_wrap:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 20px;
    height: 100%;
    content: "";
    transform: translateX(-50%);
    background: #1e2182; }

.guide_item {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 30px;
  border: solid 1px #666460;
  border-radius: 10px;
  background: #fff; }
  .guide_item_box {
    width: 50%;
    padding: 30px 35px; }
    .guide_item_box h3 {
      font-size: 20px;
      font-weight: bold;
      display: flex;
      align-items: center; }
      .guide_item_box h3 span {
        font-family: "Oswald", sans-serif;
        font-size: 48px;
        font-weight: bold;
        font-weight: normal;
        padding-right: 16px;
        color: #1e2182; }
    .guide_item_box p {
      font-size: 16px;
      line-height: 1.7;
      margin-top: 25px; }
  .guide_item_img {
    width: 50%; }

.return_wrap {
  margin-top: 70px;
  padding-bottom: 70px;
  background: #f4f4f4; }

.guide_text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .guide_mv p {
    font-size: 18px; }
    .guide_mv p span {
      font-size: 28px; }

  .guide_title {
    margin-bottom: 20px;
    padding-top: 40px; }

  .guide_item {
    margin-top: 20px; }
    .guide_item_box {
      width: 100%;
      padding: 15px; }
      .guide_item_box_text {
        line-height: 1.7;
        margin-top: 15px; }
    .guide_item_img {
      width: 100%;
      margin-top: 10px; }
      .guide_item_img img {
        width: 100%; }

  .return_wrap {
    margin-top: 50px;
    padding-bottom: 50px; }

  .guide_text {
    margin-top: 30px;
    padding: 0 15px; } }
/* 2020/02/04追記 カート位置調整 */
.inform_cart {
  width: 135%;
  width: -webkit-calc(100% + 230px);
  width: calc(100% + 230px);
  margin-left: -230px; }

@media screen and (max-width: 767px) {
  .inform_cart {
    width: 100%;
    margin-left: 0; } }
