@charset "utf-8";

/* CSS Document */
html,
body {
  height: 100%;
  margin: 0;
}

#container {
  line-height: 1;
  font-size: calc(100vw / 37.5);
}

@media screen and (min-width: 769px) {
  #container {
    font-size: 62.5%;
  }
}

img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  border: none;
  margin: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

table,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

video {
  height: auto;
  object-fit: cover
}

section {
  color: #001D2F;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  section {
    font-size: 1.6rem;
  }
}

section .inner {
  margin: 0 auto;
  padding: 0 1em;
}

@media screen and (min-width: 769px) {
  section .inner {
    max-width: 1300px;
    padding: 0;
  }
}

/*----------------header-----------------*/
@media screen and (max-width: 767px) {
  .headerbox {
    border-bottom: 1px solid #00a440;
  }
}

@media screen and (max-width: 767px) {
  .headerbox button .line+span {
    color: #333 !important;
  }
}

/*----------------sp,pc-----------------*/
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*----------------動き-----------------*/
.fadeInUpSmallTrigger {
  opacity: 0;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.animate__fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

.fadeInTrigger {
  opacity: 0;
  animation-duration: 2s;
  will-change: transform;
}

.fadeInRightTrigger {
  opacity: 0;
  animation-duration: 2s;
  will-change: transform;
}

.animate__fadeInRight {
  animation-delay: 0.5s;
  will-change: transform;
}

/*----------------見出し-----------------*/
.title {
  background-image: url(../images/bg-title-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1000px;
  position: relative;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .title {
    background-position: center;
  }

  .title::before {
    content: '';
    display: block;
    padding-top: 50%;
  }
}

@media screen and (min-width: 769px) {
  .title {
    background-image: url(../images/bg-title-pc.png);
    height: 245px;
    width: auto;
  }
}

.title h2 {
  font-size: 2.4rem;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .title h2 {
    font-size: 4rem;
    left: 20%;
  }
}

.title span {
  font-size: 1.4rem;
  padding-left: 0.5em;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .title span {
    font-size: 2.5rem;
    display: inline-block;
    margin-top: 0;
  }
}

/*----------------メイン画像-----------------*/
.athlete-cont {
  position: relative;
}

.athlete-mv {
  padding: 7vw 0 0;
  position: relative;
  z-index: -2;
}

.athlete-mv img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .athlete-mv {
    padding: 3vw 0 0 30vw;
    text-align: right;
    padding-right: 0px;
  }
}

.athlete-name {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  position: absolute;
  bottom: -230px;
  min-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .athlete-name {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    min-width: 35%;
  }
}

@media screen and (max-width: 1400px) and (min-width:770px) {
  .athlete-name {
    min-width: 45%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.athlete-name h1 {
  font-size: 2.4rem;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .athlete-name h1 {
    font-size: 4.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) and (min-width:770px) {
  .athlete-name h1 {
    font-size: 4rem;
  }
}

.athlete-name .blue {
  font-size: 1.6rem;
  color: #0181C0;
  font-family: 'Josefin Sans', sans-serif;
  padding: 8px 10%;
}

.line-blue {
  width: auto;
  background-color: #0181C0;
  height: 1px;
}

.athlete-name .name {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (min-width: 769px) {
  .athlete-name .name {
    font-size: 4rem;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1400px) and (min-width:770px) {
  .athlete-name .name {
    font-size: 3.6rem;
  }
}

.athlete-name span {
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (min-width: 769px) {
  .athlete-name .blue {
    font-size: 2.5rem;
    padding: 15px 10%;
  }

  .athlete-name span {
    font-size: 1.6rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}

/*----------------スクロール-----------------*/
.scrolldown {
  position: absolute;
  left: 5%;
  bottom: -85px;
  height: 100px;
  z-index: 1;
}

@media screen and (max-width: 1400px) and (min-width:770px) {
  .scrolldown {
    bottom: -140px;
  }
}

.scrolldown span {
  position: absolute;
  left: -8px;
  top: -56px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 1px;
  height: 90px;
  background-color: #0181C0;
  animation: pathmove 1.9s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*----------------スケジュール-----------------*/
.schedule {
  position: relative;
  padding-top: 175px;
  padding-bottom: 0;
  background-image: url("../images/bg-schedule.png");
  background-repeat: no-repeat;
  background-position: right bottom 30px;
  background-size: 70%;
}


@media screen and (min-width: 769px) {
  .schedule {
    padding-top: 155px;
    padding-bottom: 155px;
    background-size: auto;
    background-position: right bottom 180px;
  }
}

.schedule .inner {
  max-width: 1000px;
}

.schedule-title {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .schedule-title {
    margin-top: 95px;
  }
}

.schedule-title h3 {
  color: #0181C0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .schedule-title h3 {
    font-size: 4.6rem;
  }
}

.schedule-title dl {
  padding: 20px 0 20px 0;
  border-top: 1px solid #E5E5E5;
}

@media screen and (min-width: 769px) {
  .schedule-title dl {
    padding: 25px 0 30px 1em;
  }
}

.schedule-title dl:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.schedule-title dl dt {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .schedule-title dl dt {
    font-size: 3rem;
  }
}

.schedule-title dl dt span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 0.3em;
}

@media screen and (min-width: 769px) {
  .schedule-title dl dt span {
    font-size: 1.6rem;
  }
}

.schedule-title dl dd {
  display: block;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 2em;
}

@media screen and (min-width: 769px) {
  .schedule-title dl dd {
    display: inline-block;
    margin-top: 15px;
  }
}

.note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .note {
    font-size: 1.4rem;
  }
}


/*----------------動画-----------------*/
.movie {
  position: relative;
}

.movie .inner {
  background-image: url("../images/bg-movie-sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 250px;
}

@media screen and (min-width: 769px) {
  .movie {
    background-image: url("../images/bg-movie-pc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 250px;
  }
}

.topvideo {
  background-image: url("../images/topmovie_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}

.topvideo li {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.topvideo li p {
  font-size: 20px;
  margin-bottom: 10px;
}

.movie__box {
  width: fit-content;
  text-align: left;
}

@media screen and (max-width:768px) {
  .topvideo {
    padding-bottom: 50px;
  }

  .topvideo .inner {
    padding-bottom: 0;
  }

  .topvideo li p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .movie .inner {
    background-image: none;
    padding-bottom: 0;
  }
}

li.movie-cont {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  li.movie-cont {
    margin-top: 70px;
  }
}

li.movie-cont video {
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  li.movie-cont video {
    max-width: 750px;
  }
}

li.movie-cont:nth-child(odd) {
  text-align: right;
}

li.movie-cont:nth-child(even) {
  text-align: left;
}

.movie-cont p {
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .movie-cont p {
    font-size: 2rem;
  }
}

/*----------------リンク-----------------*/
.link {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .link {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.col01 {
  margin: 0 auto;
  max-width: 1000px;
}

.btn-link img {
  margin: 0 auto;
}

.btn-link {
  margin-bottom: 20px;
  display: block;
}

@media screen and (min-width: 769px) {
  .btn-link {
    margin-bottom: 0;
  }
}

.btn-link:hover {
  opacity: 0.8;
}

.col02 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .col02 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 55px auto 0;
  }
}

.btn-link img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/*----------------ページトップ-----------------*/
.pagetop.sp {
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .pagetop.sp {
    margin-top: 0;
    padding-bottom: 0;
  }

  .pagetop.pc {
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 1;
  }

  .pagetop.pc a:hover {
    opacity: 0.7;
  }
}

/*----------------装飾-----------------*/
/*メイン画像左の青背景*/
.bg-blue {
  background: #E8F7FF;
  width: 54%;
  min-height: 90%;
  position: absolute;
  z-index: -3;
}

/*メイン画像下の四角形*/
.bg-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*メイン画像右の英語*/
.bg-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width:699px) {
  .bg-logo {
    width: 70%;
  }
}

/*動画の上の装飾部分*/
.bg-cont {
  position: relative;
}

/*キービジュアル*/
.keyvisual01 {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
  padding: 0 50px;
  box-sizing: border-box;

}

@media screen and (max-width: 768px) {
  .keyvisual01 {
    margin-top: 100px;
  }
}


.keyvisual02 {
  max-width: 1080px;
  width: 100%;
  margin-top: 200px;
  margin-bottom: 100px;

  margin-right: 0;
  margin-left: auto;

}

@media screen and (max-width:768px) {
  .keyvisual02 .pc-only {
    display: none;

  }

  .keyvisual02 {
    margin-top: 0;
  }
}

@media screen and (min-width:769px) {


  .keyvisual02 .sp-only {
    display: none;

  }
}




/*キービジュアル横の英語*/
#container .logo {
  position: absolute;
  top: 100px;
  right: 0;
}

/*スケジュールの水玉背景*/
.bg_pt01 {
  position: absolute;
  background-color: #fff;
  background-image: radial-gradient(#98D1EC 2px, #fff 2px);
  background-size: 15px 15px;
  width: 330px;
  height: 280px;
  z-index: -1;
  right: 0;
}

.bg_pt02 {
  position: absolute;
  background-color: #fff;
  background-image: radial-gradient(#98D1EC 2px, #fff 2px);
  background-size: 15px 15px;
  width: 215px;
  height: 230px;
  z-index: -1;
  left: 0;
}

/*動画部分の水玉背景*/
.bg_pt03 {
  position: absolute;
  background-color: #fff;
  background-image: radial-gradient(#98D1EC 2px, #fff 2px);
  background-size: 15px 15px;
  width: 320px;
  height: 230px;
  z-index: -1;
  left: 0;
  top: 650px;
}

.bg_pt04 {
  position: absolute;
  background-color: #fff;
  background-image: radial-gradient(#98D1EC 2px, #fff 2px);
  background-size: 15px 15px;
  width: 320px;
  height: 230px;
  z-index: -1;
  left: 0;
  top: 1750px;
}

.bg_pt05 {
  position: absolute;
  background-color: #fff;
  background-image: radial-gradient(#98D1EC 2px, #fff 2px);
  background-size: 15px 15px;
  width: 320px;
  height: 230px;
  z-index: -1;
  right: 0;
  top: 1080px;
}

/*----------------プロフィール-----------------*/
.profile,
.movie {
  line-height: 160%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: auto;
  background-position: right bottom 180px;
}

.profile .inner {
  max-width: 1000px;
}


.profile__flex {
  margin: 100px 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.profile__ttl {
  font-size: 40px;
  color: #0181C0;
  margin-bottom: 30px;
}

.profile__txt {
  font-size: 18px;
}

.profile__flex img {
  max-width: 400px;
  margin: 50px;
}


@media screen and (max-width:768px) {
  .profile__flex {
    flex-direction: column;
  }

  .profile__flex img {
    margin: 30px;
  }
}

.record {
  margin: 60px 0 120px;
  background-color: #E8F7FF;
  padding: 40px 30px;
}

.record h3 {
  font-size: 26px;
  font-weight: 400;
  color: #0181C0;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #0181C0;
}

.record__box {
  background-color: #fff;
  padding: 30px;
  width: 100%;
}

.record__box table {
  width: 100%;
}

.record__box table tbody tr td {
  padding: 10px;
}

.record__box table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}

.record__box table tbody tr:last-of-type {
  border-bottom: none;
}

@media screen and (max-width:768px) {
  .record__box table tbody tr {
    display: flex;
    flex-direction: column;
  }

  .record__box table tbody tr td:first-of-type {
    padding-bottom: 0;
  }
}

.topbtn {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.topbtn a {
  background-color: #0181C0;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin: 0 20px;
  transition: .3 all;

}


.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow_r:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -13px;
  right: 0;
  bottom: 0;
  margin: auto;
}


.topbtn a::after {
  content: "";
  display: inline-block;
  background-color: #E8F7FF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.topbtn a:hover {
  text-decoration: none;
  background-color: #77D2FF;
  color: #0181C0;

}

.topbtn a:hover .arrow_r:before {
  border-top: solid 2px #0181C0;
  border-right: solid 2px #0181C0;

}

.btnbox {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 120px;
  margin-bottom: 120px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.btnbox img a {
  max-width: 210px;
}

@media screen and (max-width:768px) {
  .btnbox {
    width: 90%;
    margin-inline: auto;
    padding-top: 120px;
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

section.history {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
}

.history__ttl h2 {
  font-family: 'Josefin Sans',
    sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
}

.history__ttl h2 span {
  font-size: 25px;
  font-style: normal;
  text-align: center;
}


.history__ttlbox {
  text-align: center;
}

.history__ttl {
  display: inline-block;
  margin-inline: auto;
  --x-gradient: linear-gradient(90deg, #0081C0 0 35px, transparent 0 calc(100% - 35px), #0081C0 calc(100% - 35px));

  --y-gradient: linear-gradient(#0081C0 0 35px, transparent 0 calc(100% - 35px), #0081C0 calc(100% - 35px));
  margin: 0.5rem;
  padding: 40px 60px;
  background-image: var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 5px,
    5px 100%,
    100% 5px,
    5px 100%;
  background-position: top,
    right,
    bottom,
    left;
}

.history__contentbox {
  padding: 40px;
}

@media screen and (max-width:768px) {
  .history__contentbox {
    padding: 40px 10px 10px 10px;
  }

}

.history__contentbox ul li {

  display: flex;
  flex-direction: column;
}

.history__contentbox ul li:first-of-type {
  border-top: 1px solid #E5E5E5;
}

.history__contentbox ul li a {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px;
  transition: all .3s;
}

.history__contentbox ul li a:hover {
  text-decoration: none;
  background-color: #E8F7FF;
  color: #0081C0;
}

.history__contentbox ul li div {
  color: #0081C0;
  margin-bottom: 20px;
}

.sche__subttl {
  font-size: 18px !important;
  color: #C50000;
  font-weight: bold;
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .sche__subttl {
    font-size: 14px !important;
  }

}

.movie__ttl p {
  font-family: 'Noto Sans JP',
    sans-serif !important;
  text-align: left;


}

.movie__ttl {
  margin-bottom: 50px;
  max-width: 750px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  border: 1px solid #98D1EC;
}

.movie__ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #98D1EC;
  top: 10px;
  left: 10px;
  width: 750px;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

/* 
.movie__ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #98D1EC;
  top: -10px;
  left: 10px;
  width: 750px;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
} */


.movie__ttl p:first-child {
  font-size: 26px;
  color: #0081C0;
  border-bottom: 1px solid #0081C0;
  padding-bottom: 10px;
  font-weight: bold;
  display: inline-block;
}

.movie__ttl p:nth-child(2) {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.movie-grid-container {
  display: flex;
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.movie-grid-container li.movie-cont video {
  object-fit: cover;
  max-width: 400px;
  width: fit-content;
  overflow: hidden;

}

.movie-grid-container li.movie-cont {
  text-align: center;
  margin-top: 40px;
}

.movie-grid-container .movie-cont p {
  text-align: left;
}

.movie__ttlbox {
  margin-top: 100px;
  max-width: 750px;
  width: 100%;
  margin: 100px auto 0 auto;
}

.tournament {
  font-size: 24px !important;
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  br.pc-only {
    display: none;
  }
}

span.result_tag {
  border: 1px solid #0081c0;
  padding: 2px 3px 3px 3px;
  color: #0081c0;
  margin-right: 10px;
  box-sizing: border-box;
  width: fit-content;
}

.tag_flex {
  display: flex;
  align-items: center;

}

@media screen and (max-width:768px) {
  .tag_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

  }
}

.tag_flex p {
  color: #333;
}