@charset "UTF-8";
/* ----------------------------------------------

基本設定

------------------------------------------------*/
figcaption {
  font-family: "Noto Sans JP", sans-serif;
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) {
  /* ----------------------------------------------
  topics
  ------------------------------------------------*/
  #contents .topics {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics .wrapper .topics_inner .box {
    width: 100%;
  }
  #contents .topics .wrapper .topics_inner .box:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  #contents .topics .wrapper .topics_inner .box a {
    display: flex;
    align-items: stretch;
    padding: 0;
    grid-gap: 0.5rem;
  }
  #contents .topics .wrapper .topics_inner .box a p {
    transition: all 0.7s ease-out;
    font-weight: bold;
  }
  #contents .topics .wrapper .topics_inner .box a p.time {
    font-size: clamp(0.75rem, 0.427rem + 1.38vw, 0.875rem);
    padding: 0.5rem 1rem;
    background-color: #cae7d7;
    min-width: 110px;
    display: flex;
    align-items: center;
  }
  #contents .topics .wrapper .topics_inner .box a p.maintext {
    font-size: clamp(0.875rem, 0.552rem + 1.38vw, 1rem);
    padding: 0.5rem 1rem;
    width: 100%;
  }
  #contents .topics .wrapper .topics_inner .box:hover a p.maintext {
    color: #fff;
  }
  /* ----------------------------------------------
  topics_detail
  ------------------------------------------------*/
  #contents .topics_detail {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics_detail .wrapper h2 {
    position: relative;
    width: 100%;
    border-bottom: #008c3d solid 2px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    background: #fff;
  }
  #contents .topics_detail .wrapper h2 .date {
    font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
    padding: 0.5em 1em;
    background-color: #008c3d;
    color: #fff;
    display: inline-block;
  }
  #contents .topics_detail .wrapper h2 .tit {
    font-size: clamp(1.25rem, 0.946rem + 0.63vw, 1.5rem);
  }
  #contents .topics_detail .wrapper .imagearea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure {
    max-height: 300px;
    text-align: center;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    aspect-ratio: 3/2;
    padding: 0.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure img {
    width: auto;
    height: 100%;
  }
  #contents .topics_detail .wrapper .maintext {
    background-color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .pdf_area {
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button {
    width: 40%;
    background-color: #fff;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2em 1.5em;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg {
    margin-left: 0.5em;
    width: 20px;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-1 {
    fill: #ef1c00;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-2 {
    fill: #fff;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button:hover a svg {
    transform: translateX(0px);
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button:hover a span {
    color: #fff;
  }
  #contents .topics_detail .wrapper .bottom_bt {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  #contents .topics_detail .wrapper .bottom_bt:hover a span {
    color: #fff;
  }
}
/* ----------------------------------------------

Pad設定

------------------------------------------------*/
@media all and (min-width: 620px) and (max-width: 768px) {
  /* ----------------------------------------------
  topics
  ------------------------------------------------*/
  #contents .topics {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics .wrapper .topics_inner .box {
    width: 100%;
  }
  #contents .topics .wrapper .topics_inner .box:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  #contents .topics .wrapper .topics_inner .box a {
    display: flex;
    align-items: stretch;
    padding: 0;
    grid-gap: 0.5rem;
  }
  #contents .topics .wrapper .topics_inner .box a p {
    transition: all 0.7s ease-out;
    font-weight: bold;
  }
  #contents .topics .wrapper .topics_inner .box a p.time {
    font-size: clamp(0.75rem, 0.427rem + 1.38vw, 0.875rem);
    padding: 0.5rem 1rem;
    background-color: #cae7d7;
    min-width: 110px;
    display: flex;
    align-items: center;
  }
  #contents .topics .wrapper .topics_inner .box a p.maintext {
    font-size: clamp(0.875rem, 0.552rem + 1.38vw, 1rem);
    padding: 0.5rem 1rem;
    width: 100%;
  }
  /* ----------------------------------------------
  topics_detail
  ------------------------------------------------*/
  #contents .topics_detail {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics_detail .wrapper h2 {
    position: relative;
    width: 100%;
    border-bottom: #008c3d solid 2px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    background: #fff;
  }
  #contents .topics_detail .wrapper h2 .date {
    font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
    padding: 0.5em 1em;
    background-color: #008c3d;
    color: #fff;
    display: inline-block;
  }
  #contents .topics_detail .wrapper h2 .tit {
    font-size: clamp(1.25rem, 0.946rem + 0.63vw, 1.5rem);
  }
  #contents .topics_detail .wrapper .imagearea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure {
    max-height: 300px;
    text-align: center;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    aspect-ratio: 3/2;
    padding: 0.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure img {
    width: auto;
    height: 100%;
  }
  #contents .topics_detail .wrapper .maintext {
    background-color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .pdf_area {
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button {
    width: 40%;
    background-color: #fff;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2em 1.5em;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg {
    margin-left: 0.5em;
    width: 20px;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-1 {
    fill: #ef1c00;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-2 {
    fill: #fff;
  }
  #contents .topics_detail .wrapper .bottom_bt {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}
/* ----------------------------------------------

SP設定

------------------------------------------------*/
@media all and (max-width: 620px) {
  /* ----------------------------------------------
  topics
  ------------------------------------------------*/
  #contents .topics {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics .wrapper .topics_inner .box {
    width: 100%;
  }
  #contents .topics .wrapper .topics_inner .box:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  #contents .topics .wrapper .topics_inner .box a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  #contents .topics .wrapper .topics_inner .box a p {
    transition: all 0.7s ease-out;
    font-weight: bold;
  }
  #contents .topics .wrapper .topics_inner .box a p.time {
    font-size: 14px;
    padding: 0.3rem 1rem;
    background-color: #cae7d7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contents .topics .wrapper .topics_inner .box a p.maintext {
    font-size: 16px;
    padding: 0.3rem 1rem;
    width: 100%;
  }
  #contents .topics .wrapper .topics_inner .box .border {
    display: none;
  }
  /* ----------------------------------------------
  topics_detail
  ------------------------------------------------*/
  #contents .topics_detail {
    margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
  }
  #contents .topics_detail .wrapper h2 {
    position: relative;
    width: 100%;
    border-bottom: #008c3d solid 2px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0.5rem;
    background: #fff;
  }
  #contents .topics_detail .wrapper h2 .date {
    font-size: 14px;
    padding: 0.3rem 0.5rem;
    background-color: #008c3d;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #contents .topics_detail .wrapper h2 .tit {
    font-size: 18px;
    width: 100%;
  }
  #contents .topics_detail .wrapper .imagearea {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure {
    max-height: 300px;
    text-align: center;
    background: url(/images/dot_bg.svg) center/cover no-repeat, #fff;
    aspect-ratio: 3/2;
    padding: 0.5rem;
  }
  #contents .topics_detail .wrapper .imagearea figure img {
    width: auto;
    height: 100%;
  }
  #contents .topics_detail .wrapper .maintext {
    background-color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 1.5rem;
    font-size: 14px;
  }
  #contents .topics_detail .wrapper .pdf_area {
    margin-bottom: 1.5rem;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1rem;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button {
    width: 100%;
    background-color: #fff;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2em 1.5em;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg {
    margin-left: 0.5em;
    width: 20px;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-1 {
    fill: #ef1c00;
  }
  #contents .topics_detail .wrapper .pdf_area .buttonarea .button a svg .cls-2 {
    fill: #fff;
  }
  #contents .topics_detail .wrapper .bottom_bt {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}