/* TOP出力用データCSS */

.p_knowhow_archive,
.p_archive_experience {
  padding: 40px 0 0;
}
.p_knowhow_archive img,
.p_archive_experience img {
  max-width: 100%;
}
.p_knowhow_archive .sec.sec2 {
  background: #f5f5f5;
  padding: 0 0 40px;
}

.p_knowhow_archive .sec.sec2 > .inner,
.p_archive_experience .sec.sec1 > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.p_knowhow_archive .u_txt_1,
.p_archive_experience .u_txt_1 {
  margin: 20px 0 0;
  line-height: 1.7;
}

.p_knowhow_archive .ttl,
.p_archive_experience .ttl {
  font-weight: normal;
}
.p_knowhow_archive .flex .item .txtwrap .u_pc .ttl {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
.p_knowhow_archive .ttl .u_txt_4,
.p_archive_experience .ttl .u_txt_4 {
  font-weight: normal;
}
.p_knowhow_archive .ttl .u_txt_1,
.p_archive_experience .ttl .u_txt_1 {
  margin: 5px 0 0;
  color: #097847;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_knowhow_archive .ttl .u_txt_1:after,
.p_archive_experience .ttl .u_txt_1:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

.p_knowhow_archive .flex {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.p_knowhow_archive .flex .item {
  width: 210px;
  background: #fff;
}

.p_knowhow_archive .flex .item .imgwrap {
  width: 100%;
}
.p_knowhow_archive .flex .item .imgwrap .ttl {
  background-color: #097847;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.p_knowhow_archive .flex .item .imgwrap .ttl h3 {
  padding: 15px 10px;
  font-weight: normal;
}
.p_knowhow_archive .flex .item .imgwrap .ttl::before {
  width: 100%;
  height: 30px;
  content: "";
  background-color: #c8ded4;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.p_knowhow_archive .flex .item .imgwrap .ttl::after {
  content: "＋開く";
  color: #097847;
  font-weight: bold;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
}

.p_knowhow_archive .flex .item .imgwrap.open .ttl::after {
  content: "−閉じる";
}
.p_knowhow_archive .flex .item .txtwrap {
  padding: 20px;
}
.p_knowhow_archive .flex .item .txtwrap > .ttl {
  text-align: center;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.p_knowhow_archive .flex .item .txtwrap .ttl .u_txt_3 {
  letter-spacing: 0.05em;
  font-weight: normal;
}

.p_knowhow_archive .flex .item .txtwrap .post_item {
  margin: 25px 0 0;
}
.p_knowhow_archive .flex .item .txtwrap .post_item > .contents {
  min-height: 60px;
  padding: 10px 0;
  border-top: 1px dotted #555555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.post_item .contents > a {
  padding: 0 0 0 20px;
}
.post_item .contents > a .ttl {
  color: #097847;
  text-decoration: underline;
  position: relative;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: normal;
}
.post_item .contents > a .ttl::before {
  content: url(/assets/img/common/ico_link.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: -20px;
}

.p_knowhow_archive .flex .item .txtwrap .btn_wrap2 {
  border-top: 1px dotted #555555;
  padding: 10px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.p_knowhow_archive .flex .item .txtwrap .btn_wrap2 > .btn {
  width: 155px;
  height: 41px;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.btn_wrap2 > .btn > .inner {
  width: 100%;
  height: 39px;
  border-bottom: 3px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn_wrap2 > .btn > .inner .u_txt_1 {
  color: #097847;
  padding: 0 0 0 23px;
}
.btn_wrap2 > .btn > .inner .u_txt_1.imgtxt {
  position: relative;
  margin: 0;
}
.btn_wrap2 > .btn > .inner .u_txt_1.imgtxt::before {
  content: url(/assets/img/common/ico_link.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 成功事例 */
.p_archive_experience .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  border-top: 1px dotted #333333;
}
.p_archive_experience .list_wrap .contents {
  width: 50%;
  border-bottom: 1px dotted #333333;
  padding: 15px;
}
.p_archive_experience .list_wrap .contents:nth-child(odd) {
  border-right: 1px dotted #333333;
}
.p_archive_experience .list_wrap .contents:hover > .content .wrap > .ttl {
  text-decoration: none;
}
.p_archive_experience .list_wrap .contents:hover .imgwrap img {
  opacity: 0.7;
}
.p_archive_experience .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.p_archive_experience .contents > .content .wrap {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.p_archive_experience .contents > .content .wrap .u_txt_1 {
  margin: 0;
}
.p_archive_experience .contents > .content .wrap > .label {
  display: inline-block;
  color: #097847;
  border: 1px solid #097847;
  padding: 5px 20px 3px;
  text-align: center;
  min-width: 120px;
  font-size: 1.1em;
}
.p_archive_experience .contents > .content .wrap > .ttl {
  color: #097847;
  margin: 0 0 10px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
}
.p_archive_experience .contents > .content .wrap .flex {
  display: flex;
  flex-wrap: wrap;
}
.p_archive_experience .contents > .content .wrap .flex .row.left {
  width: 50px;
}
.p_archive_experience .imgwrap {
  width: 120px;
  height: 170px;
  text-align: center;
  padding: 20px 0 0;
  background: #f5f5f5;
}
.p_archive_experience .imgwrap img {
  margin: 0 auto;
}
.p_archive_experience .imgwrap .u_txt_1 {
  margin: 0;
}

/* デザイン調整 */
.p_top .l_main_top > .inner .sec.sec2 > .inner .ttl_blk.pt0 {
  padding-top: 0;
}


@media screen and (max-width: 768px) {
  .p_knowhow_archive,
  .p_archive_experience {
    padding: 20px 0 0;
  }
  .p_knowhow_archive .ttl,
  .p_archive_experience .ttl {
    font-weight: bold;
  }
  .p_knowhow_archive .ttl .u_txt_4, .p_archive_experience .ttl .u_txt_4 {
    font-weight: bold;
    font-size: 2em;
  }
  .p_knowhow_archive .sec.sec2 > .inner {
    width: 100%;
  }
  .p_knowhow_archive .flex {
    flex-wrap: wrap;
  }
  .p_knowhow_archive .flex .item {
    padding: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
  }
  .p_knowhow_archive .flex .item::after {
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    color: #097847;
    font-weight: 900;
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.3em;
  }
  .p_knowhow_archive .flex .item:last-of-type {
    margin-bottom: 0;
  }
  .p_knowhow_archive .flex .item:last-of-type::after {
    content: none;
  }
  .p_knowhow_archive .flex .item .txtwrap {
    display: none;
  }
  .p_knowhow_archive .flex .item .imgwrap .ttl {
    font-size: 1.8em;
  }
  /* 成功事例 */
  .p_archive_experience .content {
    align-items: flex-start;
  }
  .p_archive_experience .list_wrap .contents {
    width: 100%;
    padding: 15px 10px;
  }
  .p_archive_experience .list_wrap .contents:nth-child(odd) {
    border-right: 0;
  }
  .p_archive_experience .imgwrap {
    width: 80px;
    height: auto;
    padding: 10px;
  }
  .p_archive_experience .imgwrap .u_txt_1 {
    font-size: 1.1em;
  }
  .p_archive_experience .contents > .content .wrap {
    width: calc(100% - 80px);
    padding: 10px;
  }
  .p_archive_experience .contents > .content .wrap .flex .row.left {
    width: 100%;
    background-color: #c8ded5;
    text-align: center;
  }
 }