@charset "UTF-8";
:root {
  --theme-color: #ad0000;
  --gray-color: #f0f2f5;
}

.content {
  overflow: hidden;
}
.content > :nth-child(2) {
  margin-top: 30px;
}
.content .jas-top__main {
  display: flex;
  gap: 40px;
}
@media screen and (max-width : 960px) {
  .content .jas-top__main {
    gap: 20px;
  }
}
@media screen and (max-width : 767px) {
  .content .jas-top__main {
    display: block;
  }
}
.content .jas-top__content {
  flex: 1;
  display: grid;
  gap: 80px;
}
@media screen and (max-width : 960px) {
  .content .jas-top__content {
    gap: 50px;
  }
}
.content .jas-top__heading {
  background: transparent;
  font-size: 1.7142857143em;
  margin: 0 0 50px 0;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
}
.content .jas-top__heading::before, .content .jas-top__heading::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width : 767px) {
  .content .jas-top__heading::before, .content .jas-top__heading::after {
    -webkit-transform: none;
            transform: none;
  }
}
.content .jas-top__heading::before {
  width: 15px;
  left: calc(50% - 7.5px);
  background: var(--theme-color);
}
@media screen and (max-width : 767px) {
  .content .jas-top__heading::before {
    left: 0;
  }
}
.content .jas-top__heading::after {
  width: 15px;
  left: calc(50% + 7.5px);
  background: #f7e5e5;
}
@media screen and (max-width : 767px) {
  .content .jas-top__heading::after {
    left: 15px;
    width: 100%;
  }
}
@media screen and (max-width : 960px) {
  .content .jas-top__heading {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width : 767px) {
  .content .jas-top__heading {
    text-align: left;
  }
}
.content .jas-top__side {
  width: 300px;
}
@media screen and (max-width : 960px) {
  .content .jas-top__side {
    width: 240px;
  }
}
@media screen and (max-width : 767px) {
  .content .jas-top__side {
    width: 100%;
    margin-bottom: 50px;
  }
}
.content .jas-top__side-item {
  background: none;
  padding: 0;
  margin: 0;
}
.content .jas-top__side-link {
  transition: all 0.2s ease-in-out;
  display: block;
  background: var(--gray-color);
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 1.1428571429em;
  position: relative;
}
.content .jas-top__side-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-top__side-link:hover > * {
  text-decoration: none;
}
.content .jas-top__side-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: var(--theme-color);
  display: block;
}
.content .jas-top__side-banner {
  display: grid;
  gap: 20px;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width : 767px) {
  .content .jas-top__side-banner {
    padding: 0 28px;
    margin-top: 80px;
  }
}
.content .jas-top__side-bannerLink {
  display: block;
  transition: all 0.2s ease-in-out;
  background-position: right 100% !important;
}
.content .jas-top__side-bannerLink:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-top__side-bannerLink:hover > * {
  text-decoration: none;
}
@media screen and (max-width : 767px) {
  .content .jas-top__side-bannerLink {
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.content .jas-top__side-bannerTitle {
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: underline;
  line-height: 1.6;
  font-size: 1.1428571429em;
}
.content .jas-top__side-bannerImg {
  width: 100%;
  margin: 0;
}
.content .jas-top__sdgs {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: -10px 0 15px !important;
}
@media screen and (max-width : 767px) {
  .content .jas-top__sdgs {
    width: 300px;
    margin: 0 auto 20px !important;
    display: block;
  }
}
.content .jas-top__sdgs-title {
  background-color: #ff5e00;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.8571428571em;
  font-weight: 700;
  padding: 0 16px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.content .jas-top__sdgs-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -11px;
  top: 0px;
  border-left: 11px solid #ff5e00;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width : 767px) {
  .content .jas-top__sdgs-title::after {
    content: none;
  }
}
@media screen and (max-width : 767px) {
  .content .jas-top__sdgs-title {
    border-radius: 15px;
  }
}
.content .jas-top__sdgs-text {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 0.7142857143em;
  line-height: 1.2;
}
@media screen and (max-width : 767px) {
  .content .jas-top__sdgs-text {
    text-align: center;
    margin: 5px 0;
  }
  .content .jas-top__sdgs-text br {
    display: none;
  }
}
.content .jas-top__sdgs-list {
  display: grid;
  grid-template-columns: repeat(5, 60px);
  gap: 5px;
}
@media screen and (max-width : 767px) {
  .content .jas-top__sdgs-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.content .jas-top__sdgs-link {
  display: block;
  transition: all 0.2s ease-in-out;
}
.content .jas-top__sdgs-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-top__sdgs-link:hover > * {
  text-decoration: none;
}
.content .jas-top__sdgs-icon {
  width: min(100%, 60px);
}
.content .jas-top__guide {
  margin-bottom: 80px;
}
@media screen and (max-width : 960px) {
  .content .jas-top__guide {
    margin-bottom: 40px;
  }
}
.content .jas-top__guide-img {
  width: 100%;
}
.content .jas-top__news-list {
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  gap: 20px;
  font-size: 1em;
}
@media screen and (max-width : 767px) {
  .content .jas-top__news-list {
    margin: 0 0 24px 0;
    gap: 12px;
  }
}
.content .jas-top__news-item {
  background: none;
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #ced0d4;
}
.content .jas-top__news-date {
  background: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0.7em;
  display: block;
  font-weight: 400;
  font-size: 1em;
}
.content .jas-top__news-link {
  font-size: 1.1428571429em;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1.7;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width : 960px) {
  .content .jas-top__news-link {
    display: inline;
    font-size: 1em;
  }
}
.content .jas-top__basic-list {
  padding: 0 0 40px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width : 960px) {
  .content .jas-top__basic-list {
    gap: 10px 20px;
  }
}
.content .jas-top__basic-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: calc((100% - 10px) / 3);
  background: #fff8e0;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  color: var(--theme-color);
  max-width: 200px;
  height: 200px;
  transition: all 0.2s ease-in-out;
}
.content .jas-top__basic-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-top__basic-link:hover > * {
  text-decoration: none;
}
@media screen and (max-width : 960px) {
  .content .jas-top__basic-link {
    max-width: 170px;
    height: 170px;
    width: calc((100% - 20px) / 2);
  }
}
.content .jas-top__basic-title {
  font-size: 1.2857142857em;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  border: none;
  font-weight: 700;
  margin: 12px 0 0 0;
}
.content .jas-top__basic-title::after {
  margin: 16px auto 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-color) url(/j/jas/img/common/icon-arrow-btn.png) no-repeat 55% 50%/8px 14px;
  position: initial;
}
@media screen and (max-width : 960px) {
  .content .jas-top__basic-title {
    font-size: 1em;
    margin: 10px 0 0 0;
  }
  .content .jas-top__basic-title::after {
    margin: 10px auto 0;
  }
}
.content .jas-top__basic-icon {
  width: 54px;
}
@media screen and (max-width : 767px) {
  .content .jas-top__basic-icon {
    width: 50px;
  }
}
.content .jas-common__accordion-title {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  font-size: 1.2857142857em;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 12px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width : 960px) {
  .content .jas-common__accordion-title small {
    display: block;
    margin-top: 5px;
  }
}
.content .jas-common__accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  right: calc(0% + 24px);
  -webkit-transform: rotateZ(90deg) translate(-50%, -50%);
          transform: rotateZ(90deg) translate(-50%, -50%);
  border-radius: 50%;
  background: var(--theme-color) url(/j/jas/img/common/icon-arrow-btn.png) no-repeat 50% 50%/8px 14px;
}
.content .jas-common__accordion-content {
  padding: 0 10px;
  margin-top: 30px;
}
.content .jas-common__accordion[open] .jas-common__accordion-title::after {
  right: 0;
  -webkit-transform: rotateZ(270deg) translate(50%, -50%);
          transform: rotateZ(270deg) translate(50%, -50%);
}
.content .jas-common__banner {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out;
}
.content .jas-common__banner:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__banner:hover > * {
  text-decoration: none;
}
.content .jas-common__banner-img {
  width: 100%;
}
.content .jas-common__btn {
  text-align: center;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  width: min(100%, 300px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  padding: 12px 0px;
  font-size: 1.1428571429em;
  font-weight: 700;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  transition: all 0.2s ease-in-out;
}
.content .jas-common__btn:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__btn:hover > * {
  text-decoration: none;
}
.content .jas-common__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url(/j/jas/img/common/icon-arrow-btn.png) no-repeat 60% 50%/8px 14px;
}
.content .jas-common__btn.is-black {
  border-color: #000;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .jas-common__btn.is-black::after {
  background-color: #000;
}
@media screen and (max-width : 960px) {
  .content .jas-common__btn.is-black {
    padding: 8px 0px;
    min-height: auto;
  }
}
.content .jas-common__btn:not(.is-black) {
  font-size: 1.2857142857em;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.content .jas-common__btn:not(.is-black)::after {
  background-color: var(--theme-color);
}
@media screen and (max-width : 960px) {
  .content .jas-common__btn:not(.is-black) {
    padding: 15px 0px;
  }
}
.content .jas-common__btn.is-icon {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0;
  border-radius: 70px;
  padding-left: 20px;
}
.content .jas-common__btn.is-icon::before {
  height: 70px;
  content: "";
  display: block;
  margin-right: auto;
}
.content .jas-common__btn.is-icon span {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .jas-common__btn.is-japan::before {
  width: 60px;
  background: url(/j/jas/img/top/icon-japan.png) no-repeat 50% 50%/contain;
}
.content .jas-common__btn.is-foreign::before {
  width: 70px;
  background: url(/j/jas/img/top/icon-foreign.png) no-repeat 50% 50%/contain;
}
.content .jas-common__btn.is-papers::before {
  width: 70px;
  background: url(/j/jas/img/top/icon-papers.png) no-repeat 50% 50%/contain;
}
.content .jas-common__btn.is-system::before {
  width: 70px;
  background: url(/j/jas/img/top/icon-system.png) no-repeat 50% 50%/contain;
}
.content .jas-common__btn.is-survey::before {
  width: 70px;
  background: url(/j/jas/img/top/icon-survey.png) no-repeat 50% 50%/contain;
}
.content .jas-common__btn .is-right {
  display: block;
  text-align: left;
  padding-left: 20px;
}
.content .jas-common__btn.is-left {
  display: block;
  margin: 30px 0;
}
.content .jas-common__btn.is-flex {
  display: flex;
  margin: 30px 0;
}
.content .jas-common__btn.is-center {
  grid-row: 2/3;
  grid-column: 1/3;
  width: min(100%, 310px) !important;
}
@media screen and (max-width : 767px) {
  .content .jas-common__btn.is-center {
    grid-row: auto;
    grid-column: auto;
    width: min(100%, 300px) !important;
  }
}
.content .jas-common__btn.is-height {
  min-height: 124px;
  line-height: 1.5;
}
.content .jas-common__btn.is-external {
  background: transparent;
  min-width: 350px;
  margin: 30px auto;
  padding: 12px 0px;
}
.content .jas-common__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
}
@media screen and (max-width : 767px) {
  .content .jas-common__btn-list {
    grid-template-columns: 1fr;
  }
}
.content .jas-common__column {
  display: grid;
  gap: 50px;
  margin: 30px 0;
}
@media screen and (max-width : 960px) {
  .content .jas-common__column {
    gap: 30px;
  }
}
.content .jas-common__column.is-gap {
  gap: 20px 10px;
}
.content .jas-common__column.is-full {
  gap: 0;
}
.content .jas-common__column.is-full img {
  margin: 0;
}
.content .jas-common__column.is-position li {
  background-position: 0% 20% !important;
}
@media screen and (max-width : 767px) {
  .content .jas-common__column.is-position li {
    background-position: 0% 30% !important;
  }
}
@media screen and (max-width : 960px) {
  .content .jas-common__column.is-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content .jas-common__column.is-link li {
  padding: 0 0 0 20px;
  background: url(/j/jas/img/common/icon-arrow-link.png) no-repeat 0% 50%/9px 6px;
  scroll-behavior: smooth;
}
.content .jas-common__column-two {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width : 767px) {
  .content .jas-common__column-two {
    grid-template-columns: 1fr;
  }
}
.content .jas-common__column-three {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width : 767px) {
  .content .jas-common__column-three {
    grid-template-columns: 1fr;
  }
}
.content .jas-common__column-four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width : 767px) {
  .content .jas-common__column-four {
    grid-template-columns: 1fr;
  }
}
.content .jas-common__column-flex {
  display: flex;
}
@media screen and (max-width : 767px) {
  .content .jas-common__column-flex {
    display: grid;
  }
}
.content .jas-common__column-block > :first-child {
  margin-top: 0;
}
.content .jas-common__column-block p + p {
  margin-top: 1.1428571429em;
}
.content .jas-common__column-block a {
  font-weight: 700;
}
.content .jas-common__column-mark img {
  max-width: 120px;
}
.content .jas-common__column-content {
  grid-template-columns: 640px 1fr;
  gap: 30px;
}
@media screen and (max-width : 767px) {
  .content .jas-common__column-content {
    grid-template-columns: 1fr;
  }
}
.content .jas-common__column-content img:first-child {
  margin-top: 0;
}
.content .jas-common__column-content img:last-child {
  margin-bottom: 0;
}
.content .jas-common__column img {
  width: 100%;
  margin: 30px 0;
  display: block;
}
@media screen and (max-width : 960px) {
  .content .jas-common__column img:first-child {
    margin-top: 0;
  }
  .content .jas-common__column img:last-child {
    margin-bottom: 0;
  }
}
.content h2 {
  background: transparent;
  font-size: 1.7142857143em;
  line-height: 1.4;
  padding: 0 0 10px 0;
  position: relative;
  border: none;
}
.content h2::before, .content h2::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
}
.content h2::before {
  width: 15px;
  left: 0;
  background: var(--theme-color);
}
.content h2::after {
  left: 15px;
  width: 100%;
  background: #f7e5e5;
}
.content h2 + h3 {
  margin-top: 0px;
}
.content h3 {
  background: transparent;
  font-size: 1.2857142857em;
  line-height: 1.4;
  padding: 0 0 10px 0;
  border: none;
  position: relative;
}
.content h3::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
}
.content h3::after {
  left: 0;
  width: 100%;
  background: var(--theme-color);
}
.content h3 + h4 {
  margin-top: 0px;
}
.content h4 {
  font-size: 1.1428571429em;
  line-height: 1.4;
  padding: 0 0 0 8px;
  border-left: 2px solid var(--theme-color);
  border-bottom: none;
}
.content h4 + h5 {
  margin-top: 0px;
}
.content h5 {
  background: transparent;
  font-size: 1.1428571429em;
  line-height: 1.4;
  padding: 0 0 10px 0;
  border: none;
  position: relative;
}
.content h5::after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
}
.content h5::after {
  left: 0;
  width: 100%;
  background: #f7e5e5;
}
.content h5 + h6 {
  margin-top: 0px;
}
.content h6 {
  font-size: 1.1428571429em;
  line-height: 1.4;
  padding: 0 0 0 8px;
  border-left: 2px solid #f7e5e5;
  border-bottom: none;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 60px 0 30px;
}
@media screen and (max-width : 767px) {
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin: 50px 0 30px;
  }
}
.content .jas-common__img {
  margin: 30px 0;
}
.content .jas-common__img-full {
  width: 100%;
}
.content .jas-common__img-wrap {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 30px;
}
@media screen and (max-width : 767px) {
  .content .jas-common__img-wrap {
    grid-template-columns: 1fr;
  }
  .content .jas-common__img-wrap img {
    width: min(100%, 240px);
    display: block;
    margin: auto;
  }
}
.content .jas-common__img-wrap + .jas-common__column {
  margin-top: 60px;
}
@media screen and (max-width : 767px) {
  .content .jas-common__img-wrap + .jas-common__column {
    margin-top: 50px;
  }
}
.content .jas-common__link-page {
  display: flex;
  margin: 0;
  padding: 0 0 0 20px;
  text-decoration: none;
  background: url(/j/jas/img/common/icon-arrow-link.png) no-repeat 0% 50%/9px 6px;
  transition: all 0.2s ease-in-out;
  scroll-behavior: smooth;
}
.content .jas-common__link-page:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__link-page:hover > * {
  text-decoration: none;
}
.content .jas-common__link-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 18px;
}
@media screen and (max-width : 960px) {
  .content .jas-common__link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content .jas-common__link-list li {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.content .jas-common__link-list li a {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  width: 100%;
  text-decoration: none;
  border-radius: 26px;
  font-weight: 700;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.content .jas-common__link-list li a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__link-list li a:hover > * {
  text-decoration: none;
}
.content ul,
.content ol {
  margin: 30px 0;
  padding: 0;
  display: grid;
  gap: 15px;
  font-size: 1em;
}
@media screen and (max-width : 960px) {
  .content ul,
  .content ol {
    gap: 10px;
  }
}
.content ul li,
.content ol li {
  line-height: 1.5;
}
@media screen and (max-width : 960px) {
  .content ul {
    padding-left: 5px;
  }
}
.content ul li {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(/j/jas/img/common/icon-arrow-list.png) no-repeat 0% 50%/6px 9px;
}
.content ul li.is-top {
  background: url(/j/jas/img/common/icon-arrow-list.png) no-repeat 0% 4%/6px 9px;
}
.content ol {
  list-style-type: none;
  list-style-position: inside;
}
.content ol li {
  display: flex;
  align-items: center;
  counter-increment: number;
}
.content ol li::before {
  background: #ad0000;
  border-radius: 50%;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  content: counter(number);
  font-size: 0.7142857143em;
  font-weight: 500;
  margin-right: 4px;
}
.content .jas-common__list-link[href^="https://"], .content .jas-common__list-link {
  transition: all 0.2s ease-in-out;
  display: block;
  background: var(--gray-color);
  text-decoration: none;
  padding: 13px 20px;
  margin: 0;
  font-weight: 700;
  font-size: 1.1428571429em;
  position: relative;
}
.content .jas-common__list-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__list-link:hover > * {
  text-decoration: none;
}
.content .jas-common__list-link[href^="https://"]::before, .content .jas-common__list-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 100%;
  background: var(--theme-color);
  display: block;
}
.content .jas-common__list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  display: grid;
}
@media screen and (max-width : 767px) {
  .content .jas-common__list {
    display: block;
  }
}
.content .jas-common__list.is-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin: 80px 0 100px;
}
@media screen and (max-width : 960px) {
  .content .jas-common__list.is-row {
    gap: 2px;
    grid-template-columns: 1fr;
  }
}
.content .jas-common__list:not(.is-row) {
  grid-template-columns: 1fr;
  gap: 2px;
}
.content .jas-common__list-item {
  background: none;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
}
@media screen and (max-width : 767px) {
  .content .jas-common__none-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .content .jas-common__none-tablet {
    display: none;
  }
}
.content .jas-common__none-pc {
  display: none;
}
@media screen and (max-width : 960px) {
  .content .jas-common__none-pc {
    display: block;
  }
}
.content .jas-common__popup-btn {
  background: transparent;
  min-width: 350px;
}
.content .jas-common__popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  z-index: 100;
  -webkit-animation: fade-in 0.4s;
          animation: fade-in 0.4s;
}
.content .jas-common__popup-modal figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
}
.content .jas-common__popup-modal img {
  max-width: 80vw;
  max-height: 80vh;
}
.content .jas-common__popup-modal button {
  position: absolute;
  top: -40px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width : 960px) {
  .content .jas-common__popup-modal button {
    top: -45px;
    right: -10px;
  }
}
.content .jas-common__popup-close {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content table {
  width: 100%;
}
@media screen and (max-width : 960px) {
  .content table {
    width: 960px;
  }
}
@media screen and (max-width : 960px) {
  .content table-scroll {
    overflow-x: auto;
  }
}
.content table tr th {
  color: #fff;
  padding: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}
.content table tr th:nth-child(odd) {
  background: #000;
}
.content table tr th:nth-child(even) {
  background: #707070;
}
.content table tr td {
  font-size: 0.8571428571em;
  padding: 5px 10px;
  background: #eee;
}
.content table tr td:first-child {
  text-align: center;
}
.content .jas-common__margin-bottom {
  margin-bottom: 40px;
}
.content table,
.content th,
.content td {
  border: 2px #fff solid;
}
.content p {
  font-size: 1.1428571429em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.content p + p {
  margin-top: 24px;
}
.content p + img {
  margin-top: 30px;
}
.content .jas-common__text-box {
  background: #f0f2f5;
  padding: 30px;
}
@media screen and (max-width : 960px) {
  .content .jas-common__text-box {
    padding: 15px;
  }
}
.content .jas-common__text-box + .jas-common__text-box {
  margin-top: 30px;
}
@media screen and (max-width : 767px) {
  .content .jas-common__text-box + .jas-common__text-box {
    margin-top: 20px;
  }
}
.content .jas-common__text-box--green {
  background: #e8f5e9;
}
.content .jas-common__text-box--blue {
  background: #e1f5fe;
}
.content .jas-common__text-new {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width : 767px) {
  .content .jas-common__text-new {
    align-items: flex-start;
  }
}
.content .jas-common__text-new::before {
  content: "New!";
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 2px 4px;
  margin-right: 8px;
  vertical-align: middle;
}
.content .jas-common__text-circle::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  display: inline-block;
  border-radius: 50%;
  vertical-align: 3px;
  margin-right: 5px;
  font-size: 10px;
}
.content .jas-common__text-circleColor--red::before {
  color: var(--theme-color);
}
.content .jas-common__text-circleColor--green::before {
  color: #008c38;
}
.content .jas-common__text-circleColor--blue::before {
  color: #2980b9;
}
.content .jas-common__text-lead {
  font-weight: 700;
}
.content .jas-common__text-lead::before {
  content: "●";
  margin-right: 4px;
}
.content .jas-common__text-lead + p {
  margin-top: 10px;
}
.content .jas-common__hr {
  border-color: var(--theme-color);
}
.content .youtube + p {
  margin-top: 30px;
}
.content a {
  line-height: 1.7;
}
.content a[href^="#"] {
  scroll-behavior: smooth;
}
.content a[href^="https://www.maff.go.jp/"] {
  background: none;
  padding: 0;
}
.content a[href^="https://www.maff.go.jp/"] {
  background: none;
  padding: 0;
}
.content .jas-common__thumbnail {
  width: 100%;
  border-radius: 8px;
}
.content .jas-common__thumbnail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width : 960px) {
  .content .jas-common__thumbnail-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content .jas-common__thumbnail-list + .jas-common__btn {
  margin-top: 40px;
}
.content .jas-common__thumbnail-list.is-space {
  gap: 48px;
}
@media screen and (max-width : 960px) {
  .content .jas-common__thumbnail-list.is-space {
    gap: 20px 15px;
  }
}
.content .jas-common__thumbnail-list:not(.is-space) {
  gap: 25px;
}
@media screen and (max-width : 960px) {
  .content .jas-common__thumbnail-list:not(.is-space) {
    gap: 20px 15px;
  }
}
.content .jas-common__thumbnail-link {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.content .jas-common__thumbnail-link:hover {
  opacity: 0.75;
  text-decoration: none;
}
.content .jas-common__thumbnail-link:hover > * {
  text-decoration: none;
}
.content .jas-common__thumbnail-title {
  border: none;
  font-size: 1.1428571429em;
  margin: 15px 0 0;
  padding: 0;
  text-decoration: underline;
  line-height: 1.7;
}
@media screen and (max-width : 960px) {
  .content .jas-common__thumbnail-title {
    margin: 10px 0 0;
    font-size: 1em;
  }
}
.content .jas-common__thumbnail-title::before, .content .jas-common__thumbnail-title::after {
  content: none;
}
.content .jas-common__thumbnail-name {
  font-size: 1em;
  margin: 10px 0 0 0;
  padding: 0;
}
@media screen and (max-width : 960px) {
  .content .jas-common__thumbnail-name {
    margin: 5px 0 0 0;
  }
}
.content .jas-voice + .jas-common__btn {
  margin-top: 60px;
}
.content .jas-voice h1 + img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width : 960px) {
  .content .jas-voice h1 + img {
    margin-top: 30px;
  }
}
.content .jas-voice img {
  width: min(720px, 100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
.content .jas-voice figure {
  width: min(720px, 100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .jas-voice figcaption {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  margin-top: 16px;
}
.content .jas-voice .jas-common__column-block .youtube {
  padding-top: 56.25%;
  margin-bottom: 0;
}
.content .jas-voice .youtube {
  margin: 30px auto 50px;
  width: min(720px, 100%);
  padding-top: 42.15%;
}
@media screen and (max-width : 960px) {
  .content .jas-voice .youtube {
    padding-top: 56.25%;
    margin: 30px auto;
  }
}
.content .jas-common__center-pc {
  text-align: center;
}
@media screen and (max-width : 767px) {
  .content .jas-common__center-pc {
    text-align: left;
  }
}
.content .jas-common__margin-resetTop {
  margin-top: 0;
}
.content .jas-common__margin-bottom {
  margin-bottom: 40px;
}
.content .outline p {
  margin: 0 0 20px 0;
}
.content .outline .outline-heading_paragraph {
  margin: 0 0 10px 0;
  padding: 0 30px;
}
.content .outline .outline-heading_paragraph + p {
  padding: 0 30px;
}
@media screen and (max-width : 960px) {
  .content .scroll_table {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}