/* CSS Document */

@media (min-width: 751px) {
  section .sp-arrow {
    width: 10px;
  }

  #thumb-h .sp-horizontal .sp-previous-arrow {
    left: 50%;
    margin-left: -500px;
  }

  #thumb-h .sp-horizontal .sp-next-arrow {
    left: 50%;
    margin-left: 500px;
    right: auto;
  }

  #thumb-h .sp-bottom-thumbnails {
    margin-top: 30px;
    height: 90px;
    width: 1100px !important;
  }

  #thumb-h .sp-thumbnails {
    position: absolute;
    right: 0;
    width: 288px;
  }

  section .sp-thumbnail-container {
    cursor: pointer;
  }

  section .sp-thumbnail-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 90px;
  }

  section .sp-selected-thumbnail:after {
    border: #007143 4px solid;
    background: none;
  }

  section .sp-bottom-thumbnails .sp-thumbnail-container {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* news */
  .plan-news {
    background: #eeeeee;
    line-height: 77px;
    font-size: 18px;
    text-align: center;
    margin: 80px auto;
  }

  .plan-news p {
    text-align: center;
    padding: 10px 0;
    line-height: 2;
  }

  #p2_1 {
    width: 100%;
    height: 1050px;
    position: relative;
    margin-bottom: 65px;
  }

  #p2_1 .txt {
    width: 620px;
    margin: -90px 0 0 0;
    float: left;
  }

  #p2_1 .txt h4 {
    margin-bottom: 17px;
  }

  #p2_1 .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  #p2_1 .txt .ctable {
    width: 620px;
  }

  #p2_1 .cbtn2 {
    float: right;
    margin-top: 20px;
  }

  #p3 {
    width: 100%;
    background: url("../images/about_bg.jpg") center top no-repeat;
    background-size: auto 858px;
    height: 858px;
  }

  @media (min-width: 2001px) {
    #p3 {
      background-size: 100% auto;
    }
  }

  #p3 .mainw {
    height: 858px;
    position: relative;
  }

  #p3 h3 {
    width: 311px;
    position: absolute;
    top: 60px;
    left: 130px;
  }

  #p3 li:first-child {
    width: 402px;
    position: absolute;
    left: 15px;
    top: 310px;
  }

  #p3 li:nth-child(2) {
    width: 593px;
    position: absolute;
    right: 30px;
    top: 50px;
  }

  #p3 li:last-child {
    width: 591px;
    position: absolute;
    right: 94px;
    bottom: 40px;
  }

  #p3 li img {
    /*width: 100%;*/
    transform-origin: center center;
  }

  #p4 {
    padding-top: 70px;
  }

  #p4 .column2 {
    height: 395px;
    position: relative;
  }

  #p4 .column2 p {
    font-size: 1em;
    line-height: 2;
  }

  #p4 ul {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 206px;
    width: 468px;
  }

  #p4 li {
    width: 225px;
    position: absolute;
    bottom: 0;
  }

  #p4 li:first-child {
    left: 0;
  }

  #p4 li:last-child {
    left: 243px;
  }

  #p4 li img {
    width: 225px;
  }

  .column2 .img,
  .column2 .img img {
    width: 560px;
  }

  .column2 .ol {
    width: 460px;
  }

  .column2 .ol h3 {
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 30px;
    background: url("../../images/hline.svg") left bottom no-repeat;
  }

  #p5 #p6 {
    padding: 45px 0 80px;
  }

  #p5 .mainw {
    background: #ffffff;
    padding: 45px;
  }

  #p5 .column2 {
    margin-bottom: 0;
  }

  #p5 img.img {
    width: 580px;
  }

  #p5 .ol {
    width: 400px;
  }

  #p5 h3 {
    position: relative;
    padding-top: 5px;
  }

  #p5 h3 img {
    position: absolute;
    top: 3px;
    right: 0;
  }

  #p6 .ctable {
    margin: 15px 0;
  }

  #p6 .mainw {
    background: #ffffff;
    padding: 45px;
  }

  #p6 .column2 {
    margin-bottom: 0;
  }

  #p6 img.img {
    width: 580px;
  }

  #p6 .ol {
    width: 400px;
  }

  #p6 h3 {
    position: relative;
    padding-top: 5px;
  }

  #p6 h3 img {
    position: absolute;
    top: 3px;
    right: 0;
  }

  #p6 .ctable {
    margin: 15px 0;
  }
}

/* spa */
.spa_box {
  display: block;
  width: 1100px;
  margin: 0 auto;
}

.spa_box .wrap {
  display: flex;
}

.txt_info {
  width: 50%;
}

.image_set {
  width: 50%;
}

.image_set img {
  width: 100%;
}

table.ctable {
  border-top: #c6c6c6 1px solid;
  border-collapse: collapse;
  width: 90%;
}

@media (max-width: 750px) {
  section .sp-arrow {
    width: 10px;
  }

  #thumb-h .sp-bottom-thumbnails,
  #thumb-hr .sp-bottom-thumbnails,
  #thumb-hfr .sp-bottom-thumbnails {
    margin-top: 4vw;
    height: 90px;
    left: 0;
    width: 92vw !important;
  }

  section .sp-thumbnail-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 90px;
  }

  section .sp-selected-thumbnail:after {
    border: #007143 4px solid;
    background: none;
  }

  section .sp-bottom-thumbnails .sp-thumbnail-container {
    margin-right: 5px;
    margin-left: 5px;
  }

  /*news*/
  .plan-news {
    width: 100%;
    background: #eeeeee;
    font-size: 3.4vw;
    text-align: center;
    margin: 6vw auto;
    padding: 4vw 0;
  }

  .plan-news strong {
    color: #007143;
    display: inline-block;
    padding-right: 2vw;
  }

  .plan-news p {
    width: 92vw;
    margin: 0 auto;
    line-height: 1.5;
  }

  /*#p2_1 { width: 100%; height: 735px; position: relative; margin-bottom: 65px; }*/
  #p2_1 .txt {
    width: 92vw;
    margin: 6.2vw auto;
  }

  #p2_1 .txt h4.ch4 {
    margin-bottom: 4vw;
  }

  #p2_1 .txt p {
    margin-bottom: 4vw;
  }

  #p2_1 .cbtn2 {
  }

  #p3 {
    width: 100%;
    background: url("../images/about_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }

  #p3 .mainw {
    height: 210vw;
    position: relative;
  }

  #p3 h3 {
    width: 70vw;
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 7;
  }

  #p3 li:first-child {
    width: 66vw;
    position: absolute;
    right: 4vw;
    top: 33vw;
    z-index: 5;
  }

  #p3 li:nth-child(2) {
    width: 86vw;
    position: absolute;
    left: 4vw;
    top: 95vw;
    z-index: 4;
  }

  #p3 li:last-child {
    width: 80vw;
    position: absolute;
    right: 4vw;
    top: 150vw;
    z-index: 6;
  }

  #p3 li img {
    /*width: 100%;*/
    transform-origin: center center;
  }

  #p4 {
    margin-bottom: 6vw;
  }

  #p4 ul {
    width: 92vw;
    margin: 0 auto;
  }

  #p4 li {
    width: 45vw;
    float: left;
  }

  #p4 li:last-child {
    float: right;
  }

  #p5 #p6 {
    padding: 4vw 0 13vw;
  }

  #p5 .mainw {
    background: #ffffff;
    padding: 4vw;
  }

  #p5 .column2 {
    margin-bottom: 0;
  }

  /*#p5 img.img { width: 580px; }*/
  #p5 .ol {
    width: 84vw;
  }

  #p5 h3 {
    position: relative;
    padding-top: 2vw;
  }

  #p5 h3 img {
    position: absolute;
    top: 2vw;
    right: 0;
  }

  #p5 .ctable {
    margin: 3vw 0;
    width: 84vw;
  }

  #p6 .mainw {
    background: #ffffff;
    padding: 4vw;
  }

  #p6 .column2 {
    margin-bottom: 0;
  }

  /*#p5 img.img { width: 580px; }*/
  #p6 .ol {
    width: 84vw;
  }

  #p6 h3 {
    position: relative;
    padding-top: 2vw;
  }

  #p6 h3 img {
    position: absolute;
    top: 2vw;
    right: 0;
  }

  #p6 .ctable {
    margin: 3vw 0;
    width: 84vw;
  }
}

.contensts {
  background-color: #ffffff;
  padding: 100px;
}

@media (min-width: 751px) {
  #p6 {
    padding: 45px 0 80px;
  }
}

.outline_area {
  font-size: 1rem;
  margin-right: 20px;
  width: 50%;
}

table.info {
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  width: 100%;
}

table.info th {
  width: 25%;
  padding: 10px 24px;
  vertical-align: 0;
  border: #ddd 1px solid;
  border-right: #ddd 1px dashed;
  border-right: #ddd 1px solid;
  background: #ebfce8;
}

table.info td {
  padding: 20px;
  vertical-align: 0;
  border: #ddd 1px solid;
  border-left: none;
  line-height: 2;
}

table.info td ul li {
  /* border-bottom: #ddd 1px solid; */
  line-height: 2.5;
}

table.info td span.bg_g {
  background: #007143;
  color: #fff;
  padding: 1px 10px;
  border-radius: 1em;
}

#p3 {
  margin-top: 100px;
}

@media screen and (max-width: 786px) {
  table.info th {
    width: calc(100% - 0px);
    padding: 15px;
    display: block;
  }

  table.info td {
    padding: 15px;
    width: calc(100% - 0px);
    display: block;
    border: 1px solid #ddd;
    line-height: 2;
  }
  .txtOutline {
    /* margin: 45px auto; */
    /* max-width: 1000px; */
    /* border: 1px solid #eee; */
    padding: 1em;
  }

  .spa_box .wrap {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }

  .outline_area {
    font-size: 1rem;
    /* margin-right: 20px; */
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }

  .spa_box .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .image_set {
    width: 100%;
  }

  .spa_box {
    display: block;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
  }

  .table.info {
    width: 100%;
  }

  #p3 {
    margin-top: 50px;
  }
}
.outline_area {
  font-size: 1rem;
  margin-right: 20px;
  width: 50%;
}

table.info {
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  width: 100%;
}

table.info th {
  width: 25%;
  padding: 10px 24px;
  vertical-align: 0;
  border: #ddd 1px solid;
  border-right: #ddd 1px dashed;
  border-right: #ddd 1px solid;
  background: #ebfce8;
}

table.info td {
  padding: 20px;
  vertical-align: 0;
  border: #ddd 1px solid;
  border-left: none;
  line-height: 2;
}

table.info td ul li {
  /* border-bottom: #ddd 1px solid; */
  line-height: 2.5;
}

table.info td span.bg_g {
  background: #007143;
  color: #fff;
  padding: 1px 10px;
  border-radius: 1em;
}

#p3 {
  margin-top: 100px;
}

@media screen and (max-width: 786px) {
  table.info th {
    width: calc(100% - 0px);
    padding: 15px;
    display: block;
  }

  table.info td {
    padding: 15px;
    width: calc(100% - 0px);
    display: block;
    border: 1px solid #ddd;
    line-height: 2;
  }
  .txtOutline {
    /* margin: 45px auto; */
    /* max-width: 1000px; */
    /* border: 1px solid #eee; */
    padding: 1em;
  }

  .spa_box .wrap {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }

  .outline_area {
    font-size: 1rem;
    /* margin-right: 20px; */
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }

  .spa_box .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .image_set {
    width: 100%;
  }

  .spa_box {
    display: block;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
  }

  .table.info {
    width: 100%;
  }

  #p3 {
    margin-top: 50px;
  }
}
