:root {
  --background: hsl(0, 0%, 100%);
  --foreground: hsl(200, 15%, 20%);
  --card: hsl(0, 0%, 100%);
  --card-foreground: hsl(200, 15%, 20%);
  --primary: hsl(185, 100%, 30%);
  --primary-foreground: hsl(0, 0%, 100%);
  --secondary: hsl(185, 15%, 95%);
  --secondary-foreground: hsl(200, 15%, 20%);
  --muted: hsl(200, 10%, 96%);
  --muted-foreground: hsl(200, 8%, 50%);
  --accent: hsl(185, 30%, 93%);
  --accent-foreground: hsl(185, 80%, 22%);
  --border: hsl(200, 15%, 90%);
  --radius: 0.5rem;
}
a {
	text-decoration: none;
}
hr {
	margin: 0;
}
.l_mv {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .l_mv {
    padding-bottom: 30px;
  }
}
.l_mv__subtxt {
  margin: 10px 0 0;
  line-height: 1.5;
}

.sec__inner {
  padding: 80px 0;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 50px 4.6875%;
  }
}
.sec .lead {
  font-size: 16px;
  text-align: center;
  margin: 40px 0 0;
}
.sec .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec .list {
  width: 33.3333333333%;
  border-left: 1px solid #043D78;
  border-top: 1px solid #043D78;
  border-bottom: 1px solid #043D78;
}
@media screen and (max-width: 768px) {
  .sec .list {
    width: calc(100% - 37px);
    margin: 0 auto;
    border-right: 1px solid #043D78;
    border-top: none;
  }
}
.sec .list:first-of-type {
  border-top: 1px solid #043D78;
}
.sec .list:nth-child(n+4) {
  border-top: none;
}
.sec .list:nth-child(3n), .sec .list:last-of-type {
  border-right: 1px solid #043D78;
}
.sec .link {
  padding: 45px 24px 55px;
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sec .link:hover {
    opacity: 1;
    background: #F2F5F8;
  }
}
@media screen and (max-width: 768px) {
  .sec .link {
    padding: 16px 24px 28px;
  }
}
.sec .link:before {
  content: url(../../img/common/pdf.svg);
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .sec .link:before {
    display: none;
  }
}
.sec .imgbox,
.sec .txtbox,
.sec .title,
.sec .download {
  display: block;
}
.sec .imgbox {
  text-align: center;
  border-bottom: 1px dashed #043D78;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .imgbox {
    border-bottom: 0;
    padding: 0;
  }
}
.sec .imgbox img {
  width: 164px;
}
@media screen and (max-width: 768px) {
  .sec .imgbox img {
    width: 240px;
  }
}
.sec .txtbox {
  padding: 54px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .txtbox {
    padding: 0;
  }
}
.sec .txtbox .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #043D78;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .sec .txtbox .title {
    font-size: 18px;
  }
}
.sec .txtbox .download {
  text-align: center;
}
.sec .txtbox .download__txt {
  display: inline-block;
  font-size: 16px;
  color: #043D78;
  font-weight: 700;
  padding: 0 15px 0 0;
  position: relative;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .txtbox .download__txt {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
.sec .txtbox .download__txt:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 5px;
  right: 0;
}

.sec_2 .sec__inner {
  padding-top: 0;
}
.sec_2 .box {
  margin: 60px 0 0;
}
.sec_2 .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #043D78;
  border-left: 1px solid #043D78;
  border-right: 1px solid #043D78;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .row {
    width: calc(100% - 37px);
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .sec_2 .box .row:hover {
    opacity: 1;
    background: #F2F5F8;
  }
}
.sec_2 .box .row:last-of-type {
  border-bottom: 1px solid #043D78;
}
.sec_2 .box .imgcol {
  width: 320px;
  padding: 45px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dashed #043D78;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .imgcol {
    width: 100%;
    border-right: none;
  }
}
.sec_2 .box .imgcol img {
  width: 100%;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(34, 34, 34, 0.1019607843);
  box-shadow: 4px 4px 20px 0px rgba(34, 34, 34, 0.1019607843);
}
.sec_2 .box .txtcol {
  width: calc(100% - 320px);
  padding: 45px 24px;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .txtcol {
    width: 100%;
    padding: 0 24px 24px;
  }
}
.sec_2 .box .txtcol__title {
  font-size: 24px;
  font-weight: 600;
  color: #043D78;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .txtcol__title {
    font-size: 20px;
  }
}
.sec_2 .box .txtcol__desc {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .txtcol__desc {
    font-size: 14px;
  }
}
.sec_2 .box .txtcol__download {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec_2 .box .txtcol__download {
    text-align: center;
    margin: 17px 0 0;
  }
}
.sec_2 .box .txtcol__download_txt {
  font-size: 16px;
  color: #043D78;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  font-weight: 600;
}
.sec_2 .box .txtcol__download_txt:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #043D78;
  border-right: 1px solid #043D78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 5px;
  right: 0;
}

.sec_3 {
  background: #FBF2ED;
}
.sec_3__ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  color: #D28146;
  text-align: center;
  padding: 150px 0 0;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec_3__ttl {
    padding: 90px 0 0;
    font-size: 24px;
  }
}
.sec_3__ttl:before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../../img/case/check_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec_3__ttl:before {
    width: 70px;
    height: 70px;
  }
}
.sec_3 .btnflex {
  margin: 64px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 36px;
}
@media screen and (max-width: 768px) {
  .sec_3 .btnflex {
    margin: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .c-btn__3 {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .c-btn__3:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .c-btn__3:after {
    width: 14.18px;
    height: 14.18px;
    right: 32px;
  }
}
.sec_3 .c-btn__3__txt2 {
  font-weight: 600;
}
/*# sourceMappingURL=p-download.css.map */

/* ============ page内Header ============ */
.page-header {
  background-color: var(--card);
}

.page-header__inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--foreground);
}

.breadcrumb__current {
  color: var(--foreground);
}

.page-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--foreground);
  text-wrap: balance;
}

.page-header__description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.page-header__tip {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid hsla(185, 100%, 30%, 0.2);
  background-color: hsla(185, 100%, 30%, 0.05);
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--foreground);
}

.page-header__tip-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--primary);
}

/* ============ Content Area ============ */
.wrapper {
  background: #fff;
	padding-bottom: 0;
}
.content-area {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
}

.content-area__sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section-divider {
  height: 1px;
  background-color: var(--border);
}

/* ============ Download Section ============ */
.download-section__header {
  margin-bottom: 1rem;
}

.download-section__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
}

.download-section__desc {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.download-section__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ============ Download Card ============ */
.download-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background-color: var(--card);
  transition: all 0.2s;
  cursor: pointer;
}

.download-card:hover {
  border-color: hsla(185, 100%, 30%, 0.4);
  background-color: hsla(185, 30%, 93%, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.download-card__icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background-color: hsla(185, 100%, 30%, 0.1);
  color: var(--primary);
  transition: background-color 0.2s;
}

.download-card:hover .download-card__icon-wrap {
  background-color: hsla(185, 100%, 30%, 0.15);
}

.download-card__icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
}

.download-card__filename {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--card-foreground);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-card__dl-btn {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--muted-foreground);
  transition: all 0.2s;
}

.download-card:hover .download-card__dl-btn {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

.download-card__dl-btn svg {
  width: 1rem;
  height: 1rem;
}

/* ============ Footer ============ */
.footer-disclaimer {
  border-top: 1px solid var(--border);
  background-color: hsla(200, 10%, 96%, 0.5);
}

.footer-disclaimer__inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.footer-disclaimer__text {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.footer-main {
  background-color: #00838f;
}

.footer-main__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer-main__brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-main__logo {
  height: 1.75rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-main__tagline {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.footer-main__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-nav-group__title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
}

.footer-nav-group__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav-group__link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}

.footer-nav-group__link:hover {
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copyright__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  text-align: center;
}

.footer-copyright__text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ============ Responsive ============ */
@media (min-width: 768px) {
  .site-nav__logo {
    height: 2rem;
  }

  .page-header__inner {
    padding: 3rem 1.5rem;
  }

  .page-header__title {
    font-size: 1.875rem;
  }

  .content-area {
    padding: 3.5rem 1.5rem;
  }

  .footer-main__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3.5rem 1.5rem;
  }

  .footer-main__nav {
    gap: 3.5rem;
  }

  .site-nav__home-link--mobile-hide {
    display: inline;
  }
}

@media (max-width: 767px) {
  .site-nav__home-link--mobile-hide {
    display: none;
  }
}