@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.copy {
  letter-spacing: 0.1em; }

.img_box {
  margin-bottom: 10%; }
  .img_box .mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_20 {
    margin-bottom: 20%; }

.txt {
  margin-bottom: 10%; }

.mini_title {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .mini_title {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
  @media (min-width: 1280px) {
    .mini_title {
      font-size: 2.8rem; } }

.orange_txt {
  font-size: 1.7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #ED9227;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .orange_txt {
      font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
  @media (min-width: 1280px) {
    .orange_txt {
      font-size: 2.5rem; } }

.txt_attensiton {
  font-size: 1.5rem;
  text-align: justify; }
  @media (min-width: 769px) {
    .txt_attensiton {
      font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
  @media (min-width: 1280px) {
    .txt_attensiton {
      font-size: 1.6rem; } }

/*土地活用*/
#renece .what_wrap .img_box {
  width: 40%;
  margin: 0 auto 5%; }
#renece .what_wrap .copy {
  text-align: justify; }

/*工法*/
#method .copy {
  text-align: justify;
  margin-bottom: 5%; }
#method .method_name {
  margin-bottom: 5%;
  border-bottom: solid 2px #1695CC;
  padding-bottom: 2%;
  position: relative;
  cursor: pointer; }
  #method .method_name .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    right: 20px; }
    #method .method_name .arrow:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background: #1695CC;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    #method .method_name .arrow:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 100%;
      background: #1695CC;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  #method .method_name.active .arrow:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #1695CC;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  #method .method_name.active .arrow:before {
    opacity: 0; }
#method .open {
  display: none; }
  #method .open table {
    font-size: 1.2rem;
    border: solid 1px #C0C0C0;
    width: 100%;
    margin-bottom: 5%; }
    @media (min-width: 769px) {
      #method .open table {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
    @media (min-width: 1280px) {
      #method .open table {
        font-size: 1.5rem; } }
    #method .open table tbody tr {
      border-bottom: solid 1px #C0C0C0;
      width: 100%; }
      #method .open table tbody tr th {
        border-right: solid 1px #C0C0C0;
        padding: 2% 4%;
        width: 38%;
        font-weight: lighter;
        text-align: left; }
        #method .open table tbody tr th.back_color {
          background: #F4F4F4; }
      #method .open table tbody tr td {
        text-align: center; }
        #method .open table tbody tr td.back_color {
          background: #F4F4F4; }
      #method .open table tbody tr:last-child {
        border-bottom: none; }
#method #merit {
  flex-wrap: wrap;
  width: 100%; }
  #method #merit ul li {
    text-align: left;
    margin-bottom: 10px; }
    #method #merit ul li:last-child {
      margin-bottom: 0; }
    #method #merit ul li p.title {
      color: #1695CC;
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      margin-bottom: auto; }

/*実現*/
#realization .realization_wrap {
  margin-bottom: 15%; }
  #realization .realization_wrap .img_sp {
    margin: 0 auto 3%;
    width: 50%; }
  #realization .realization_wrap .flex_wrap {
    margin-bottom: 10%; }
    #realization .realization_wrap .flex_wrap .txt_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
      #realization .realization_wrap .flex_wrap .txt_box .realization_title {
        font-size: 1.7rem;
        margin-bottom: 1%;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media (min-width: 769px) {
          #realization .realization_wrap .flex_wrap .txt_box .realization_title {
            font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
        @media (min-width: 1280px) {
          #realization .realization_wrap .flex_wrap .txt_box .realization_title {
            font-size: 2.5rem; } }
      #realization .realization_wrap .flex_wrap .txt_box .realization_txt {
        font-size: 1.5rem;
        text-align: justify;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        margin-bottom: 3%; }
        @media (min-width: 769px) {
          #realization .realization_wrap .flex_wrap .txt_box .realization_txt {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
        @media (min-width: 1280px) {
          #realization .realization_wrap .flex_wrap .txt_box .realization_txt {
            font-size: 1.6rem; } }
  #realization .realization_wrap table {
    font-size: 1.2rem;
    border: solid 1px #C0C0C0;
    width: 100%;
    margin-bottom: 5%; }
    @media (min-width: 769px) {
      #realization .realization_wrap table {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
    @media (min-width: 1280px) {
      #realization .realization_wrap table {
        font-size: 1.4rem; } }
    #realization .realization_wrap table tbody {
      width: 100%; }
      #realization .realization_wrap table tbody tr {
        width: 100%; }
        #realization .realization_wrap table tbody tr th {
          border-right: solid 1px #C0C0C0;
          border-bottom: solid 1px #C0C0C0;
          background: #F4F4F4;
          padding: 2% 3%;
          width: 25%;
          text-align: left;
          font-weight: lighter; }
        #realization .realization_wrap table tbody tr td {
          border-right: solid 1px #C0C0C0;
          border-bottom: solid 1px #C0C0C0;
          padding: 2% 2%;
          width: 37%; }
          #realization .realization_wrap table tbody tr td.back_color {
            background: #F4F4F4; }
        #realization .realization_wrap table tbody tr:last-child td {
          border-bottom: none; }

/*強み*/
#features .features_wrap {
  margin-bottom: 100px; }
  #features .features_wrap .features_img {
    margin-bottom: 10%;
    text-align: center; }
    #features .features_wrap .features_img p {
      font-size: 1.8rem;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      display: inline-block;
      margin-bottom: 5%; }
      @media (min-width: 769px) {
        #features .features_wrap .features_img p {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
      @media (min-width: 1280px) {
        #features .features_wrap .features_img p {
          font-size: 2.5rem; } }
    #features .features_wrap .features_img:last-child p {
      font-size: 1.8rem;
      position: relative;
      color: #ED9227; }
      @media (min-width: 769px) {
        #features .features_wrap .features_img:last-child p {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 5.2837573386 ); } }
      @media (min-width: 1280px) {
        #features .features_wrap .features_img:last-child p {
          font-size: 4.5rem; } }
      #features .features_wrap .features_img:last-child p::after {
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #ED9227; }

/*構造*/
#construction .contents_wrap .contents_img {
  margin-bottom: 5%; }
#construction .contents_wrap .contents_txt_wrap .contents_name {
  font-size: 1.7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-left: 40px;
  margin-bottom: 4%; }
  @media (min-width: 769px) {
    #construction .contents_wrap .contents_txt_wrap .contents_name {
      font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.782778865 ); } }
  @media (min-width: 1280px) {
    #construction .contents_wrap .contents_txt_wrap .contents_name {
      font-size: 2.1rem; } }
  #construction .contents_wrap .contents_txt_wrap .contents_name .number {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 0;
    left: 0; }
    @media (min-width: 769px) {
      #construction .contents_wrap .contents_txt_wrap .contents_name .number {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.1741682975 ); } }
    @media (min-width: 1280px) {
      #construction .contents_wrap .contents_txt_wrap .contents_name .number {
        font-size: 2.4rem; } }
    #construction .contents_wrap .contents_txt_wrap .contents_name .number:before {
      border-radius: 50%;
      border-radius: 50%;
      content: "";
      position: absolute;
      background: #F0C27A;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 47%;
      transform: translateX(-50%) translateY(-50%);
      z-index: -1; }
    #construction .contents_wrap .contents_txt_wrap .contents_name .number.purple:before {
      background: #94A4D0; }
#construction .contents_wrap .contents_txt_wrap .contents_txt {
  font-size: 1.4rem;
  margin-bottom: 6%; }
  @media (min-width: 769px) {
    #construction .contents_wrap .contents_txt_wrap .contents_txt {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
  @media (min-width: 1280px) {
    #construction .contents_wrap .contents_txt_wrap .contents_txt {
      font-size: 1.5rem; } }
#construction .point_wrap {
  margin: 0 auto 20%; }
  #construction .point_wrap .point_box {
    width: 98%;
    border: solid 2px #ED9227;
    border-radius: 7px;
    text-align: center;
    padding: 3% 0;
    margin: 0 auto 2%; }
    #construction .point_wrap .point_box .point_number {
      color: #ED9227;
      font-weight: bold;
      font-size: 1.7rem;
      position: relative;
      margin-bottom: 3%; }
      @media (min-width: 769px) {
        #construction .point_wrap .point_box .point_number {
          font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.6960556845 ); } }
      @media (min-width: 1200px) {
        #construction .point_wrap .point_box .point_number {
          font-size: 2rem; } }
      #construction .point_wrap .point_box .point_number:before {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 2px;
        background: #ED9227;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
    #construction .point_wrap .point_box .point_txt {
      font-size: 1.6rem;
      line-height: 1.5em;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      margin-bottom: 3%; }
      @media (min-width: 769px) {
        #construction .point_wrap .point_box .point_txt {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.1600928074 ); } }
      @media (min-width: 1200px) {
        #construction .point_wrap .point_box .point_txt {
          font-size: 2.1rem; } }
    #construction .point_wrap .point_box .detail_txt {
      font-size: 1.4rem;
      width: 85%;
      margin: auto;
      text-align: justify; }
      @media (min-width: 769px) {
        #construction .point_wrap .point_box .detail_txt {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
      @media (min-width: 1200px) {
        #construction .point_wrap .point_box .detail_txt {
          font-size: 1.6rem; } }

/*プラン例*/
#plan .plan_box {
  border: solid 2px #1695CC;
  margin-bottom: 5%; }
  #plan .plan_box .plan_txt {
    font-size: 1.8rem;
    text-align: center;
    background: #1695CC;
    font-weight: bold;
    color: #fff;
    padding: 2% 0;
    width: 100%; }
    @media (min-width: 769px) {
      #plan .plan_box .plan_txt {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
    @media (min-width: 1280px) {
      #plan .plan_box .plan_txt {
        font-size: 2.5rem; } }
  #plan .plan_box .plan_wrap {
    padding: 4%; }
    #plan .plan_box .plan_wrap .plan_img {
      margin-bottom: 2%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .img_box .mb_5 {
    margin-bottom: 2%; }

  .txt_wrap {
    flex-flow: row-reverse; }
    .txt_wrap .img_wrap {
      flex: 0 1 35%;
      width: 35%;
      max-width: 35%; }
      .txt_wrap .img_wrap img {
        width: 100%; }
    .txt_wrap .txt_box {
      flex: 0 1 60%;
      width: 60%;
      max-width: 60%; }
      .txt_wrap .txt_box .title_box {
        margin-bottom: 4%; }
        .txt_wrap .txt_box .title_box h2 {
          text-align: left; }

  /*土地活用*/
  #renece .what_wrap .img_box {
    width: 20%; }
    #renece .what_wrap .img_box.sp_tab_only {
      display: block; }
  #renece .what_wrap .copy {
    text-align: center; }

  /*工法*/
  #method .copy {
    margin-bottom: 2%; }
  #method .method_name {
    margin-bottom: 2%; }

  /*実現*/
  #realization .copy {
    width: 850px;
    margin: 0 auto;
    text-align: left; }
  #realization .realization_wrap {
    margin-bottom: 0; }
    #realization .realization_wrap .flex_wrap {
      margin-bottom: 10%;
      align-items: center; }
      #realization .realization_wrap .flex_wrap .txt_box {
        flex: 0 1 70%;
        width: 70%;
        max-width: 70%; }
        #realization .realization_wrap .flex_wrap .txt_box .realization_title {
          margin-bottom: 5%; }
      #realization .realization_wrap .flex_wrap .img_pc {
        flex: 0 1 25%;
        width: 25%;
        max-width: 25%;
        display: block; }
      #realization .realization_wrap .flex_wrap.last_mb {
        margin-bottom: 3%; }
      #realization .realization_wrap .flex_wrap:last-child {
        margin-bottom: 0; }

  /*メリット*/
  #features .copy {
    width: 700px;
    margin: 0 auto;
    text-align: left; }
  #features .features_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #features .features_wrap .features_img {
      flex: 0 1 46%;
      width: 46%;
      max-width: 46%;
      margin-bottom: 0; }
      #features .features_wrap .features_img:last-child {
        flex: 0 1 80%;
        width: 80%;
        max-width: 80%;
        margin: 150px auto 0; }
        #features .features_wrap .features_img:last-child p {
          margin-bottom: 60px; }
          #features .features_wrap .features_img:last-child p::after {
            height: 6px; }
  #features .features_img-wrap {
    margin: auto;
    width: 80%; }

  /*構造*/
  #construction .contents_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10%; }
    #construction .contents_wrap .contents_img {
      flex: 0 1 46%;
      width: 46%;
      max-width: 46%;
      margin-bottom: 0; }
    #construction .contents_wrap .contents_txt_wrap {
      flex: 0 1 46%;
      width: 46%;
      max-width: 46%; }
      #construction .contents_wrap .contents_txt_wrap .contents_name .number {
        left: 0; }
        #construction .contents_wrap .contents_txt_wrap .contents_name .number:before {
          top: 55%; }
  #construction .point_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20%; }
    #construction .point_wrap .point_box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      border: solid 4px #ED9227;
      margin-bottom: 2%; }
      #construction .point_wrap .point_box:last-child {
        margin-bottom: 0; }
      #construction .point_wrap .point_box:nth-child(3) {
        margin-bottom: 0; }
      #construction .point_wrap .point_box .point_number:before {
        width: 15px; }
      #construction .point_wrap .point_box .point_txt {
        font-size: 1.6rem;
        line-height: 1.5em;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        margin-bottom: 3%; } }
      @media screen and (min-width: 769px) and (min-width: 769px) {
        #construction .point_wrap .point_box .point_txt {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.1600928074 ); } }
      @media screen and (min-width: 769px) and (min-width: 1200px) {
        #construction .point_wrap .point_box .point_txt {
          font-size: 2.1rem; } }
@media screen and (min-width: 769px) {
      #construction .point_wrap .point_box .detail_txt {
        position: relative;
        height: 220px; }
        #construction .point_wrap .point_box .detail_txt p {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }

  /*プラン例*/
  #plan .plan_box {
    border: solid 4px #1695CC; }
    #plan .plan_box .plan_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2%; }
      #plan .plan_box .plan_wrap .plan_img {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin-bottom: 0; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .box {
    margin-bottom: 10%; }

  /*土地活用*/
  #renece .what_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center; }
    #renece .what_wrap .img_box {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      margin: 0;
      text-align: center; }
      #renece .what_wrap .img_box img {
        width: 68%; }
      #renece .what_wrap .img_box.pc_only {
        display: block; }
      #renece .what_wrap .img_box.sp_tab_only {
        display: none; }
    #renece .what_wrap .copy {
      flex: 0 1 65%;
      width: 65%;
      max-width: 65%;
      text-align: justify; }

  /*工法*/
  #method.sp_tab_only {
    display: none; }
  #method .pc_only {
    /*特長*/ }
    #method .pc_only table {
      font-size: 1.2rem;
      border: solid 1px #C0C0C0;
      width: 48%;
      flex-wrap: wrap;
      margin-bottom: 5%; } }
    @media screen and (min-width: 981px) and (min-width: 769px) {
      #method .pc_only table {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
    @media screen and (min-width: 981px) and (min-width: 1280px) {
      #method .pc_only table {
        font-size: 1.5rem; } }
@media screen and (min-width: 981px) {
      #method .pc_only table tbody tr {
        border-bottom: solid 1px #C0C0C0;
        width: 100%; }
        #method .pc_only table tbody tr th {
          border-right: solid 1px #C0C0C0;
          padding: 1.5% 4%;
          width: 25%;
          font-weight: lighter;
          text-align: left; }
          #method .pc_only table tbody tr th.back_color {
            background: #F4F4F4; }
        #method .pc_only table tbody tr td {
          border-right: solid 1px #C0C0C0;
          text-align: center; }
          #method .pc_only table tbody tr td.back_color {
            background: #F4F4F4; }
        #method .pc_only table tbody tr:last-child {
          border-bottom: none; }
    #method .pc_only #merit {
      flex-wrap: wrap;
      width: 48%; }
      #method .pc_only #merit ul li {
        text-align: left;
        margin-bottom: 10px; }
        #method .pc_only #merit ul li:last-child {
          margin-bottom: 0; }
        #method .pc_only #merit ul li p.title {
          color: #1695CC;
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          margin-bottom: auto; }
  #method .method_flexwrap {
    display: flex;
    justify-content: space-between; }

  /*構造*/
  #construction .contents_wrap .contents_txt_wrap .contents_name .number:before {
    width: 35px;
    height: 35px;
    top: 70%; }
  #construction .point_wrap .point_box .detail_txt {
    height: 170px; } }
/*------------------------------
		1280px以上
------------------------------*/

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