@charset "UTF-8";
#wrapper {
  padding-top: 90px; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 60px; } }

body ul.pankuzu {
  font-size: 0;
  width: 100%;
  text-align: left;
  border-top: solid 2px #e4e4e4;
  padding: 19px 0 0 30px;
  position: static !important; }
  body ul.pankuzu li {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    color: #c8c8c8;
    font-size: 10px;
    font-size: 1rem; }
    body ul.pankuzu li::after {
      content: attr(data-arrow);
      position: absolute;
      top: 0;
      right: 0; }
    body ul.pankuzu li a {
      text-decoration: underline;
      color: inherit; }
body .contents {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    body .contents {
      border-top: 2px solid #e4e4e4;
      font-size: 12px;
      font-size: 1.2rem; } }
  body .contents h1 {
    text-align: center;
	line-height: 1;
    margin-bottom: 40px;
    padding-top: 20px;
	padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    position: relative; }
	body .contents h1 span {
	display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;}
    @media screen and (max-width: 768px) {
      body .contents h1 {
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 5px;
        font-size: 20px;
        font-size: 2rem; } }
    body .contents h1::after {
      content: '';
      width: 77px;
      height: 7px;
      background-color: #000;
      position: absolute;
      bottom: -10px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        body .contents h1::after {
          width: 65px;
          height: 5px;
          bottom: -5px; } }
  body .contents .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px; }
    @media screen and (max-width: 768px) {
      body .contents .inner {
        width: 80%; } }
    body .contents .inner h2 {
      width: 100%;
      margin-bottom: 32px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      text-align: left; }
      @media screen and (max-width: 768px) {
        body .contents .inner h2 {
          margin-top: 40px;
          margin-bottom: 15px;
          font-size: 17px;
          font-size: 1.7rem; } }
    body .contents .inner h3 {
      padding-bottom: 5px;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: bold;
      text-align: left;
line-height: 2;}
body .contents .inner h3 span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
      @media screen and (max-width: 768px) {
        body .contents .inner h3 {
          padding-bottom: 3px;
          font-size: 15px;
          font-size: 1.5rem; } }
    body .contents .inner p {
      line-height: 1.7; }
      body .contents .inner p.notice {
        width: 100%;
        margin-bottom: 40px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          body .contents .inner p.notice {
            margin-bottom: 20px; }
            body .contents .inner p.notice br {
              display: none; } }
      body .contents .inner p.caution {
        width: 100%;
        border: solid 2px #ff8080;
        padding: 10px;
        color: red;
        text-align: center; }
        @media screen and (max-width: 768px) {
          body .contents .inner p.caution {
            padding: 6px;
            text-align: left; } }
    body .contents .inner .bg_grey {
      background-color: #e1e1e1; }
    body .contents .inner ul.left, body .contents .inner ul.right {
      width: 46%; }
      @media screen and (max-width: 768px) {
        body .contents .inner ul.left, body .contents .inner ul.right {
          width: 100%;
          margin: 0 auto; } }
      body .contents .inner ul.left li.price_box, body .contents .inner ul.right li.price_box {
        padding-bottom: 40px; }
        @media screen and (max-width: 768px) {
          body .contents .inner ul.left li.price_box, body .contents .inner ul.right li.price_box {
            padding-bottom: 30px; } }
        body .contents .inner ul.left li.price_box dl, body .contents .inner ul.right li.price_box dl {
          border-bottom: solid 2px #808080; }
          body .contents .inner ul.left li.price_box dl dt, body .contents .inner ul.right li.price_box dl dt {
            border-top: solid 2px #cbcbcb;
            padding: 5px 0;
            text-align: center; }
            body .contents .inner ul.left li.price_box dl dt:nth-of-type(1), body .contents .inner ul.right li.price_box dl dt:nth-of-type(1) {
              border-top: solid 2px #808080; }
          body .contents .inner ul.left li.price_box dl dd, body .contents .inner ul.right li.price_box dl dd {
            height: 32.5px;
            padding: 8px 8%;
            text-align: left; }
            @media screen and (max-width: 768px) {
              body .contents .inner ul.left li.price_box dl dd, body .contents .inner ul.right li.price_box dl dd {
                padding: 5px 2%; } }
            body .contents .inner ul.left li.price_box dl dd.x2, body .contents .inner ul.right li.price_box dl dd.x2 {
              height: auto; }
              body .contents .inner ul.left li.price_box dl dd.x2 p, body .contents .inner ul.right li.price_box dl dd.x2 p {
                display: inline-block;
                width: 100%; }
              body .contents .inner ul.left li.price_box dl dd.x2.center, body .contents .inner ul.right li.price_box dl dd.x2.center {
                padding: 8px 0;
                text-align: center; }
                body .contents .inner ul.left li.price_box dl dd.x2.center span, body .contents .inner ul.right li.price_box dl dd.x2.center span {
                  margin-right: 8%; }
            body .contents .inner ul.left li.price_box dl dd span, body .contents .inner ul.right li.price_box dl dd span {
              float: right; }
        body .contents .inner ul.left li.price_box > p, body .contents .inner ul.right li.price_box > p {
          padding-top: 10px; }
      body .contents .inner ul.left li.gyomu_box, body .contents .inner ul.right li.gyomu_box {
        font-size: 15px;
        font-size: 1.5rem; }
    body .contents .inner .set_area {
      margin-bottom: 120px; }
      @media screen and (max-width: 768px) {
        body .contents .inner .set_area {
          margin-bottom: 40px; } }
      body .contents .inner .set_area .case {
        margin-top: 46px; }
        @media screen and (max-width: 768px) {
          body .contents .inner .set_area .case {
            display: none;
            margin-top: 0; } }
        body .contents .inner .set_area .case:nth-of-type(3) .case_box:nth-of-type(1) {
          border-bottom: none; }
        body .contents .inner .set_area .case h3 {
          width: 100%; }
          body .contents .inner .set_area .case h3 span {
            display: inline-block;
            vertical-align: middle;
            font-weight: bold; }
            body .contents .inner .set_area .case h3 span:nth-of-type(1) {
              width: 180px;
              font-size: 33px;
              font-size: 3.3rem;
              text-align: left; }
        body .contents .inner .set_area .case .case_box {
          border: solid 4px #b4b4b4;
          padding: 17px;
          padding-left: 180px;
          position: relative; }
          body .contents .inner .set_area .case .case_box img {
            position: absolute;
            top: 17px;
            left: 17px; }
          body .contents .inner .set_area .case .case_box .detail p.bg_grey {
            width: 100%;
            margin-bottom: 10px;
            padding: 3px 0;
            text-align: center; }
          body .contents .inner .set_area .case .case_box .detail p.txt {
            margin-top: 8px;
            font-size: 14px;
            font-size: 1.4rem;
            text-align: left;
            position: relative; }
            body .contents .inner .set_area .case .case_box .detail p.txt span.price {
              float: right;
              font-size: 20px;
              font-size: 2rem;
              display: inline-block;
              height: 48px;
              line-height: 48px; }
              @media screen and (max-width: 1020px) {
                body .contents .inner .set_area .case .case_box .detail p.txt span.price {
                  font-size: 16px;
                  font-size: 1.6rem; } }
              body .contents .inner .set_area .case .case_box .detail p.txt span.price span {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                font-size: 44px;
                font-size: 4.4rem; }
                @media screen and (max-width: 768px) {
                  body .contents .inner .set_area .case .case_box .detail p.txt span.price span {
                    font-size: 32px;
                    font-size: 3.2rem; } }
                body .contents .inner .set_area .case .case_box .detail p.txt span.price span::after {
                  content: '￥';
                  display: block;
                  position: absolute;
                  left: -1em;
                  bottom: -6px;
                  font-size: 20px;
                  font-size: 2rem; }
      body .contents .inner .set_area .calc_box,
      body .contents .inner .set_area .calc_box2 {
        margin-top: 45px; }
        @media screen and (max-width: 768px) {
          body .contents .inner .set_area .calc_box,
          body .contents .inner .set_area .calc_box2 {
            display: none;
            margin-top: 0; } }
        body .contents .inner .set_area .calc_box p {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: -webkit- space-between;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
        body .contents .inner .set_area .calc_box2 p {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .contents .inner .set_area .calc_box p span {
            display: inline-block;
            width: 14.5%;
            padding: 3px 0;
            position: relative;
            text-align: center; }
          body .contents .inner .set_area .calc_box2 p span {
            display: inline-block;
            width: 14.5%;
            padding: 3px 0;
			margin-right: 2.5%;
            position: relative;
            text-align: center; }
            body .contents .inner .set_area .calc_box p span:nth-last-of-type(1)::after,
            body .contents .inner .set_area .calc_box2 p span:nth-last-of-type(1)::after {
              content: none;
              display: none; }
            body .contents .inner .set_area .calc_box p span::after,
            body .contents .inner .set_area .calc_box2 p span::after {
              content: '';
              display: block;
              width: 17px;
              height: 17px;
              background: url(/price/img/plus.gif) no-repeat center center/contain;
              position: absolute;
              top: 50%;
              right: -20px;
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    body .contents .inner .list_area {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        body .contents .inner .list_area {
          display: block; } }
      body .contents .inner .list_area ul.left li.price_box:nth-last-of-type(1) dl {
        border-top: solid 2px #808080; }
    body .contents .inner .gyomu_area {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        body .contents .inner .gyomu_area {
          display: block; } }
      body .contents .inner .gyomu_area h3 {
        font-size: 15px;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          body .contents .inner .gyomu_area h3 {
            font-size: 13px;
            font-size: 1.3rem; } }
      body .contents .inner .gyomu_area ul li.gyomu_box {
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          body .contents .inner .gyomu_area ul li.gyomu_box {
            margin-bottom: 12px; } }
    body .contents .inner .other_area {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: -webkit- space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        body .contents .inner .other_area {
          display: block; } }
      body .contents .inner .other_area ul.left li:nth-last-of-type(1) dl dd.x2 {
        text-align: center; }
  body .contents .design_link {
    border-top: solid 2px #c8c8c8; }
body footer {
  margin: 85px auto 10px; }
  @media screen and (max-width: 768px) {
    body footer {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu .logo {
      display: none; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav {
      margin: 0;
      position: relative; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav ul.f_nav_x {
      display: none; } }
  @media screen and (max-width: 768px) {
    body footer .foot_menu nav .sns_icon {
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      body footer .foot_menu nav .sns_icon a {
        margin: 0; } }

/*# sourceMappingURL=layout.css.map */
