@charset "UTF-8";
/*------------------------------------------------------*/
/*  price */
/*------------------------------------------------------*/
.price-lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.1rem;
  margin-bottom: 37px; }
  @media screen and (min-width: 851px) {
    .price-lead {
      padding-top: 25px;
} }
  @media screen and (max-width: 750px) {
    .price-lead {
      font-size: 1.3rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;
    } 
}

.price-head {
  max-width: 774px;
  margin: 0 auto 70px auto;
  text-align: center; }
  @media screen and (min-width: 851px) {
    .price-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      padding-top: 37px; } }
  @media screen and (max-width: 850px) {
    .price-head {
      width: 86%;
      padding-top: 25px;
      margin-bottom: 80px; } }
  .price-head h3 {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 21px;
    font-weight: 700; }
  .price-head__initial {
    width: 478px; }
    @media screen and (max-width: 850px) {
      .price-head__initial {
        width: 86%;
        max-width: 509px;
        margin: 0 auto 50px auto; } }
  .price-head__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
    .price-head__list > .item {
      max-width: 224px;
      text-align: center;
      font-size: 1.4rem;
      line-height: 2.0rem; }
      @media screen and (max-width: 850px) {
        .price-head__list > .item {
          width: 47%; } }
      .price-head__list > .item img {
        position: relative; }
      .price-head__list > .item > .image {
        position: relative;
        margin-bottom: 18px; }
        .price-head__list > .item > .image::before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          border-radius: 50% 50%;
          -moz-border-radius: 50% 50%;
          -webkit-border-radius: 50% 50%;
          -o-border-radius: 50% 50%;
          -ms-border-radius: 50% 50%;
          background: #2d2d2d; }
        .price-head__list > .item > .image img {
          position: relative;
          opacity: 0;
          filter: alpha(opacity=0);
          top: 20px; }
        .price-head__list > .item > .image > .arrow {
          width: 52px;
          height: 52px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border: 7px solid #2d2d2d;
          border-radius: 50% 50%;
          -moz-border-radius: 50% 50%;
          -webkit-border-radius: 50% 50%;
          -o-border-radius: 50% 50%;
          -ms-border-radius: 50% 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -26px;
          margin-top: -26px; }
          .price-head__list > .item > .image > .arrow::before {
            content: '';
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 7px solid #2d2d2d;
            border-radius: 50% 50%;
            -moz-border-radius: 50% 50%;
            -webkit-border-radius: 50% 50%;
            -o-border-radius: 50% 50%;
            -ms-border-radius: 50% 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -13px;
            margin-top: -13px; }
      .price-head__list > .item p {
        position: relative;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 20px; }
      .price-head__list > .item.-show > .image img {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0; }
      .price-head__list > .item.-show p {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 0; }
      .price-head__list > .item.item1 > .image img {
        -webkit-transition: all 0.2s ease-out 0.2s;
        -moz-transition: all 0.2s ease-out 0.2s;
        -o-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s; }
      .price-head__list > .item.item1 p {
        -webkit-transition: all 0.2s ease-out 0.5s;
        -moz-transition: all 0.2s ease-out 0.5s;
        -o-transition: all 0.2s ease-out 0.5s;
        transition: all 0.2s ease-out 0.5s; }
      .price-head__list > .item.item2 > .image img {
        -webkit-transition: all 0.2s ease-out 0.3s;
        -moz-transition: all 0.2s ease-out 0.3s;
        -o-transition: all 0.2s ease-out 0.3s;
        transition: all 0.2s ease-out 0.3s; }
      .price-head__list > .item.item2 p {
        -webkit-transition: all 0.2s ease-out 0.6s;
        -moz-transition: all 0.2s ease-out 0.6s;
        -o-transition: all 0.2s ease-out 0.6s;
        transition: all 0.2s ease-out 0.6s; }
      .price-head__list > .item.item3 > .image img {
        -webkit-transition: all 0.2s ease-out 0.4s;
        -moz-transition: all 0.2s ease-out 0.4s;
        -o-transition: all 0.2s ease-out 0.4s;
        transition: all 0.2s ease-out 0.4s; }
      .price-head__list > .item.item3 p {
        -webkit-transition: all 0.2s ease-out 0.7s;
        -moz-transition: all 0.2s ease-out 0.7s;
        -o-transition: all 0.2s ease-out 0.7s;
        transition: all 0.2s ease-out 0.7s; }
  .price-head__running F.price-head__list > .item {
    width: 100%; }
  .price-head__running .price-head__list > .item > .image::before {
    background: #035b90; }
  @media screen and (max-width: 850px) {
    .price-head__running {
      margin: 0 auto; }
      .price-head__running .price-head__list {
        width: 44%;
        margin: 0 auto;
        max-width: 236px; } }

.price-merit {
  margin: 0 auto 80px auto;
  background: #035b90;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .price-merit {
      margin-bottom: 80px; } }
  @media screen and (min-width: 751px) {
    .price-merit__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      max-width: 750px;
      margin: 0 auto; } }
  .price-merit__wrapper > .image {
    width: 50%;
    max-width: 315px;
    padding-top: 48px;
    margin-left: 16px; }
    @media screen and (max-width: 750px) {
      .price-merit__wrapper > .image {
        text-align: center;
        margin: 0 auto 20px auto;
        padding-top: 30px; } }
  .price-merit__wrapper > .text {
    font-size: 1.3rem;
    line-height: 2.7rem; }
    .price-merit__wrapper > .text h3 {
      font-weight: 700;
      margin-bottom: 19px;
      font-size: 1.9rem; }
    @media screen and (max-width: 750px) {
      .price-merit__wrapper > .text {
        font-size: 1.2rem;
        line-height: 2.1rem;
        text-align: center;
        padding-top: 48px; } }

.price-hardware {
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .price-hardware {
      margin-bottom: 80px; } }
  .price-hardware > .section-title {
    margin-bottom: 60px;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 750px) {
      .price-hardware > .section-title {
        margin-bottom: 20px; } }
    .price-hardware > .section-title > .inner {
      display: inline-block;
      padding-left: 50px;
      margin: 0 auto;
      position: relative; }
      .price-hardware > .section-title > .inner > .icon {
        width: 118px;
        position: absolute;
        top: 50%;
        margin-top: -59px;
        left: -70px; }
  .price-hardware > .price-title {
    margin-bottom: 34px; }
    @media screen and (max-width: 750px) {
      .price-hardware > .price-title {
        margin-bottom: 15px; } }

.price-product {
  max-width: 1220px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .price-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      border-top: 1px solid #ececec;
      border-left: 1px solid #ececec;
      border-bottom: 1px solid #ececec; } }
  .price-product > li {
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #ececec; }
    @media screen and (max-width: 750px) {
      .price-product > li {
        width: 100% !important;
        margin-bottom: 20px;
        position: relative; } }
    .price-product > li > .image {
      width: 100%; }
      @media screen and (max-width: 750px) {
        .price-product > li > .image {
          position: relative;
          width: 60%;
          left: -50px; } }
    .price-product > li > .text {
      position: relative; }
      @media screen and (min-width: 751px) {
        .price-product > li > .text {
          min-height: 120px; } }
      @media screen and (max-width: 750px) {
        .price-product > li > .text {
          position: absolute;
          width: 70%;
          left: 30%;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); } }
    .price-product > li .name {
      font-size: 1.9rem;
      line-height: 2.4rem;
      font-weight: 500;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-top: 15px;
      padding-left: 0;
      margin-bottom: 13px; }
      .price-product > li .name > span {
        font-size: 1.6rem;
        font-weight: 700; }
      .price-product > li .name.-acs {
        padding-top: 0px; }
        .price-product > li .name.-acs > span.fontp {
          font-size: 1.9rem;
          font-weight: 500; }
      @media screen and (max-width: 750px) {
        .price-product > li .name {
          padding-top: 0 !important;
          height: auto;
          margin-bottom: 10px;
          font-size: 1.5rem;
          line-height: 2.1rem; }
          .price-product > li .name > span {
            font-size: 1.3rem; }
          .price-product > li .name.-acs > span.fontp {
            font-size: 1.5rem; } }
    .price-product > li .price {
      font-size: 1.6rem;
      line-height: 1.9rem;
      font-weight: 700; }
      .price-product > li .price span {
        font-size: 1.3rem; }
      @media screen and (max-width: 750px) {
        .price-product > li .price {
          font-size: 1.4rem;
          margin-bottom: 0; }
          .price-product > li .price span {
            font-size: 1.2rem; } }
    .price-product > li.-center {
      width: 33.4%; }
      @media screen and (min-width: 751px) {
        .price-product > li.-center > .text {
          left: 0; } }
    @media screen and (min-width: 751px) {
      .price-product > li.product3 > .text {
        top: -4px; }
        .price-product > li.product3 > .text .name {
          margin-bottom: 7px; } }
    @media screen and (max-width: 750px) {
      .price-product > li.product3 > .text {
        padding-top: 0; } }

.price-installation {
  text-align: center;
  margin-bottom: 128px; }
  @media screen and (max-width: 750px) {
    .price-installation {
      width: 86%;
      margin: 0 auto 80px auto; } }
  .price-installation > .section-title {
    margin-bottom: 42px;
    position: relative; }
    .price-installation > .section-title > .inner {
      display: inline-block;
      padding-left: 50px;
      margin: 0 auto;
      position: relative; }
      .price-installation > .section-title > .inner > .icon {
        width: 118px;
        position: absolute;
        top: 50%;
        margin-top: -59px;
        left: -70px; }
  .price-installation > .price-title {
    margin-bottom: 13px; }
    @media screen and (max-width: 750px) {
      .price-installation > .price-title {
        width: 100%;
        margin-bottom: 25px; } }
  .price-installation > .lead1 {
    font-size: 1.6rem;
    line-height: 3.1rem;
    margin-bottom: 16px; }
    @media screen and (max-width: 750px) {
      .price-installation > .lead1 {
        font-size: 1.5rem;
        line-height: 2.8rem; } }
  .price-installation > .lead2 {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-bottom: 16px; }
  .price-installation > .lead3 {
    font-size: 1.4rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 750px) {
      .price-installation > .lead3 {
        font-size: 1.3rem;
        line-height: 2.1rem; } }

.price-cloud {
  margin-bottom: 62px; }
  @media screen and (max-width: 750px) {
    .price-cloud {
      width: 86%;
      margin: 0 auto 80px auto; } }
  .price-cloud > .section-title {
    margin-bottom: 30px;
    position: relative; }
    .price-cloud > .section-title > .inner {
      display: inline-block;
      padding-left: 50px;
      margin: 0 auto;
      position: relative; }
      .price-cloud > .section-title > .inner > .icon {
        width: 118px;
        position: absolute;
        top: 50%;
        margin-top: -59px;
        left: -70px; }
        @media screen and (max-width: 750px) {
          .price-cloud > .section-title > .inner > .icon {
            left: -50px; } }
  .price-cloud > .price-title {
    margin-bottom: 45px; }
    .price-cloud > .price-title > .icon::before {
      background: #035b90; }
    @media screen and (max-width: 750px) {
      .price-cloud > .price-title {
        width: 100%; } }
  .price-cloud > .lead {
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 750px) {
      .price-cloud > .lead {
        font-size: 1.3rem;
        line-height: 2.1rem; } }
  

  .price-cloud table {
    border: 2px solid #ececec;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;}
    .price-cloud table tr {
      /* &.list1 {
						td {
							padding-top: 37px;
						}
					}
					
					&.list2 {
						td {
							padding-bottom: 37px;
						}
					} */ }
      .price-cloud table tr.-odd {
        background: #fbfbfb; }
      .price-cloud table tr th {
        font-size: 1.2rem;
        padding: 20px 0px 19px 0px;
        text-align: center;
        border-right: 2px solid #ececec;
        border-bottom: 2px solid #ececec;
        vertical-align: middle; }
      .price-cloud table tr td {
        width: 33%;
        font-size: 1.3rem;
        border-right: 2px solid #ececec;
        padding: 7px 0; }
        @media screen and (min-width: 751px) {
          .price-cloud table tr td {
            font-size: 1.5rem; } }
  .price-cloud > .note {
    margin-top: 29px;
    max-width: 980px;
    margin: 23px auto 0 auto; }
    .price-cloud > .note > li {
      position: relative;
      font-size: 1.1rem;
      line-height: 1.9rem;
      padding-left: 14px; }
      .price-cloud > .note > li::before {
        content: '※';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        color: #035b90; }





/*------------------------------------------------------*/
/*  料金ページ テーブル改訂用 */
/*------------------------------------------------------*/
.price-cloud table.cloud-plan  {
    width: 100%;
    background-color: #F3F4F6;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;}
} 

.price-cloud table.cloud-plan .plan-name {
    max-width: 275px;
    width: calc(100%/var(--num-plans));
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
 
    border-top: 3px solid #A5A5A5;
    border-width: 3px 15px;
    margin-top: 5px;
    margin-left: 15px;
    padding: 10px;
}

.price-cloud table.cloud-plan .plan-name .plan-bar1 {
   background-color: #A5A5A5;
   width:100%;
   height: 4px;
}




/*------------------------------------------------------*/
/*  料金ページ テーブル改訂用ここまで */
/*------------------------------------------------------*/

.price-notice {
  width: 895px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto 103px auto; }
  @media screen and (min-width: 751px) {
    .price-notice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-items: flex-start; } }
  @media screen and (max-width: 750px) {
    .price-notice {
      width: 86%;
      margin: 0 auto 80px auto; } }
  @media screen and (max-width: 750px) {
    .price-notice > .box {
      margin-bottom: 40px; } }
  .price-notice > .box > h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px; }
  .price-notice > .box ul.list > li {
    font-size: 1.2rem;
    line-height: 2.0rem; }
  .price-notice > .box ul.list > li::before {
    width: 7px;
    height: 7px;
    background: #035b90;
    top: 7px; }

.price-title {
  font-size: 2.4rem;
  line-height: 3.7rem;
  position: relative;
  text-align: left;
  width: 86.6%;
  max-width: 1124px;
  margin: 0 auto;
  padding-left: 84px;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media screen and (max-width: 750px) {
    .price-title {
      padding-left: 65px;
      font-size: 1.9rem; } }
  .price-title > .icon {
    width: 61px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -31px;
    border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%; }
    .price-title > .icon::before {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      left: 50%;
      background: #2d2d2d;
      border-radius: 50% 50%;
      -moz-border-radius: 50% 50%;
      -webkit-border-radius: 50% 50%;
      -o-border-radius: 50% 50%;
      -ms-border-radius: 50% 50%;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    @media screen and (max-width: 750px) {
      .price-title > .icon {
        width: 50px;
        height: 50px;
        margin-top: -25px; } }
    .price-title > .icon img {
      position: relative; }
  .price-title span {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 20px;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s; }
  .price-title.-show > .icon::before {
    width: 100%;
    left: 0; }
  .price-title.-show span {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }

.price-btn {
  text-align: center;
  margin-bottom: 92px; }
  .price-btn-toapply {
    display: inline-block;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative; }
    .price-btn-toapply > .arrow {
      width: 31px;
      position: absolute; 
      right: -55px;
      top: 50%;
      margin-top: -15px;
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg); }
      .price-btn-toapply > .arrow img {
        position: relative;
        left: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
    .price-btn-toapply:hover img {
      left: -10px; }

.question {
  width: 76%;
  margin: 80px auto;
  text-align: center; }
@media screen and (max-width: 768px) {　　　
    .question {
      width: 92%;
      margin: 20px auto; } }

  .question__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .question__ttl {
        font-size: 18px;
        margin: 0 0 35px; } }
  .questionItem {
    text-align: left;
    border-bottom: 4px #f1f6f9 solid;
    padding: 10px 0 4px 75px; }
    @media screen and (max-width: 768px) {
      .questionItem {
        padding: 10px 0 4px 0; } }
    .questionItem:last-child {
      border: none; }
    .questionItem p {
      font-size: 14px; }
      .questionItem p span {
        display: inline-block;
        font-size: 22px;
        color: #004481;
        margin-right: 5px; }
    .questionItem__contents {
        cursor: default; /*20211118 kato pointerからデフォルトに*/ }
      .questionItem__contents p {
        float: left;
        width: 95%; }
      .questionItem__contents .arrowIcon {
        float: right;
        color: #717071;
        font-size: 34px; }
        @media screen and (max-width: 768px) {
          .questionItem__contents .arrowIcon {
            font-size: 24px; } }
        .questionItem__contents .arrowIcon .offButton, .questionItem__contents .arrowIcon .onButton {
          display: block; /*20211118 kato none非表示からblockに*/ }
        .questionItem__contents .arrowIcon .on {
          display: block; }
    .questionItem__answer {
      display: block; /*20211118 kato none非表示からblockに*/ }
      .questionItem__answer p {
        color: #de6d00;
        margin-top: 5px; }
        .questionItem__answer p span {
          color: #de6d00 !important; }

    .questionItem__answer p img {
      max-width: 300px;
      margin: 5px 15px
      }

        @media screen and (max-width: 768px) {
          .questionItem__answer p img {
      max-width: 200px;
      margin: 5px 10px
          } }


.rental-banner {
  width: 100%;
  background-color: #004481;
  text-align: center;
  font-family: 'ShinGoPro';
  margin: 50px 0px ;
  vertical-align:middle;  
}

@media screen and (max-width: 750px) {
  .rental-banner  {
      margin: 30px 0px ;  } }


.rental-banner ul {
  width:100%;
  list-style: none; 
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .rental-banner ul {
      padding: 10px 0; } }

.rental-banner ul li {
  list-style: none;  
  display: inline-block;
  vertical-align:middle; 
}

@media screen and (max-width: 750px) {
  .rental-banner ul li {
     display: block;
     margin: 10px auto;  } }

.rental-banner p {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 180%;
  color:#FFFFFF;
  padding: 20px auto;
}

@media screen and (max-width: 750px) {
  .rental-banner p {
  font-size: 16px;
  } }

.rental-banner img {
  max-width: 420px;
}

@media screen and (max-width: 750px) {
  .rental-banner img {
  max-width: 350px;
  } }


/*------------------------------------------------------*/
/*  rental ヘッダー*/
/*------------------------------------------------------*/
.rental-head {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px auto;
}

.rental-head > img {
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  width: 100%;
  margin-bottom :30px;
}

.rental-head > .lead {
  text-align: center;
  font-size: 1.7rem;
  line-height: 3.1rem;
  margin-bottom: 37px; }

  @media screen and (max-width: 750px) {
    .rental-head > .lead {
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;  } }

/*------------------------------------------------------*/
/*  rental サービスの特徴・詳細*/
/*------------------------------------------------------*/
.rental-detail {  margin-bottom: 58px; margin-top: 40px;}
@media screen and (max-width: 750px) {
  .rental-detail {
    margin-bottom: 35px; } }

.rental-detail > h2 {
  width: 86.6%;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 3.7rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .rental-detail > h2  {
     font-size: 20px; } }

.rental-detail > h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 33px; 
}

@media screen and (max-width: 750px) {
  .rental-detail > h3 {
    padding-left: 11%;
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}

.rental-detail  > span.marker { background: linear-gradient(transparent 60%,  #ffff66 60%);  font-weight: bold; }

.rental-detail  > p {
  font-size: 18px;
  line-height: 2.5rem;
  margin-top: 8px;
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .rental-detail  > p {
  font-size: 14px;　
  line-height: 1.7rem; 
      }
}

.rental-detail  > p.formlead { text-align:center;}
.rental-detail  > p  > a  { color: #0600ff; text-decoration: underline;}



.rental-detail > dl.dlist {
  margin: 15px 10% 30px 10%; 
  max-width: 80%;
  text-align:left;
}


@media screen and (min-width: 1400px) {
  .rental-detail > dl.dlist {
  margin: 15px 20% 30px 20%; 
  max-width: 55%;
  text-align:left;
　}
}


@media screen and (max-width: 750px) {
  .rental-detail > dl.dlist {
  margin: 15px auto 30px auto; 
  max-width: 90%;
  text-align:left;
　}
}

dl.dlist > dt {
  position: relative;
  margin-top: 40px; 
  padding: 0 40px 0 40px; 
  text-align: left; 
  font-weight: bold; 
  font-size: 18px; 
  line-height: 1.5;  
}
dl.dlist > dt::first-child {  margin-top: 15px; }

@media screen and (max-width: 750px) {
  dl.dlist > dt {
  font-size: 16px; 
  padding: 0 40px 0 15px; 
  line-height: 1.3;  } }

dl.dlist > dd {
  position: relative;
  margin: 14px 0 0 8px; 
  padding: 12px 50px 0; 
  border-top: 1px dotted #d0d0d0; 
  line-height: 1.6;
  font-size: 16px;    
}

dl.dlist > dd:before {
 content : "・";
}


@media screen and (max-width: 750px) {
  dl.dlist > dd {
  padding: 5px 5px 0 20px; 
  font-size: 14px; 
  line-height: 1.6;  
}
}

dl.dlist >span.marker {  color: #0600ff; text-decoration: underline; }


.rental-detail > table.detail {
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #ececec;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .rental-detail > table.detail {
    width: 90%  } }

.rental-detail > table.detail tr  {
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 10px;
  position: relative;
}

.rental-detail > table.detail tr th {
  width: 40%;
  text-align: center;
  border-right: 1px solid #ececec;
  padding: 15px 10px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .rental-detail > table.detail tr  {
   font-size: 1.4rem;
   line-height: 2.2rem; } }


.rental-detail > table.detail tr td {
  border-right: 1px solid #ececec;
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 15px 10px;
  position: relative;
  vertical-align: middle;
}
.rental-detail > table.detail tr > td > span.l {  font-size: 1.8rem; }
.rental-detail > table.detail tr > td > span.s {  font-size: 1.4rem; }

.rental-detail > table.detail tr td > ul.note { margin: 6px 30px;}  
.rental-detail > table.detail tr td > ul.note > li {
  font-size: 14px;
  line-height: 17px;
  padding: 6px;
}  

@media screen and (max-width: 750px) {
  .rental-detail > table.detail tr td > ul.note {
    margin: 3px 5px;  } 

  .rental-detail > table.detail tr td > ul.note > li {
  font-size: 12px;
  line-height: 14px;
  padding: 3px;}  
}


.rental-detail > table.detail tr td > ul.note a { color: #0600ff; text-decoration: underline; } 


.rental-detail > table.detail tr:nth-child(even) {
  background: #fbfbfb;
}


.rental-detail > table.compare {
  width: 85%;
  max-width: 980px;
  margin: 30px auto;
  border: 2px solid #ececec;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .rental-detail > table.compare {
    width: 90%  } } 
  
.rental-detail > table.compare tr  {
  vertical-align: middle;
  padding: 10px;
  position: relative;
}
.rental-detail > table.compare tr:nth-child(even) {  background: #fbfbfb; } 

@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr  {
   font-size: 1.4rem;
   line-height: 2.2rem; } }

.rental-detail > table.compare tr th {
  width: 25%;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border-right: 1px solid #ececec;
  padding: 15px 10px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr th  {
   font-size: 16px;
   line-height: 22px; } }

.rental-detail > table.compare tr td {
  border-right: 1px solid #ececec;
  font-size: 16px;
  line-height: 2.8rem;
  padding: 15px 10px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr td { font-size: 12px;   padding: 8px 4px; } }

.rental-detail > table.compare tr > td > span.s {  font-size: 14px; font-weight:normal;  text-decoration: none;}
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr > td > span.s {  font-size: 10p;  } }

.rental-detail > table.compare tr td.cell1 { width: 40%;  border: 2px solid #035b90; }
.rental-detail > table.compare tr td.cell2 { width: 35%;}

.rental-detail > table.compare tr.line1 td.cell1 {
    padding: 20px 10px; 
    border-right: 1px solid #035B90;
    border-left: 1px solid #035B90; 
    background-color: #035B90;
    color: #FFFFFF;
    font-weight:bold;
    font-size: 20px;
}
.rental-detail > table.compare tr.line1 td.cell2 { font-size: 18px; font-weight:bold; padding: 20px 10px; }


.rental-detail > table.compare tr.line2 td.cell1 { font-size: 18px; font-weight: bold; text-decoration: underline; }
.rental-detail > table.compare tr.line2 td.cell2 {   }
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr.line2 td.cell1 { font-size: 14px; } }

  .rental-detail > table.compare tr.line3 td.cell1 { font-size: 24px; font-weight: bold; text-decoration: underline; }
  .rental-detail > table.compare tr.line3 td.cell2 {   }
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr.line1 td.cell1 { font-size: 18px; } }

  .rental-detail > table.compare tr.line4 td.cell1 { font-size: 18px; font-weight: bold; text-decoration: underline; }
  .rental-detail > table.compare tr.line4 td.cell2 {   }
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr.line4 td.cell1 { font-size: 14px; } }

  .rental-detail > table.compare tr.line5 td.cell1 { font-size: 18px;  }
  .rental-detail > table.compare tr.line5 td.cell2 {   }
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr.line5 td.cell1 { font-size: 14px; } }


.rental-detail > table.compare tr td > ul {  margin: 6px 15px;  text-align: left; }  
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr td > ul {
    margin: 3px 5px;  } }

.rental-detail > table.compare tr td > ul > li {
  font-size: 16px;
  line-height: 17px;
  padding: 4px;
}  
@media screen and (max-width: 750px) {
  .rental-detail > table.compare tr td > ul > li {
  font-size: 12px;
  line-height: 14px;
  padding: 2px;  } }



/*------------------------------------------------------*/
/*  8j/reserve ヘッダー*/
/*------------------------------------------------------*/
.reserve8j-head {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px auto;
}

.reserve8j-head > img {
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  width: 100%;
  margin-bottom :30px;
}

.reserve8j-head > h2 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 20px; 
}

@media screen and (max-width: 750px) {
  .reserve8j-head > h2 {
    padding-left: 11%;
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
}

.reserve8j-head > p {
  max-width: 80%;
  text-align: left;
  font-size: 1.7rem;
  line-height: 3.1rem;
  margin-bottom: 37px;
  margin-left: auto; 
  margin-right: auto;  }

  @media screen and (max-width: 750px) {
    .reserve8j-head > p {
      max-width: 95%;
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;  } }


.reserve8j-head > p.lead {
  text-align: center;
  font-size: 1.7rem;
  line-height: 3.1rem;
  margin-bottom: 37px; }

  @media screen and (max-width: 750px) {
    .reserve8j-head > p.lead {
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;  } }


/*------------------------------------------------------*/
/*  8j/reserve サービスの特徴・詳細*/
/*------------------------------------------------------*/
.reserve8j-detail {  margin-bottom: 58px; margin-top: 40px;}
@media screen and (max-width: 750px) {
  .rl8j-reservel-detail {
    margin-bottom: 35px; } }

.reserve8j-detail > h2 {
  width: 86.6%;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 3.7rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .reserve8j-detail > h2  {
     font-size: 20px; } }

.reserve8j-detail > h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 33px; 
}

@media screen and (max-width: 750px) {
  .reserve8j-detail > h3 {
    padding-left: 11%;
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}

.reserve8j-detail  > span.marker { background: linear-gradient(transparent 60%,  #ffff66 60%);  font-weight: bold; }

.reserve8j-detail  > p {
  font-size: 18px;
  line-height: 2.5rem;
  margin-top: 8px;
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .reserve8j-detail  > p {
  font-size: 14px;　
  line-height: 1.7rem; 
      }
}

.reserve8j-detail  > p.formlead { text-align:center; font-weight: bold: }
.reserve8j-detail  > p  > a  { color: #0600ff; text-decoration: underline;}



/*------------------------------------------------------*/
/*  Price-renewal ヘッダー*/
/*------------------------------------------------------*/
.price-renewal-head {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px auto;
}

.price-renewal-head h2 {
  width: 86.6%;
  max-width: 1120px;
  margin: 35px auto 50px auto;
  font-size: 26px;
  line-height: 3.7rem;
  font-weight: bold;
  text-align: center;
}

.price-renewal-head > p {
  text-align: left;
  font-size: 1.7rem;
  line-height: 3.1rem;
  margin-bottom: 16px; }

  @media screen and (max-width: 750px) {
    .price-renewal-head > p {
      font-size: 1.4rem;
      line-height: 1.8rem;
      padding: 0 3%;
       } }

.price-renewal-head > p.right { text-align: right; }

.price-renewal-head > p.right > img { width: 250px; }
  @media screen and (max-width: 750px) {
    .price-renewal-head > p.right > img { width: 150px; } }




/*------------------------------------------------------*/
/*  Price-renewal 詳細*/
/*------------------------------------------------------*/

.price-renewal-detail {  
  width: 90%;
  max-width: 1120px;
  margin: 50px auto 80px auto;
}
@media screen and (max-width: 750px) {
  .price-renewal-detail {
    margin-bottom: 35px; } }

.price-renewal-detail > h2 {
  margin: 30px auto;
  font-size: 24px;
  line-height: 3.7rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .price-renewal-detail > h2  {
     font-size: 20px;
     margin: 20px auto; } }

.price-renewal-detail > h3 {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 33px; 
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail> h3 {
    text-align: left;
    font-size: 1.8rem;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.price-renewal-detail > p {
  text-align: left;
  font-size: 1.7rem;
  line-height: 26px;
  margin-bottom: 8px;
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail> p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8rem;
    padding: 0 7.2%;
    margin-bottom: 20px;
    margin-left: 0px;  } }


.price-renewal-detail > p.note {
 width: 85%;
 max-width: 800px;
 font-size: 14px; 
 margin:0 auto 50px auto; 
 line-height: 18px;}

}

@media screen and (max-width: 750px) {
  .price-renewal-detail > p.note {
    width: 100%;
    margin:0 0 50px 0; 
    padding: 0;
    font-size: 9px; } }

.price-renewal-detail > p > a { color: #0600ff; text-decoration: underline; }



.price-renewal-detail > table.hardware-price {
  width: 85%;
  max-width: 650px;
  margin: 30px auto 80px auto;
  border: 2px solid #ececec;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.hardware {
   max-width: 100%;
   margin: 15px auto 80px auto; } }  
  
.price-renewal-detail > table.hardware-price tr  {
  vertical-align: middle;
  position: relative;
}

.price-renewal-detail > table.hardware-price tr th {
  width: 40%;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

.price-renewal-detail > table.hardware-price tr td {
  width: 30%;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.hardware-price tr th, .price-renewal-detail > table.hardware-price tr td {
    font-size: 12px;  }}


.price-renewal-detail > table.hardware-price tr.line1 th, .price-renewal-detail > table.hardware-price tr.line1 td  {
  background-color:  #C9DAF8;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.hardware-price tr.line1 th, .price-renewal-detail > table.hardware-price tr.line1 td  {
  font-size: 14px;  }}



.price-renewal-detail > table.cloud-price {
  width: 85%;
  max-width: 800px;
  margin: 30px auto 20px auto;
  border: 2px solid #ececec;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price {
    width: 100%;  
    margin: 15px auto 20px auto; } } 

.price-renewal-detail > table.cloud-price tr  {
  vertical-align: middle;
  padding: 10px;
  position: relative;
}


.price-renewal-detail > table.cloud-price tr th {
  width: 25%;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price tr th {
    width: 21%;
    font-size: 12px;  } }

.price-renewal-detail > table.cloud-price tr.line1 th {
  background-color:  #C9DAF8;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price tr.line1 th {
    font-size: 14px; 
    background-color:  #C9DAF8;
    text-align: center;
    vertical-align: middle;  } }


.price-renewal-detail > table.cloud-price tr td.cell1 {
  width: 17%;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

.price-renewal-detail > table.cloud-price tr td.cell2 {
  width: 15%;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price tr td.cell1, .price-renewal-detail > table.cloud-price tr td.cell2 {
    width: 14%;
    font-size: 10px;  } }

.price-renewal-detail > table.cloud-price tr.line1 td.cell1, .price-renewal-detail > table.cloud-price tr.line1 td.cell2 {
  background-color:  #C9DAF8;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price tr.line1 td.cell1, .price-renewal-detail > table.cloud-price tr.line1 td.cell2 {
    font-size: 11px; 
    background-color:  #C9DAF8;
    text-align: center;
    vertical-align: middle;  } }


.price-renewal-detail > table.cloud-price tr td.cell3 {
  width: 38%;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 7px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
.price-renewal-detail > table.cloud-price tr td.cell3 {
    font-size: 8px; 
    width: 44%; } }

.price-renewal-detail > table.cloud-price tr.line1 td.cell3 {
  background-color:  #C9DAF8;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .price-renewal-detail > table.cloud-price tr.line1 td.cell3 {
    font-size: 9px; 
    background-color:  #C9DAF8;
    text-align: center;
    vertical-align: middle;  } }

.price-renewal-detail > table > caption { font-size: 14px; text-align: right; }

@media screen and (max-width: 750px) {
  .price-renewal-detail > table > caption { font-size: 12px;} }


/*------------------------------------------------------*/
/*  アマギフキャンペーン/cp-202403 ヘッダー*/
/*------------------------------------------------------*/
.cp-202403-head {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 750px) {
  .cp-202403-head {
  width: 95%;
  margin: 0 auto 30px auto;
  } }

.cp-202403-head > img {
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  width: 80%;
  margin-bottom :10px;
  margin-bottom :30px;
}

@media screen and (max-width: 750px) {
  .cp-202403-head > img {
      width: 95%;
  }}

.cp-202403-head > h2 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 4.2rem;
  margin-top: 15px;
  margin-bottom: 20px; 
}

@media screen and (max-width: 750px) {
  .cp-202403-head > h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 2.4rem;
  }
}

.cp-202403-head > p {
  max-width: 80%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin-bottom: 37px;
  margin-left: auto; 
  margin-right: auto;  }

  @media screen and (max-width: 750px) {
    .cp-202403-head > p {
      max-width: 95%;
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;  } }


.cp-202403 > p.lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin-bottom: 37px; }

  @media screen and (max-width: 750px) {
    .cp-202403-head > p.lead {
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 7.2%;
      text-align:left;  } }


/*------------------------------------------------------*/
/*  8j/reserve サービスの特徴・詳細*/
/*------------------------------------------------------*/

.cp-202403-detail {  
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px auto;
}
  
@media screen and (max-width: 750px) {
  .cp-202403-detail {
    width: 95%; 
    margin-bottom: 35px; } }

.cp-202403-detail > h2 {
  width: 86.6%;
  max-width: 1120px;
  margin: 64px auto 32px auto;
  font-size: 24px;
  line-height: 3.7rem;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 5px #035b90;
}
@media screen and (max-width: 750px) {
  .cp-202403-detail > h2  {
     width: 97%;
     font-size: 20px;
     margin-top: 48px;
     margin-bottom: 32px;} }

.cp-202403-detail > h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 16px; 
  margin-bottom: 33px; 
  
}

@media screen and (max-width: 750px) {
  .cp-202403-detail > h3 {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
}

.cp-202403-detail  > span.marker { background: linear-gradient(transparent 60%,  #ffff66 60%);  font-weight: bold; }

.cp-202403-detail > img {
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  width: 80%;
  margin-bottom :10px;
  margin-bottom :30px;
}

@media screen and (max-width: 750px) {
  .cp-202403-detail > img {
      width: 95%;
  }}



.cp-202403-detail > p {
  max-width: 80%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 3.1rem;
  margin-bottom: 37px;
  margin-left: auto; 
  margin-right: auto;  }

  @media screen and (max-width: 750px) {
    .cp-202403-detail > p {
      max-width: 95%;
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding: 0 5.4%;
      text-align:left;  } }

.cp-202403-detail > p.note {
  max-width: 80%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 12px;
  margin-left: auto; 
  margin-right: auto;  }

  @media screen and (max-width: 750px) {
    .cp-202403-detail > p.note {
      max-width: 95%;
      padding: 0 5.4%;
      text-align:left;  } }

.cp-202403-detail > p > .pc-large { font-size: 24px; font-weight: bold; }

  @media screen and (max-width: 750px) {
    .cp-202403-detail > p > .pc-large {
      font-size: 1.5rem;  } }



.cp-202403-detail  > p.formlead { text-align:center; font-weight: bold: }
.cp-202403-detail  > p  > a  { color: #0600ff; text-decoration: underline;}