@charset "utf-8";

/* phone */
@media screen and (min-width: 0) and (max-width: 700px) {
  .public_max_width {
    width: 92% !important;
    margin: 0 4%;
  }
  .content0 .list_card {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .content0 .list_card li {
    width: 45%;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
  }
  .content0 .list_card li a {
    transform: scale(0.9);
  }
  .content1 .list li a img {
    display: none;
  }
  .content1 .list li a {
    display: flex;
    flex-direction: column;
  }
  .content1 .list_message {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .content1 .list_message dd {
    width: 50%;
    margin: 0 0 0 0 !important;
    padding: 0 2% 0 0;
  }
  .content1 .list_message h6 {
    font-size: 2.4rem;
    color: #f99140;
    }
    .content1 .list_message p {
        color: #606060;
        font-size: 2rem;
    }
  .content3 .list_num li {
    width: 50%;
    margin: 0 0 3rem;
    padding: 0;
  }
  .content3 .list_num li:nth-of-type(2n) {
    border-right: none;
  }

  .content4 .list_image li a {
    display: flex;
    flex-direction: column;
  }
  .content4 .list_image .left .title {
    margin: 0;
  }
  .content4 .list_image .left img {
    width: 100px;
  }
  .content4 .list_image .left h5 {
    font-size: 4.6rem;
  }
  .content4 .list_image .left h6 {
    font-size: 2rem;
  }
  .content4 .list_image .right .tit {
    margin: 1.6rem 0 0;
    padding: 0;
  }
  .content4 .list_image .right button {
    margin: 0;
  }
  .content4 .list_image {
    justify-content: center;
  }
  .content4 .list_image li {
    width: 100%;
  }
  .content4 .list_image .left,
  .content4 .list_image .right {
    width: 100%;
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 2rem;
  }
  .content4 .list_image .left {
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .content5 .list_image li {
    margin: 0 0 2rem;
  }
  .content5 .list_image li a {
    display: flex;
    flex-direction: column;
  }
  .content5 .list_image .left,
  .content5 .list_image .right {
    width: 100%;
    padding: 2rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .content5 .list_image .left {
    min-width: auto;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .content5 .list_image .left > img {
    width: 100px;
  }
  .content5 .list_image .left h5 {
    font-size: 2.2rem;
    line-height: 2rem;
    margin: 1rem 0 0.5rem;
  }
  .content5 .list_image .left h6 {
    font-size: 2.1rem;
  }
  .content5 .list_image .right .tit {
    margin: 0 0 1rem;
    color: #f5f5f5;
    font-size: 2rem;
  }
  .content5 .list_image .right p {
    font-size: 1.7rem;
    line-height: 2.2rem;
    color: #b1bdc1;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 1rem;
  }
  .content6 .body_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content6 .body_content img {
    width: 100%;
  }
  .list_card {
    margin-top: 5rem;
    width: 100%;
    justify-content: center;
  }
  .content6 .list_card li {
    width: 49%;
    justify-content: center;
  }
  .content6 .list_card li a {
    padding: 2rem 0.5rem 1.6rem 0.8rem;
  }
  .content7 img:nth-of-type(7){
      display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 500px) {
  .public_max_width {
    width: 95% !important;
    margin: 0 2.5%;
  }
  .content1 .list {
    width: 100%;
    padding: 0 2rem 3rem;
  }
  .content1 .list_message h6 {
    font-size: 2.1rem;
    color: #f99140;
    }
    .content1 .list_message p {
        color: #606060;
        font-size: 1.8rem;
    }
  .content3 .list_num li > p {
    white-space: wrap;
  }
  .content4 .list_image {
    padding: 0 2rem 4rem;
  }
  .content4 .list_image .right h6 {
    font-size: 2.1rem;
  }
  .content4 .list_image .left img,
  .content5 .list_image .left img {
    width: 80px;
  }
  .content5 .list_image {
    padding: 0 2rem 2rem;
  }
  .content6 .body_content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 2rem 4.4rem;
  }
  .content6 .body_content img {
    width: 100%;
  }
  .list_card {
    margin-top: 5rem;
    width: 100%;
    justify-content: space-between;
    padding: 0 !important;
  }
  .content6 .list_card li {
    width: 49%;
    justify-content: center;
    margin: 0 0 1rem;
  }
  /*.content6 .list_card li a {*/
  /*  padding: 2rem 3rem;*/
  /*}*/
  .content7 img {
    width: 50%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .public_max_width {
    width: 92% !important;
    margin: 0 4%;
  }
  .content0 .list_card {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .content0 .list_card li {
    width: 40%;
    padding: 8rem 3rem;
    margin-bottom: 2rem;
  }
  .content1 .list li a img {
    display: none;
  }
  .content1 .list li a {
    display: flex;
    flex-direction: column;
  }
  .content1 .list_message {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content1 .list_message dd {
    width: 50%;
    margin: 0 !important;
  }
  .content3 .list_num li {
    width: 40%;
    margin: 0 0 3rem;
  }
  .content3 .list_num li:nth-of-type(2n) {
    border-right: none;
  }
  .content4 .list_image {
    justify-content: center;
  }
  .content4 .list_image li {
    width: 90%;
  }
  .content6 .body_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .list_card {
    margin-top: 5rem;
    width: 100%;
  }
}
@media screen and (min-width:0) and (max-width:1000px){
    .content1 .list li:nth-of-type(1) .list_message dd:nth-of-type(1){
        display: none;
    }
}
/* pc */
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .public_max_width {
    width: 92% !important;
    margin: 0 4%;
  }
  .content0 .list_card li {
    padding: 2rem 3rem;
  }
  /*.content1 .list li a img {*/
  /*  width: 48%;*/
  /*  object-fit: contain;*/
  /*}*/
  /*.content1 .list li a {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*}*/
  /*.content1 .list_message {*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*  justify-content: flex-start;*/
  /*}*/
  /*.content1 .list_message dd {*/
  /*  width: 50%;*/
  /*  margin: 0 !important;*/
  /*}*/
  .content3 .list_num li {
    width: 26%;
    margin: 0 0 3rem;
  }
  .content3 .list_num li:nth-of-type(3n) {
    border-right: none;
  }
  .content4 .list_image {
    justify-content: center;
  }
  .content4 .list_image li {
    width: 80%;
  }
  .content6 .body_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .list_card {
    margin-top: 5rem;
    width: 88%;
  }
}
