@charset "UTF-8";
body#column {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body#column *,
body#column *::before,
body#column *::after {
  font-family: inherit;
}

:root {
  --keyc: #dc5f36;
  --bg_gray: #EEEEEE;
  --bg_or: #e98d57;
  --bg_ye: #fff571;
  --bd_gray: #999;
  --bg_lor: #FFDFCF;
}

.c-heading {
  background: var(--bg_or);
  border-radius: 0 0 20px 20px;
  color: white;
  font-family: Noto Sans CJK JP Medium !important;
  margin: 0 auto 24px;
  padding: 8px 32px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-grid {
  display: flex;
  justify-content: space-between;
}

.c-btn:link, .c-btn:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  background: var(--bg_ye);
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 hsla(200, 50%, 20%, 0.2);
  color: black !important;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none !important;
}
.c-btn:link.-primary::after, .c-btn:visited.-primary::after {
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  margin-left: 15px;
  width: 13px;
}

ul.c-list.-cmn li {
  border-bottom: 1px dashed var(--bg_or);
  font-family: Noto Sans CJK JP Medium !important;
  line-height: 1.6;
  position: relative;
}
ul.c-list.-cmn li::before {
  background: var(--bg_or);
  border-radius: 100%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  width: 14px;
}
ul.c-list.-cmn li + li {
  margin-top: 8px;
}
ul.c-list.-cmn li:last-child {
  border: none;
}
ul.c-list.-annotation li {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
ul.c-list.-annotation li::before {
  content: "※";
  left: 0;
  position: absolute;
}

#container.p-jugyo {
  background: #f7f3eb !important;
  padding: 0;
  width: 100%;
}

.p-jugyo * {
  box-sizing: border-box;
}
.p-jugyo img {
  width: 100%;
}
.p-jugyo > section p {
  line-height: 1.8;
}
.p-jugyo .c-lead {
  font-family: Noto Sans CJK JP Medium !important;
  margin-top: 16px;
}
.p-jugyo .c-box {
  background: var(--bg_or);
  color: white;
}
.p-jugyo__header {
  border-bottom: 2px solid var(--bg_or);
}
.p-jugyo__voice h2 {
  color: var(--keyc);
  font-family: Noto Sans CJK JP Medium !important;
  line-height: 1.6;
}
.p-jugyo__voice__name {
  border-left: 6px solid var(--bg_or);
  padding-left: 15px;
}
.p-jugyo__voice__name b {
  margin-right: 5px;
}
.p-jugyo__voice__name rt {
  margin-bottom: -3px;
}
.p-jugyo__point {
  background: var(--bg_or);
  color: white;
}
.p-jugyo__point h4 {
  border-bottom: 1px dashed white;
}
.p-jugyo .p-about {
  background: white;
  box-shadow: 0 5px 10px 0 hsla(200, 50%, 20%, 0.2);
}
.p-jugyo .p-about__judge img {
  margin-bottom: 10px;
}
.p-jugyo .p-material {
  background: url(../images/bg.webp);
}
.p-jugyo .p-material h2 {
  font-family: Noto Sans CJK JP Bold !important;
  text-align: center;
}
.p-jugyo .p-material h2 b {
  background: var(--bg_or);
  color: white;
  margin: 0 10px;
  padding: 0 10px;
}
.p-jugyo .p-material .p-model {
  margin-top: 40px;
}
.p-jugyo .p-material .p-model h3 {
  background: white;
  border-bottom: 2px solid var(--bg_or);
  border-top: 2px solid var(--bg_or);
  color: var(--keyc);
  font-family: Noto Sans CJK JP Bold !important;
  padding: 0 16px;
}
.p-jugyo .p-material .p-model h3 small {
  color: black;
  font-family: Noto Sans CJK JP Regular !important;
}
.p-jugyo .p-material .p-model__flow {
  display: flex;
  justify-content: space-around;
}
.p-jugyo .p-material .p-model__flow__item {
  display: flex;
  position: relative;
}
.p-jugyo .p-material .p-model__flow__item h4 {
  background: var(--bg_or);
  border-radius: 8px;
  color: white;
  font-size: 21px;
}
.p-jugyo .p-material .p-model__flow__item h4 .num {
  background: white;
  border-radius: 100%;
  color: black;
  font-family: Noto Sans CJK JP Bold !important;
  font-size: 18px;
  height: 20px;
  text-combine-upright: all;
  width: 20px;
}
.p-jugyo .p-material .p-model__flow__item h4 small {
  font-size: 16px;
}
.p-jugyo .p-material .p-model__flow__item h5 {
  font-family: Noto Sans CJK JP Bold !important;
  font-size: 22px;
  margin-bottom: 5px;
}
.p-jugyo .p-material .p-model__flow__item figure {
  margin: 0 40px 0 0;
  width: 220px;
}
.p-jugyo .p-material .p-model__flow__item figure figcaption {
  font-family: Noto Sans CJK JP Regular !important;
  line-height: 1.4;
  margin-top: 12px;
}
.p-jugyo .p-material .p-model__flow__item figure figcaption .time {
  background: white;
  border: 1px solid var(--bg_or);
  border-radius: 50px;
  display: block;
  padding: 3px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-jugyo .p-material .p-model__flow__item::after {
  content: "";
}
.p-jugyo .p-material .p-model__flow__item:last-child:after {
  display: none;
}
.p-jugyo .p-ag {
  background: white;
}
.p-jugyo .p-ag table {
  border-collapse: collapse;
  width: 100%;
}
.p-jugyo .p-ag table th {
  vertical-align: top;
}
.p-jugyo .p-ag table th b {
  background: var(--bg_or);
  border-radius: 50px;
  color: white;
  display: block;
  text-align: center;
}
.p-jugyo .p-ag table tr {
  border-bottom: 1px solid var(--bg_or);
}
.p-jugyo .p-ag table td b {
  font-family: Noto Sans CJK JP Bold !important;
}
.p-jugyo .p-ag table td .second {
  margin-bottom: 10px;
}
.p-jugyo .p-document {
  gap: 32px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin: 24px auto 40px;
}
.p-jugyo .p-document p {
  text-align: center;
}
.p-jugyo .p-download {
  background: var(--bg_ye);
  border-radius: 20px;
}
.p-jugyo .p-download__list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-jugyo .p-download__list .c-col:last-child {
  border: none;
}
.p-jugyo .p-download__list .c-col h3 {
  font-family: Noto Sans CJK JP Medium !important;
  text-align: center;
}
.p-jugyo .p-download__list .c-col a {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 3px 2px hsla(200, 50%, 20%, 0.15);
  color: black !important;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.p-jugyo .p-download__list .c-col a::after {
  background-image: url(../images/icn_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  width: 20px;
}
.p-jugyo .p-download__list .c-col a:hover {
  background: var(--bg_lor);
}
.p-jugyo .p-download__list .c-col a img {
  display: none;
}
.p-jugyo .p-video {
  background: white;
  box-shadow: 0 5px 10px 0 hsla(200, 50%, 20%, 0.2);
}
.p-jugyo .p-video .youtube {
  box-sizing: border-box;
  padding: 0;
}
.p-jugyo .p-video .youtube .youTube__inner {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.p-jugyo .p-video .youtube .youTube__inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-jugyo .p-newaward {
  background: var(--bg_ye);
}
.p-jugyo .p-newaward h3 {
  border-bottom: 2px dashed black;
  display: flex;
  font-family: Noto Sans CJK JP Bold !important;
  justify-content: center;
  padding-bottom: 10px;
  text-align: center;
}
.p-jugyo .p-newaward h3 b {
  color: var(--keyc);
}
.p-jugyo .p-newaward h3::before {
  background: url(../images/pict01.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}
.p-jugyo .p-newaward h3::after {
  background-size: contain;
  content: "";
  display: inline-block;
}
.p-jugyo .p-newaward table tr {
  border: none;
}
.p-jugyo .p-newaward__ag {
  border-radius: 20px;
}
.p-jugyo .p-newaward__ag h3 {
  background: var(--bg_or);
  color: white;
  font-family: Noto Sans CJK JP Medium !important;
  padding-bottom: 10px;
  text-align: center;
}
.p-jugyo .p-newaward__ag ol li {
  display: flex;
  font-family: Noto Sans CJK JP Medium !important;
}
.p-jugyo .p-newaward__ag ol li small {
  display: block;
}
.p-jugyo .p-newaward__ag ol .num {
  background: var(--bg_or);
  border-radius: 50px;
  color: white;
  display: block;
  line-height: 1.4;
  margin-right: 5px;
  text-align: center;
}
.p-jugyo .p-newaward__ag ol .address {
  border: 1px solid var(--bg_or);
  margin-right: 10px;
  padding: 0 5px;
}
.p-jugyo .p-newaward__ag__annotation {
  margin-bottom: 30px;
  margin-top: 20px;
}
.p-jugyo .p-newaward__ag__annotation dt {
  align-items: center;
  background: var(--bg_or);
  color: white;
  display: flex;
  margin-right: 15px;
  padding: 0 10px;
}
.p-jugyo .p-point {
  background: white;
}
.p-jugyo .p-thoughts {
  margin-top: 48px;
}
.p-jugyo .p-thoughts h2 {
  margin-bottom: 20px;
}
.p-jugyo .p-contact p {
  font-family: Noto Sans CJK JP Medium !important;
  text-align: center;
}
.ta_center {
  text-align: center;
}

.fw_700 {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .c-heading {
    font-size: 32px;
  }
  .c-grid {
    gap: 48px;
  }
  .c-grid .c-col[data-col*="pc:1/2"] {
    width: calc((100% - 60px) / 2);
  }
  .c-btn:link, .c-btn:visited {
    font-size: 24px;
    height: 88px;
    width: 480px;
  }
  ul.c-list.-cmn li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  ul.c-list.-cmn li::before {
    top: 7px;
  }
  ul.c-list.-annotation li {
    font-size: 1.6rem;
  }
  ul.c-list.-annotation + * {
    margin-top: 42px;
  }
  .p-jugyo > section {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
  }
  .p-jugyo > section p {
    font-size: 16px;
  }
  .p-jugyo .c-lead {
    font-size: 18px;
    text-align: center;
  }
  .p-jugyo .c-box {
    border-radius: 20px;
    margin-top: 32px;
    padding: 32px 40px;
  }
  .p-jugyo__header {
    margin: 0 auto 40px;
    padding-bottom: 40px;
    width: 1120px;
  }
  .p-jugyo__header h1 {
    margin: 0 auto 40px;
  }
  .p-jugyo__header p {
    font-size: 18px;
  }
  .p-jugyo__voice h2 {
    font-size: 32px;
  }
  .p-jugyo__voice__name {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .p-jugyo__voice__name b {
    font-size: 30px;
  }
  .p-jugyo__voice__content {
    width: 730px;
  }
  .p-jugyo__voice__content2 {
    width: 341px;
  }
  .p-jugyo__voice__content2 h2 {
    font-size: 24px;
  }
  .p-jugyo__voice__content2 b {
    font-size: 22px;
  }
  .p-jugyo__voice__photo {
    width: 341px;
  }
  .p-jugyo__voice__photo2 {
    width: 341px;
  }
  .p-jugyo__point {
    border-radius: 20px;
    margin: 56px 0;
    padding: 30px 40px 10px;
  }
  .p-jugyo__point h3 {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: -60px;
    width: 270px;
  }
  .p-jugyo__point h4 {
    font-size: 24px;
  }
  .p-jugyo .p-about {
    border-radius: 30px;
    padding: 0 48px 48px;
  }
  .p-jugyo .p-about p {
    width: calc(100% - 180px);
  }
  .p-jugyo .p-about__judge {
    margin-bottom: 24px;
    margin-top: -50px;
    width: 140px;
  }
  .p-jugyo .p-about__example {
    margin-top: -40px;
  }
  .p-jugyo .p-material {
    border-radius: 30px;
    padding: 48px 48px 40px;
  }
  .p-jugyo .p-material h2 {
    font-size: 46px;
  }
  .p-jugyo .p-material .p-model h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .p-jugyo .p-material .p-model h3 small {
    font-size: 17px;
    margin-left: 16px;
  }
  .p-jugyo .p-material .p-model__flow__item h4 {
    font-family: initial !important;
    height: 260px;
    letter-spacing: 0.1em;
    padding: 10px 3px;
    writing-mode: vertical-rl;
  }
  .p-jugyo .p-material .p-model__flow__item h4 .num {
    margin-bottom: 10px;
    padding: 3px 0 4px;
  }
  .p-jugyo .p-material .p-model__flow__item h4 small .text-combine {
    margin-top: 20px;
    text-combine-upright: all;
  }
  .p-jugyo .p-material .p-model__flow__item figure figcaption .time {
    margin-bottom: 6px;
  }
  .p-jugyo .p-material .p-model__flow__item::after {
    border: 14px solid transparent;
    border-left: 26px solid white;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-jugyo .p-material .p-model__flow__cont {
    margin-left: 20px;
  }
  .p-jugyo .p-ag {
    border: 3px solid var(--bg_or);
    border-radius: 30px;
    padding: 0 48px 48px;
  }
  .p-jugyo .p-ag table {
    margin: 20px auto;
    width: 940px;
  }
  .p-jugyo .p-ag table th {
    padding: 15px 0;
  }
  .p-jugyo .p-ag table th b {
    font-size: 20px;
    padding: 0 15px;
    width: 140px;
  }
  .p-jugyo .p-ag table td {
    font-size: 18px;
    padding-left: 15px;
  }
  .p-jugyo .p-ag table td .second {
    margin-left: 1em;
  }
  .p-jugyo .p-document {
    padding: 32px 32px 24px;
    width: 700px;
  }
  .p-jugyo .p-download {
    padding: 32px;
  }
  .p-jugyo .p-download h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .p-jugyo .p-download__list .c-col {
    border-right: 1px solid var(--bd_gray);
    min-width: 230px;
    padding: 0 24px;
  }
  .p-jugyo .p-download__list .c-col h3 {
    font-size: 20px;
  }
  .p-jugyo .p-download__list .c-col a {
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 16px;
  }
  .p-jugyo .p-video {
    border-radius: 30px;
    margin-top: 40px;
    padding: 0 48px 48px;
  }
  .p-jugyo .p-video .youtube {
    margin: 0 auto;
    width: 840px;
  }
  .p-jugyo .p-newaward {
    margin-top: 48px;
    padding: 32px 48px 10px;
  }
  .p-jugyo .p-newaward h3 {
    font-size: 30px;
    justify-content: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .p-jugyo .p-newaward h3::before {
    height: 32px;
    margin-right: 15px;
    width: 40px;
  }
  .p-jugyo .p-newaward h3::after {
    background: url(../images/pict02.svg) no-repeat;
    height: 46px;
    width: 91px;
  }
  .p-jugyo .p-newaward p {
    text-align: center;
  }
  .p-jugyo .p-newaward table tr th b {
    border-radius: 10px;
    height: 110px;
    padding: 35px 0;
  }
  .p-jugyo .p-newaward__ag {
    border: 12px solid var(--bg_or);
    margin-top: 48px;
  }
  .p-jugyo .p-newaward__ag h3 {
    font-size: 30px;
  }
  .p-jugyo .p-newaward__ag ol {
    margin-left: 50px;
  }
  .p-jugyo .p-newaward__ag ol li {
    font-size: 21px;
    margin-top: 20px;
  }
  .p-jugyo .p-newaward__ag ol li small {
    font-size: 16px;
  }
  .p-jugyo .p-newaward__ag ol li b {
    font-size: 20px;
  }
  .p-jugyo .p-newaward__ag ol .num {
    height: 30px;
    width: 30px;
  }
  .p-jugyo .p-newaward__ag__annotation {
    display: flex;
    margin-left: 50px;
  }
  .p-jugyo .p-point {
    border-radius: 20px;
    margin-top: 24px;
    padding: 32px 32px 16px;
  }
  .p-jugyo .p-thoughts {
    background: url(../images/bg_thouts.webp) no-repeat;
    background-size: cover;
    padding: 5px 32px 32px;
  }
  .p-jugyo .p-contact p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  ._sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 20px;
  }
  .c-grid {
    gap: 20px;
    flex-direction: column;
  }
  .c-btn:link, .c-btn:visited {
    font-size: 18px;
    height: 50px;
    margin: 30px 16px;
  }
  .c-btn:link.-primary::after, .c-btn:visited.-primary::after {
    height: 13px;
    width: 7px;
  }
  ul.c-list.-cmn li {
    font-size: 16px;
    padding-bottom: 7px;
    padding-left: 18px;
  }
  ul.c-list.-cmn li::before {
    top: 7px;
  }
  ul.c-list.-annotation li {
    font-size: 1.2rem;
  }
  ul.c-list.-annotation + * {
    margin-top: 24px;
  }
  .p-jugyo > section p {
    font-size: 13px;
  }
  .p-jugyo .c-lead {
    font-size: 14px;
  }
  .p-jugyo .c-box {
    border-radius: 10px;
    margin-top: 32px;
    padding: 20px;
  }
  .p-jugyo__header {
    margin: 0 16px 20px;
    padding-bottom: 20px;
  }
  .p-jugyo__header h1 {
    margin-bottom: 20px;
  }
  .p-jugyo__header p {
    font-size: 15px;
  }
  .p-jugyo__voice {
    margin: 0 16px;
  }
  .p-jugyo__voice h2 {
    font-size: 23px;
  }
  .p-jugyo__voice__name {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-jugyo__voice__name b {
    font-size: 26px;
  }
  .p-jugyo__voice__content2 h2 {
    font-size: 20px;
  }
  .p-jugyo__voice__content2 b {
    font-size: 22px;
  }
  .p-jugyo__voice__photo {
    margin: 0 auto;
    max-width: 400px;
  }
  .p-jugyo__voice__photo2 {
    margin: 0 auto;
    max-width: 400px;
  }
  .p-jugyo__point {
    border-radius: 20px;
    margin: 56px 0;
    padding: 30px 24px 5px;
  }
  .p-jugyo__point h3 {
    margin: -60px auto 16px;
    width: 270px;
  }
  .p-jugyo__point h4 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .p-jugyo .p-about {
    border-radius: 20px;
    margin: 24px 16px;
    padding: 0 24px 24px;
  }
  .p-jugyo .p-about__judge {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .p-jugyo .p-about__judge img {
    display: block;
    margin-right: 15px;
    width: 140px;
  }
  .p-jugyo .p-material {
    padding: 24px 16px;
  }
  .p-jugyo .p-material h2 {
    font-size: 25px;
  }
  .p-jugyo .p-material .p-model h3 {
    font-size: 17px;
    padding: 10px;
    text-align: center;
  }
  .p-jugyo .p-material .p-model h3 small {
    display: block;
    font-size: 13px;
  }
  .p-jugyo .p-material .p-model__flow {
    flex-direction: column;
    margin: 0 auto;
    max-width: 280px;
  }
  .p-jugyo .p-material .p-model__flow__item {
    flex-direction: column;
    justify-content: center;
  }
  .p-jugyo .p-material .p-model__flow__item h4 {
    padding: 0 10px;
  }
  .p-jugyo .p-material .p-model__flow__item h4 .num {
    margin-right: 10px;
    padding: 0 8px 0;
  }
  .p-jugyo .p-material .p-model__flow__item h5 {
    text-align: center;
  }
  .p-jugyo .p-material .p-model__flow__item figure {
    margin: 0 auto 0;
  }
  .p-jugyo .p-material .p-model__flow__item figure figcaption {
    font-size: 15.7px;
  }
  .p-jugyo .p-material .p-model__flow__item figure figcaption {
    font-size: 15px;
    text-align: center;
  }
  .p-jugyo .p-material .p-model__flow__item figure figcaption .time {
    margin: 0 auto 4px;
  }
  .p-jugyo .p-material .p-model__flow__item::after {
    border: 16px solid transparent;
    border-top: 24px solid white;
    margin: 10px auto 0;
    width: 1px;
  }
  .p-jugyo .p-ag {
    border-bottom: 3px solid var(--bg_or);
    border-top: 3px solid var(--bg_or);
    padding: 0 20px 10px;
  }
  .p-jugyo .p-ag table th {
    padding: 10px 10px 0 0;
  }
  .p-jugyo .p-ag table th b {
    font-size: 13px;
    padding: 0;
    width: 80px;
  }
  .p-jugyo .p-ag table td {
    font-size: 13px;
    padding: 10px 0;
  }
  .p-jugyo .p-ag table td {
    font-size: 12px;
  }
  .p-jugyo .p-document {
    gap: 16px;
    padding: 24px;
  }
  .p-jugyo .p-document img {
    display: block;
    margin: 0 auto;
    width: 240px;
  }
  .p-jugyo .p-download {
    padding: 16px;
  }
  .p-jugyo .p-download h2 {
    font-size: 22px;
  }
  .p-jugyo .p-download__list {
    flex-direction: column;
  }
  .p-jugyo .p-download__list .c-col {
    border-bottom: 1px solid var(--bd_gray);
    padding: 16px 0 16px;
  }
  .p-jugyo .p-download__list .c-col h3 {
    font-size: 16px;
  }
  .p-jugyo .p-download__list .c-col a {
    font-size: 14px;
    margin: 0 5px;
    padding: 10px;
  }
  .p-jugyo .p-video {
    border-radius: 20px;
    margin: 24px 0;
    padding: 0 24px 24px;
  }
  .p-jugyo .p-newaward {
    margin: 32px auto 0;
    max-width: 400px;
    padding: 20px 16px 5px;
  }
  .p-jugyo .p-newaward h3 {
    font-size: 16px;
  }
  .p-jugyo .p-newaward h3::before {
    height: 28px;
    margin-top: 10px;
    width: 30px;
  }
  .p-jugyo .p-newaward h3::after {
    background: url(../images/pict04.svg) no-repeat;
    height: 46px;
    margin-top: 10px;
    width: 33px;
  }
  .p-jugyo .p-newaward h3 span {
    margin: 0 auto;
    max-width: 300px;
  }
  .p-jugyo .p-newaward table tr th, .p-jugyo .p-newaward table tr td {
    display: block;
    line-height: 2;
    text-align: center;
  }
  .p-jugyo .p-newaward table tr th b {
    border-radius: 30px;
    margin: 0 auto;
    padding: 3px 15px;
    width: 100px;
  }
  .p-jugyo .p-newaward table tr td b {
    font-size: 16px;
  }
  .p-jugyo .p-newaward__ag {
    border: 5px solid var(--bg_or);
    font-size: 14px;
    margin: 24px 0;
  }
  .p-jugyo .p-newaward__ag h3 {
    font-size: 20px;
  }
  .p-jugyo .p-newaward__ag ol {
    margin: 16px;
  }
  .p-jugyo .p-newaward__ag ol li {
    font-size: 16px;
    margin-top: 10px;
  }
  .p-jugyo .p-newaward__ag ol li small {
    font-size: 13px;
  }
  .p-jugyo .p-newaward__ag ol li b {
    font-size: 16px;
  }
  .p-jugyo .p-newaward__ag ol .num {
    height: 15px;
    height: 20px;
    line-height: 0.9;
    margin-top: 2px;
    padding: 2px 6px;
    width: 18px;
    width: 30px;
  }
  .p-jugyo .p-newaward__ag__annotation {
    margin: 0 16px 16px;
  }
  .p-jugyo .p-newaward__ag__annotation dt {
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-jugyo .p-newaward__ag__annotation dd {
    font-size: 12px;
  }
  .p-jugyo .p-point {
    border-radius: 20px;
    margin-top: 16px;
    padding: 20px 16px 4px;
  }
  .p-jugyo .p-thoughts {
    background: url(../images/bg_thouts_sp.webp) no-repeat;
    background-size: cover;
    padding: 10px 24px 16px;
  }
  .p-jugyo .p-contact p {
    font-size: 14px;
    margin: 30px 0;
  }
  ._pc {
    display: none;
  }
}
/*# sourceMappingURL=maps/jugyo.css.map */
