@charset "UTF-8";
/*----------------------------------------------
	Common
---------------------------------------------*/
@media (max-width: 737px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 736px) {
  .sp_only {
    display: none;
  }
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.txt-center {
  text-align: center;
}

.txt-justify {
  text-align: justify;
}

/* .txt-justify:after { content: ""; display: inline-block; width: 100%; } */
.tblvalign {
  display: table;
  width: 100%;
  height: 100%;
}

.tblvalign-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background-color: #ebf2f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
}

.f_main.f_main-hyaluronic {
  color: #1a1a1a;
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 70px;
  position: relative;
  width: 100%;
}

.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 25px;
}

.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 896px;
  padding: 0 162.5px;
}

.p_content__ttl {
  margin-bottom: 40px;
}

.p_content__ttl a {
  text-decoration: none;
}

/*----------------------------------------------
	hyaluronic page
---------------------------------------------*/
/* Section Common */
.p_sec {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.p_sec__block {
  min-height: 232px;
  padding-bottom: 9px;
  padding-left: 395px;
  position: relative;
}

.p_sec__block.one {
  padding-bottom: 30px;
}

.p_sec__block img {
  left: 0;
  position: absolute;
  top: 9px;
  width: auto;
}

.p_sec__head {
  color: #0085ce;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 21px;
}

.p_sec__head span {
  display: block;
}

.p_sec__subhead img {
  left: auto;
  position: relative;
  top: -2px;
}

.p_secom__txt {
  padding: 0 54px 2px 50px;
}

.p_secom__block {
  background-color: #f1f9fc;
  padding: 30px 173px 30px 110px;
}

.p_secom__block.two {
  margin-bottom: 25px;
  padding: 30px 188px 30px 200px;
}

.l_wrapper p.p_sec__txt {
  line-height: 2;
  margin-bottom: 0;
}

/* Section Banner */
.p_banner__img {
  margin-bottom: 0;
  margin-top: 0;
}

.p_banner__img img.spnone {
  display: block;
  left: 50%;
  margin: 0 auto;
  max-width: 100%;
  min-height: 550px;
  min-width: 1920px;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p_banner__img img.pcnone {
  display: none;
}

/* Section 1 */
.f_sec01 .l_wrapper {
  padding-bottom: 74px;
  padding-top: 50px;
}

.p_sec01 {
  font-size: 16px;
}

/* Section 2 */
.f_sec02 .l_wrapper {
  padding-bottom: 73px;
}

.p_sec02 {
  font-size: 16px;
}

.p_sec02__treatment {
  background-color: #f1f9fc;
  padding: 22px 50px 25px;
}

.p_sec02__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 19px;
  text-align: center;
}

.p_sec02__tbl {
  border: none;
  margin: 0;
  width: 100%;
}

.p_sec02__tbl tr,
.p_sec02__tbl th,
.p_sec02__tbl td {
  border: none;
  font-size: 16px;
  vertical-align: middle;
}

.p_sec02__tbl tr:nth-child(2n) td {
  background-color: transparent;
  border: none;
  height: 5px;
  padding: 0;
}

.p_sec02__tbl td.space {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 5px;
}

.p_sec02__tbl th {
  background-color: #0085ce;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  width: 95px;
}

.p_sec02__tbl td {
  background-color: #fff;
  padding: 10px 28px 10px 24px;
  vertical-align: top;
}

.p_sec02__tbl td small {
  clear: both;
  display: block;
  font-size: 11px;
}

.p_sec02__tbl .ttl {
  font-size: 18px;
  font-weight: 700;
  border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}

.p_sec02__tbl .subttl {
  margin: 0 auto;
  text-align: justify;
  width: 100px;
}

.p_sec02__tbl .subth {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.p_sec02__tbl .subth i {
  font-style: normal;
}

.p_sec02__tbl .bg-light,
.p_sec02__tbl .bg-dark {
  color: #fff;
  width: 370px;
}

.p_sec02__tbl .bg-light {
  background-color: #539fb7;
}

.p_sec02__tbl .bg-dark {
  background-color: #0085ce;
}

.p_sec02__tbl .col-red {
  color: #ff0000;
}

.p_sec02__tbl .txt-list li {
  display: block;
  margin-bottom: 3px;
  padding-left: 13px;
  position: relative;
}

.p_sec02__tbl .txt-list li:last-child {
  margin-bottom: 0;
}

.p_sec02__tbl .txt-list li:before {
  /* background-color: #1A1A1A; border-radius: 3px; */
  content: "• "; /* height: 3px; */
  color: #1a1a1a;
  left: 0;
  position: absolute;
  top: -2px; /* width: 3px; */
}

.bg-light a {
  text-decoration: none;
  color: #ffffff;
}

/* Section 5 */
.f_sec05 .l_wrapper {
  padding-bottom: 27px;
}

.p_sec05__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p_sec05__step {
  clear: both;
  position: relative;
  text-align: right;
  width: calc(33.3333333333% - 21px);
}

.p_sec05__step:after {
  content: "";
  height: 0;
  position: absolute;
  right: -23px;
  top: 87px;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #006fb9;
}

.p_sec05__step:last-child:after {
  border-left: none;
}

.p_sec05__step.no {
  margin-bottom: 70px;
}

.p_sec05__info {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.p_sec05__head {
  /* border-bottom: 1px solid #0185cf; */
  color: #0185cf;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 19px;
  position: relative;
}

.p_sec05__head:after {
  background-color: #0185cf;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p_sec05__head span {
  background-color: #0185cf;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

.l_wrapper p.p_sec05__txt {
  font-size: 15.6px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}

/* Section 6 */
.p_sec06__box {
  background-color: #f1f9fc;
  padding: 20px 50px;
}

.p_sec06__tbl {
  background-color: #fff;
  margin: 0 auto;
}

.p_sec06__tbl th,
.p_sec06__tbl td {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.p_sec06__tbl th {
  background-color: #0085ce;
  color: #fff;
}

.p_sec06__tbl th:first-child {
  width: 518px;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
  /* .l_wrapper { width: 100%; } */
}
@media only screen and (max-width: 736px) {
  .breadcrumbs-in li:last-child {
    padding-right: 0;
  }
  .wrapper {
    min-width: 100%;
  }
  .l_wrapper,
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
  }
  .l_wrapper p.p_sec__last {
    margin-bottom: 0;
  }
  .f_main-hyaluronic .c_ttl {
    margin-left: 19px;
    margin-right: 19px;
  }
  .f_main-hyaluronic .p_content__subttl {
    margin: 0 19px 5px;
  }
  .f_main-hyaluronic .p_content__ttl {
    margin-bottom: 20px;
  }
  .f_sec02 .l_wrapper,
  .f_sec05 .l_wrapper {
    padding-bottom: 26px;
  }
  .p_banner__img img.spnone {
    display: none;
  }
  .p_banner__img img.pcnone {
    display: block;
  }
  .p_sec {
    max-width: 100%;
  }
  .p_sec__block {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p_sec__block.one {
    padding-bottom: 0;
  }
  .p_sec__block img {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .p_sec__wrap {
    padding: 25px 19px 30px;
  }
  .p_sec__block.one .p_sec__wrap {
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .p_sec__block.two .p_sec__wrap {
    padding-top: 5px;
  }
  .p_sec__img.one {
    padding-left: 19px;
  }
  .p_sec__img.two {
    padding-right: 19px;
  }
  .p_sec__head {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .p_sec__head span {
    display: none;
  }
  .p_sec__block.two .p_sec__head {
    text-align: right;
  }
  .l_wrapper p.p_sec__txt {
    line-height: 1.7;
  }
  .p_secom__txt {
    padding-left: 19px;
    padding-right: 19px;
  }
  .p_secom__block {
    margin-left: 19px;
    margin-right: 19px;
    padding: 20px 16px;
    text-align: center;
  }
  .p_secom__block.two {
    padding: 20px 27px;
  }
  .f_sec01 .l_wrapper {
    padding-bottom: 26px;
    padding-top: 24px;
  }
  .p_sec01 {
    padding: 0;
  }
  .p_sec02 {
    padding-left: 0;
    padding-right: 0;
  }
  .p_sec02__treatment {
    margin-left: 9px;
    margin-right: 9px;
    padding: 15px 10px 20px;
    width: auto;
  }
  .p_sec02__head {
    font-size: 21px;
  }
  .p_sec02__tbl tr,
  .p_sec02__tbl th,
  .p_sec02__tbl td {
    font-size: 14.6px;
  }
  .p_sec02__tbl tr:nth-child(2n) td {
    height: 2px;
  }
  .p_sec02__tbl td.space {
    width: 2px;
  }
  .p_sec02__tbl th {
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
    width: 51px;
  }
  .p_sec02__tbl td {
    padding: 10px 3px;
    text-align: left;
  }
  .p_sec02__tbl td small {
    font-size: 10px;
    padding-top: 10px;
  }
  .p_sec02__tbl .bg-light,
  .p_sec02__tbl .bg-dark {
    text-align: center;
    width: auto;
  }
  .p_sec02__tbl .ttl {
    font-size: 16px;
    padding: 15px 3px;
  }
  .txt-valign__sp {
    vertical-align: middle;
  }
  .txt-center__sp {
    text-align: center;
  }
  .p_sec02__tbl {
    line-height: 1.3;
  }
  .txt-center {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 138px;
    max-width: 100%;
  }
  .sp-ffeature {
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    -moz-font-feature-settings: "palt" 1;
  }
  .sp-font_size {
    font-size: 96%;
  }
  .p_sec02__tbl tr.odd:nth-child(11) {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .p_sec02__tbl .txt-list li {
    padding-left: 19px;
  }
  .p_sec02__tbl .txt-list li::before {
    left: 5px;
  }
  .p_sec02__tbl tr.odd:nth-child(11) > td:nth-child(5) > ul:nth-child(1) > li:nth-child(2):before {
    left: 4px;
  }
  .p_sec02__tbl tr.odd:nth-child(11) > td:nth-child(5) > ul:nth-child(1) > li:nth-child(2) {
    letter-spacing: 0.01rem;
    padding-left: 14px;
    -webkit-font-feature-settings: "palt" 0;
            font-feature-settings: "palt" 0;
  }
  .p_sec02__tbl td.txt-valign__sp:nth-child(5) > div:nth-child(1) > small:nth-child(2) {
    letter-spacing: -0.09rem;
    padding: 10px 5px 0 6px;
  }
  .bnr_to {
    padding-left: 19px;
    padding-right: 19px;
  }
  .f_sec05 .p_content__ttl {
    margin-bottom: 27px;
  }
  .p_sec05__flow {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    width: auto;
  }
  .p_sec05__step {
    margin-bottom: 15px;
    width: 100%;
  }
  .p_sec05__step:after {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .p_sec05__step.no {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p_sec05__step img {
    float: left;
    margin-right: 10px;
    width: 120px;
  }
  .p_sec05__info {
    margin-top: 0;
    width: 100%;
  }
  .p_sec05__head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p_sec05__head:after {
    bottom: 0;
  }
  .p_sec05__head span {
    height: 30px;
    margin-right: 5px;
    width: 30px;
    font-size: 20px;
  }
  .l_wrapper p.p_sec05__txt {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 130px;
  }
  .p_sec06__box {
    margin: 0 10px 30px;
    padding: 10px 9px;
  }
  .p_sec06__tbl th,
  .p_sec06__tbl td {
    font-size: 15px;
    padding: 8px 2px;
  }
  .p_sec06__tbl th {
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .p_sec06__tbl th:first-child {
    width: 60%;
  }
}
.improvement__expectations {
  margin: 30px 0 20px;
  padding: 16px 0;
  border: 1px solid #0085ce;
  background: #fff;
  color: #0085ce;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 736px) {
  .improvement__expectations {
    font-size: 4.8vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}

.improvement__graph {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  padding: 0 42px 20px;
}
@media screen and (max-width: 736px) {
  .improvement__graph {
    padding: 5.3333333333vw 1.8666666667vw 5.3333333333vw;
  }
}

@media screen and (max-width: 736px) {
  .improvement__graph__cards--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.improvement__graph__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .improvement__graph__cards {
    display: block;
    padding: 0 0 6.9333333333vw;
  }
}

.improvement__graph__card:nth-of-type(1) {
  max-width: 368px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 98.1333333333vw;
  }
}
.improvement__graph__card:nth-of-type(2) {
  max-width: 50px;
  margin: 0 15px;
  height: 298px;
  padding-top: 21px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card:nth-of-type(2) {
    margin: 0 1.8666666667vw 0 2.4vw;
    padding-top: 0;
    max-width: 13.3333333333vw;
    height: 79.4666666667vw;
  }
}
.improvement__graph__card:nth-of-type(3) {
  max-width: 368px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 98.1333333333vw;
  }
}

.improvement__graph__card__title {
  color: #fff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
  background: #0085ce;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    height: 47.4666666667vw;
    font-size: 4vw;
    margin-right: 2.4vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__title__2 {
    margin-top: 2.1333333333vw;
  }
}

.improvement__graph__categorys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .improvement__graph__categorys {
    display: block;
  }
}

.improvement__graph__category__1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .improvement__graph__category__1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.4vw;
  }
}
.improvement__graph__category__2 {
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 27.2px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__category__2 {
    font-size: 2.9333333333vw;
    line-height: 110%;
    text-align: center;
  }
}

.improvement__graph__category__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 7.5px 0;
}
.improvement__graph__category__dl:last-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__category__dl {
    margin: 0;
  }
}

.improvement__graph__category__dt {
  width: 60px;
  height: 13px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__category__dt {
    width: 16vw;
    height: 3.4666666667vw;
  }
}
.improvement__graph__category__dt__1 {
  background: #ff0;
}
.improvement__graph__category__dt__2 {
  background: #8cc63f;
}

.improvement__graph__category__dd {
  color: #000;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  padding-left: 5px;
}
@media screen and (max-width: 736px) {
  .improvement__graph__category__dd {
    font-size: 3.4666666667vw;
    padding-left: 1.3333333333vw;
  }
}

.improvement__graph__card__bad {
  border-radius: 60px;
  background: #666;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__bad {
    font-size: 2.9333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.improvement__graph__card__bad__rod {
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#d73563));
  background: -webkit-linear-gradient(top, #666 0%, #d73563 100%);
  background: linear-gradient(180deg, #666 0%, #d73563 100%);
  width: 5px;
  height: 155px;
  margin: 20px auto;
  position: relative;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__bad__rod {
    width: 1.3333333333vw;
    height: 24vw;
    margin: 5.3333333333vw auto;
  }
}
.improvement__graph__card__bad__rod::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 14px solid #666666;
  border-top: 0;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__bad__rod::before {
    top: -3.7333333333vw;
    border-right: 2.4vw solid transparent;
    border-left: 2.4vw solid transparent;
    border-bottom: 3.7333333333vw solid #666666;
  }
}
.improvement__graph__card__bad__rod::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 14px solid #d73563;
  border-bottom: 0;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__bad__rod::after {
    bottom: -3.7333333333vw;
    border-right: 2.4vw solid transparent;
    border-left: 2.4vw solid transparent;
    border-top: 3.7333333333vw solid #d73563;
  }
}

.improvement__graph__card__good {
  border-radius: 60px;
  background: #d73563;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .improvement__graph__card__good {
    font-size: 2.9333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.improvement__graph__annotation {
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27.2px;
  padding-top: 8px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .improvement__graph__annotation {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    padding-top: 5.3333333333vw;
    text-align: left;
  }
}