/* 20220810
PDFダウンロードボタン追加テスト */
[class^="btnLink"] a.type-print {
  width: fit-content !important;
  padding: 13px 33px 13px 13px;
  letter-spacing: 0.05em;
}

[class^="btnLink"] a.type-print:after,
[class^="btnLink"] a.type-print:hover:after {
  content: "";
  position: absolute;
  top: 32%;
  right: 8px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/works/case/upload_files/img/ic_print02.png") no-repeat;
  background-size: contain;
}

[class^="btnLink"] a.type-print:hover:after {
  background-image: url("/works/case/upload_files/img/ic_print01.png");
}

[class^="btnLink_pdfDL_0"] {
  width: 100%;
  max-width: 1136px;
  margin: -20px auto 0;
  font-size: 16px;
  font-family: var(--medium-family);
}

@media screen and (max-width: 1170px) {
  [class^="btnLink_pdfDL_0"] {
    font-size: 15px;
  }

  .btnLink_pdfDL_02 {
    padding: 0 16px;
  }
}

@media screen and (max-width: 736px) {
  [class^="btnLink"] a.type-print {
    letter-spacing: 0.1em;
    padding: 8px 30px 8px 13px;
  }

  .btnLink_pdfDL_01 {
    margin: -20px auto;
    font-size: 13px;
  }

  .btnLink_pdfDL_02 {
    margin: 0 auto 15px;
    font-size: 13px;
  }
}

/* 20220209
・スマホ版のボタンレイアウト崩れを修正
・カラムを2列から1列に */
@media screen and (max-width: 768px) {
  .set_products .colGrid.count2 {
    grid-template-columns: 1fr;
  }

  .set_products p[class*="btnLink"]>a.flex-row2 {
    width: 100%;
  }
}

/*====================================================*/

#contents.casenew .casenew_first_title {
  font-size: 48px;
}

#contents.casenew .casenew_first_title small {
  font-size: 24px;
}

.casenew_first_title_h2 br {
  display: block;
}

@media screen and (max-width: 1023px) {
  #contents.casenew .casenew_first_title {
    font-size: 24px;
  }

  #contents.casenew .casenew_first_title small {
    font-size: 12px;
  }
}

.casenew_box02.box {
  background: var(--color-ultralightgray);
}

.casenew_box02.box .casenew_box02_in {
  border: 0;
  padding: 0;
  background: transparent;
}

body:not(.ie8) .casenew_box02_col2_in img,
body:not(.ie8) .casenew_box02_col3_in img {
  max-width: 250px;
  max-height: 250px;
}

body:not(.ie8) .casenew_box02_in .casenew_box02_title {
  margin-bottom: 40px;
}

body:not(.ie8) .casenew_box02_col2_in p,
body:not(.ie8) .casenew_box02_col3_in p {
  margin-top: 20px;
}

.mw860 {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}

.casenew_box02_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  /*justify-content: space-between;*/
}

.casenew_box02_col3 {
  display: flex;
  justify-content: center;
  gap: 40px;
  /*justify-content: space-between;*/
}

.casenew_box02_col3_in {
  width: 30%;
  text-align: center;
}

.casenew_box02_col2_in {
  width: calc(33% - 20px);
  text-align: center;
}

.img_col2 {
  gap: 40px;
}

.img_col2 img {
  max-width: inherit !important;
}

@media screen and (max-width: 1023px) {
  .img_col2 {
    flex-wrap: nowrap;
    align-items: baseline;
  }

  .img_col2 img {
    width: 100%;
  }

  .img_col2_in {
    flex-basis: 50%;
    width: auto;
    margin: 0;
  }

  .casenew .img_flo p {
    max-width: 100%;
  }

  .img_flo_left,
  .img_flo_right {
    float: none;
    max-width: 45% !important;
    margin: 30px auto;
  }

  h3~.img_flo>.img_flo_left,
  h3~.img_flo>.img_flo_right {
    margin-top: 0;
  }

  .casenew_btn {
    font-size: 15px;
  }

  .casenew_btn:after {
    top: 48%;
  }

}

@media screen and (max-width: 767px) {
  .casenew_box02.box .casenew_box02_in {
    padding: 20px;
  }

  .casenew_first_title_h2 br.sp-non {
    display: block;
  }

  .casenew_box02_col2,
  .casenew_box02_col3 {
    display: block;
  }

  .casenew_box02_col2_in,
  .casenew_box02_col3_in {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 30px auto;
    gap: 0;
  }

  .casenew_btn {
    font-size: 15px;
  }

  .casenew_btn:after {
    top: 48%;
  }

  .img_col2 {
    display: block;
  }

  .img_flo_left,
  .img_flo_right,
  .img_col2_in {
    float: none;
    max-width: 320px !important;
    margin: 30px auto;
  }

  h3~.img_flo>.img_flo_left,
  h3~.img_flo>.img_flo_right {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .casenew_box02_col3_in {
    width: 80%;
    max-width: 400px;
  }

  .casenew_btn {
    font-size: 14px;
  }

  .casenew_btn:after {
    width: 6px;
    height: 6px;
    top: 48%;
  }

  .pb60 {
    padding-bottom: 20px !important;
  }
}

.casenew_box02.box .casenew_box02_in:before {
  border: 0;
}

#contents.casenew .casenew_first_title_h4 {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

#contents.casenew .casenew_first_title_h4 span {
  font-family: "Clarimo UD PE DemiBold", "Gothic MB101 DemiBold JIS2004", sans-serif;
}

@media screen and (max-width: 767px) {
  .casenew_first_title_h2 {
    padding: 0 10px;
  }

  .casenew_box02 {
    margin: 20px 0;
  }

  .casenew_box02.box .casenew_box02_in {
    padding: 50px 0 30px;
  }
}

.casenew_text ul {
  list-style-type: disc;
}

.casenew_text ul li {
  margin-left: 2em;
  margin-bottom: 1rem;
}

.ti-non {
  text-indent: 0 !important;
}

/* additional */
.img_box_w_in {
  height: 639px;
}

.note {
  margin-top: 1em;
  font-size: 80%;
  text-indent: 0 !important;
}

@media screen and (max-width: 1136px) {
  .img_box_w_in {
    height: auto;
  }
}

/* video */
.casenew_box02_col2 {
  gap: 40px;
}

.casenew_box02_in:before {
  z-index: -1;
}

.video-link {
  display: block;
}

.video-link img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.video-link div p {
  font-size: 16px;
}

.video-link div p::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(upload_files/img/play-button.svg) no-repeat;
  vertical-align: -0.2em;
  margin-left: 0.25em;
}

.video-link div p time {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .video-link {
    max-width: 360px;
    margin: auto;
  }

  .video-link div p {
    font-size: 14px;
  }

  .video-link div p::after {
    width: 18px;
    height: 18px;
  }
}

/* others */
.mobileOnly {
  display: none !important;
}

.half_slide {
  display: flex;
}

.half_slide img {
  width: 50%;
  max-width: 470px;
}

@media screen and (max-width: 1023px) {
  br.mobileOnly {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .half_slide {
    display: block;
  }

  .half_slide img {
    width: 100%;
  }

  br.pcOnly {
    display: none !important;
  }

  br.mobileOnly {
    display: block !important;
  }
}

p small {
  font-size: 85%;
}

.casenew_plane_table tr td,
.casenew_plane_table tr th {
  padding: 1.5rem;
  font-weight: 200;
  border-bottom: 0;
}