@charset "UTF-8";
/* CSS Document */
/*======= 2022年カープ特集用の追加CSS=======*/
header {
  background-color: transparent;
  background-image: url("https://hk-report.com/tokusyu/20240328/image/header.jpg");
  background-position: center;
}

footer {
  background-color: transparent;
  background-image: url("https://hk-report.com/tokusyu/20240328/image/header.jpg");
  background-position: center;
}

#footer_info p {
  background-color: transparent;
}

/*=======  個別の記事ページ =======*/
/*=======  個別の記事ページ =======*/
.flex_box_1column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 20px;
}
.flex_box_1column section {
  /* スマホは1分割 */
  box-sizing: border-box;
  background-color: white;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 50px;
  /* 関連サイトへのリンク */
  /* メディアクエリ */
}
.flex_box_1column section h3 {
  font-size: 24px;
  padding-bottom: 20px;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px solid #333;
  text-align: left;
  font-feature-settings: "palt" 1;
  margin-bottom: 20px;
}
.flex_box_1column section h3 span {
  display: block;
  background: #333;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px !important;
  margin: 0 5px 10px 0;
  line-height: 1;
  padding: 5px 10px !important;
}
.flex_box_1column section h4 {
  color: #333;
  text-align: right;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  padding: 5px 5px 5px 0;
  font-feature-settings: "palt" 1;
}
.flex_box_1column section h5 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  margin: 0 5px 0 0;
  line-height: 1.5;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
.flex_box_1column section h6 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px auto;
  transform: skewX(-10deg);
  color: #3a3a3c;
  line-height: 1.6;
}
.flex_box_1column section strong {
  color: #333;
  font-size: 16.5px;
  padding-bottom: 20px;
  line-height: 1.6;
  display: block;
  font-weight: 600;
}
.flex_box_1column section strong.em-red {
  color: #ce0221;
  font-size: 20px;
  display: block;
  line-height: 2;
  font-weight: bold;
  padding: 0 0 15px 3.5em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.flex_box_1column section strong.em-red:after {
  width: 3em;
  height: 1px;
  content: "";
  display: inline-block;
  background: #ce0221;
  position: absolute;
  left: 0;
  top: 18px;
}
.flex_box_1column section strong.em-purple {
  color: #5c2696;
  font-size: 20px;
  display: block;
  line-height: 2;
  font-weight: bold;
  padding: 0 0 15px 3.5em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.flex_box_1column section strong.em-purple:after {
  width: 3em;
  height: 1px;
  content: "";
  display: inline-block;
  background: #5c2696;
  position: absolute;
  left: 0;
  top: 18px;
}
.flex_box_1column section strong.em-orange {
  color: #f96c08;
  font-size: 20px;
  display: block;
  line-height: 2;
  font-weight: bold;
  padding: 0 0 15px 3.5em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.flex_box_1column section strong.em-orange:after {
  width: 3em;
  height: 1px;
  content: "";
  display: inline-block;
  background: #f96c08;
  position: absolute;
  left: 0;
  top: 18px;
}
.flex_box_1column section .purple {
  color: #5c2696;
}
.flex_box_1column section p,
.flex_box_1column section b {
  color: #333;
  padding: 0 0 20px;
  text-align: left;
  text-indent: 0;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt" 1;
}
.flex_box_1column section b {
  font-weight: bold;
  display: block;
}
.flex_box_1column section p.writer {
  text-align: right;
}
.flex_box_1column section p.profile {
  background-color: #f5f0d8;
  font-size: 13px;
  padding: 10px 20px;
  text-indent: 0;
  margin-top: 50px;
}
.flex_box_1column section p.profile span {
  display: block;
  font-weight: bold;
}
.flex_box_1column section img {
  width: 100%;
  padding-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex_box_1column section figure {
  padding-bottom: 25px;
}
.flex_box_1column section figure img {
  padding-bottom: 0;
}
.flex_box_1column section figure p {
  padding: 10px 0 0;
  font-size: 13px;
  text-indent: 0;
  line-height: 1.4;
  text-align: justify;
}
.flex_box_1column section span.link {
  color: #446ec9;
  display: block;
  text-align: left;
  margin: 20px 10px 0 10px;
  font-size: 1em;
}
.flex_box_1column section span.link a {
  color: #446ec9;
}
@media screen and (min-width: 768px) {
  .flex_box_1column section {
    /* PC */
    box-sizing: border-box;
    max-width: 750px;
    margin: 0 15px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .flex_box_1column section h3 {
    margin: 40px 0 0;
    font-size: 1.8em;
    line-height: 1.3em;
  }
  .flex_box_1column section h4 {
    text-align: right;
    margin: 20px 0 0;
    padding: 0;
  }
  .flex_box_1column section h5 {
    text-align: right;
    margin: 5px 0 30px;
  }
  .flex_box_1column section figure {
    float: left;
  }
  .flex_box_1column section img {
    width: 350px;
    height: 240px;
    padding-right: 30px;
    padding-top: 0;
  }
}

a.go_back {
  display: block;
  text-align: center;
  color: #333;
  margin-bottom: 100px;
}
a.go_back:hover {
  opacity: 0.5;
}

/* テキスト内リンク */
a.text_link {
  color: #446ec9;
}
a.text_link:hover {
  text-decoration: underline;
}

.flex_box_1column section span a:hover {
  text-decoration: underline;
}

ul.carp_index b.leader {
  display: inline;
  line-height: 15px;
  height: 15px;
  background: #333;
  border: 1px solid #333;
  color: white;
  padding: 3px 5px 2px;
  margin: 0 5px 10px 0;
  line-height: 1.1;
}

.p_01 {
  color: #217ba9;
  font-weight: 600;
}

.p_02 {
  color: #e54c06;
  font-weight: 600;
}

.p_carp {
  color: #d50322;
}

.p_sfc {
  color: #531db6;
}

@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  .flex_box_1column section h3 {
    font-size: 1.8rem;
  }
  .flex_box_1column section h3 span {
    font-size: 20px;
    display: block;
    padding: 5px 0 10px;
  }
  .flex_box_1column section h4 {
    font-size: 1.2em;
  }
  .flex_box_1column section h5 {
    font-size: 1.2rem;
    margin: 0px 0 30px;
  }
  .flex_box_1column section p {
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .flex_box_1column section p.intro {
    font-weight: bold;
    font-size: 1rem;
    margin: 15px auto 25px;
  }
  .flex_box_1column section p b {
    all: unset;
    font-weight: 600;
  }
  .flex_box_1column section figure.main {
    float: none;
  }
  .flex_box_1column section figure.main img {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .flex_box_1column section figure.sub_R {
    width: 340px;
    padding-left: 30px;
    float: right;
    height: auto;
  }
  .flex_box_1column section figure.sub_R img {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
  }
  .flex_box_1column section figure.sub_L {
    width: 340px;
    padding-right: 30px;
    float: left;
    height: auto;
  }
  .flex_box_1column section figure.sub_L img {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
  }
}
/*======= 放送スケジュールのページ =======*/
.TV img {
  width: 98%;
  margin: 25px auto;
}

.schedule {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px auto;
  max-width: 450px;
}
.schedule li {
  width: 100%;
  margin-bottom: 20px;
}
.schedule li small {
  line-height: 1.5;
  font-size: 14px;
  text-align: left !important;
  display: block;
  padding: 5px 0 0;
}
.schedule li img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .schedule {
    /* スクリーンサイズが768px以上の場合に適用 */
    max-width: 1000px;
    margin: 10px auto 50px;
    width: 96%;
  }
  .schedule li {
    width: 32%;
  }
}

p.schedule {
  padding: 0px 10px;
  text-align: left;
}
p.schedule img {
  width: 300px;
  margin-left: 0;
  display: block;
}

/*=======  NEXT｜PREV =======*/
#carp_pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 30px auto 80px;
}
#carp_pagination a {
  width: calc(50% - 6px);
  display: inline-block;
  line-height: 1.35;
  margin: 0;
  color: #333;
}
#carp_pagination a.prev {
  text-align: left;
  margin-right: 6px;
}
#carp_pagination a.next {
  text-align: right;
  margin-left: 6px;
}
#carp_pagination a:hover {
  color: #f00;
  text-decoration: none;
}
#carp_pagination a span {
  color: white;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  margin-bottom: 15px;
  line-height: 23px;
}
#carp_pagination a span.prev {
  margin: 0 10px 15px 5px;
}
#carp_pagination a span.next {
  margin: 0 5px 15px 10px;
}
#carp_pagination a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #ef3e2e;
  border-width: 1px;
  border-style: solid;
  z-index: -1;
}
#carp_pagination a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #ef3e2e;
  border-width: 1px;
  border-style: solid;
  z-index: -2;
}
#carp_pagination a.prev span::before {
  left: 4px;
  width: 17px;
  height: 17px;
  transform-origin: left top;
  transform: rotate(45deg);
  border-left-color: #ef3e2e;
  border-bottom-color: #ef3e2e;
  border-right: none;
  border-top: none;
  border-radius: 3px;
}
#carp_pagination a.prev span::after {
  left: 4px;
  width: 45px;
  height: 23px;
  border-top-color: #ef3e2e;
  border-right-color: #ef3e2e;
  border-bottom-color: #ef3e2e;
  border-left: none;
}
#carp_pagination a.next span::before {
  left: 2px;
  width: 45px;
  height: 23px;
  border-top-color: #ef3e2e;
  border-left-color: #ef3e2e;
  border-bottom-color: #ef3e2e;
  border-right: none;
}
#carp_pagination a.next span::after {
  left: 47px;
  width: 17px;
  height: 17px;
  transform-origin: left top;
  transform: rotate(45deg);
  border-top-color: #ef3e2e;
  border-right-color: #ef3e2e;
  border-left: none;
  border-bottom: none;
}
#carp_pagination p {
  line-height: 1.3;
}
#carp_pagination p small {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  /* スクリーンサイズが768px以上の場合に適用 */
  #carp_pagination {
    max-width: 760px;
    margin: 30px auto 80px;
  }
}
/*=======  目　次 =======*/
.carp_contents {
  text-align: left;
  color: white;
  font-size: 26px;
  font-weight: bold;
  border-left: solid 15px #ff8080;
  border-right: solid 15px #ff8080;
  padding: 8px 0 8px 15px;
  margin-bottom: 35px;
  background-color: #ce0221;
}
.carp_contents span {
  font-size: 16px;
}

ul.carp_index {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 50px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  ul.carp_index {
    flex-direction: column;
  }
}
ul.carp_index li {
  width: 48%;
  margin-bottom: 15px;
}
ul.carp_index li a {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  ul.carp_index li a {
    align-items: center;
  }
}
ul.carp_index li a:hover {
  opacity: 0.5;
}
ul.carp_index li a.active {
  opacity: 0.5;
  pointer-events: none;
}
ul.carp_index li span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  padding-right: 10px;
  color: #ce0221;
  border-right: solid 1px #ce0221;
}
@media screen and (max-width: 599px) {
  ul.carp_index li {
    width: 100%;
  }
}
ul.carp_index p {
  line-height: 1.6;
}
ul.carp_index p small {
  font-size: 14px;
}
ul.carp_index b.leader {
  display: inline-block;
  background: #999090;
  border: none;
  font-size: 11px;
  border-radius: 1px;
  letter-spacing: 0.02em;
  color: white;
  padding: 3px 8px;
  margin: -2px 10px 0 0;
  line-height: 1.6;
}

.marker_red {
  color: #ce0221;
  margin: 0 5px;
  font-weight: bold;
}

.marker_purple {
  color: #5c2696;
  margin: 0 5px;
  font-weight: bold;
}

.marker_orange {
  color: #f58700;
  margin: 0 5px;
  font-weight: bold;
}

.b_none img {
  border: none;
}

#MESSAGE_BK {
  background: #ce0221;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 75px 15px;
  box-sizing: border-box;
}

/*========広告枠========*/
.PR {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .PR {
    max-width: 450px;
    margin: 0 auto;
  }
}
.PR p {
  width: 100%;
  text-align: center;
  background-color: #e7e7e7;
  margin: 30px 0;
}

ul.PR_col-3,
ul.PR_col-4 {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  justify-content: space-between;
}
ul.PR_col-3:after,
ul.PR_col-4:after {
  content: "";
  display: block;
  width: 31%;
}
ul.PR_col-3 li,
ul.PR_col-4 li {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  ul.PR_col-3 li,
  ul.PR_col-4 li {
    width: 100%;
    margin: 0 auto;
  }
}
ul.PR_col-3 li.wide,
ul.PR_col-4 li.wide {
  width: 66%;
}
ul.PR_col-3 li a,
ul.PR_col-4 li a {
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
}
ul.PR_col-3 li a span,
ul.PR_col-4 li a span {
  font-size: 15px;
  padding: 3px 0 8px;
  display: block;
  color: #333;
}
ul.PR_col-3 li a span::after,
ul.PR_col-4 li a span::after {
  content: "»";
  padding-left: 5px;
}
ul.PR_col-3 li a:hover,
ul.PR_col-4 li a:hover {
  opacity: 0.6;
}
ul.PR_col-3 li img,
ul.PR_col-4 li img {
  width: 100%;
  border: 1px solid #bababa;
}

ul.PR_col-4 li {
  width: 24%;
}

/*========メッセージ枠========*/
ul.message {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
ul.message li {
  position: relative;
  margin-bottom: 50px;
  box-sizing: border-box;
  width: 88%;
}
ul.message li:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}
ul.message li:nth-child(odd) img {
  position: absolute;
  display: inline-block;
  width: 150px;
  left: -20px;
  top: -35px;
}
ul.message li:nth-child(odd) p {
  border-radius: 8px;
  padding: 20px 25px 15px 50px;
  margin: 0 0 0 80px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
ul.message li:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
ul.message li:nth-child(even) img {
  position: absolute;
  display: inline-block;
  width: 150px;
  right: -20px;
  top: -35px;
}
ul.message li:nth-child(even) p {
  border-radius: 8px;
  padding: 20px 50px 15px 25px;
  margin: 0 80px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
ul.message li p span {
  font-size: 1rem;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-weight: normal;
}
ul.message li p span br {
  display: none;
}

.slash {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
}
.slash > span {
  flex: 0 0 auto;
  text-align: center;
  font-size: 2.5rem;
}
.slash::before, .slash::after {
  content: "";
  flex: 0 0 2px;
  height: auto;
  margin: 0px 45px;
  background: #333;
}
.slash::before {
  transform: rotate(-30deg);
}
.slash::after {
  transform: rotate(30deg);
}

@media screen and (max-width: 880px) {
  ul.carp_index {
    width: 90%;
    margin: 0 auto 50px;
  }
  #MESSAGE_BK {
    padding: 25px 15px;
  }
  ul.message li {
    position: relative;
    margin-bottom: 70px;
    box-sizing: border-box;
    width: 100%;
  }
  ul.message li:nth-child(odd) img {
    width: 115px;
    left: 0;
    top: -60px;
  }
  ul.message li:nth-child(odd) p {
    font-size: 1.2rem;
    margin-top: 60px;
    padding: 20px 15px 20px 30px;
    line-height: 1.3;
    margin-left: 80px;
    margin-right: 0;
    width: calc(100% - 80px);
    box-sizing: border-box !important;
    text-align: justify;
  }
  ul.message li:nth-child(even) img {
    width: 115px;
    right: 0;
    top: -60px;
  }
  ul.message li:nth-child(even) p {
    font-size: 1.21rem;
    box-sizing: border-box !important;
    margin-top: 60px;
    padding: 20px 30px 20px 15px;
    line-height: 1.3;
    width: calc(100% - 80px);
    margin-left: 0;
    margin-right: 80px;
    text-align: justify;
  }
  ul.message li p span {
    font-size: 0.9rem;
    display: block;
    text-align: left;
    padding-top: 5px;
    font-weight: normal;
    line-height: 1.2;
  }
  ul.message li p span br {
    display: block;
  }
  .slash > span {
    font-size: 2rem;
  }
}
/*======= スタジアムPRのページ =======*/
.PR_stadium,
.PR_baseball {
  margin: 0 auto;
  width: 100%;
  padding: 50px 5%;
  box-sizing: border-box;
}
.PR_stadium img,
.PR_baseball img {
  display: block;
  margin: 0 auto;
  padding: 0 0 15px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
.PR_stadium h3,
.PR_baseball h3 {
  font-size: 32px !important;
  font-weight: 800;
  padding: 10px 0 20px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
  color: #4b1c87;
}
@media screen and (max-width: 768px) {
  .PR_stadium h3 br,
  .PR_baseball h3 br {
    display: block !important;
  }
}
@media screen and (max-width: 567px) {
  .PR_stadium h3,
  .PR_baseball h3 {
    font-size: clamp(1.5rem, 1.3906rem + 0.625vw, 1.625rem) !important;
  }
}
.PR_stadium p,
.PR_baseball p {
  text-align: left;
  max-width: 780px;
  margin: 0 auto;
  width: 96%;
}
.PR_stadium p.center,
.PR_baseball p.center {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .PR_stadium p.center,
  .PR_baseball p.center {
    text-align: left;
  }
}
.PR_stadium .slash::before, .PR_stadium .slash::after,
.PR_baseball .slash::before,
.PR_baseball .slash::after {
  background: #4b1c87;
}

.PR_baseball img {
  max-width: 300px;
}
.PR_baseball h3 {
  color: #ce0221;
}
.PR_baseball h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .PR_baseball h3 br {
    display: block;
  }
}
.PR_baseball .slash::before, .PR_baseball .slash::after {
  background: #ce0221;
}

.BK_sanf,
.BK_carp {
  background: linear-gradient(165deg, rgb(204, 174, 238) 53%, rgb(148, 187, 233) 100%);
  background-image: url(../image/08/sanf_BK.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 50px;
}
.BK_sanf .go_back,
.BK_carp .go_back {
  color: black !important;
}

.BK_carp {
  background: #b80a0a;
  background-image: url(../image/05/carp_BK.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.messege_sanf,
ul.messege_carp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 75px 0 0;
  max-width: 980px;
  box-sizing: border-box;
  opacity: 1 !important;
}
ul.messege_sanf:after,
ul.messege_carp:after {
  width: 31%;
  content: "";
  display: block;
  box-sizing: border-box;
}
ul.messege_sanf li,
ul.messege_carp li {
  width: 31%;
  margin: 0 0 50px;
  background: white;
  border: 1px solid #070707;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  ul.messege_sanf li,
  ul.messege_carp li {
    width: 45%;
    max-width: 360px;
  }
}
@media screen and (max-width: 599px) {
  ul.messege_sanf li,
  ul.messege_carp li {
    width: 90%;
    margin: 0 auto 50px;
  }
}
ul.messege_sanf li div,
ul.messege_carp li div {
  padding: 15px 5% 5px;
  box-sizing: border-box;
}
ul.messege_sanf li span,
ul.messege_carp li span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  color: #ce0221;
  padding: 0;
}
@media screen and (max-width: 599px) {
  ul.messege_sanf li span,
  ul.messege_carp li span {
    font-size: 19 px;
  }
}
ul.messege_sanf li span small,
ul.messege_carp li span small {
  display: block;
  font-size: 16.5px;
  padding-top: 5px;
}
ul.messege_sanf li p,
ul.messege_carp li p {
  display: block;
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  ul.messege_sanf li p,
  ul.messege_carp li p {
    font-size: 16px;
  }
}
ul.messege_sanf li img,
ul.messege_carp li img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #272629;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.messege_sanf small,
ul.messege_carp small {
  width: 100%;
}

ul.messege_sanf {
  justify-content: center;
  gap: 5%;
}
ul.messege_sanf li {
  width: 45%;
  max-width: 360px;
}
ul.messege_sanf li span {
  color: #532b7e;
}

.PR_stadium h3 {
  font-size: clamp(1.375rem, 1.3rem + 0.91vw, 1.75rem);
}
.PR_stadium h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  ul.PR_2col {
    width: 90%;
    margin: 0 auto;
  }
  ul.PR_2col li {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  p.center br {
    display: none;
  }
  ul.PR_2col li {
    width: 90%;
    margin: 0 auto 50px;
  }
  ul.PR_2col li span {
    font-size: 19px;
  }
  .PR_stadium h3 br {
    display: block;
  }
  .slash::before, .slash::after {
    content: none;
  }
}
@media screen and (min-width: 1400px) {
  .deco_L {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 50%;
    max-width: 600px;
    opacity: 0.85;
  }
  .deco_R {
    position: absolute;
    top: 50px;
    right: -50px;
    width: 50%;
    max-width: 600px;
  }
}/*# sourceMappingURL=carp2025.css.map */