main {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}

main img.topimg {
  width: 100%;
}

header .toplogo-cta {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px solid #000000;
}


.hira {
  font-family:
    "Hiragino Sans";
}

.singo {
  font-family:
    "Hiragino Kaku Gothic ProN";
}

.bold {
  font-weight: bold;
}

span.mini {
  font-size: 70%;
}

section.topmain {
  padding: 0 0 0px 0;
}

.toptitle .topmsg {
  font-size: 1.6rem;
  background-color: #FF0000;
  color: white;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.topmsg-top {
  font-size: 2.4rem;
  color: red;
  background-color: white;
  width: 250px;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  left: 100px;
  top: 100px;
  transform: rotate(-10deg);
}

.topmsg-sub {
  font-size: 2.6rem;
  line-height: 3.5rem;
  color: #385725;
}

.toptitle {
  display: flex;
  justify-content: space-between;

}

.topsec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px auto;
  padding: 0 20px;
}

.topsec-image {
  flex: 0 0 auto;
  width: auto;
}

.topsec-image img {
  width: auto;
  max-width: 300px;
  height: auto;
  display: block;
}

.topsec-text {}

.topsec .ti {
  font-size: 2rem;
  text-align: left;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.01em;
}

.topsec-text .red-text {
  color: #FF0000;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-align: left;
  letter-spacing: 0.01em;
}

.toptext {
  font-size: 1.4rem;
  width: 95%;
  line-height: 2.5rem !important;
  margin: 30px auto !important;
  text-align: left;
  color: #333;
}






.kaisen {
  width: 150px;
  color: white;
  padding: 16px 10px 15px 10px;
  background-color: red;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2rem !important;
  text-align: center;
}

.kaisen .sanka-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.topinfo {
  margin: 40px 0;
}

.topinfo .biz-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.topinfo p {
  margin: 10px 0;
  line-height: 4rem;
}

.topinfo .series {
  font-size: 3rem;
  margin: 0px 0 10px 0;
}

.topinfo .series .small {
  font-size: 2.5rem;
}

.topinfo .title {
  font-size: 3rem;
  padding: 5px 0 3px 0;
  width: 95%;
  margin: 0 auto;
}

.topinfo p {
  line-height: 3rem;
}

.topinfo .title .small {
  font-size: 2.5rem;
}

.topinfo .sub {
  font-size: 2.2rem;
  color: #385725;
}

.topinfo .sub-msg {
  font-size: 3rem;
  color: #385725;
}

.topinfo .nitiji {
  font-size: 3rem;
  color: #385725;
}

.topinfo .nitiji span {
  font-size: 1.8rem;
  margin-left: 10px;
}

.topinfo .info {
  font-size: 1.5rem;
  color: black;
  line-height: 2.4rem;
}

.topinfo .info-y {
  background-color: #FFD800;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.topinfo .info-y .t {
  display: block;
  font-size: 2.2rem;
  margin: 10px 0;
}

.topinfo .maru {
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
  padding-left: 100px;
}

.fukidasi {
  width: 270px;
  padding: 5px;
  font-size: 1.6rem;
  background: red;
  position: relative;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 1.2em !important;
}

.fukidasi br {
  line-height: 0.5em !important;
}

.fukidasi:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30%;
  border: 10px solid transparent;
  border-top: 10px solid red;
}

section.koe {
  border: 10px solid #AC8BA8;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

section.koe div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

section.koe p {
  width: 200px;
  text-align: left;
  font-size: 1.2rem;
}

section.disc {
  margin: 20px auto;
  width: 80%;

}

section.disc .title {
  color: #385725;
  font-size: 2.2rem;
  line-height: 3.5rem;
  font-weight: bold;
}

section.disc .info {
  margin: 20px 0 40px 0;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: left;
}

section.naiyo {
  background-color: #3B66C4;
  color: white;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 30px 0px 30px 0px;
  text-align: left;
}

section.naiyo a {
  color: white;
  text-decoration: none;
}

div.naiyo-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

div.naiyo-flex-kousi {
  display: flex;
  justify-content: center;
  align-items: top;
  margin: 0;
  padding: 0;
  gap: 0;
}

.kousi-sub {}

div.naiyo-flex-kousi .kousiphoto img {
  width: 180px !important;
}

section.naiyo .title {
  font-size: 2rem;
  margin: 5px auto;
  text-align: center;
  font-weight: bold;
}

section.naiyo .title .mini {
  font-size: 1.2rem;
  font-weight: normal;
}

section.naiyo .sub {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}

section.naiyo .nitiji {
  font-size: 1.6rem;
  margin: 0px 0 10px 0;
  text-align: center;
}

section.naiyo .info {
  font-size: 1.6rem;
  margin: 10px 0 30px 0;
  text-align: center;
}

section.naiyo p span {}

section.naiyo p.title,
section.naiyo p.nitiji {}

section.naiyo .kousi {
  font-size: 1.6rem;
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
}

section.naiyo .kousi span {
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.8rem;
  text-align: left;
}
section.naiyo .kousi-sub {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.8rem;
  text-align: left;
}

section.naiyo .kousi-info {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding: 0px 40px;
  align-items: flex-start;
}

section.naiyo .kousi-info>div:first-child {
  flex: 1;
  max-width: 800px;
}

section.naiyo .kousiphoto {
  width: 200px;
  flex-shrink: 0;
}

section.naiyo .kousiphoto img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

section.bottominfo {
  margin: 30px auto;
  width: 90%;
}

section.bottominfo .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 20px;
}

section.bottominfo .info {
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin: 20px 0;
  text-align: left;
  color: #333;
}

main .content .top-box {
  text-align: center;
  margin: 20px auto 10px auto;
  width: 100%;
  background-color: #9FDFE0;
  padding: 10px;
}

main .content .top-box img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

main .top-slider-wrap {
  margin-top: 0px !important;
}

.sanka {
  background-color: red;
  color: white;
  text-align: center;
  font-size: 2rem;
  padding: 20px 10px;
  width: 95%;
  margin: 20px auto 20px auto !important;
  font-weight: bold;
  border-radius: 30px;
}

.sanka a {
  color: white;
  text-decoration: none;
  display: block;
}

.sanka span {
  font-size: 0.8em;
  font-weight: normal;
}

.casetitle {
  font-size: 3rem;
  color: red;
  font-weight: bold;
  margin: 30px 0 10px 0;
  line-height: 3.5rem;
}

.casetitle-sub {
  font-size: 2.6rem;
  color: #385725;
  font-weight: bold;
  margin: 10px 0 30px 0;
  line-height: 3.5rem;
}

section.case {
  display: flex;
  gap: 30px;
  padding: 0 60px;
  margin: 0 0 30px 0;
}

section.case div {
  padding: 20px 40px;
  text-align: left;
  border: 6px solid #8B91AC;
  background-color: #FFFAE2;
}

section.case p.ctitle {
  font-size: 1.4rem;
  margin: 10px 0;
  font-weight: bold;
}

section.case p.cinfo {
  font-size: 1.2rem;
  line-height: 2rem;
}

section.case p.cimg {
  margin: 10px 0;
  text-align: center;
}

section.case p.ctext {
  font-size: 1.2rem;
  line-height: 2rem;
}

section.case p.ctext span {
  font-size: 1.4rem;
  font-weight: bold;
}



.text {
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin: 20px 0 30px 0;
  text-align: left;
}

.circle-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.circle-3 img {
  max-height: 200px;
  margin-top: -40px;
}

.circle-3 div {
  width: 100%;
  height: 350px;
  background-color: #FFCE00;
  border-radius: 50%;
}

.circle-3 div .t {
  font-size: 2.2rem;
  margin-top: 30px;
}

.circle-3 div.m {
  background-color: white;
  width: 10%;
}

.circle-3 div.m img {
  margin-top: 120px;
}




main .toptitle {
  margin-top: 67px !important;
  width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px;
  color: #AC8BA8;
  font-size: 1.8rem;
}

main .toptitle img {
  position: relative;
  top: 30px;
  margin-top: -30px;
  height: 80px;
}


.mousikomi-div {
  margin: 20px 0;
  text-align: center;
}

.mousikomi-info {
  width: 600px;
  text-align: left;
  margin: 0 auto;
}

.image {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

br.sp {
  display: none;
}

.pdf {
  background-color: #00ab4e !important;
}

.pdf a {
  color: white;
  text-decoration: none;
  display: block;
}

footer .info {
  margin: 20px 0;
  color: gray;
  line-height: 1.5rem;
}



.hukidasi-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto;
  font-size: 1.3rem;
  max-width: 1200px;
  justify-content: center;
}

.etc-text {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 1.5rem;
  color: #333;
}

.etc-text {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 1.5rem;
  color: #333;
}

.hukidasi-box>div {
  display: flex;
  width: 45%;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
}

.hukidasi-box .face {
  flex-shrink: 0;
}

.hukidasi-box .face img {
  width: 80px;
  height: auto;
}

.hukidasi-box>div:nth-child(odd) {
  flex-direction: row-reverse;
}

.hukidasi-box .hukidasi {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e0efff;
  color: #333333;
  font-weight: normal;
}

.hukidasi-box .hukidasi::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #e0efff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}


.hukidasi-box .hukidasi-re {
  display: flex;
  align-items: center;
  position: relative;
  max-width: auto;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e0efff;
  color: #333333;
  font-weight: normal;
}

.hukidasi-box .hukidasi-re::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #e0efff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}


h2.kk {
  margin: 60px 0 30px 0 !important;
  font-size: 2.6rem !important;
  color: red;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 1024px) {
  main {
    width: auto;
    margin: -10px auto;
  }

  img {
    width: 100%;
  }

  main img.topimg {
    width: 100%;
  }

  .toptitle {
    display: flex;
    justify-content: space-between;
  }

  .toptitle .topmsg {
    font-size: 1.2rem;
    margin: 5px;
    line-height: 1.5rem;
  }

  .topmsg-top {
    font-size: 1.5rem;
    color: #AC8BA8;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .topmsg-sub {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #385725;
  }

  .kaisen {
    width: 100px;
    color: white;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem !important;
  }

  .kaisen .sanka-text {
    font-size: 1rem;
  }

  .toptitle .kaisen {
    width: 120px;
    color: white;
    padding: 10px;
    background-color: #AC8BA8;
    font-size: 1rem;
    font-weight: normal;
  }

  .topinfo {
    margin: 20px 0;
    padding: 10px;
  }

  .topinfo p {
    margin: 20px 0 0 0;
    line-height: 2rem;
  }

  .topinfo p img {
    width: 250px;
  }

  .topinfo .biz img {
    width: 200px;
  }

  .topinfo .series {
    font-size: 1.8rem;
  }

  .topinfo .series .small {
    font-size: 1.3rem;
  }

  .topinfo .title {
    font-size: 1.5rem;
    color: #385725;
    padding: 5px 0 3px 0;
    width: 95%;
    margin: 0 auto;
  }

  .topinfo .title .small {
    font-size: 2.5rem;
  }

  .topinfo .sub {
    font-size: 1.5rem;
    color: #385725;
    margin: 5px;
  }

  .topinfo .nitiji {
    font-size: 1.5rem;
    color: #385725;
  }

  .topinfo .nitiji span {
    font-size: 1.2rem;
    margin-left: 10px;
  }

  .topinfo .info {
    font-size: 1.2rem;
    color: #385725;
    line-height: 2rem;
  }

  section.koe {
    border: 10px solid #AC8BA8;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }

  section.koe div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  section.koe p {
    width: 200px;
    text-align: left;
    font-size: 1.2rem;
  }

  section.koe p.face {
    text-align: center;
    margin: 0 auto 5px auto;
  }

  section.koe p.face img {
    width: 150px;
    margin: 0 auto;
  }

  section.disc {
    margin: 10px auto;
    width: 90%;

  }

  section.disc .title {
    color: #385725;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  section.disc .info {
    margin: 20px 0 40px 0;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: left;
  }


  section.bottominfo {
    margin: 30px auto;
    width: 90%;
  }

  section.bottominfo .title {
    font-size: 1.4rem;
    color: #385725;
  }

  section.bottominfo .info {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 20px 0;
    text-align: left;
  }

  main .content .top-box {
    text-align: center;
    margin: 20px auto 10px auto;
    width: 100%;
    background-color: #9FDFE0;
    padding: 10px;
  }

  main .content .top-box img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  main .top-slider-wrap {
    margin-top: 0px !important;
  }

  .sanka {
    background-color: #866582;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 20px 10px;
    width: 100%;
    margin: 10px auto 0px auto;
    font-weight: bold;
  }

  .sanka span {
    font-size: 0.9rem;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }


  .casetitle {
    font-size: 1.5rem;
    color: red;
    font-weight: bold;
    margin: 30px 0 0 0;
    line-height: 2rem;
  }

  .casetitle-sub {
    font-size: 1.4rem;
    color: #385725;
    font-weight: bold;
    margin: 10px 0 30px 0;
    line-height: 1.5rem;
  }

  section.case {
    display: block;
    gap: 30px;
    padding: 0 20px;
    margin: 0 0 30px 0;
  }

  section.case div {
    padding: 20px 20px;
    text-align: left;
    border: 6px solid #8B91AC;
    background-color: #FFFAE2;
    margin-bottom: 20px;
  }

  section.case p.ctitle {
    font-size: 1.1rem;
    margin: 10px 0;
    font-weight: bold;
  }

  section.case p.cinfo {
    font-size: 1rem;
    line-height: 2rem;
  }

  section.case p.cimg {
    margin: 10px 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  section.case p.ctext {
    font-size: 1rem;
    line-height: 2rem;
  }

  section.case p.ctext span {
    font-size: 1.2rem;
    font-weight: bold;
  }

  section.bottominfo .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
  }



  main .toptitle {
    margin-top: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    color: #AC8BA8;
    font-size: 1.1rem;
  }

  main .toptitle img {}


  .mousikomi-div {
    margin: 20px 0;
    text-align: center;
  }

  .mousikomi-info {
    width: 600px;
    text-align: left;
    margin: 0 auto;
  }



  section.topmain {
    padding: 10px 0 0px 0;
  }

  .toptitle .topmsg {
    font-size: 0.8rem;
    background-color: red;
    color: white;
    padding: 5px;
  }

  .topmsg-top {
    font-size: 1rem;
    color: red;
    background-color: white;
    width: 100px;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    left: 20px;
    top: 20px;
    transform: rotate(-10deg);
  }

  .topmsg-sub {
    font-size: 2rem;
    line-height: 3.5rem;
    color: #385725;
  }

  .toptitle {
    background-color: red;
  }

  .topinfo .maru {
    display: flex;
    gap: 10px;
    justify-content: left;
    align-items: center;
    padding-left: 0px;
  }

  .fukidasi {
    width: 240px;
    padding: 10px;
    font-size: 1.2rem;
    background: red;
    position: relative;
    color: #fff;
    border-radius: 70px;
    text-align: center;
  }

  .fukidasi br {
    line-height: initial;
  }

  .fukidasi:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 30%;
    border: 10px solid transparent;
    border-top: 10px solid red;
  }

  .topinfo .sub-msg {
    font-size: 2rem;
    color: #385725;
    line-height: 2.5rem;
  }

  .topinfo .title {
    font-size: 2rem;
    color: #385725;
    padding: 0px 0 3px 0;
    width: 100%;
    margin: 10px auto;
    border-radius: 30px;

  }

  .topinfo .info-y {
    background-color: #FFD800;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 10px;
  }

  .topinfo .info-y .t {
    display: block;
    font-size: 1.8rem;
    margin: 10px 0;
    line-height: 2.5rem;
  }

  .topinfo .info {
    font-size: 1.5rem;
    color: black;
    line-height: 2.4rem;
  }

  .sanka {
    background-color: red;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 20px;
    width: 95%;
    margin: 20px auto 0px auto;
    font-weight: normal;
    border-radius: 30px;
  }

  .text {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 20px 20px 30px 20px;
    text-align: left;
  }

  .circle-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 60px 10px 20px 10px;
  }

  .circle-3 img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-top: -40px;
  }

  .circle-3 div {
    width: 100%;
    height: 100px;
    background-color: #FFCE00;
    border-radius: 50%;
  }

  .circle-3 div .t {
    font-size: 0.8rem;
    margin-top: 3px;
  }

  .circle-3 div.m {
    background-color: white;
    width: 10%;
  }

  .circle-3 div.m img {
    height: 10px;
    width: 10px;
    margin-top: 50px;
  }

  section.naiyo {
    background-color: #6363C9;
    color: white;
    width: 100%;
    margin: 20px auto 20px auto;
    padding: 20px 5px;
    text-align: left;
  }


  div.naiyo-flex {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  div.naiyo-flex .sanka-div .kaisen {
    text-align: center;
    margin: 0 auto;

  }

  div.naiyo-flex-kousi {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  section.naiyo .title {
    font-size: 1.4rem;
    margin: 10px auto;
    text-align: center;
  }

  section.naiyo .sub {
    font-size: 1.3rem;
    text-align: center;
  }

  section.naiyo .nitiji {
    font-size: 1.3rem;
    margin: 20px 0 10px 0;
    text-align: center;
  }

  section.naiyo .info {
    font-size: 1.3rem;
    margin: 10px 0 30px 0;
    text-align: center;
  }

  section.naiyo p span {}

  section.naiyo p.title,
  section.naiyo p.nitiji {}

  section.naiyo .kousi {
    font-size: 1.2rem;
    margin: 10px 0;
    text-align: left;
  }

  section.naiyo .kousi-sub {
    font-size: 1rem;
    margin: 10px 0;
    line-height: 1.6rem;
    text-align: left;
  }

  section.naiyo .kousi-info {
    display: block;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
  }

  section.naiyo .kousiphoto {
    text-align: center;
    margin: 0 auto;
    width: 40%;
  }

  section.naiyo .kousiphoto img {
    width: 100%;
  }


  .topsec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    padding: 0 10px;
    flex-direction: column;
  }

  .topsec-image {
    width: 100%;
    max-width: 100%;
  }

  .topsec-image img {
    width: 50%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .topsec-text {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    align-items: center;
  }

  .topsec .ti {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.01em;
    margin: 0;
    color: #000000;
  }

  .topsec-text .red-text {
    color: #FF0000;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 5px 0 0 0;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .toptext {
    font-size: 1.2rem;
    width: 90%;
    line-height: 2rem !important;
    margin: 0 auto !important;
    text-align: left;
  }



  h2.kk {
    margin: 4cap 0 30px 0 !important;
    font-size: 1.6rem !important;
    color: red;
  }

  .hukidasi-box {
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  .etc-text {
    text-align: center;
    margin: 20px 0 15px 0;
    font-size: 1.1rem;
    color: #333;
  }

  .hukidasi-box>div {
    display: flex;
    width: 95%;
    margin: 15px auto;
    gap: 10px;
  }

  .fukidasi {
    width: 270px;
    padding: 5px;
    font-size: 1.4rem;
    background: red;
    position: relative;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 1.2em !important;
  }

}