@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .wc-static-ctn {
    height: auto !important;
    width: 216px !important;
  }
}

.flow_content .notes {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .related1-grid .text .button-bottom {
    position: static;
    margin-top: 60px;
  }
}

.related1-grid .name > div {
  line-height: 1.65;
}

.voice_page {
  padding: 87px 0 0;
}

@media screen and (max-width: 768px) {
  .voice_page {
    padding: 40px 0 0;
  }
}

.voice_page .tit {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .voice_page .tit {
    font-size: 25px;
  }
}

.voice_page .lists {
  margin: 55px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 44px;
}

.voice_page .lists .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice_page .lists .has-fadein {
  visibility: hidden;
  opacity: 0;
}

.voice_page .lists .has-fadein.has-fadein.is-visible {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards, toUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
          animation: fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards, toUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes toUp {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes toUp {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.voice_page .lists .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_page .lists .txt_content {
  padding: 20px 30px 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.voice_page .lists .list_tit {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
}

.voice_page .lists .list_txt {
  font-size: 17px;
  line-height: 1.6;
}

.voice_page .lists .list_desc {
  height: 145px;
  margin-top: 20px;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.78;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.voice_page .lists .list_desc::before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100px);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100px);
}

.voice_page .lists .child_lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px;
}

.voice_page .lists .child_lists li {
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #005091;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #005091;
}

.voice_page .lists .btn a {
  position: absolute;
  width: 184px;
  bottom: 23px;
  left: 50%;
  display: inline-block;
  padding: 0.75em 0 0.75em;
  overflow: hidden;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #ffff00;
  border-radius: 1em;
  -webkit-box-shadow: 3px 3px 3px rgba(61, 45, 45, 0.2);
          box-shadow: 3px 3px 3px rgba(61, 45, 45, 0.2);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow, background-color;
  transition-property: transform, box-shadow, background-color, -webkit-transform, -webkit-box-shadow;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3e3a39;
}

.voice_page .lists .btn a::before {
  position: absolute;
  top: 0;
  left: -4.5em;
  display: block;
  width: 3.5em;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
}

.voice_page .lists .btn a::after {
  content: " ▶︎";
}

.voice_page .lists .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffff00 !important;
  background: #000 !important;
  opacity: 1;
}

.voice_page .lists .btn a:hover::before {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(-45deg) translateX(310px);
          transform: skewX(-45deg) translateX(310px);
}

.voice_page .lists .btn a:hover:active {
  background-color: #980;
}

.voice_page .lists .btn a.is-blue {
  color: #000;
  background-color: #ffff00;
}

@media screen and (max-width: 768px) {
  .voice_page .lists {
    margin: 25px auto 0;
  }
  .voice_page .lists .txt_content {
    padding: 10px 15px 60px;
  }
  .voice_page .lists .list_tit {
    font-size: 20px;
  }
  .voice_page .lists .list_txt {
    font-size: 14px;
  }
  .voice_page .lists .list_desc {
    font-size: 12px;
  }
  .voice_page .lists .child_lists li {
    font-size: 10px;
  }
  .voice_page .lists .btn a {
    width: 135px;
    font-size: 11px;
    bottom: 18px;
  }
}

.voice_page .pickup {
  margin-top: 60px;
  padding: 30px 0 60px;
  background-color: #e5e5e5;
}

.voice_page .pickup .container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.voice_page .pickup .cat {
  width: 136px;
  position: absolute;
  z-index: 1;
  top: -38px;
  left: 70px;
}

.voice_page .pickup .txt {
  padding: 0 200px;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
}

.voice_page .pickup .lists .item {
  width: calc(100% / 2);
}

@media screen and (max-width: 1024px) {
  .voice_page .pickup {
    margin-top: 30px;
  }
  .voice_page .pickup .cat {
    width: 70px;
    top: -38px;
    left: 0;
  }
  .voice_page .pickup .txt {
    padding: 0 70px;
    font-size: 13px;
  }
  .voice_page .pickup .lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .voice_page .pickup .lists .item {
    width: 100%;
  }
}

.voice_page .nopickup {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.voice_page .nopickup .lists {
  margin: 55px auto 0;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.voice_page .nopickup .lists .item {
  width: calc(95% / 3);
}

.voice_page .nopickup .lists .txt_content {
  padding: 15px 20px 66px;
  background-color: #f1f0ef;
}

.voice_page .nopickup .lists .list_tit {
  font-size: 18px;
  line-height: 2;
}

.voice_page .nopickup .lists .list_txt {
  font-size: 12.5px;
}

.voice_page .nopickup .lists .list_desc {
  height: 110px;
  margin-top: 15px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 1.83;
}

.voice_page .nopickup .lists .list_desc::before {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #f1f0ef 100px);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #f1f0ef 100px);
}

.voice_page .nopickup .lists .btn a {
  width: 102px;
  font-size: 9px;
  color: #fff;
  background-color: #005091;
  border: 1px solid #005091;
}

.voice_page .nopickup .lists .btn a::before, .voice_page .nopickup .lists .btn a::after {
  content: none;
}

.voice_page .nopickup .lists .btn a:hover {
  color: #005091 !important;
  background-color: #fff !important;
}

@media screen and (max-width: 1250px) {
  .voice_page .nopickup .lists .item {
    width: calc(95% / 2);
  }
}

@media screen and (max-width: 768px) {
  .voice_page .nopickup .lists .item {
    width: 100%;
  }
}

.voice_detail_page .col-left {
  padding: 88px 0 0 !important;
}

.voice_detail_page .col-left-tit {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .voice_detail_page .col-left {
    padding: 40px 0 0 !important;
  }
  .voice_detail_page .col-left-tit {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.voice_detail_page .detail_content .detail_content_txt {
  padding: 35px 40px 40px;
  background-color: #f1f0ef;
}

.voice_detail_page .detail_content .info__title {
  margin: 0 !important;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.85;
}

.voice_detail_page .detail_content .info__cat {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.voice_detail_page .detail_content .info__link {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #005091;
  text-decoration: underline;
}

.voice_detail_page .detail_content .info__desc {
  margin-top: 30px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 2.14;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.voice_detail_page .detail_content .child_lists {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px;
}

.voice_detail_page .detail_content .child_lists li {
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #005091;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #005091;
}

@media screen and (max-width: 768px) {
  .voice_detail_page .detail_content .detail_content_txt {
    padding: 20px 20px 30px;
  }
  .voice_detail_page .detail_content .info__title {
    font-size: 20px;
  }
  .voice_detail_page .detail_content .info__cat {
    font-size: 16px;
  }
  .voice_detail_page .detail_content .info__link {
    font-size: 12px;
  }
  .voice_detail_page .detail_content .info__desc {
    font-size: 12px;
  }
  .voice_detail_page .detail_content .child_lists li {
    font-size: 10px;
  }
}

.voice_detail_page .after_content {
  padding: 35px 40px;
  background-color: #f1f0ef;
}

.voice_detail_page .after_content .wrap {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #ccc;
}

.voice_detail_page .after_content .tit {
  font-size: 27px;
  line-height: 1.85;
}

.voice_detail_page .after_content .link {
  font-size: 14px;
  color: #005091;
}

.voice_detail_page .after_content .txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .voice_detail_page .after_content {
    padding: 20px;
  }
  .voice_detail_page .after_content .wrap {
    padding-bottom: 7.5px;
    gap: 5px;
  }
  .voice_detail_page .after_content .tit {
    font-size: 20px;
  }
  .voice_detail_page .after_content .link {
    font-size: 12px;
  }
  .voice_detail_page .after_content .txt {
    margin-top: 10px;
    font-size: 12px;
  }
}

.voice_detail_page #ez-toc-container nav > ul > li > a {
  font-weight: bold;
  color: #000;
}

.voice_detail_page h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.41;
  color: #005091;
  border-top: none;
  border-bottom: none;
}

.top-work-content {
  padding: 100px 0 0;
}

.top-voice-content {
  padding: 75px 0 0;
}

.top-voice-content .container2 {
  max-width: 1250px;
  margin: auto;
}

.top-voice-content .title {
  margin-bottom: 53px;
  font-size: 30px;
  font-weight: 700;
}

.top-voice-content .lists {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3%;
}

.top-voice-content .lists .item {
  max-width: 684px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-voice-content .lists .has-fadein {
  visibility: hidden;
  opacity: 0;
}

.top-voice-content .lists .has-fadein.has-fadein.is-visible {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards, toUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
          animation: fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards, toUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}

.top-voice-content .lists .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-voice-content .lists .txt_content {
  padding: 15px 25px 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-color: #f1f0ef;
}

.top-voice-content .lists .list_tit {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
}

.top-voice-content .lists .list_txt {
  font-size: 17px;
  line-height: 1.6;
}

.top-voice-content .lists .list_desc {
  margin-top: 18px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.78;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-voice-content .lists .child_lists {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 9px;
}

.top-voice-content .lists .child_lists li {
  width: auto;
  padding: 0 15px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #005091;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #005091;
}

.top-voice-content .lists .btn a {
  position: absolute;
  width: 184px;
  bottom: 33px;
  left: 50%;
  display: inline-block;
  padding: 0.7em 0 0.5em;
  overflow: hidden;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #005091;
  border-radius: 0.5em;
  -webkit-box-shadow: 3px 3px 3px rgba(61, 45, 45, 0.2);
          box-shadow: 3px 3px 3px rgba(61, 45, 45, 0.2);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow, background-color;
  transition-property: transform, box-shadow, background-color, -webkit-transform, -webkit-box-shadow;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.top-voice-content .lists .btn a::before {
  position: absolute;
  top: 0;
  left: -4.5em;
  display: block;
  width: 3.5em;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
}

.top-voice-content .lists .btn a::after {
  content: " ▶︎";
}

.top-voice-content .lists .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffff00 !important;
  background: #000 !important;
  opacity: 1;
}

.top-voice-content .lists .btn a:hover::before {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(-45deg) translateX(310px);
          transform: skewX(-45deg) translateX(310px);
}

.top-voice-content .lists .btn a:hover:active {
  background-color: #980;
}

.top-voice-content .lists .btn a.is-blue {
  color: #000;
  background-color: #ffff00;
}

@media screen and (max-width: 768px) {
  .top-voice-content .lists {
    display: block;
  }
  .top-voice-content .lists .item:not(:first-of-type) {
    margin-top: 40px;
  }
  .top-voice-content .lists .txt_content {
    padding: 10px 15px 60px;
  }
  .top-voice-content .lists .list_tit {
    font-size: 20px;
  }
  .top-voice-content .lists .list_txt {
    font-size: 14px;
  }
  .top-voice-content .lists .list_desc {
    font-size: 12px;
  }
  .top-voice-content .lists .child_lists li {
    font-size: 10px;
  }
  .top-voice-content .lists .btn a {
    width: 135px;
    font-size: 11px;
    bottom: 18px;
  }
}

.cta_download {
  padding: 0 25px 15px 25px;
  border: 1px solid #ccc;
  position: relative;
}

.cta_download p {
  margin-bottom: 0 !important;
}

.cta_download .cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin: 0 0 20px -25px;
  min-width: 210px;
  max-width: 210px;
  line-height: 1.45;
  text-align: left;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  background-color: #00ffff;
}

.cta_download .pic {
  width: 160px;
  margin-right: 20px;
  float: left;
}

.cta_download .pic img {
  width: 100%;
  height: 100%;
}

.cta_download .txt .tit {
  margin: 0 0 0 180px;
  display: block;
  font-size: 17px;
  line-height: 1.65;
  font-weight: bold;
  text-decoration: none;
}

.cta_download .txt .url_wrap {
  margin: 0 0 0 180px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta_download .txt .url_wrap .logo {
  width: 15px;
  min-width: 15px;
}

.cta_download .txt .url {
  max-width: 500px;
  margin: 0 8px 10px;
  display: block;
  font-size: 9px;
  position: relative;
  line-height: 1.5;
  word-break: break-all;
}

.cta_download .desc {
  margin: 0 0 0 180px;
  font-size: 11px;
  line-height: 1.72;
}

.cta_download .desc:not(:first-child) {
  margin-top: 1em;
}

.cta_download .lists {
  margin: 1em 0 0 180px;
  padding-left: 0 !important;
}

.cta_download .lists li {
  font-size: 11px;
  line-height: 1.72;
  list-style-type: none;
}

.cta_download .cta_download_btn {
  text-align: center;
}

.cta_download .cta_download_btn a {
  min-width: 280px;
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  font-size: 12.7px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  background-color: #231815;
}

@media (max-width: 768px) {
  .cta_download {
    padding: 0 10px 15px 10px;
  }
  .cta_download .cat {
    margin: 0 0 20px -10px;
  }
  /* .blog_card .txt {
        width: calc(100% - 120px);
    } */
  .cta_download .txt .tit {
    margin: 0 0 0 130px;
    font-size: 14px;
  }
  .cta_download .pic {
    width: 120px;
    height: auto;
    margin-right: 10px;
  }
  .cta_download .txt .url_wrap {
    margin: 0 0 0 130px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_download .txt .url_wrap .logo {
    width: 10px;
    min-width: 10px;
  }
  .cta_download .desc {
    margin: 0;
  }
  .cta_download .lists {
    margin: 1em 0 0;
  }
  .cta_download .cta_download_btn {
    margin-top: 15px;
  }
}

.work-content .works-item__summary {
  font-weight: 700;
  color: #005091;
  line-height: 1.4;
}

.work-content .works-item.is-emphasized .works-item__title {
  padding: 0.8em 0 0 !important;
  font-size: 22px;
}

.work-content .works-item.is-emphasized .works-item__summary {
  font-size: 23px;
}

.work-content .works-item .works-item__title {
  padding: 0.8em 0 0 !important;
  font-size: 12px;
}

.work-content .works-item .works-item__summary {
  font-size: 13px;
}

.work-content .works-item .works-item__tagList {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .work-content .works-item.is-emphasized .works-item__title {
    font-size: 16px;
  }
  .work-content .works-item.is-emphasized .works-item__summary {
    font-size: 18px;
  }
}

.work-detail .works-item__summary {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 700;
  color: #005091;
  line-height: 1.4;
}

.work-detail .works-item__tagList {
  margin-top: 7px;
}

@media (max-width: 768px) {
  .work-detail .works-item__summary {
    font-size: 12px;
  }
  .work-detail .works-item__summary {
    margin-top: 15px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=custom2025.css.map */