@charset "UTF-8";
/*
Theme Name: inagaki-archi-new
*/

@-webkit-keyframes zoomUpAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUpAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiperMV .swiper-slide-active .swiper-img,
.swiperMV .swiper-slide-duplicate-active .swiper-img,
.swiperMV .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUpAnimation 12s linear infinite;
          animation: zoomUpAnimation 12s linear infinite;
}
.swiperMV .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiperMV .one {
  -o-object-position: -345px center;
     object-position: -345px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .one {
    -o-object-position: -570px center;
       object-position: -570px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .one {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .two {
  -o-object-position: -450px center;
     object-position: -450px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .two {
    -o-object-position: -765px center;
       object-position: -765px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .two {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .three {
  -o-object-position: -480px center;
     object-position: -480px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .three {
    -o-object-position: -815px center;
       object-position: -815px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .three {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .four {
  -o-object-position: -330px center;
     object-position: -330px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .four {
    -o-object-position: -590px center;
       object-position: -590px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .four {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .five {
  -o-object-position: -300px center;
     object-position: -300px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .five {
    -o-object-position: -480px center;
       object-position: -480px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .five {
    -o-object-position: center center;
       object-position: center center;
  }
}

.swiper.insta-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-rendering: initial;
  color: #afafaf;
  font-size: 1.375rem !important;
}



/* ----------------------------- フォーム */
.c-form.inner {
  margin-top: 40px;
}
.c-form .required {
  color: #b5151f;
}
.c-form table {
  width: 100%;
  border-collapse: collapse;
}
.c-form table tr {
  border-bottom: 1px solid #ccc;
}
.c-form table tr:first-child {
  border-top: 1px solid #ccc;
}
.c-form table th {
  padding: 15px 0 0;
  text-align: left;
  width: 100%;
  display: block;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .c-form table th {
    padding: 20px 0;
    width: 28%;
    display: table-cell;
  }
}
.c-form table th .lb {
  display: none;
}
@media screen and (min-width: 600px) {
  .c-form table th .lb {
    display: block;
  }
}
.c-form table td {
  display: block;
  margin: 5px 0 15px;
}
@media screen and (min-width: 600px) {
  .c-form table td {
    padding: 20px 0;
    margin: unset;
  }
}
.c-form table td input::-webkit-input-placeholder {
  color: #666;
  font-size: 1.5rem;
}
.c-form table td input::-moz-placeholder {
  color: #666;
  font-size: 1.5rem;
}
.c-form table td input:-ms-input-placeholder {
  color: #666;
  font-size: 1.5rem;
}
.c-form table td input::-ms-input-placeholder {
  color: #666;
  font-size: 1.5rem;
}
.c-form table td input::placeholder {
  color: #666;
  font-size: 1.5rem;
}
.c-form table td input[type=text],
.c-form table td input[type=tel],
.c-form table td input[type=email],
.c-form table td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-form table td input[type=text],
  .c-form table td input[type=tel],
  .c-form table td input[type=email],
  .c-form table td textarea {
    padding: 10px 0;
  }
}

.c-form table td textarea {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
    .c-form table td textarea {
      border: none;
      padding: 10px 0;
      margin-bottom: unset;
      margin-top: unset;
  }
}
.c-form table td textarea::placeholder {
  line-height: 1.5em;
  font-size: 1.5rem;
}

.c-form textarea::-webkit-input-placeholder {
  color: #666 !important;
}
.c-form textarea::-moz-placeholder {
  color: #666 !important;
}
.c-form textarea:-ms-input-placeholder {
  color: #666 !important;
}
.c-form textarea::-ms-input-placeholder {
  color: #666 !important;
}
.c-form textarea::placeholder {
  color: #666 !important;
}
.c-form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-form .wpcf7-checkbox {
      padding-bottom: unset;
  }
}
.c-form .contact_btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form .contact_btn {
    margin-top: 80px;
  }
}
.c-form .contact_btn input {
  width: 215px;
  background: #fff;
  border: 1px solid #666;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000 !important;
  font-size: 1.6rem;
}
.c-form .contact_btn input:hover {
  background: #666;
  color: #fff;
}
.c-form .contact_btn .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.c-form select {
  font-size: 1.5rem;
  background-color: unset;
  border: none;
  color: #666;
  padding: 10px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 768px) {
  .c-form select {
    padding: 10px 0;
  }
}

/*------------------------------------------- else_com */

.p-else_com {
  padding: 3.75rem 0;
}
.p-else_com .cont2 {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_com .cont2 {
    margin-top: 8.25rem;
  }
}

.p-else_com .cont2 .img-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-else_com .cont2 .img-container {
    text-align: center;
  }
}


.p-else_com .cont2 .img-txt {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-else_com .cont2 .img-txt {
    grid-template-columns: 60% 35%;
    column-gap: 5%;
    margin-top: 4rem;
  }
}

.p-else_com .cont2 .img-txt .txt {
  line-height: 1.9em;
}

.p-else_com .cont2 .img-txt::before,
.p-else_com .cont2 .img-txt::after {
  content: none;
}

.p-else_com .txt {
  line-height: 1.85rem;
}

.p-else_com .txt2 + .txt1 {
  font-size: 2.6rem;
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_com .txt2 + .txt1 {
    margin-top: 8.25rem;
  }
}


.p-else_com .c-title {
  text-align: center;
}
.p-else_com .single-nation .btn {
  margin-top: 5rem;
}
.p-else_com .single-nation .btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else_com .single-nation .btn li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-else_com .single-nation .btn li:first-child a {
  margin-left: auto;
}
.p-else_com .single-nation .btn a {
  padding: 0.9375rem 0;
  border: 1px solid #333;
  max-width: 20rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.p-else_com .single-nation .prev-next {
  margin-top: 3.75rem;
}
.p-else_com .single-nation .prev-next ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_com .single-nation .prev-next ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.p-else_com .single-nation .prev-next ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else_com {
    padding: 6.25rem 0;
  }
}

/*------------------------------------------- request */

.p-else_request1 .lead1 h3 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .lead1 h3 {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
.p-else_request1 .lead1 h3 .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .lead1 h3 .lb {
    display: none;
  }
}
.p-else_request1 .lead1 .free {
  text-align: center;
}
.p-else_request1 .lead1 .free span {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
    .p-else_request1 .lead1 .free span {
    font-size: 2.8rem;
  }
}
.p-else_request1 .thum {
  margin-top: 2.5rem;
}
.p-else_request1 .thum ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .thum ul {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 6.25rem;
  }
}
.p-else_request1 .thum ul li {
  justify-items: center;
}
.p-else_request1 .thum ul li p {
  margin-top: 0.625rem;
  line-height: 1.5em;
}
.p-else_request1 .lead2 {
  text-align: center;
  margin-top: 3.75rem;
  line-height: 1.9em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .lead2 {
    font-size: 1.6rem;
  }
}
.p-else_request1 .lead2 span {
  color: #b5151f;
}
.p-else_request1 .img ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 3.75rem;
}
.p-else_request1 p.lead {
  text-align: center;
}
.p-else_request1 .required {
  color: #e81c24;
}
.p-else_request1 table.hope {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}
.p-else_request1 table.hope tr.item {
  border-bottom: none !important;
  border-top: none !important;
}
.p-else_request1 table.hope tr.item td span.eve {
  display: block;
}
.p-else_request1 table.hope .wpcf7-list-item {
  display: block;
}
.p-else_request1 .rep {
  margin: 1.25rem 0;
}
.p-else_request1 .req {
  margin: 1.25rem 0;
}
.p-else_request1 .req .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.p-else_request1 .req .wpcf7-list-item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.p-else_request1 .req .wpcf7-list-item label {
  text-indent: -1em;
  padding-left: 1em;
}
.p-else_request1 .req .wpcf7-list-item label > input {
  margin: 0;
}
.p-else_request1 .req .wpcf7-list-item::before {
  content: "";
  width: 100%;
  /* width: 5.625rem; */
  height: 8.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .req .wpcf7-list-item::before {
    width: 100%;
    /* width: 11.25rem; */
    height: 16.25rem;
  }
}

.p-else_request1 .req .wpcf7-list-item.item-case::before {
    height: 12.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .req .wpcf7-list-item.item-case::before {
    height: 21.5rem;
  }
}

.p-else_request1 .req .item-house::before {
  background-image: url("https://inagaki-architect.com/newwp/wp-content/themes/inagaki/images/contact/inagakibook.webp");
}
.p-else_request1 .req .item-table::before {
  background-image: url("https://inagaki-architect.com/newwp/wp-content/themes/inagaki/images/contact/tablehousebook.webp");
}
.p-else_request1 .req .item-case::before {
  background-image: url("https://inagaki-architect.com/newwp/wp-content/themes/inagaki/images/contact/contact_img3.jpg");
}
.p-else_request1 .req .item-reform::before {
  background-image: url("https://inagaki-architect.com/newwp/wp-content/themes/inagaki/images/contact/contact_img4.jpg");
}

/*------------------------------------------- reserve */

.p-else_reserve1 .wpcf7-list-item {
  margin: 0;
}
.p-else_reserve1 .txt1 h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: A1 Mincho;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt1 h3 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.p-else_reserve1 .txt1 h3 .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt1 h3 .lb {
    display: none;
  }
}
.p-else_reserve1 .txt1 p {
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.9em;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt1 p {
  margin-bottom: 4rem;
}
}

.p-else_reserve1 .swiper-container {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  /* 次への矢印 */
}
.p-else_reserve1 .swiper-container .swiper {
  max-width: 800px;
}
.p-else_reserve1 .swiper-container .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-else_reserve1 .swiper-container .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .swiper-container .swiper-button-prev {
    left: -50px;
  }
}
.p-else_reserve1 .swiper-container .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .swiper-container .swiper-button-next {
    right: -50px;
  }
}
.p-else_reserve1 .txt2 {
  display: block;
  text-align: center;
}
.p-else_reserve1 .txt2 .inner {
  margin: 1.875rem auto 0;
  display: inline-block;
  place-items: center;
  font-size: 1.7rem;
  line-height: 1.85em;
  font-weight: normal;
  max-width: 31.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt2 .inner {
    font-size: 2.2rem;
    margin: 3.75rem auto 0;
    max-width: unset;
  }
}

.p-else_reserve1 .txt2 .inner span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.p-else_reserve1 .txt3 {
  margin-top: 6rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 {
    margin-top: 6rem;
  }
}
.p-else_reserve1 .txt3 .box {
  background-color: #ededed;
  padding: 1.5rem;
  display: inline-block;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box {
    padding: 4rem;
    width: unset;
  }
}
.p-else_reserve1 .txt3 .box h5 {
  font-size: 1.9rem;
  margin-bottom: 1.25rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box h5 {
    font-size: 2.2rem;
  }
}

.p-else_reserve1 .txt3 .box .one dl {
  display: none;

  /* font-size: 1.8rem;
  line-height: 1.65em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
                  margin: 1rem 0; */
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box .one dl {
    display: flex;

    font-size: 2.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .p-else_reserve1 .txt3 .box .one dl.last {
    margin-bottom: 0;
    line-height: 1.7;
  }
}

.p-else_reserve1 .txt3 .box .two dl {
    font-size: 1.8rem;
    line-height: 1.65em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; */
                    margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box .two dl {
    display: none;
  }
}

.p-else_reserve1 .txt4 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 {
    margin-top: 3.75rem;
    margin-top: 6rem;
  }
}
.p-else_reserve1 .txt4 h5 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .p-else_reserve1 .txt4 h5 {
    font-size: 2.4rem;
  }
}
.p-else_reserve1 .txt4 p {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9em;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 p {
    margin-top: 1.875rem;
    font-size: 1.6rem;

  }
}
.p-else_reserve1 .txt4 p .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 p .lb {
    display: none;
  }
}
.p-else_reserve1 .txt4 p span {
  color: #b5151f;
  margin-top: 1.875rem;
}

/*------------------------------------------- event */

.p-else-single_event1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 2.5rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else-single_event1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-else-single_event1 .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-else-single_event1 .txt {
  display: grid;
  place-content: center;
  margin: 1.875rem 0;
}
.p-else-single_event1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else-single_event1 .caution {
  margin-top: 5rem;
}
.p-else-single_event1 .caution h4 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .p-else-single_event1 .caution h4 {
    font-size: 2.4rem;
  }
}
.p-else-single_event1 .caution h4 + .box {
  text-align: center;
}
.p-else-single_event1 .caution h4 + .box p {
  margin-top: 1.875rem;
  text-align: left;
  display: inline-block;
}
.p-else-single_event1 .caution h4 + .box p span {
  color: #b5151f;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */