@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.p-business .m-txt01 {
  line-height: 175%;
  letter-spacing: 0.04em;
}

/**************************************************
		index
**************************************************/
@media only screen and (max-width: 767px) {
  .index_ttl01 {
    font-size: 2rem;
  }
}
.index_sec01:not(:last-child) {
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .index_sec01:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.index_ttl02 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .index_ttl02 {
    margin-bottom: 8.8rem;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .index_ttl02 {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_box01 {
    display: flex;
  }
}
.index_box01:first-of-type {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .index_box01:first-of-type {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .index_box01_inner01 {
    margin-right: 9.022556391%;
    width: 51.8796992481%;
  }
}
.index_box01_inner02 {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .index_img01 {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .index_ttl03 {
    font-size: 2rem;
  }
}
.index_ttl03_sub {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .index_ttl03_sub {
    font-size: 1.8rem;
  }
}
.index_txt02 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .index_btn01 {
    display: flex;
    justify-content: center;
  }
}
.index_btn01 li {
  width: 25rem;
}
.index_btn01 .m-btn02 {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
}

/**************************************************
		detail
**************************************************/
/* ===== lgsta ===== */
.detail_sec01:not(:last-child) {
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  .detail_sec01:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.detail_box01 {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .detail_box01 {
    display: grid;
    grid-column-gap: 11.2rem;
    grid-template-columns: 44rem 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-row-gap: 2.4rem;
  }
}
.detail_box01_inner01 {
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 767px) {
  .detail_box01_inner01 {
    order: 3;
  }
}
.detail_ttl01 {
  grid-area: 1/1/2/2;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  flex-direction: column;
}
.detail_ttl01 span {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl01 span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_ttl01 {
    order: 1;
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.detail_txt01 + .detail_btn01 {
  margin-top: 4rem;
}
.detail_txt03 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .detail_btn01 {
    display: flex;
    justify-content: center;
  }
}
.detail_btn01 li {
  width: 25rem;
}
.detail_btn01 .m-btn02 {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
}
.detail_img01 {
  grid-area: 1/2/3/3;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .detail_img01 {
    order: 2;
    padding: 1.6rem 0;
  }
}
.detail_img01 .m-img01 {
  background: none;
}
@media print, screen and (min-width: 768px) {
  .detail_list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -2rem;
  }
}
.detail_list01 > li {
  padding: 3.2rem 1.6rem;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  width: 100%;
}
.detail_list01 > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list01 > li {
    padding: 4rem;
    border-radius: 2rem;
    margin: 2rem;
    width: calc(50% - 4rem - 0.1px);
  }
}
@media only screen and (max-width: 767px) {
  .detail_list01 > li:nth-child(3) .detail_list01_img01, .detail_list01 > li:nth-child(4) .detail_list01_img01 {
    padding: 0 4.8rem;
  }
}
.detail_list01 > li .m-img01 {
  background: transparent;
}
.detail_list01_img01 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list01_img01 {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list01_img01 {
    padding: 0 3.2rem;
  }
}
.detail_list01_img01 img {
  width: 25.7rem;
  height: 7.3rem;
}
.detail_list01_ttl01 {
  display: block;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .detail_list01_ttl01 {
    padding-bottom: 0.8rem;
  }
}
.detail_list01_ttl02 {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  margin: 1.6rem 0;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .detail_list01_ttl02 {
    margin: 4rem 0 2.4rem;
  }
}
.detail_list01_img02 {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .detail_list01_img02 {
    max-width: 33rem;
  }
}
.detail_list01_txt01 {
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
}
.detail_list01_txt01 span {
  text-align: center;
  position: relative;
  padding: 0 0.8rem;
  color: #5C5C5C;
  margin: 0 auto;
}
.detail_list01_txt01 span::before {
  content: "[";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.detail_list01_txt01 span::after {
  content: "]";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.detail_list01_btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.detail_list01_btn li {
  width: 25rem;
}
.detail_list01_btn .m-btn02 {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
}
.detail_sec02 {
  background: #F8F7F6;
  padding: 8rem 0;
}
@media print, screen and (min-width: 768px) {
  .detail_sec02 {
    padding: 12rem 0;
  }
}
.detail_list02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 5.6rem;
  }
}
.detail_list02 li {
  background: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .detail_list02 li {
    padding: 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list02 li {
    display: flex;
    align-items: center;
  }
}
.detail_list02 li:hover {
  opacity: 0.5;
}
.detail_list02_img01 {
  margin: 0 auto;
  padding: 1.6rem;
}
.detail_list02_img01 img {
  width: 5.8rem;
  height: 5.8rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list02_img01 img {
    width: 8.8rem;
    height: 8.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list02_inner01 {
    flex: 1;
    margin-left: 1.6rem;
  }
}
.detail_list02_ttl_ja {
  font-size: 1.4rem;
  padding: 0 0.8rem;
  position: relative;
  color: #5C5C5C;
}
.detail_list02_ttl_ja::before {
  content: "[";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.detail_list02_ttl_ja::after {
  content: "]";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.detail_list02_ttl_en {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list02_ttl_en {
    font-size: 2.8rem;
  }
}
.detail_list02_txt {
  margin-top: 0.8rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 170%;
}
@media print, screen and (min-width: 768px) {
  .detail_list02_txt {
    margin-top: 1.6rem;
  }
}
.detail_list02_btn {
  margin-top: 0.8rem;
  text-align: left;
  position: static;
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list02_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    font-size: 0;
  }
}
.detail_ttl02 {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .detail_sec03 {
    background: transparent url(../img/about/business/bg_lgsta_01_sp.jpg) 50% 50% no-repeat;
    background-size: contain;
    padding: 8rem 0 16rem;
    background-position: bottom;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_sec03 {
    background: transparent url(../img/about/business/bg_lgsta_01.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 12rem 0;
  }
}
.detail_box02 {
  display: flex;
}
.detail_box02:first-of-type {
  margin-bottom: 8rem;
}
.detail_box02_inner01 {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .detail_ttl03 {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}
.detail_ttl04 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl04 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.detail_txt02 {
  margin-bottom: 4rem;
}

/* ===== ledghome ===== */
.detail_list03 {
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .detail_list03 {
    display: flex;
    flex-wrap: wrap;
    margin: -2rem;
    align-items: stretch;
  }
}
.detail_list03 > li {
  padding: 3.2rem 1.6rem;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  padding: 1.6rem;
  height: 100%;
  transition: max-height 0.3s;
  max-height: 9rem;
  height: auto;
}
.detail_list03 > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list03 > li {
    border-radius: 2rem;
    width: calc(33.3333333333% - 3.2rem - 0.1px);
    margin: 1.6rem;
    padding: 3.2rem;
    flex-direction: column;
    max-height: 100%;
  }
}
.detail_list03 > li .m-img01 {
  background: transparent;
}
.detail_list03 > li.is-open {
  padding: 1.6rem 1.6rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  .detail_list03 > li.is-open {
    flex-direction: column;
    align-items: center;
    max-height: 100%;
  }
  .detail_list03 > li.is-open .detail_list03_inner01 {
    order: 1;
    margin-bottom: 1.6rem;
  }
  .detail_list03 > li.is-open .detail_list03_inner01::before {
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  .detail_list03 > li.is-open .detail_list03_ttl01 span:first-child {
    display: flex;
  }
  .detail_list03 > li.is-open .detail_list03_ttl01 span:last-child {
    display: none;
  }
  .detail_list03 > li.is-open .detail_list03_img01 {
    order: 2;
    width: 100%;
    padding: 1.6rem 3rem;
    height: 16.5rem;
  }
  .detail_list03 > li.is-open .detail_list03_ttl02 {
    display: flex;
    order: 3;
  }
  .detail_list03 > li.is-open .detail_list03_txt02 {
    display: flex;
    order: 4;
  }
  .detail_list03 > li.is-open .detail_list03_btn01 {
    display: flex;
    order: 5;
  }
}
.detail_list03_img01 {
  width: 5.6rem;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .detail_list03_img01 {
    width: 100%;
    margin-bottom: 2.4rem;
    height: 20rem;
    padding: 2rem 3rem;
  }
}
.detail_list03_img01 img {
  width: 100%;
  height: 100%;
}
.detail_list03_inner01 {
  height: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .detail_list03_inner01 {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right: 2rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list03_inner01::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: transparent url(../img/common/icon_arrow_02.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1.5rem;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.detail_list03_ttl01 {
  display: block;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .detail_list03_ttl01 {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list03_ttl01 span:first-child {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list03_ttl01 span:last-child {
    display: none;
  }
}
.detail_list03_ttl02 {
  text-align: left;
  font-weight: 700;
  margin: 1.6rem 0;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .detail_list03_ttl02 {
    font-size: 2rem;
    margin: 3.2rem 0 0.8rem;
    display: flex;
  }
}
.detail_list03_img02 {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .detail_list03_img02 {
    max-width: 33rem;
  }
}
.detail_list03_txt01 {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.detail_list03_txt01 span {
  text-align: center;
  position: relative;
  padding: 0 0.8rem;
  color: #5C5C5C;
  margin: 0 auto;
}
.detail_list03_txt01 span::before {
  content: "[";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.detail_list03_txt01 span::after {
  content: "]";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.detail_list03_txt02 {
  display: none;
  font-size: 1.6rem;
  line-height: 175%;
}
@media print, screen and (min-width: 768px) {
  .detail_list03_txt02 {
    display: flex;
    flex-grow: 1;
  }
}
.detail_list03_btn01 {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .detail_list03_btn01 {
    display: none;
  }
}
.detail_list03_btn01 li {
  width: 25rem;
}
.detail_list03_btn01 .m-btn02 {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
}
.detail_ttl05 {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl05 {
    margin-bottom: 4rem;
  }
}
.detail_list04 {
  display: grid;
  grid-template-rows: repeat(3, auto);
  padding-top: 8rem;
  border-top: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .detail_list04 {
    grid-template-columns: 1fr 40rem;
    grid-column-gap: 11.2rem;
  }
}
.detail_list04_ttl01 {
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .detail_list04_ttl01 {
    grid-area: 1/1/2/3;
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list04_txt01 {
    grid-area: 2/1/3/2;
  }
}
.detail_list04_img01 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .detail_list04_img01 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.4rem 0 3.2rem;
  }
}
.detail_list04_img01 li {
  width: 100%;
  margin: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list04_img01 li {
    margin: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list04_img01 li:nth-child(1) {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list04_img01 li:nth-child(1), .detail_list04_img01 li:nth-child(3) {
    width: 40%;
  }
  .detail_list04_img01 li:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list04_img02 {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list04_img02 {
    grid-area: 2/2/4/3;
  }
}
.detail_list04_btn01 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list04_btn01 {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list04_btn01 {
    display: flex;
    justify-content: center;
  }
}
.detail_list04_btn01 li {
  width: 25rem;
}
.detail_list04_btn01 .m-btn02 {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ledghome_sec01 li:nth-child(1) img {
    width: 13.6rem;
  }
  .ledghome_sec01 li:nth-child(2) img {
    width: 25rem;
  }
  .ledghome_sec01 li:nth-child(3) img {
    width: 14.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ledghome_sec02 li:nth-child(1) img {
    width: 14.1rem;
  }
  .ledghome_sec02 li:nth-child(2) img {
    width: 21rem;
  }
  .ledghome_sec02 li:nth-child(3) img {
    width: 9.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ledghome_sec03 li:nth-child(1) img {
    width: 97rem;
  }
  .ledghome_sec03 li:nth-child(2) img {
    width: 19rem;
  }
  .ledghome_sec03 li:nth-child(3) img {
    width: 17.6rem;
    height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .ledghome_sec03 li:nth-child(3) img {
    height: unset;
  }
}

/* ===== contract ===== */
@media only screen and (max-width: 767px) {
  .p-contract .detail_img01 .m-img01 {
    padding-bottom: 100%;
  }
}

.detail_img03 {
  position: relative;
}
.detail_img03 .m-img01 {
  padding-bottom: 20rem;
  border-radius: 1rem;
}
@media print, screen and (min-width: 768px) {
  .detail_img03 .m-img01 {
    padding-bottom: 56.8rem;
    border-radius: 2rem;
  }
}
.detail_ttl06 {
  position: absolute;
  left: 0;
  bottom: 2.4rem;
  padding: 1.2rem 1.6rem;
  min-width: unset;
  margin: 0;
  color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  background: linear-gradient(270deg, #F8B702 0.05%, #F6AD02 6.48%, #F4A103 14.01%, #F08B07 32.42%, #EA700B 44.99%, #E6610D 58.46%, #E14711 72.22%, #DD3114 83.5%, #D81818 99.05%);
  font-size: 1.8rem;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl06 {
    bottom: 8rem;
    font-size: 3.6rem;
    padding: 4rem;
    min-width: 37.8rem;
    border-radius: 0 2rem 2rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list05_box01 {
    margin-top: 2.4rem;
  }
  .detail_list05_box01:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01 {
    flex: 0 1 calc(50% - 5rem);
    width: calc(50% - 5rem);
    margin-top: 4rem;
  }
}
.detail_list05_box01:only-child {
  flex-basis: 100%;
  min-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01_inner01 {
    display: flex;
  }
}
.detail_list05_box01_inner01 > p {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01_inner01 .detail_list05_box01_img01 {
    width: 28.5rem;
    margin-left: 17.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail_list05_box01_inner01 .detail_list05_box01_img01 {
    background: #F8F7F6;
    text-align: center;
    margin: 0 auto;
    padding: 1.6rem;
    border-radius: 0.5rem;
    margin-top: 1.6rem;
  }
  .detail_list05_box01_inner01 .detail_list05_box01_img01 .m-img01 {
    background: transparent;
    padding-bottom: 12.2rem;
    border-radius: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01_inner02 {
    display: flex;
  }
}
.detail_list05_box01_inner02 > p {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01_inner02 .detail_list05_box01_img01 {
    width: 17.6rem;
    margin-left: 3.2rem;
  }
}
.detail_list05_box01_inner02 .detail_list05_box01_img01 .m-img01 {
  padding-bottom: 17.6rem;
}
@media only screen and (max-width: 767px) {
  .detail_list05_box01_inner02 .detail_list05_box01_img01 {
    background: #F8F7F6;
    text-align: center;
    margin: 0 auto;
    padding: 1.6rem;
    border-radius: 0.5rem;
    margin-top: 1.6rem;
  }
  .detail_list05_box01_inner02 .detail_list05_box01_img01 .m-img01 {
    background: transparent;
    padding-bottom: 12.2rem;
    border-radius: 0.5rem;
  }
}
.detail_list05_box01 figcaption {
  color: #5C5C5C;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.detail_list05_box01_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list05_box01_ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}