@charset "UTF-8";

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4KLg.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* ADDITIONAL RESET
 * * -----------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

strong {
  font-weight: bold;
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * * -----------------------------------------------*/
body {
  color: #242424;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  color: #242424;
  text-decoration: none;
}

.hidden {
  display: none;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print,
(min-width: 768px) {
  body {
    font-size: 13px;
  }

  .wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }

  .trans:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.26rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

/* TOP KEYVISUAL
 * ----------------------------------------------*/
.keyvisual-image {
  width: 100%;
}

/* SECTION TOP ABOUT
 * ----------------------------------------------*/
.section-top-about {
  background: #ffffff;
}

.about-title {
  font-weight: 700;
  text-align: center;
}

.about-content {
  font-weight: 400;
  line-height: 2.5;
  margin: 0 auto;
}

@media print,
(min-width: 768px) {
  .section-top-about {
    padding: 80px 20px;
  }

  .about-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-content {
    font-size: 16px;
    line-height: 2;
    max-width: 920px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.8rem 0;
  }

  .about-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .about-content {
    font-size: 0.13rem;
    max-width: 9.2rem;
  }
}

/* SECTION TOP PARTICIPATING
 * ----------------------------------------------
 */


.participating-list-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
}

.participating-list-logo li {
  margin-bottom: 20px;
  background-color: #fff;
}

.participating-list-logo li {
  border-right: 1px solid #e5e5e5;
}

.participating-list-logo li:last-child {
  border-right: none;
}

.participating-list-logo li:nth-child(4n) {
  border-right: none;
}

.participating-list-logo a {
  display: block;
}

.participating-contents {
  text-align: center;
}

.participating-title,
.participating-text,
.company-title,
.company-link,
.company-button {
  font-weight: 700;
}

ul.participating-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1080px;
  margin: auto;
  margin-top: 80px;
}

ul.participating-company li {
  max-width: 160px;
  width: 160px;
  margin-bottom: 80px;
}

.participating-contents {
  padding: 80px 5px;
}

.participating-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.participating-text {
  font-size: 12px;
  margin-bottom: 20px;
}




.company-image {
  margin: auto 0;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  background-color: #ffffff;
}


.participating-company .company-wrapper a:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}

.section-cities {
  background: #E6F8FA;
}

.company-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.company-link-wrapper {
  line-height: 1.8;
  margin-bottom: 2px;
  font-weight: bold;
  min-height: 70px;
}

.company-link {
  font-size: 11px;
}

.company-text {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 2;
  min-height: 185px;
}

.company-text span {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.company-button {
  min-width: 160px;
  padding: 8px ;
  border-radius: 4px;
  font-size: 12px;
  width: 100%;
}

.company-button span {
  margin-right: 2px;
}

.company-button span::after {
  width: 8px;
  height: 12px;
  right: -19px;
}

.company-link {
  color: #0DB5E7;
  display: inline-block;
}

.company-button {
  display: inline-block;
  background: linear-gradient(90deg, #0EB5E9 0%, #06C4AE 100%);
  color: #fff;
  text-align: center;
}

.company-button span {
  position: relative;
  display: inline-block;
}


.company-button span::after {
  content: "";
  background: url(../img/company_icn_arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print,
(min-width: 768px) {}

.section-top-participating {
  background: #E6F8FA;
}

@media only screen and (max-width: 767.98px) {
  .section-top-participating {
    background: #E6F8FA;
  }

  .participating-contents {
    background: none;
  }

  .participating-contents {
    padding: 50px 0 0;
  }

  .participating-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .participating-text {
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
  }

  .participating-list-logo {
    display: block;
  }

  .participating-list-logo .logo-image {
    width: 100%;
    margin-bottom: 20px;
  }

  ul.participating-company li {
    width: 50%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 80px;
  }

  .company-wrapper {
    width: 95%;
    margin: auto;
  }

  .company-image {
    display: block;
    width: 3.3rem;
    margin: 0 auto 10px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    width: 60%;
  }

  .company-contents {
    width: 100%;
  }

  .company-title {
    font-size: 0.16rem;
  }

  .company-link-wrapper {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .company-link {
    font-size: 0.11rem;
    line-height: 1.5;
  }

  .company-text {
    font-size: 0.13rem;
    margin-bottom: 0.2rem;
    line-height: 2.47;
    min-height: auto;
  }

  .company-button {
    width: 100%;
    min-width: auto;
    padding: 12px 7px;
    border-radius: 0.04rem;
    font-size: 11px;
  }

  .company-button span {
    margin-right: 5px;
  }

  .company-button span::after {
    width: 0.08rem;
    height: 0.12rem;
    right: -0.19rem;
  }
}

/* SECTION TOP TIMELINE
 * ----------------------------------------------*/
.section-top-timeline {
  background: #ffffff;
}

.timeline-title {
  font-weight: 700;
  text-align: center;
}

.timeline-list {
  margin: 0 auto;
}

.timeline-list li {
  position: relative;
}

.timeline-list li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.timeline-list li:not(:last-child)::after {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e5e5e5;
  top: 0;
}

.timeline-list .is-main-color::before {
  background-color: #0DB5E7;
}

.timeline-list .is-accent-color::before {
  background-color: #07C4B0;
}

.timeline-list .is-sub-color::before {
  background-color: #0571b9;
}

.timeline-time {
  font-weight: 700;
}

.timeline-content {
  text-align: left;
}

.timeline-content .content-title {
  font-weight: 800;
  line-height: 1.5;
}

.timeline-content .content-description {
  font-size: 14px;
  line-height: 1.7;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media print,
(min-width: 768px) {
  .section-top-timeline {
    padding: 80px 20px 123px;
  }

  .timeline-title {
    font-size: 24px;
    margin-bottom: 42px;
  }

  .timeline-list {
    width: 880px;
  }

  .timeline-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }

  .timeline-list li:not(:last-child) {
    padding-bottom: 40px;
  }

  .timeline-list li::before {
    width: 34px;
    height: 34px;
    border: 6px solid #fff;
    left: 42.8%;
    top: -4px;
  }

  .timeline-list li:not(:last-child)::after {
    width: 8px;
    left: 44.3%;
  }

  .timeline-time {
    font-size: 18px;
    width: 270px;
    text-align: right;
  }

  .timeline-content {
    width: 370px;
  }

  .timeline-content .content-title {
    font-size: 18px;
  }

  .timeline-content .content-description {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-timeline {
    padding: 0.8rem 0 0.95rem;
  }

  .timeline-title {
    font-size: 0.16rem;
    margin-bottom: 0.4rem;
  }

  .timeline-list {
    width: 100%;
  }

  .timeline-list li {
    margin-left: 0.54rem;
  }

  .timeline-list li:not(:last-child) {
    padding-bottom: 0.4rem;
  }

  .timeline-list li::before {
    width: 0.34rem;
    height: 0.34rem;
    border: 0.06rem solid #fff;
    left: -19.3%;
    top: 0;
  }

  .timeline-list li:not(:last-child)::after {
    width: 0.08rem;
    left: -14.2%;
  }

  .timeline-time {
    font-size: 0.16rem;
    width: 100%;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-content .content-title {
    font-size: 0.14rem;
  }

  .timeline-content .content-description {
    font-size: 0.11rem;
  }
}

/* SECTION TOP ORGANIZER
 * ----------------------------------------------*/
.section-top-organizer {
  background: #fff;
  text-align: center;
}

.organizer-title {
  font-weight: 700;
}

.organizer-main p {
  line-height: 2.5;
}

.organizer-main p a {
  color: #107BA9;
}

.organizer-main p a:hover {
  opacity: .85;
}

.organizer-image img {
  background-color: #ffffff;
}


@media print,
(min-width: 768px) {
  .section-top-organizer {
    padding: 80px 20px 20px;
  }

  .organizer-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .organizer-main {
    margin-bottom: 60px;
  }

  .organizer-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .organizer-image.is-wide {
    margin: auto;
    max-width: 400px;
  }

  .organizer-image.is-wide img.img-pref-hiroshima {
    height: 85px;
  }

  .organizer-image.is-wide img.img-sandbox {
    height: 85px;
  }


  .organizer-image li:not(:last-child)::after {
    content: "";
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 44px;
    width: 1px;
  }

  .organizer-image::after {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-organizer {
    padding: 1.25rem 0 0.5rem;
  }

  .organizer-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .organizer-main {
    margin-bottom: 1.6rem;
    margin-bottom: 30px;
  }

  .organizer-main p {
    font-size: 0.13rem;
    line-height: 2.5;
  }

  .organizer-image {
    display: block;
  }

  .organizer-image.is-wide img.img-pref-hiroshima {
    height: 65px;
  }

  .organizer-image.is-wide img.img-sandbox {
    height: 65px;
  }

  .organizer-image li:not(:last-child) {
    margin-bottom: 0.2rem;
  }

}

.section-top-requirement {
  background: #E6F8FA;
}

.section-top-requirement .requirement-title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
}

.section-top-requirement .item-list {
  line-height: 1.9;
  font-size: 14px;
  line-height: 1.7;
}

@media print,
(min-width: 768px) {
  .section-top-requirement {
    padding: 80px 80px 100px;
  }

  .section-top-requirement .wrapper {
    max-width: 462px;
  }

  .section-top-requirement .common-title {
    margin-bottom: 20px;
  }

  .section-top-requirement .requirement-list {
    font-size: 12px;
  }

  .section-top-requirement .requirement-list>li {
    margin-bottom: 19px;
  }

  .section-top-requirement .item-list {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.02em;
  }

  .section-top-requirement .requirement-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-requirement {
    padding: 0.3rem 0 1rem;
  }

  .section-top-requirement .common-title {
    margin-bottom: 0.2rem;
  }

  .section-top-requirement .wrapper {
    max-width: 4.62rem;
  }

  .section-top-requirement .requirement-list {
    font-size: 0.12rem;
    padding: 0 0.3rem;
  }

  .section-top-requirement .requirement-list>li {
    margin-bottom: 0.2rem;
  }

  .section-top-requirement .requirement-title {
    margin-bottom: 0.11rem;
  }
}




/*# sourceMappingURL=top.css.map */

.common-title,
.common-link,
.sub-title {
  font-weight: 700;
}

.common-title {
  text-align: center;
  line-height: 1.5;
}

.common-link {
  color: #07C4B0;
  font-family: "Montserrat", sans-serif;
}

.common-button {
  background: #07C4B0;
  color: #fff;
  font-weight: 600;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.26s ease;
}

.common-button::after {
  content: "";
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-button:hover {
  opacity: 0.5;
}

.common-inner .image-content img {
  width: 100%;
}

.common-inner .common-title {
  text-align: left;
}

.common-inner .common-description {
  line-height: 2.47;
}

.is-orange:before {
  background: #f99a38;
}

.is-brown:before {
  background: #ab8b56;
}

.is-red:before {
  background: #07C4B0;
}

@media print,
(min-width: 768px) {
  .common-title {
    font-size: 24px;
  }

  .common-link {
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .common-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 20px 7px;
    min-width: 280px;
    border-radius: 4px;
  }

  .common-button span {
    margin-right: 8px;
  }

  .common-button::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -2px;
  }

  .common-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
  }

  .common-inner .image-content {
    width: 26%;
    max-width: 330px;
  }

  .common-inner .main-content {
    width: 74%;
    padding-left: 37px;
  }

  .common-inner .common-title {
    margin-bottom: -4px;
  }

  .common-inner .common-description {
    margin: -2px 0 18px;
  }

}

@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 0.16rem;
  }

  .common-inner .image-content {
    max-width: 3.3rem;
    margin: 0 auto 0.4rem;
  }

  .common-inner .common-title {
    margin-bottom: -0.02rem;
  }

  .common-inner .common-description {
    margin: -0.03rem 0 0.19rem;
    letter-spacing: 0.02em;
  }

  .common-link {
    font-size: 0.11rem;
    letter-spacing: -0.02em;
  }

  .common-button {
    display: -ms-flexbox;
    display: flex;
    padding: 0.09rem 0.2rem 0.07rem;
    border-radius: 0.04rem;
  }

  .common-button span {
    margin-right: 0.08rem;
  }

  .common-button::after {
    width: 0.08rem;
    height: 0.08rem;
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
  }
}

section.copy {
  text-align: center;
  background-color: #E6F8FA;
  color:#838383;
  font-size: 14px;
  padding-bottom: 30px;
}


.section-issue {
  padding: 80px 5px;
}
.section-issue .participating-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.section-issue .layout {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding: 24px 0;
}
.section-issue .sidebar {
  width: 300px;
  padding: 24px 0 0 0;
  background: transparent;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
}
.section-issue .sidebar ul {
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0;
}
.section-issue .sidebar li {
  margin-bottom: 16px;
  font-size: 24px;
  color: #242424;
  font-weight: bold;
}
.section-issue .sidebar li.active a,
.section-issue .sidebar li a:hover {
  color: #242424;
  font-weight: bold;
  transition: 0.5s;
  opacity: 100%;
}
.section-issue .sidebar a {
  opacity: 20%;
  text-decoration: none;
}
.section-issue .main-content {
  flex: 1;
  padding: 0 32px 32px 42px;
}
.section-issue .category-block {
  background-color: #07C4B040;
  border-radius: 16px;
  margin-bottom: 56px;
  padding: 24px;
}
.section-issue .category-block.is-blue {
  background-color: #0DB5E740;
}
.section-issue .category-block h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-weight: bold;
  border-bottom: 1px solid #242424;
}
.section-issue .card-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section-issue .card {
  list-style: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px #0001;
  padding: 18px 20px;
}
.section-issue .card .card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;

  flex: 1;
}
.section-issue .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.section-issue .card-org {
  color: #000;
  font-size: 13px;
  margin-top: 8px;
}
.section-issue .card-org img {
  width: 32px;
  height: 32px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  margin-right: 10px;
}
.section-issue .detail-btn {
  background: linear-gradient(90deg, #0EB5E9 0%, #06C4AE 100%);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 40px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 2;
  font-weight: bold;
}
.section-issue .detail-btn:hover {
  opacity: 0.75;
  transition: 0.5s;
}

/* レスポンシブ簡易対応 */
@media (max-width: 768px) {
  .section-issue .layout { flex-direction: column; }
  .section-issue .sidebar { position: static; width: 100%; height: auto; padding-left: 0;}
  .section-issue .main-content { padding: 0 10px; }
}

@media (max-width: 768px) {
  .section-issue .participating-title {
    font-size: 0.16rem;
    margin-bottom: 0;
  }
  .section-issue .layout { flex-direction: column; }
  .section-issue .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    background: #fff;
    z-index: 100;
    padding: 0;
    border-bottom: 1px solid #e0e4e8;
    box-shadow: 0 2px 10px #0002;
  }
  .section-issue .sidebar ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 0;
    padding: 0 12px;
    margin: 0;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .section-issue .sidebar ul::-webkit-scrollbar { display: none; }
  .section-issue .sidebar li {
    min-width: 130px;
    margin: 0 6px;
    font-size: 18px;
    padding: 8px 14px;
    border-radius: 8px;
    background: none;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    flex: 0 0 auto;
  }
  .section-issue .sidebar li.active,
  .section-issue .sidebar li.active a {
    background: #fff;
    color: #242424 !important;
    font-weight: bold;
    font-size: 18px;
  }
  .section-issue .sidebar li a { color: inherit; }
  .section-issue .main-content { padding: 58px 4vw 24px 4vw; }


  .section-issue .card-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .section-issue .detail-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .section-issue .card-org img {
    width: 30px;
    height: 30px;
    margin-right: 2px;
  }
  .section-issue .card-org {
    font-size: 14px;
    margin-top: 8px;
  }
  .section-issue .category-block {
    padding: 12px;
  }
  .section-issue .card-list {
    gap: 12px;
  }
  .section-issue .category-block {
    margin-bottom: 36px;
  }
}
