.sec__inner {
  padding: 0 0 80px;
  width: 1120px;
  margin: 0 auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.c-ttl__1 {
    text-align: center;
}
.c-ttl__1 span {
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    position: relative;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
	.c-ttl__1 span {
		font-size: 20px;
	}
}
.sec .lead {
  font-size: 16px;
    text-align: center;
    margin: 40px 0 0;
}
.u-align-center {
	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: 15px 0 0;
}
.sec .lists:not(:has(> *:nth-child(4))) {
    justify-content: center;
}
.sec .lists:has(> *:nth-child(4)) {
    justify-content: flex-start;
}
@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: calc((100% - 48px) / 3);
  border-left: 1px solid #E9E3C3;
  border-top: 1px solid #E9E3C3;
  border-bottom: 1px solid #E9E3C3;
}
@media screen and (max-width: 768px) {
  .sec .list {
    width: calc(100% - 37px);
    margin: 0 auto;
    border-right: 1px solid #E9E3C3;
    border-top: none;
  }
}
.sec .list:first-of-type {
  border-top: 1px solid #E9E3C3;
}
.sec .list:nth-child(n+4) {
  border-top: none;
}
.sec .list:nth-child(3n), .sec .list:last-of-type {
  border-right: 1px solid #E9E3C3;
}
.sec .link {
  padding: 45px 24px 55px;
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sec .link:hover {
    opacity: 1;
    background: #FBF6DB;
  }
}
@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 #E9E3C3;
  padding: 0 0 20px;
	min-height: 300px;
	max-height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .sec .imgbox {
    border-bottom: 0;
    padding: 0 0 15px;
	  min-height: auto;
        max-height: max-content;
  }
}
.sec .imgbox img {
  width: 200px;
	height: auto;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .sec .imgbox img {
    width: 240px;
  }
}
.sec .txtbox {
  padding: 20px 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: #48403E;
  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 .summary {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
	margin:10px 0 0;
}
@media screen and (max-width: 768px) {
	.sec .txtbox .summary {
		font-size: 13px;
	}
}

.sec .txtbox .download {
  text-align: center;
}
.sec .txtbox .download__txt {
  display: inline-block;
  font-size: 16px;
  color: #103FCD;
  font-weight: 700;
  padding: 0 15px 0 0;
  position: relative;
  margin: 10px 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 #103FCD;
  border-right: 1px solid #103FCD;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.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%);
}
@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 */
