@charset "UTF-8";
/* top
---------------------------------------- */
.p-kyoukun-top {
  padding: 0 0 50px 0;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top {
    padding: 0 0 20px 0;
  }
}
.p-kyoukun-top__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 20px 50px;
  background: #E9F4FF;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-top__search {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 -20px;
  }
}
.p-kyoukun-top__search-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__search-title {
    font-size: 2rem;
    text-align: center;
  }
  .p-kyoukun-top__search-title + div {
    width: 100%;
  }
}
.p-kyoukun-top__search table.gsc-search-box td.gsc-input {
  padding-right: 3px;
}
.p-kyoukun-top__search .gsc-input-box {
  border-color: #ccc;
}
.p-kyoukun-top__search input {
  width: 196px !important;
}
.p-kyoukun-top__section {
  padding: 50px 0;
}
.p-kyoukun-top__section:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__section {
    padding: 30px 0;
  }
}
.p-kyoukun-top__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin-bottom: 20px;
  padding-left: 140px;
  font-size: 3.2rem;
  font-weight: 700;
  background: no-repeat left center;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__headline {
    height: 50px;
    padding-left: 60px;
    font-size: 2rem;
    background-size: 50px auto;
  }
}
.p-kyoukun-top__headline--matrix {
  background-image: url(../images/kyoukun/icon_matrix.png);
}
.p-kyoukun-top__headline--kyoukun {
  background-image: url(../images/kyoukun/icon_kyoukun.png);
}
.p-kyoukun-top__headline--zireishu {
  background-image: url(../images/kyoukun/icon_zireishu.png);
}
.p-kyoukun-top__description {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__description {
    font-size: 1.4rem;
  }
}
.p-kyoukun-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__list {
    padding: 0 15px;
    gap: 15px;
  }
}
.p-kyoukun-top__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-top__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 48%;
  }
}
.p-kyoukun-top__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 2.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.214;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-top__link {
    font-size: 1.4rem;
  }
}
.p-kyoukun-top__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  width: 10px;
  height: 12px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fff;
  z-index: 2;
}
.p-kyoukun-top__link--shien {
  color: #e76e1d;
  border-color: #e76e1d;
}
.p-kyoukun-top__link--shien::before {
  background-color: #e76e1d;
}
.p-kyoukun-top__link--hukkou {
  color: #4DA82B;
  border-color: #4DA82B;
}
.p-kyoukun-top__link--hukkou::before {
  background-color: #4DA82B;
}
.p-kyoukun-top__link--saisei {
  color: #4CA6E8;
  border-color: #4CA6E8;
}
.p-kyoukun-top__link--saisei::before {
  background-color: #4CA6E8;
}
.p-kyoukun-top__link--keisho {
  color: #DCB431;
  border-color: #DCB431;
}
.p-kyoukun-top__link--keisho::before {
  background-color: #DCB431;
}

/* download
---------------------------------------- */
.p-kyoukun-download {
  padding: 80px 0;
  background: #E9F4FF;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-download {
    padding: 40px 0;
  }
}
.p-kyoukun-download__title {
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-download__title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.p-kyoukun-download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-download__list {
    gap: 20px;
  }
}
@media screen and (max-width: 763px) {
  .p-kyoukun-download__list {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-kyoukun-download__item {
  width: 260px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-download__item {
    width: 100%;
  }
}
.p-kyoukun-download__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58px;
  color: #0F57A3;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #0F57A3;
  border-radius: 60px;
  background: no-repeat right 15px center/46px auto #fff;
}
.p-kyoukun-download__link--pdf {
  background-image: url(../images/common/icon_pdf.png);
}
.p-kyoukun-download__link--ppt {
  background-image: url(../images/common/icon_ppt.png);
}

/* tabs
---------------------------------------- */
.p-kyoukun-tabs {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  min-height: 67px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-tabs {
    margin-bottom: 30px;
  }
  .p-kyoukun-tabs .l-inner {
    padding: 0;
  }
}
.p-kyoukun-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-tabs__list {
    gap: 0;
  }
}
.p-kyoukun-tabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -1px;
  font-size: 1.6rem;
}
.p-kyoukun-tabs__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 67px;
  color: #676767;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-tabs__link {
    font-size: 1.4rem;
    white-space: nowrap;
    line-height: 1.5;
  }
}
.p-kyoukun-tabs__link.is-current {
  color: #333;
  background-color: #fff;
  border-bottom: none;
  pointer-events: none;
}
.p-kyoukun-tabs__link.is-current::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0F57A3;
  content: "";
}

/* accordion
---------------------------------------- */
.p-kyoukun-accordion {
  margin-top: 60px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-accordion {
    min-height: 300px;
  }
}
.p-kyoukun-accordion__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-accordion__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}
.p-kyoukun-accordion__block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-accordion__block {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
}
@media screen and (max-width: 763px) {
  .p-kyoukun-accordion__block {
    width: 100%;
  }
}
.p-kyoukun-accordion__block--shien .p-kyoukun-accordion__theme {
  color: #e76e1d;
  border-color: #e76e1d;
}
.p-kyoukun-accordion__block--shien .p-kyoukun-accordion__theme::after {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(51%) saturate(1014%) hue-rotate(345deg) brightness(93%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(51%) saturate(1014%) hue-rotate(345deg) brightness(93%) contrast(95%);
}
.p-kyoukun-accordion__block--shien .p-kyoukun-accordion__theme.is-current {
  background-color: #e76e1d;
}
.p-kyoukun-accordion__block--shien .p-kyoukun-accordion__link::after {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(51%) saturate(1014%) hue-rotate(345deg) brightness(93%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(51%) saturate(1014%) hue-rotate(345deg) brightness(93%) contrast(95%);
}
.p-kyoukun-accordion__block--hukkou .p-kyoukun-accordion__theme {
  color: #4DA82B;
  border-color: #4DA82B;
}
.p-kyoukun-accordion__block--hukkou .p-kyoukun-accordion__theme::after {
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(449%) hue-rotate(58deg) brightness(87%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(449%) hue-rotate(58deg) brightness(87%) contrast(80%);
}
.p-kyoukun-accordion__block--hukkou .p-kyoukun-accordion__theme.is-current {
  background-color: #4DA82B;
}
.p-kyoukun-accordion__block--hukkou .p-kyoukun-accordion__link::after {
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(449%) hue-rotate(58deg) brightness(87%) contrast(80%);
          filter: brightness(0) saturate(100%) invert(54%) sepia(84%) saturate(449%) hue-rotate(58deg) brightness(87%) contrast(80%);
}
.p-kyoukun-accordion__block--saisei .p-kyoukun-accordion__theme {
  color: #4CA6E8;
  border-color: #4CA6E8;
}
.p-kyoukun-accordion__block--saisei .p-kyoukun-accordion__theme::after {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(55%) saturate(513%) hue-rotate(165deg) brightness(93%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(55%) saturate(513%) hue-rotate(165deg) brightness(93%) contrast(96%);
}
.p-kyoukun-accordion__block--saisei .p-kyoukun-accordion__theme.is-current {
  background-color: #4CA6E8;
}
.p-kyoukun-accordion__block--saisei .p-kyoukun-accordion__link::after {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(55%) saturate(513%) hue-rotate(165deg) brightness(93%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(55%) saturate(513%) hue-rotate(165deg) brightness(93%) contrast(96%);
}
.p-kyoukun-accordion__block--keisho .p-kyoukun-accordion__theme {
  color: #DCB431;
  border-color: #DCB431;
}
.p-kyoukun-accordion__block--keisho .p-kyoukun-accordion__theme::after {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(22%) saturate(1504%) hue-rotate(342deg) brightness(89%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(88%) sepia(22%) saturate(1504%) hue-rotate(342deg) brightness(89%) contrast(93%);
}
.p-kyoukun-accordion__block--keisho .p-kyoukun-accordion__theme.is-current {
  background-color: #DCB431;
}
.p-kyoukun-accordion__block--keisho .p-kyoukun-accordion__link::after {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(22%) saturate(1504%) hue-rotate(342deg) brightness(89%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(88%) sepia(22%) saturate(1504%) hue-rotate(342deg) brightness(89%) contrast(93%);
}
.p-kyoukun-accordion__block:not(:has(.p-kyoukun-accordion__link)) .p-kyoukun-accordion__theme {
  pointer-events: none;
}
.p-kyoukun-accordion__block:not(:has(.p-kyoukun-accordion__link)) .p-kyoukun-accordion__theme::after {
  display: none;
}
.p-kyoukun-accordion__theme {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border: 1px solid;
  cursor: none;
  list-style: none;
  pointer-events: none;
}
@media screen and (min-width: 764px) {
  .p-kyoukun-accordion__theme {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-kyoukun-accordion__theme:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 763px) {
  .p-kyoukun-accordion__theme {
    font-size: 1.4rem;
  }
}
.p-kyoukun-accordion__theme::-webkit-details-marker {
  display: none;
}
.p-kyoukun-accordion__theme.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
}
.p-kyoukun-accordion__theme.is-current {
  height: 60px;
  color: #fff;
  margin-top: -10px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-accordion__theme.is-current {
    margin-top: 0;
  }
}
.p-kyoukun-accordion__theme.is-current::after {
  -webkit-filter: none;
          filter: none;
}
.p-kyoukun-accordion__list {
  overflow: hidden;
  width: 100%;
  border: 1px solid #bebebe;
  border-top: none;
}
.p-kyoukun-accordion__item {
  height: 46px;
}
.p-kyoukun-accordion__item:not(:first-child) {
  border-top: 1px solid #bebebe;
}
.p-kyoukun-accordion__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  padding-left: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-accordion__link {
    padding-left: 40px;
  }
}
.p-kyoukun-accordion__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 9px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}

/* list
---------------------------------------- */
.p-kyoukun-list__theme {
  padding: 17px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-list__theme {
    font-size: 2rem;
  }
}
.p-kyoukun-list__theme--shien {
  background-color: #e76e1d;
}
.p-kyoukun-list__theme--hukkou {
  background-color: #4DA82B;
}
.p-kyoukun-list__theme--saisei {
  background-color: #4CA6E8;
}
.p-kyoukun-list__theme--keisho {
  background-color: #DCB431;
}
.p-kyoukun-list__box {
  border: 1px solid #ccc;
}
.p-kyoukun-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
}
.p-kyoukun-list__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-kyoukun-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  font-size: 1.4rem;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-list__title {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.p-kyoukun-list__num {
    display: block;
    margin-right: 1rem;
    font-size: 1.6rem;
    white-space: nowrap;
}
.p-kyoukun-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55rem;
  padding: 10px 15px;
  gap: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  .p-kyoukun-list__body {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;    
  }
}
@media screen and (max-width: 763px) {
  .p-kyoukun-list__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 10px;
    gap: 5px;
  }
}
.p-kyoukun-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-list__data {
    width: 100%;
  }
}
.p-kyoukun-list__data--shien {
  background-color: #ffebde;
}
.p-kyoukun-list__data--shien .p-kyoukun-list__label {
  background-color: #e76e1d;
}
.p-kyoukun-list__data--shien .p-kyoukun-list__link {
  border-color: #e76e1d;
}
.p-kyoukun-list__data--shien .p-kyoukun-list__link:after {
  background-color: #e76e1d;
}
.p-kyoukun-list__data--hukkou {
  background-color: #DFF2D9;
}
.p-kyoukun-list__data--hukkou .p-kyoukun-list__label {
  background-color: #4DA82B;
}
.p-kyoukun-list__data--hukkou .p-kyoukun-list__link {
  border-color: #4DA82B;
}
.p-kyoukun-list__data--hukkou .p-kyoukun-list__link:after {
  background-color: #4DA82B;
}
.p-kyoukun-list__data--saisei {
  background-color: #DAEFFF;
}
.p-kyoukun-list__data--saisei .p-kyoukun-list__label {
  background-color: #4CA6E8;
}
.p-kyoukun-list__data--saisei .p-kyoukun-list__link {
  border-color: #4CA6E8;
}
.p-kyoukun-list__data--saisei .p-kyoukun-list__link:after {
  background-color: #4CA6E8;
}
.p-kyoukun-list__data--keisho {
  background-color: #FBF5E2;
}
.p-kyoukun-list__data--keisho .p-kyoukun-list__label {
  background-color: #DCB431;
}
.p-kyoukun-list__data--keisho .p-kyoukun-list__link {
  border-color: #DCB431;
}
.p-kyoukun-list__data--keisho .p-kyoukun-list__link:after {
  background-color: #DCB431;
}
.p-kyoukun-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 4.6rem;
  color: #fff;
}
.p-kyoukun-list__button {
  flex: 1;
}
.p-kyoukun-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 3rem;
  margin: 0 auto;
  font-size: 1.3rem;
  border: 1px solid;
  border-radius: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-list__link {
    width: 12rem;
  }
}
.p-kyoukun-list__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translate(-0.5rem, -50%);
          transform: translate(-0.5rem, -50%);
  width: 0.6rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fff;
  z-index: 2;
}
.p-kyoukun-list__link--small {
  font-size: 1.1rem;
}

/* zireishu
---------------------------------------- */
.p-kyoukun-zireishu__theme {
  margin-bottom: 50px;
  padding: 25px 15px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #f4f4f4;
  border-left: 12px solid;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__theme {
    padding: 15px;
    font-size: 2.4rem;
    border-width: 8px;
  }
}
.p-kyoukun-zireishu__theme--shien {
  border-color: #e76e1d;
}
.p-kyoukun-zireishu__theme--hukkou {
  border-color: #4DA82B;
}
.p-kyoukun-zireishu__theme--saisei {
  border-color: #4CA6E8;
}
.p-kyoukun-zireishu__theme--keisho {
  border-color: #DCB431;
}
.p-kyoukun-zireishu__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 20px 25px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;  
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__subtitle {
    padding-left: 5px;
    font-size: 2rem;
  }
}
.p-kyoukun-zireishu__subtitle::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.p-kyoukun-zireishu__subtitle:not(:first-child) {
  margin-top: 30px;
}
.p-kyoukun-zireishu__subtitle--shien {
  color: #e76e1d;
}
.p-kyoukun-zireishu__subtitle--shien::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e76e1d), color-stop(22.3rem, #ccc));
  background: linear-gradient(to right, #e76e1d 0 22.3rem, #ccc 22.3rem 100%);
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__subtitle--shien::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e76e1d), color-stop(6.7rem, #ccc));
    background: linear-gradient(to right, #e76e1d 0 6.7rem, #ccc 6.7rem 100%);
  }
}
.p-kyoukun-zireishu__subtitle--hukkou {
  color: #4DA82B;
}
.p-kyoukun-zireishu__subtitle--hukkou::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4DA82B), color-stop(22.3rem, #ccc));
  background: linear-gradient(to right, #4DA82B 0 22.3rem, #ccc 22.3rem 100%);
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__subtitle--hukkou::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4DA82B), color-stop(6.7rem, #ccc));
    background: linear-gradient(to right, #4DA82B 0 6.7rem, #ccc 6.7rem 100%);
  }
}
.p-kyoukun-zireishu__subtitle--saisei {
  color: #4CA6E8;
}
.p-kyoukun-zireishu__subtitle--saisei::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4CA6E8), color-stop(22.3rem, #ccc));
  background: linear-gradient(to right, #4CA6E8 0 22.3rem, #ccc 22.3rem 100%);
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__subtitle--saisei::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4CA6E8), color-stop(6.7rem, #ccc));
    background: linear-gradient(to right, #4CA6E8 0 6.7rem, #ccc 6.7rem 100%);
  }
}
.p-kyoukun-zireishu__subtitle--keisho {
  color: #DCB431;
}
.p-kyoukun-zireishu__subtitle--keisho::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #DCB431), color-stop(22.3rem, #ccc));
  background: linear-gradient(to right, #DCB431 0 22.3rem, #ccc 22.3rem 100%);
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__subtitle--keisho::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #DCB431), color-stop(6.7rem, #ccc));
    background: linear-gradient(to right, #DCB431 0 6.7rem, #ccc 6.7rem 100%);
  }
}
.p-kyoukun-zireishu__block {
  border: 1px solid #ccc;
}
.p-kyoukun-zireishu__block + .p-kyoukun-zireishu__block {
  margin-top: 30px;
}
.p-kyoukun-zireishu__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__headline {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-kyoukun-zireishu__headline--shien {
  background-color: #e76e1d;
}
.p-kyoukun-zireishu__headline--hukkou {
  background-color: #4DA82B;
}
.p-kyoukun-zireishu__headline--saisei {
  background-color: #4CA6E8;
}
.p-kyoukun-zireishu__headline--keisho {
  background-color: #DCB431;
}
.p-kyoukun-zireishu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-kyoukun-zireishu__item + .p-kyoukun-zireishu__item {
  border-top: 1px solid #ccc;
}
.p-kyoukun-zireishu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 10px;
  font-size: 1.4rem;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.p-kyoukun-zireishu__num {
  display: block;
  margin-right: 1rem;
  white-space: nowrap;
}
.p-kyoukun-zireishu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__body {
    width: 100%;
  }
}
.p-kyoukun-zireishu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 3rem;
  font-size: 1.4rem;
  border: 1px solid;
  border-radius: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 763px) {
  .p-kyoukun-zireishu__link {
    width: 12rem;
  }
}
.p-kyoukun-zireishu__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translate(-0.5rem, -50%);
          transform: translate(-0.5rem, -50%);
  width: 0.6rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fff;
  z-index: 2;
}
.p-kyoukun-zireishu__link--shien {
  border-color: #e76e1d;
}
.p-kyoukun-zireishu__link--shien::after {
  background-color: #e76e1d;
}
.p-kyoukun-zireishu__link--hukkou {
  border-color: #4DA82B;
}
.p-kyoukun-zireishu__link--hukkou::after {
  background-color: #4DA82B;
}
.p-kyoukun-zireishu__link--saisei {
  border-color: #4CA6E8;
}
.p-kyoukun-zireishu__link--saisei::after {
  background-color: #4CA6E8;
}
.p-kyoukun-zireishu__link--keisho {
  border-color: #DCB431;
}
.p-kyoukun-zireishu__link--keisho::after {
  background-color: #DCB431;
}