@charset "UTF-8";
:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

/* ===============================================================
 common under parts
===============================================================*/
.c-txt {
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .c-txt {
    font-size: 1.4rem;
  }
}

.map-link {
  position: relative;
  padding-left: 2rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.map-link::before {
  position: absolute;
  content: "\e0c8";
  top: -0.3rem;
  left: 0;
  z-index: 1;
  font-size: 2rem;
  font-weight: var(--fwl);
  color: #45b035;
  font-family: "Material Symbols Outlined";
}

.unerline-link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.c-btn {
  max-width: 24rem;
  width: 90%;
  padding: 2.15rem 1rem;
  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;
  color: #fff;
  font-size: 1.7rem;
  font-weight: var(--fwsb);
  line-height: 1;
  background-color: #333;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

.c-btn02 {
  position: relative;
  width: 100%;
  display: block;
  padding: 2.65rem 7rem 2.65rem 3rem;
  font-size: 1.8rem;
  font-weight: var(--fwm);
  line-height: 1.5;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  box-shadow: 0 1px 0 0 #ddd;
}
@media screen and (max-width: 834px) {
  .c-btn02 {
    padding: 2rem 7rem 2rem 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .c-btn02 {
    padding: 1rem 4.5rem 1rem 1rem;
  }
}
.c-btn02::before {
  position: absolute;
  content: "\f46a";
  width: 4rem;
  aspect-ratio: 1;
  top: calc(50% - 2rem);
  right: 2rem;
  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;
  color: #3cb034;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  line-height: 1;
  z-index: 1;
  border: 1px solid #3cb034;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .c-btn02::before {
    top: calc(50% - 1.5rem);
    width: 3rem;
    right: 1rem;
    font-size: 1.8rem;
  }
}

.c-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 2.5rem 0 0 auto;
  padding-right: 4.8rem;
  font-size: 1.8rem;
  font-weight: var(--fwm);
  text-decoration: underline;
}
@media screen and (max-width: 450px) {
  .c-link {
    margin-top: 1.5rem;
    padding-right: 3.8rem;
    font-size: 1.6rem;
  }
}
.c-link::before {
  position: absolute;
  content: "\f46a";
  width: 4rem;
  aspect-ratio: 1;
  top: -0.5rem;
  right: 0;
  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;
  color: #3cb034;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  line-height: 1;
  font-weight: var(--fwl);
  z-index: 1;
  border: 1px solid #3cb034;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .c-link::before {
    top: -0.5rem;
    width: 3rem;
    font-size: 1.8rem;
  }
}

.c-link02 {
  position: relative;
  padding-left: 1.7rem;
  font-size: 1.7rem;
  font-weight: var(--fwm);
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .c-link02 {
    font-size: 1.5rem;
  }
}
.c-link02::before {
  position: absolute;
  content: "\e5cc";
  top: 0.1rem;
  left: -0.6rem;
  font-size: 2.4rem;
  color: #45b035;
  line-height: 1;
  font-family: "Material Symbols Outlined";
  z-index: 1;
}
.c-link02.acc-btn {
  margin-top: 2rem;
  display: inline-block;
}
.c-link02.acc-btn::before {
  content: "\e313";
}
.c-link02.acc-btn .change {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1em;
}
.c-link02.acc-btn .change::before {
  position: absolute;
  top: 0.3rem;
  right: 1em;
  content: "見る";
  font-size: 1.7rem;
  font-weight: var(--fwm);
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .c-link02.acc-btn .change::before {
    font-size: 1.5rem;
  }
}

.c-detail {
  padding-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .c-detail {
    padding-bottom: 8rem;
  }
}
.c-detail__hg {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .c-detail__hg {
    padding-bottom: 0rem;
  }
}
.c-detail__hg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 450px) {
  .c-detail__hg-list {
    gap: 0.5rem;
  }
}
.c-detail__hg-item {
  padding: 0.8rem 1.2rem 0.5rem;
  font-size: 1.5rem;
  font-weight: var(--fwm);
  border: 1px solid #000;
  line-height: 1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-detail__hg-item {
    font-size: 1.4rem;
  }
}
.c-detail__hg-item.--area {
  color: #fff;
  background-color: #008a70;
  border-color: #008a70;
}
.c-detail__hg-item.--cate {
  color: #45b035;
  border-color: #45b035;
}
.c-detail__hg-item.--tag {
  color: #b6b6b6;
  border-color: #b6b6b6;
}
.c-detail__ttl {
  margin-top: 1rem;
  font-size: 3.6rem;
  font-weight: var(--fwsb);
}
@media screen and (max-width: 834px) {
  .c-detail__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.c-detail__flex {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .c-detail__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-detail__flex {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__flex {
    gap: 4rem;
  }
}
.c-detail__lft {
  max-width: 68rem;
  width: 46%;
}
@media screen and (max-width: 1200px) {
  .c-detail__lft {
    max-width: 100%;
    width: 100%;
  }
}
.c-detail__lft-btn {
  display: block;
  width: 100%;
  padding: 3rem 1rem;
  font-size: 2rem;
  font-weight: var(--fwm);
  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;
  line-height: 1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  color: #fff;
  background-color: #ff9c00;
  box-shadow: 0 3px 0 0 #d38100;
}
@media screen and (max-width: 834px) {
  .c-detail__lft-btn {
    padding: 2rem 1rem;
    font-size: 1.6rem;
  }
}
.c-detail__lft-btn.--dl {
  max-width: 26.4rem;
  width: 66%;
  color: #191919;
  background-color: #f5f5f5;
  box-shadow: 0 3px 0 0 #e3e3e3;
}
@media screen and (max-width: 450px) {
  .c-detail__lft-btn.--dl {
    max-width: 100%;
    width: 100%;
  }
}
.c-detail__lft-btn__wrap {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .c-detail__lft-btn__wrap {
    margin-top: 3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__lft-btn__wrap {
    margin-top: 2rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-detail__lft .c-detail__dt02.--big {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .c-detail__lft .c-detail__dt02.--big {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__lft .c-detail__dt02.--big {
    margin-top: 4rem;
  }
}
.c-detail__swiper-main {
  width: 100%;
}
.c-detail__swiper-main .swiper-slide {
  aspect-ratio: 4/3;
}
.c-detail__swiper-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.c-detail__swiper-sub {
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .c-detail__swiper-sub {
    margin-top: 1rem;
  }
}
.c-detail__swiper-sub .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 834px) {
  .c-detail__swiper-sub .swiper-wrapper {
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__swiper-sub .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.c-detail__swiper-sub .swiper-slide {
  position: relative;
  width: auto;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.c-detail__swiper-sub .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  transition: all 0.8s ease;
}
.c-detail__swiper-sub .swiper-slide.is-active::before {
  opacity: 0;
}
.c-detail__swiper-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  pointer-events: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.c-detail__rht {
  max-width: 73.7rem;
}
@media screen and (max-width: 1200px) {
  .c-detail__rht {
    max-width: 100%;
  }
}
.c-detail__rht-ttl {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: var(--fwm);
  line-height: 1.53;
}
@media screen and (max-width: 834px) {
  .c-detail__rht-ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__rht-ttl {
    margin-bottom: 1rem;
  }
}
.c-detail__rht-btm {
  margin-top: 6rem;
  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;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .c-detail__rht-btm {
    margin-top: 3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.c-detail__rht .c-detail__dt02.--big {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .c-detail__rht .c-detail__dt02.--big {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__rht .c-detail__dt02.--big {
    margin-top: 4rem;
  }
}
.c-detail__dl01 {
  padding: 2.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.3rem;
  border-bottom: 2px dotted #e8e8e8;
  line-height: 1.76;
}
@media screen and (max-width: 834px) {
  .c-detail__dl01 {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__dl01 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0rem;
  }
}
.c-detail__dl01:first-of-type {
  margin-top: 9rem;
  border-top: 2px dotted #e8e8e8;
}
@media screen and (max-width: 834px) {
  .c-detail__dl01:first-of-type {
    margin-top: 3rem;
  }
}
.c-detail__dt01 {
  min-width: 14.9rem;
  color: #008a70;
  font-size: 1.7rem;
  font-weight: var(--fwm);
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dt01 {
    min-width: 11.9rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__dt01 br {
    display: none;
  }
}
.c-detail__dd01 {
  font-weight: var(--fwn);
}
.c-detail__dd01-ttl {
  font-size: 2rem;
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .c-detail__dd01-ttl {
    font-size: 1.8rem;
  }
}
.c-detail__dd01-add {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0rem 3rem;
}
.c-detail__dd01-add address {
  font-style: normal;
}
.c-detail__dd01-item01 {
  position: relative;
  padding-left: 1.4rem;
}
.c-detail__dd01-item01::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  aspect-ratio: 1;
  top: 0.45em;
  left: 0;
  z-index: 1;
  background-color: #45b035;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-detail__dd01-item01::before {
    top: 0.5em;
    width: 0.8rem;
  }
}
.c-detail__dl02 {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dl02 {
    margin-top: 2rem;
  }
}
.c-detail__dt02 {
  padding-left: 1.5rem;
  border-left: 3px solid #65bf6d;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .c-detail__dt02 {
    padding-top: 0.2rem;
    padding-left: 1rem;
    line-height: 1.4em;
  }
}
.c-detail__dt02.--big {
  font-size: 2rem;
  font-weight: var(--fwsb);
}
.c-detail__dd02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dd02 {
    margin-top: 1rem;
  }
}
.c-detail__dd02-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-detail__dd02-item01 {
  padding: 0.6rem 1.4rem 0.4rem;
  color: #45b035;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #45b035;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.c-detail__dl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3.7rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dl03 {
    margin-top: 1rem;
  }
}
.c-detail__dt03 {
  min-width: 26rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dt03 {
    min-width: 24rem;
  }
}
.c-detail__att {
  margin-top: 5rem;
  padding: 3rem;
  background-color: rgba(228, 179, 181, 0.15);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .c-detail__att {
    margin-top: 3rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__att {
    margin-top: 2rem;
  }
}
.c-detail__att-ttl {
  color: #c05155;
  font-size: 2rem;
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .c-detail__att-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__att-ttl {
    font-size: 1.7rem;
  }
}
.c-detail__att-dd {
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .c-detail__att-dd {
    font-size: 1.4rem;
  }
}
.c-detail__doctor {
  margin-top: 2.4rem;
}
.c-detail__doctor-item {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
  background-color: #fcf5f3;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-item {
    padding: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__doctor-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-detail__doctor-item:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.c-detail__doctor-img {
  width: 18rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-img {
    min-width: 10rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__doctor-img {
    quotes: 15rem;
    margin: 0 auto;
  }
}
.c-detail__doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.c-detail__doctor-cont {
  max-width: 40rem;
}
.c-detail__doctor-cont .c-txt {
  margin-top: 2rem;
}
@media screen and (min-width: 835px) {
  .c-detail__doctor-cont .c-txt {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.c-detail__doctor-ttl {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: var(--fwsb);
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__doctor-ttl {
    font-size: 2.2rem;
  }
}
.c-detail__doctor-ttl::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #65bf6d;
}
.c-detail__doctor-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-dl {
    gap: 2rem;
    font-size: 1.4rem;
  }
}
.c-detail__doctor-dl:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-dl:first-of-type {
    margin-top: 1rem;
  }
}
.c-detail__doctor-dl:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .c-detail__doctor-dl:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
.c-detail__doctor-dt {
  min-width: 4em;
  font-weight: var(--fwm);
  color: #008a70;
}
.c-detail__doctor-dd {
  font-weight: var(--fwn);
}
.c-detail__pro {
  margin-top: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-detail__pro {
    margin-top: 2rem;
  }
}
.c-detail__pro-item {
  padding: 4rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .c-detail__pro-item {
    padding: 2rem;
  }
}
.c-detail__pro-item:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-detail__pro-item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.c-detail__pro-item .c-detail__doctor-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .c-detail__pro-item .c-detail__doctor-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__pro-item .c-detail__doctor-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .c-detail__pro-item .c-txt {
    font-size: 1.68rem;
  }
}
.c-detail__pro-ttl {
  margin: 2.6rem 0 2rem;
  font-size: 2rem;
  font-weight: var(--fwsb);
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .c-detail__pro-ttl {
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .c-detail__pro-ttl {
    margin: 1.5rem 0 1rem;
    font-size: 1.6rem;
  }
}