@charset "UTF-8";
/* --- normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- reset+ --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

/* 基本設定 */
body {
  color: #333;
  background: #fff;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #00aaf5;
  text-decoration: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
}
a img:hover {
  opacity: 0.7;
}
.a_deco a {
  text-decoration: underline;
}

table {
  width: 100%;
}

/* wrap_all */
.wrap_all {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) and (max-width: 1359px) {
  .wrap_all {
    max-width: 100%;
    padding: 0 30px;
  }
}

/* header */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  width: 100%;
}
@media screen and (min-width: 1360px) {
  header .logo {
    padding: 5px 0;
    margin-left: -5px;
    max-width: 380px;
  }
}
@media screen and (max-width: 1359px) {
  header .logo {
    padding: 5px 0;
    margin-left: 0px;
    max-width: 360px;
  }
}
@media screen and (max-width: 1159px) {
  header .logo {
    padding: 5px 0;
    margin-left: -5px;
    max-width: 320px;
  }
}
@media screen and (max-width: 899px) {
  header .logo {
    padding: 5px 0;
    margin-left: 10px;
    max-width: 280px;
  }
}
@media screen and (max-width: 559px) {
  header .logo {
    padding: 0px 0;
    margin-left: 7px;
    width: calc(100% - 60px);
    max-width: 260px;
  }
}
header .logo img {
  width: 100%;
}
header .pc_navi {
  margin-right: 5px;
  margin-left: auto;
}
@media screen and (max-width: 1059px) {
  header .pc_navi {
    display: none;
  }
}
header .pc_navi ul.subs {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .pc_navi ul.subs li a {
  display: block;
  margin-left: 5px;
  font-size: 0.8125em;
  background: #b2e6ff;
  color: #333;
  padding: 6px 1em;
  border-radius: 1em;
}
header .pc_navi ul.subs li.lang a {
  background: #fff;
  padding: 5px 1em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
header .pc_navi ul.subs li i.fa-envelope {
  margin-right: 0.25em;
}
header .pc_navi ul.subs li i.fa-globe {
  margin-right: 0.3125em;
}
header .pc_navi ul.pages {
  margin: 12px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .pc_navi ul.pages li a {
  display: block;
  padding: 3px 0.125em;
  border-bottom: 2px solid transparent;
  margin-left: 1.5em;
  font-size: 1em;
  color: #000;
}
header .pc_navi ul.pages li a:hover {
  color: #00aaf5;
  border-bottom: 2px solid #00aaf5;
}
@media screen and (max-width: 1359px) {
  header .pc_navi ul.pages li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1259px) {
  header .pc_navi ul.pages li a {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1159px) {
  header .pc_navi ul.pages li a {
    font-size: 0.9125em;
    margin-left: 0.75em;
  }
}

@media screen and (min-width: 1060px) {
  header .rsp_nav {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  header .rsp_nav {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    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;
  }
  header .rsp_nav .openbtn {
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/bar.svg);
  }
  header .rsp_nav .openbtn.active {
    background-image: url(../images/icons/xmark.svg);
  }
}

/* footer */
footer {
  margin: 70px 0 0;
}
@media screen and (max-width: 899px) {
  footer {
    margin: 70px 30px 0;
  }
}
@media screen and (max-width: 559px) {
  footer {
    margin: 50px 15px 0;
  }
}
footer .f_contents_box {
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 1px 0;
  padding: 1.25em 0;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  footer .f_contents_box {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 25px 25px;
  }
}
@media screen and (max-width: 559px) {
  footer .f_contents_box {
    padding: 20px 18px;
  }
}
footer .f_contents_box .ins {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 899px) {
  footer .f_contents_box .ins {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .ins {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box {
    width: 100%;
    text-align: center;
  }
}
footer .f_contents_box .data_box p {
  line-height: 1.25;
}
footer .f_contents_box .data_box .flex_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f_contents_box .data_box .flex_span span {
  display: block;
  margin-right: 0.5em;
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box .flex_span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f_contents_box .data_box .flex_span.num span {
  margin-right: 0em;
}
footer .f_contents_box .data_box .name {
  margin-bottom: 10px;
}
footer .f_contents_box .data_box .name p.u {
  font-size: 0.8125em;
  margin-bottom: 0.3125em;
}
footer .f_contents_box .data_box .name p.n {
  font-size: 1.375em;
}
footer .f_contents_box .data_box .contact {
  font-size: 0.875em;
}
footer .f_contents_box .data_box .contact p {
  line-height: 1.375;
}
footer .f_contents_box .data_box .contact p.link_to {
  margin-top: 6px;
  font-size: 0.9125em;
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box .contact p.link_to {
    margin-top: 8px;
    font-size: 1em;
  }
}
footer .f_contents_box .data_box .contact p.link_to a {
  color: #333;
}
footer .f_contents_box .data_box .contact p.link_to a:hover {
  opacity: 0.7;
}
footer .f_contents_box .data_box .contact p.link_to a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  color: #00aaf5;
  padding-right: 2px;
}
footer .f_contents_box .data_box ul.ex_link_on_box {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box ul.ex_link_on_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
footer .f_contents_box .data_box ul.ex_link_on_box li {
  margin-right: 0.5em;
}
footer .f_contents_box .data_box ul.ex_link_on_box li a {
  line-height: 1.5;
  color: #333;
  font-size: 0.8125em;
  margin-right: 5px;
  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: 559px) {
  footer .f_contents_box .data_box ul.ex_link_on_box li a {
    margin-right: 0;
    font-size: 0.75em;
    line-height: 1.25;
    border-top: solid rgba(0, 0, 0, 0.1);
    padding: 0.67125em 2px;
  }
}
footer .f_contents_box .data_box ul.ex_link_on_box li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
footer .f_contents_box .data_box ul.ex_link_on_box li a > span > span {
  padding-right: 0.5em;
}
footer .f_contents_box .data_box ul.ex_link_on_box li a:hover {
  opacity: 0.7;
}
footer .f_contents_box .data_box ul.ex_link_on_box li a i {
  line-height: 1.5;
  color: #00aaf5;
  margin-right: 0.2em;
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box ul.ex_link_on_box li a i {
    line-height: 1.25;
  }
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .data_box ul.ex_link_on_box li:last-child a {
    border-bottom: solid rgba(0, 0, 0, 0.1);
  }
}
footer .f_contents_box .other_box {
  margin-left: auto;
  padding-left: 1em;
}
footer .f_contents_box .other_box .dog_illust img {
  width: 180px;
}
@media screen and (max-width: 899px) {
  footer .f_contents_box .other_box {
    padding-left: 2em;
    padding-bottom: 5px;
  }
  footer .f_contents_box .other_box .dog_illust img {
    width: 160px;
  }
}
@media screen and (max-width: 559px) {
  footer .f_contents_box .other_box {
    padding-left: 0em;
    padding-bottom: 0px;
    margin: 2em auto 0em;
  }
  footer .f_contents_box .other_box .dog_illust {
    margin-left: -20px;
  }
}
footer p.copyright {
  text-align: center;
  padding: 2em 0;
  font-size: 0.75em;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  footer p.copyright {
    padding: 1em 0 2em;
    text-align: left;
    margin-right: 60px;
  }
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background: black;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 559px) {
  .topBtn {
    bottom: 0px;
    right: 0px;
  }
}
.topBtn:before {
  content: "▲";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 559px) {
  .topBtn {
    width: 50px;
    height: 50px;
    line-height: 22px;
    padding-top: 24px;
  }
  .topBtn:before {
    top: 10px;
    font-size: 16px;
  }
}
.topBtn:hover {
  background: rgba(0, 0, 0, 0.7);
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  width: 100%;
  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;
}
#g-nav .layout_area .ins {
  padding: 20px;
}
#g-nav .layout_area .icon {
  margin: 5vh auto 1em;
  width: 60px;
}
#g-nav .layout_area .icon img {
  width: 100%;
}
#g-nav .layout_area ul.pages li a {
  display: block;
  color: #000;
  font-size: 1em;
  padding: 1.125em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}
#g-nav .layout_area ul.pages li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#g-nav .layout_area ul.pages li.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g-nav .layout_area ul.pages li.lang a {
  margin-top: 2em;
  border-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2.125em;
  padding: 0.5em 1em;
}
#g-nav ul.layout_area {
  display: none;
}
#g-nav.panelactive ul.layout_area {
  display: block;
}
#g-nav .reg_button a {
  margin-bottom: 2em;
  display: block;
  font-size: 1em;
  padding: 0.75em;
  color: #fff;
  background: red;
  border-radius: 4px;
  text-align: center;
}

/* main_box */
.page_title_box {
  background: #f4f4f4;
}
.page_title_box img {
  width: 100%;
}
.page_title_box.toppage {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 0pt top -40px;
  background-image: url("../images/common/sakura_pc.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  .page_title_box.toppage {
    background-image: url("../images/common/sakura_smp.jpg");
  }
}
@media screen and (max-width: 899px) {
  .page_title_box.toppage {
    height: auto;
    padding: 50px 50px;
    background-position: left 0pt top 0;
  }
}
@media screen and (max-width: 559px) {
  .page_title_box.toppage {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .page_title_box.toppage h1 {
    margin-left: auto;
    margin-right: 6%;
    width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .page_title_box.toppage h1 {
    margin: 0 auto;
    width: 600px;
  }
}
@media screen and (max-width: 899px) {
  .page_title_box.toppage h1 {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 559px) {
  .page_title_box.toppage h1 {
    padding: 30px 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 459px) {
  .page_title_box.toppage h1 {
    padding: 20px 0;
  }
}
.page_title_box.c_page {
  height: auto;
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 0 top 0px;
  background-image: url("../images/common/sakura_pages.jpg");
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 899px) {
  .page_title_box.c_page {
    background-image: url("../images/common/sakura_pages_smp.jpg");
  }
}
.page_title_box.c_page h1 {
  color: #00aaf5;
  font-size: 2.5em;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 559px) {
  .page_title_box.c_page {
    background-position: left 0 top 0px;
    height: auto;
    padding: 3.25em 0;
  }
  .page_title_box.c_page h1 {
    font-size: 1.75em;
  }
}

.contents_box {
  min-height: 50vh;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 1360px) {
  .contents_box {
    padding: 75px 0;
  }
}
@media screen and (max-width: 1359px) {
  .contents_box {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1060px) {
  .contents_box {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 559px) {
  .contents_box {
    padding: 30px 15px;
  }
}

.set_column .column_title {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 559px) {
  .set_column .column_title {
    margin-bottom: 10px;
  }
}
.set_column .column_title.plus_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.set_column .column_title h2.page_lead {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2em;
}

.set_column + .set_column {
  margin-top: 7em;
}
@media screen and (max-width: 559px) {
  .set_column + .set_column {
    margin-top: 5em;
  }
}

.set_column_n {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .adSet_2025_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.adSet_2025_01 > div {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9e1e5), to(#e8eff3));
  background-image: linear-gradient(to top, #d9e1e5 0%, #e8eff3 100%);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .adSet_2025_01 > div {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .adSet_2025_01 > div {
    max-width: 480px;
    margin: 0 auto;
  }
}
.adSet_2025_01 > div img {
  width: 100%;
}
.adSet_2025_01 > div .button {
  margin: 15px 0 10px;
  text-align: center;
}
.adSet_2025_01 > div .button img {
  max-width: 240px;
}
@media screen and (max-width: 559px) {
  .adSet_2025_01 > div .button img {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .adSet_2025_01 > div {
    position: relative;
    padding-bottom: 60px;
  }
  .adSet_2025_01 > div .button {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
}
.adSet_2025_01 .adSet_QAforumvol2 .title_area {
  width: 100%;
  aspect-ratio: 460/185;
  background-image: url(../images/page/adSet_QAforumvol2_title_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .adSet_2025_01 .adSet_QAforumvol2 .title_area {
    aspect-ratio: 460/220;
  }
}
.adSet_2025_01 .adSet_QAforumvol2 .title_area .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.adSet_2025_01 .adSet_QAforumvol2 .title_area .title img {
  max-width: 440px;
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul {
  margin: 10px 8px 0;
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding: 0.25em 0;
  font-size: 0.9125em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 559px) {
  .adSet_2025_01 .adSet_QAforumvol2 .data_area ul li {
    font-size: 0.8751em;
  }
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul li .t {
  width: 4em;
  font-weight: bold;
  margin-right: 1.25em;
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adSet_2025_01 .adSet_QAforumvol2 .data_area ul li p span {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .adSet_2025_01 .adSet_groupwork {
    margin-top: 20px;
  }
}
.adSet_2025_01 .adSet_groupwork .title_area .title {
  margin-bottom: 10px;
}
.adSet_2025_01 .adSet_groupwork .title_area .title img {
  padding: 0 0;
}
.adSet_2025_01 .adSet_groupwork .data_area ul {
  margin-bottom: 15px;
}
.adSet_2025_01 .adSet_groupwork .data_area ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.adSet_2025_01 .adSet_groupwork .data_area ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.adSet_2025_01 .adSet_groupwork .data_area ul li a {
  display: block;
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 6px;
}
.adSet_2025_01 .adSet_groupwork .data_area ul li a span.num {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li a:hover {
    opacity: 0.7;
  }
}
.adSet_2025_01 .adSet_groupwork .data_area ul li p.days {
  margin-bottom: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.375;
  font-size: 0.875em;
}
@media screen and (max-width: 1059px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.days {
    font-size: 0.75em;
  }
}
.adSet_2025_01 .adSet_groupwork .data_area ul li p.days .days {
  font-weight: bold;
  margin-right: 1em;
}
.adSet_2025_01 .adSet_groupwork .data_area ul li p.days .limit {
  font-size: 82.125%;
}
.adSet_2025_01 .adSet_groupwork .data_area ul li p.title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.375;
  font-size: 0.9125em;
}
@media screen and (max-width: 1059px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title {
    font-size: 0.8125em;
  }
}
@media screen and (max-width: 399px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title {
    font-size: 0.8125em;
  }
}
.adSet_2025_01 .adSet_groupwork .data_area ul li p.title span {
  display: inline-block;
  margin-right: 0.5em;
  background: #73b548;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  padding: 4px 0.375em;
}
@media screen and (min-width: 1059x) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title span {
    padding: 0px 0.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title span {
    padding: 3px 0.375em;
  }
}
@media screen and (max-width: 399px) {
  .adSet_2025_01 .adSet_groupwork .data_area ul li p.title span {
    padding: 3px 0.375em;
  }
}
.adSet_2025_01 .adSet_groupwork .data_area .guide {
  margin: 0 2px;
}
.adSet_2025_01 .adSet_groupwork .data_area .guide p.n {
  font-size: 0.8125em;
  line-height: 1.5;
}
.adSet_2025_01 .adSet_groupwork .data_area .guide p.n a {
  font-weight: bold;
}

.ad_groupwork_ver2 {
  margin-bottom: -70px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9e1e5), to(#e8eff3));
  background-image: linear-gradient(to top, #d9e1e5 0%, #e8eff3 100%);
  padding: 25px 30px 20px;
}
@media screen and (max-width: 559px) {
  .ad_groupwork_ver2 {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 1059px) {
  .ad_groupwork_ver2 {
    padding: 20px;
  }
}
.ad_groupwork_ver2 .ad_title_c {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 8px;
}
.ad_groupwork_ver2 .ad_title_c img {
  width: 100%;
  max-width: 930px;
}
@media screen and (max-width: 1059px) {
  .ad_groupwork_ver2 .ad_title_c img {
    max-width: 580px;
  }
}
@media screen and (max-width: 499px) {
  .ad_groupwork_ver2 .ad_title_c img {
    max-width: 300px;
  }
}
.ad_groupwork_ver2 .schedule {
  margin: 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ad_groupwork_ver2 .schedule .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ad_groupwork_ver2 .schedule .data h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .ad_groupwork_ver2 .schedule .data h2 {
    margin-bottom: 0.5em;
  }
}
.ad_groupwork_ver2 .schedule .data ul li {
  font-size: 0.9125em;
  line-height: 1.3125;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .ad_groupwork_ver2 .schedule .data ul li {
    padding: 6px 0;
  }
}
.ad_groupwork_ver2 .schedule .data ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ad_groupwork_ver2 .schedule .data ul li:last-child {
    padding: 6px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
  }
}
.ad_groupwork_ver2 .schedule .data ul li > span {
  display: block;
  margin-right: 0.75em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ad_groupwork_ver2 .schedule .data ul li > span {
    width: 100%;
    margin-bottom: 2px;
  }
}
.ad_groupwork_ver2 .schedule .data ul li p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ad_groupwork_ver2 .schedule .data ul li p span {
  display: inline-block;
  margin-right: 0.5em;
  background: #73b548;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  padding: 4px 0.375em;
  border-radius: 3px;
}
@media screen and (min-width: 1059x) {
  .ad_groupwork_ver2 .schedule .data ul li p span {
    padding: 0px 0.375em;
  }
}
.ad_groupwork_ver2 .schedule .data ul li p a {
  color: #333;
  font-weight: bold;
}
.ad_groupwork_ver2 .schedule .data ul li p a span {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .ad_groupwork_ver2 .schedule .data ul li p a:hover {
    opacity: 0.7;
  }
}
.ad_groupwork_ver2 .schedule .pp {
  margin-left: 2em;
  width: 25%;
  aspect-ratio: 300/180;
  overflow: hidden;
  position: relative;
}
.ad_groupwork_ver2 .schedule .pp img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
}
@media screen and (max-width: 1059px) {
  .ad_groupwork_ver2 .schedule .pp {
    display: none;
  }
}
.ad_groupwork_ver2 .guide p.n {
  font-size: 0.8125em;
  line-height: 1.75;
}
.ad_groupwork_ver2 .guide p.n a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ad_groupwork_ver2 .guide p.n {
    margin-top: 1.5em;
    line-height: 1.675;
  }
}
@media screen and (max-width: 559px) {
  .ad_groupwork_ver2 .guide p.n {
    font-size: 0.875em;
  }
}
.ad_groupwork_ver2 .link {
  margin-top: 15px;
}
.ad_groupwork_ver2 .link a {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 1059px) {
  .ad_groupwork_ver2 .link a {
    max-width: 250px;
  }
}

.ad_groupwork {
  margin-bottom: -70px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9e1e5), to(#e8eff3));
  background-image: linear-gradient(to top, #d9e1e5 0%, #e8eff3 100%);
  padding: 30px 30px 20px;
}
@media screen and (max-width: 559px) {
  .ad_groupwork {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 1059px) {
  .ad_groupwork {
    padding: 20px;
  }
}
.ad_groupwork .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: 767px) {
  .ad_groupwork .wrap {
    display: block;
  }
}
.ad_groupwork .wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ad_groupwork .wrap .txt .ad_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.ad_groupwork .wrap .txt .ad_title img {
  max-width: 580px;
}
@media screen and (max-width: 499px) {
  .ad_groupwork .wrap .txt .ad_title img {
    max-width: 300px;
  }
}
.ad_groupwork .wrap .txt p.n {
  font-size: 0.9125em;
  line-height: 1.75;
}
.ad_groupwork .wrap .txt p.n a {
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  .ad_groupwork .wrap .txt p.n {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .ad_groupwork .wrap .txt p.n {
    line-height: 1.75;
  }
}
.ad_groupwork .wrap .pp {
  margin-left: 2em;
  width: 32%;
  aspect-ratio: 300/160;
  overflow: hidden;
  position: relative;
}
.ad_groupwork .wrap .pp img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 859px) {
  .ad_groupwork .wrap .pp {
    margin-left: 1.5em;
    width: 30%;
    aspect-ratio: 30/22;
  }
}
@media screen and (max-width: 767px) {
  .ad_groupwork .wrap .pp {
    display: none;
    aspect-ratio: 300/140;
    margin: 1em auto 0;
    width: 80%;
    max-width: 300px;
  }
}
.ad_groupwork .wrap .pp.schedule {
  display: none;
}
.ad_groupwork .link {
  margin-top: 10px;
}
.ad_groupwork .link a {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 1059px) {
  .ad_groupwork .link a {
    max-width: 250px;
  }
}

h2.topnews {
  color: #00aaf5;
  padding-left: 5px;
  font-size: 1.5em;
  font-weight: bold;
}
h2.topnews i {
  margin-right: 0.25em;
}
@media screen and (max-width: 559px) {
  h2.topnews {
    font-size: 1.25em;
  }
}

.to_list {
  margin-left: auto;
}
.to_list i {
  margin-left: 0.75em;
  font-size: 90%;
}

ul.toppage_news_index li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.toppage_news_index li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
ul.toppage_news_index li a:hover {
  opacity: 0.7;
}
ul.toppage_news_index li .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 1em 0.75em;
}
@media screen and (max-width: 559px) {
  ul.toppage_news_index li .set {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em 0.25em;
  }
}
ul.toppage_news_index li .set p {
  font-size: 1em;
  line-height: 1.5;
}
ul.toppage_news_index li .set p.days {
  font-weight: 700;
  margin-right: 2.5em;
}
@media screen and (max-width: 559px) {
  ul.toppage_news_index li .set p.days {
    margin-bottom: 0.125em;
  }
}
.caution_note {
  margin-bottom: 1em;
  padding: 1em 1.25em;
  border: 5px solid #ffdaef;
}
.caution_note .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 0.75em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.caution_note .title .red_v2 {
  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;
  font-size: 0.75em;
  line-height: 1;
  white-space: nowrap;
  padding: 0 1em;
  background: #f00;
  border-radius: 1px;
  color: #fff;
  margin-right: 0.5em;
}
.caution_note p {
  font-size: 0.875em;
  line-height: 1.675;
}
.caution_note p strong {
  color: #f00;
}

.certificate_iss {
  margin-bottom: 1em;
  padding: 1em 1.25em;
  border: 5px solid #ffdaef;
}
.certificate_iss .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.certificate_iss p {
  font-size: 0.875em;
  line-height: 1.75;
}
.certificate_iss p strong {
  color: #f00;
}

@media screen and (max-width: 349px) {
  .certificate_iss.plus20250407 {
    padding: 1em 1em;
  }
}
.certificate_iss.plus20250407 .title {
  font-size: 1em;
  margin-bottom: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate_iss.plus20250407 .title span {
  display: block;
  margin-right: 0.5em;
  line-height: 1.5;
}
.certificate_iss.plus20250407 .title span i {
  font-size: 105%;
  margin-right: 3px;
  color: #f00;
}
@media screen and (max-width: 349px) {
  .certificate_iss.plus20250407 .title span {
    display: inline;
    margin-right: 0;
    line-height: 1.375;
  }
}
.certificate_iss.plus20250407 .days {
  margin: 0.25em 0;
  font-size: 1em;
  line-height: 1.5;
}
.certificate_iss.plus20250407 .days strong {
  display: block;
}
.certificate_iss.plus20250407 .days strong span {
  color: #f00;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  margin: 0 3px;
}

h2.toplead {
  background: #b2e6ff;
  font-size: 1.3125em;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  color: #000;
}
h2.toplead.jan_kakko {
  text-indent: -0.5em;
}
@media screen and (max-width: 559px) {
  h2.toplead {
    font-weight: bold;
    font-size: 1.125em;
    padding: 0.675em 0.75em;
    color: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 349px) {
  h2.toplead {
    font-size: 1em;
  }
}

.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
.page_link a {
  display: block;
  background: #00aaf5;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  padding: 1em 1.5em;
  min-width: 22em;
  position: relative;
}
@media screen and (max-width: 559px) {
  .page_link a {
    font-size: 1em;
    min-width: auto;
    padding: 0.75em 0;
    width: 90%;
  }
}
.page_link a:hover {
  opacity: 0.7;
}
.page_link a span.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 12px;
}
.page_link a i {
  font-size: 90%;
}

.toppage_labo_summary {
  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: 899px) {
  .toppage_labo_summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.toppage_labo_summary.ver2 {
  display: block;
}
.toppage_labo_summary.ver2 .summary_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toppage_labo_summary.ver2 .summary_text p {
  line-height: 2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 559px) {
  .toppage_labo_summary.ver2 .summary_text p {
    line-height: 1.75;
    margin-bottom: 0.75em;
  }
}
.toppage_labo_summary.ver2 .summary_text .wrap_pp {
  margin-left: 5px;
  padding: 0.25em 0.75em;
  border-left: 5px solid rgba(255, 132, 202, 0.5);
}
.toppage_labo_summary.ver2 .summary_text h3 {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.toppage_labo_summary.ver2 .summary_text ul {
  margin-left: 1.5em;
  list-style-type: disc;
}
.toppage_labo_summary.ver2 .summary_text ul li {
  line-height: 1.5;
  padding: 0.25em 0;
}
.toppage_labo_summary.ver2 .ph {
  margin-left: 3em;
  max-width: calc(50% - 3em);
}
.toppage_labo_summary.ver2 .ph img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 899px) {
  .toppage_labo_summary.ver2 .ph {
    margin: 1em auto 0;
    max-width: 400px;
  }
}
.toppage_labo_summary.ver2 .ph p.cap {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.toppage_labo_summary.ver2 .ph_2_wrap {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 899px) {
  .toppage_labo_summary.ver2 .ph_2_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1em 0 0;
  }
}
.toppage_labo_summary.ver2 .ph {
  margin: 0 1.5em;
  max-width: calc(50% - 4em);
}
.toppage_labo_summary.ver2 .ph img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 899px) {
  .toppage_labo_summary.ver2 .ph {
    margin: 0.75em auto;
    width: 100%;
    max-width: 400px;
  }
}
.toppage_labo_summary.ver2 .ph p.cap {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.toppage_labo_summary.ver3 {
  display: block;
}
.toppage_labo_summary.ver3 .summary_text h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #00aaf5;
}
.toppage_labo_summary.ver3 .summary_text p {
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  .toppage_labo_summary.ver3 .summary_text p {
    line-height: 1.75;
    margin-bottom: 0.75em;
  }
}
.toppage_labo_summary.ver3 .summary_text ul {
  margin-left: 1.5em;
  list-style-type: disc;
}
.toppage_labo_summary.ver3 .summary_text ul li {
  font-weight: bold;
  line-height: 1.375;
  padding: 0.25em 0;
}

.toppage_GMP_training_course_summary .wrap_summary {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .toppage_GMP_training_course_summary .wrap_summary {
    display: block;
  }
}
.toppage_GMP_training_course_summary .this_fig {
  width: 300px;
  margin: -6px 2em 5px;
  padding: 0em;
}
@media screen and (max-width: 767px) {
  .toppage_GMP_training_course_summary .this_fig {
    margin: 1em auto;
    width: 100%;
    max-width: 280px;
  }
}
.toppage_GMP_training_course_summary .this_fig img {
  width: 100%;
}
.toppage_GMP_training_course_summary .txt.set2024 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toppage_GMP_training_course_summary .txt.set2024 h3 {
  color: #00aaf5;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}
.toppage_GMP_training_course_summary .txt.set2024 p {
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 559px) {
  .toppage_GMP_training_course_summary .txt.set2024 p {
    line-height: 1.75;
  }
}
.toppage_GMP_training_course_summary .txt.set2024 p + h3 {
  margin-top: 1em;
}
.toppage_GMP_training_course_summary .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toppage_GMP_training_course_summary .txt p {
  line-height: 2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 559px) {
  .toppage_GMP_training_course_summary .txt p {
    line-height: 1.75;
    margin-bottom: 0.75em;
  }
}
.toppage_GMP_training_course_summary .gmp_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5em 0;
}
@media screen and (min-width: 1060px) {
  .toppage_GMP_training_course_summary .gmp_link {
    margin: 0 3em 30px;
  }
}
@media screen and (max-width: 559px) {
  .toppage_GMP_training_course_summary .gmp_link {
    margin: 0.5em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.toppage_GMP_training_course_summary .gmp_link a {
  display: block;
  margin: 5px 5px;
  padding: 1em;
  border: 2px solid #00aaf5;
  font-size: 1.125em;
  line-height: 1.375;
  width: calc(50% - 10px);
  height: 4.25em;
  font-weight: bold;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.toppage_GMP_training_course_summary .gmp_link a span.link_to_ex::before {
  font-size: 105%;
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  padding-right: 0.375em;
}
.toppage_GMP_training_course_summary .gmp_link a span.link_to_pdf_file::before {
  font-size: 120%;
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 400;
  padding-right: 0.25em;
}
.toppage_GMP_training_course_summary .gmp_link a span.min {
  display: block;
  font-size: 70%;
  margin-top: 3px;
  color: #666;
  font-weight: normal;
}
.toppage_GMP_training_course_summary .gmp_link a:hover {
  opacity: 0.7;
}
.toppage_GMP_training_course_summary .gmp_link a.notyet {
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .toppage_GMP_training_course_summary .gmp_link a {
    font-size: 1em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_GMP_training_course_summary .gmp_link a {
    padding: 1em 0.5em;
    width: 90%;
  }
}

.ph_2_wrap_members {
  border: 5px solid #eeeeea;
  padding: 20px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .ph_2_wrap_members {
    padding: 15px 15px 35px;
  }
}
@media screen and (max-width: 767px) {
  .ph_2_wrap_members {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 559px) {
  .ph_2_wrap_members {
    padding: 10px 20px;
  }
}
.ph_2_wrap_members .ph {
  width: calc(50% - 50px);
  margin: 25px 25px 0;
}
@media screen and (max-width: 1023px) {
  .ph_2_wrap_members .ph {
    width: calc(50% - 30px);
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .ph_2_wrap_members .ph {
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 559px) {
  .ph_2_wrap_members .ph {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
  }
}
.ph_2_wrap_members .ph img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 0.5em;
}
.ph_2_wrap_members .ph p.cap {
  font-size: 0.875em;
  line-height: 1.5;
}
.ph_2_wrap_members .ph p.cap.day {
  text-align: right;
  margin: 0;
}

.member_data_box + .member_data_box {
  border-top: 3px dotted #ccccc8;
  margin-top: 3.5em;
  padding-top: 1.5em;
}
@media screen and (max-width: 559px) {
  .member_data_box + .member_data_box {
    border-top: none;
    margin-top: 6em;
    padding-top: 1.75em;
  }
}

.member_data_box {
  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: 559px) {
  .member_data_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member_data_box .ph {
  background: #f6f6f6;
  width: 220px;
  height: 220px;
  margin-right: 2.5em;
  overflow: hidden;
}
.member_data_box .ph img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .member_data_box .ph {
    width: 200px;
    height: 200px;
    margin: 0 auto 1em;
    border-bottom: 8px solid rgba(0, 170, 245, 0.75);
  }
}
.member_data_box .ph.noimage {
  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;
  padding: 50px;
}
.member_data_box .ph.noimage img {
  opacity: 0.5;
}
.member_data_box .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_data_box .data .head_data {
  border-left: 8px solid rgba(0, 170, 245, 0.75);
  padding: 12px 16px;
}
.member_data_box .data .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.member_data_box .data .name_box .name {
  font-size: 1.75em;
  font-weight: bold;
}
.member_data_box .data .name_box .en {
  margin-left: 1.25em;
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
.member_data_box .data p.post {
  font-size: 1em;
  margin-top: 0.6125em;
}
@media screen and (max-width: 559px) {
  .member_data_box .data {
    width: 100%;
  }
  .member_data_box .data .head_data {
    border-left: none;
    text-align: center;
    padding: 0;
  }
  .member_data_box .data .name_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .member_data_box .data .name_box .name {
    font-size: 1.5em;
    font-weight: bold;
  }
  .member_data_box .data .name_box .en {
    margin-top: 0.25em;
    font-size: 0.9125em;
    margin-left: 0;
  }
  .member_data_box .data p.post {
    margin-top: 0.5em;
    font-size: 1em;
  }
}
.member_data_box .data .info {
  line-height: 1.5;
  padding: 28px 16px;
}
@media screen and (max-width: 559px) {
  .member_data_box .data .info {
    padding: 0;
    margin-top: 1em;
  }
}
.member_data_box .data .info .title {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.125em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.member_data_box .data .info ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.member_data_box .data .info ul li {
  padding: 0.25em 0;
}
@media screen and (max-width: 559px) {
  .member_data_box .data .info ul li {
    padding: 0.15em 0;
  }
}
.member_data_box .data .info ul.career {
  list-style-type: none;
  margin-left: 0;
}
.member_data_box .data .info ul.career li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .member_data_box .data .info ul.career li {
    line-height: 1.5;
  }
}
.member_data_box .data .info ul.career li .year {
  font-weight: bold;
  margin-right: 1em;
  width: 6em;
}
@media screen and (max-width: 559px) {
  .member_data_box .data .info ul.career li .year {
    margin-right: 0em;
  }
}
.member_data_box .data .info ul.career li .matter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member_data_box .data .info ul + .title,
.member_data_box .data .info p + .title {
  margin-top: 1.5em;
}
@media screen and (max-width: 559px) {
  .member_data_box .data .info ul + .title,
  .member_data_box .data .info p + .title {
    margin-top: 1.5em;
  }
}
.member_data_box .data .setButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 2em;
  margin-left: 16px;
}
.member_data_box .data .setButton p {
  font-size: 1em;
  font-weight: bold;
  background: #f9f9f9;
  padding: 0.5em 1em;
}
.member_data_box .data .setButton p:before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25em;
}
.member_data_box .data .setButton p:after {
  content: "はこちら";
}
.member_data_box .data .setButton.active p:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25em;
}
.member_data_box .data .setButton.active p:after {
  content: "を閉じる";
}
.member_data_box .data .info.setOpen {
  display: none;
  background: #f9f9f9;
}

.laboratory_cb .wrap_ph_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .laboratory_cb .wrap_ph_msg {
    display: block;
  }
}
.laboratory_cb .ph_box {
  margin-left: 2em;
  width: 45%;
  max-width: 340px;
  background: #eeeeea;
  border-radius: 6px;
  padding: 1.25em;
}
@media screen and (max-width: 767px) {
  .laboratory_cb .ph_box {
    margin: 0 auto 2em;
    width: auto;
    max-width: 280px;
  }
}
.laboratory_cb .ph_box .ph {
  margin-bottom: 10px;
}
.laboratory_cb .ph_box .ph img {
  width: 100%;
}
.laboratory_cb .ph_box p {
  margin: 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
.laboratory_cb .ph_box p.name {
  margin-top: 5px;
  font-size: 1.25em;
}
.laboratory_cb .ph_box.enOnly {
  float: right;
  max-width: 340px;
  margin: 0.125em 0 2em 2em;
  background: #eeeeea;
  border-radius: 6px;
  padding: 1.25em;
}
@media screen and (max-width: 899px) {
  .laboratory_cb .ph_box.enOnly {
    width: 45%;
    margin: 0.125em 0 1em 1em;
  }
}
@media screen and (max-width: 559px) {
  .laboratory_cb .ph_box.enOnly {
    width: auto;
    max-width: 280px;
    float: none;
    margin: 0.125em auto 2em;
  }
}
.laboratory_cb .ph_box.enOnly .ph {
  margin-bottom: 10px;
}
.laboratory_cb .ph_box.enOnly .ph img {
  width: 100%;
}
.laboratory_cb .ph_box.enOnly p {
  margin: 0;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
.laboratory_cb .ph_box.enOnly p.name {
  margin-top: 5px;
  font-size: 1.25em;
}
.laboratory_cb .msg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.laboratory_cb .msg h2 {
  border-bottom: 1px solid #00aaf5;
  color: #00aaf5;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 559px) {
  .laboratory_cb .msg h2 {
    font-size: 1.25em;
  }
}
.laboratory_cb p {
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .laboratory_cb p {
    line-height: 1.75;
  }
}
.laboratory_cb p + p {
  margin-top: 1em;
}
.laboratory_cb .history {
  margin: 3em 0;
}
@media screen and (max-width: 559px) {
  .laboratory_cb .history {
    margin-bottom: 2.5em;
  }
}
.laboratory_cb .history h3 {
  margin: 2rem 0 0.375em;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
  color: #00aaf5;
}
@media screen and (max-width: 559px) {
  .laboratory_cb .history h3 {
    font-size: 1.125em;
  }
}
.laboratory_cb .history ul {
  margin: 0;
}
.laboratory_cb .history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375em 0.25em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}
.laboratory_cb .history ul li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.35);
}
.laboratory_cb .history ul li p {
  margin: 0;
  font-size: 0.9125em;
  line-height: 1.75;
}
.laboratory_cb .history ul li p:first-child {
  width: 13em;
}
@media screen and (max-width: 767px) {
  .laboratory_cb .history ul li {
    display: block;
  }
  .laboratory_cb .history ul li p:first-child {
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.125em;
  }
}
.laboratory_cb ul.three_point {
  margin: 2em 0;
}
.laboratory_cb ul.three_point li {
  font-size: 1.125em;
  line-height: 2.25;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .laboratory_cb ul.three_point li {
    font-size: 1em;
    line-height: 1.75;
  }
}
.laboratory_cb ul.three_point li i {
  color: #ff84ca;
  margin-right: 0.5em;
  font-size: 120%;
}
@media screen and (max-width: 559px) {
  .laboratory_cb ul.three_point {
    margin: 1.5em 0;
  }
  .laboratory_cb ul.three_point li {
    line-height: 1.75;
  }
}
.laboratory_cb ul.three_point.branch li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  line-height: 1.5;
}
.laboratory_cb ul.three_point.branch li i {
  margin-top: 2px;
}
@media screen and (max-width: 559px) {
  .laboratory_cb ul.three_point.branch li {
    line-height: 1.5;
  }
  .laboratory_cb ul.three_point.branch li i {
    margin-top: 0.125em;
  }
}
.laboratory_cb .wrap_for_fig2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1em 0;
}
@media screen and (max-width: 1059px) {
  .laboratory_cb .wrap_for_fig2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  .laboratory_cb .wrap_for_fig2 {
    margin: 1em 0 0;
  }
}
.laboratory_cb .wrap_for_fig2 .text_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.laboratory_cb .v_table1 .fig_body p.timeStamp {
  text-align: right;
  font-size: 85%;
}
.laboratory_cb .v_table1 .fig_body .wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1em 0.25em;
}
.laboratory_cb .v_table1 .fig_body .wrap_list .column {
  width: calc((100% - 6em) / 3);
}
@media screen and (max-width: 899px) {
  .laboratory_cb .v_table1 .fig_body .wrap_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0.5em 0.5em;
  }
  .laboratory_cb .v_table1 .fig_body .wrap_list .column {
    width: 100%;
  }
  .laboratory_cb .v_table1 .fig_body .wrap_list .column + .column {
    margin-top: 1em;
  }
}
.laboratory_cb .v_table1 .fig_body .wrap_list .column .t {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 0.25em;
}
.laboratory_cb .v_table1 .fig_body .wrap_list .column ul.data {
  padding: 8px 0 10px;
}
.laboratory_cb .v_table1 .fig_body .wrap_list .column ul.data li {
  font-size: 90%;
  padding: 0.25em 0;
  line-height: 1.375;
}
@media screen and (max-width: 559px) {
  .laboratory_cb .v_table1 .fig_body .wrap_list .column ul.data {
    padding: 5px 0;
  }
}

.labo_activity_summary h3 {
  margin: 2.5em 0 1em;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
  color: #00aaf5;
  border-top: 1px solid #00aaf5;
  padding-top: 0.5em;
}
.labo_activity_summary h3:first-child {
  margin-top: 1.5em;
}
@media screen and (max-width: 559px) {
  .labo_activity_summary h3 {
    margin: 2em 0 1em;
    font-size: 1.125em;
    padding-top: 0.3125em;
  }
}
.labo_activity_summary h4 {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 559px) {
  .labo_activity_summary h4 {
    font-size: 1em;
  }
}
.labo_activity_summary p {
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .labo_activity_summary p {
    line-height: 1.75;
  }
}
.labo_activity_summary ul.summary_list {
  margin: 0 0 2em;
  list-style-type: disc;
  margin-left: 1.25em;
}
@media screen and (max-width: 559px) {
  .labo_activity_summary ul.summary_list {
    margin-left: 1em;
  }
}
.labo_activity_summary ul.summary_list li {
  margin-top: 1.25em;
}
@media screen and (max-width: 559px) {
  .labo_activity_summary ul.summary_list li {
    margin-top: 1em;
  }
}

.labo_link ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75em;
}
.labo_link ul li p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.375;
}
.labo_link ul li p a {
  word-break: break-all;
  font-weight: normal;
}
.labo_link ul li p a.notyet {
  pointer-events: none;
  color: #333;
}
.labo_link ul li p + p {
  margin-top: 0.125em;
}

ul.ra_nav_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
}
ul.ra_nav_button li {
  margin: 2px;
  margin-right: 1.5em;
}
ul.ra_nav_button li a {
  display: block;
  margin-bottom: 0;
  font-size: 1em;
  padding: 0.25em 0;
  color: #333;
  font-weight: bold;
}
ul.ra_nav_button li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.35em;
  color: #00aaf5;
}
ul.ra_nav_button li a:hover {
  color: #00aaf5;
}

.ra_area .ins_page_link {
  margin-top: -1.5em;
  padding-top: 1.5em;
}
.ra_area ol {
  list-style-type: decimal;
  margin-left: 2em;
  line-height: 1.25;
}
.ra_area ol li {
  padding: 1em 0;
  padding-left: 0.5em;
}
.ra_area ol li .author {
  font-size: 0.875em;
}
.ra_area ol li .title {
  font-size: 1em;
  font-weight: bold;
}
.ra_area ol li .jounal,
.ra_area ol li .publisher,
.ra_area ol li .days,
.ra_area ol li .sub {
  font-size: 0.875em;
}
.ra_area ol li p + p {
  margin-top: 0.25rem;
}
@media screen and (max-width: 559px) {
  .ra_area ol {
    margin-left: 1.75em;
  }
  .ra_area ol li {
    padding: 0.75em 0;
    padding-left: 0.5em;
  }
}
.ra_area p.invitation_cap {
  margin-left: 1em;
  font-size: 0.875em;
  margin-bottom: 2em;
}
.ra_area h3.inv {
  margin-left: 1em;
  margin-bottom: 0.75em;
  display: inline-block;
  border-left: 4px solid #00aaf5;
  padding: 0.25em 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  color: #00aaf5;
}
@media screen and (max-width: 559px) {
  .ra_area h3.inv {
    margin-left: 0.75em;
  }
}
.ra_area ol + h3.inv {
  margin-top: 3em;
}
.ra_area ul.public_research {
  margin-top: 2em;
}
.ra_area ul.public_research li {
  padding: 0 0.5em;
  line-height: 1.25;
}
.ra_area ul.public_research li .title_box {
  margin-bottom: 1.25em;
}
.ra_area ul.public_research li p.period, .ra_area ul.public_research li p.sub {
  font-size: 0.8125em;
  line-height: 1.375;
}
.ra_area ul.public_research li p.title {
  font-size: 1.125em;
  line-height: 1.375;
  margin: 0.3125em 0;
  font-weight: bold;
}
.ra_area ul.public_research li .staff {
  line-height: 1.5;
  margin-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875em;
}
@media screen and (max-width: 559px) {
  .ra_area ul.public_research li .staff {
    line-height: 1.675;
  }
}
.ra_area ul.public_research li .staff .t {
  width: 6em;
  font-weight: bold;
}
.ra_area ul.public_research li .staff.plus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ra_area ul.public_research li .staff.plus .t {
  width: auto;
}
.ra_area ul.public_research li .link {
  margin-top: 1em;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ra_area ul.public_research li .link .t {
  font-weight: bold;
  margin-right: 1em;
}
.ra_area ul.public_research li .link .url a {
  word-break: break-all;
}
.ra_area ul.public_research li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 559px) {
  .ra_area ul.public_research li + li {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}

.training_summary h2.sum_title {
  margin-top: 3em;
}
@media screen and (max-width: 559px) {
  .training_summary h2.sum_title {
    margin-top: 2em;
  }
}
.training_summary h2 {
  font-size: 1.25em;
  font-weight: bold;
  color: #00aaf5;
  border-bottom: 2px solid #00aaf5;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
}
.training_summary p {
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .training_summary p {
    line-height: 1.75;
  }
}
.training_summary p + p {
  margin-top: 1em;
}
.training_summary ul.target_list {
  list-style-type: disc;
  margin-left: 1.5em;
}
.training_summary ul.target_list li {
  padding: 0.25em 0;
  line-height: 1.5;
}
.training_summary ul.course_list {
  margin-left: 0.5em;
}
.training_summary ul.course_list li {
  padding: 0.25em 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.training_summary ul.course_list li .num {
  display: block;
  font-weight: bold;
  margin-right: 0.75em;
}
.training_summary .tebiki {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.training_summary .tebiki a {
  display: block;
  background: #00aaf5;
  color: #fff;
  font-size: 1.125em;
  padding: 0.25em 0.75em;
}
.training_summary .tebiki a span::before {
  font-size: 110%;
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 400;
  padding-right: 0.25em;
}
.training_summary .tebiki a:hover {
  opacity: 0.8;
}

.training_course_list h2 {
  background: #b2e6ff;
  font-size: 1.3125em;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  color: #000;
}
@media screen and (max-width: 559px) {
  .training_course_list h2 {
    font-weight: bold;
    font-size: 1.125em;
    padding: 0.675em 0.75em;
    color: rgba(0, 0, 0, 0.75);
  }
}
.training_course_list .wrap_column {
  margin: 2em 2px 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.training_course_list .wrap_column .column {
  width: 30.33%;
}
.training_course_list .wrap_column .column .cat_sett {
  border-left: 6px solid #b2e6ff;
  padding: 3px 0.75em;
  padding-right: 0;
}
.training_course_list .wrap_column .column .cat_sett + .cat_sett {
  margin-top: 2.5em;
}
@media screen and (max-width: 1059px) {
  .training_course_list .wrap_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px;
  }
  .training_course_list .wrap_column .column {
    width: 100%;
    margin: 0;
  }
  .training_course_list .wrap_column .column + .column {
    margin-top: 2.5em;
  }
}
.training_course_list h3 {
  margin-left: 5px;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: bold;
  color: #00aaf5;
}
@media screen and (max-width: 1059px) {
  .training_course_list h3 {
    margin-bottom: 0.5em;
  }
}
.training_course_list .column ul li a {
  color: #333;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75em 5px;
  line-height: 1.3125;
}
.training_course_list .column ul li a:hover {
  background: rgba(178, 230, 255, 0.25);
}
.training_course_list .column ul li a:before {
  color: #00aaf5;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3125em;
}
.training_course_list .column ul li a.two_lines_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.training_course_list .column ul li a.two_lines_more span:not(:first-child) {
  padding-left: 0.75em;
}
@media screen and (min-width: 449px) and (max-width: 1059px) {
  .training_course_list .column ul li a.two_lines_more span:not(:first-child) {
    padding-left: 0.5em;
  }
}
.training_course_list .column ul li:first-child a {
  border-top: 1px solid #ccc;
}
.training_course_list .column ul li.notyet a {
  color: #333333;
  font-weight: normal;
  pointer-events: none;
}
.training_course_list .column ul li.notyet a:before {
  color: #aaaaaa;
}
.training_course_list #doc_pdf {
  border: 6px solid #b2e6ff;
  background: rgba(178, 230, 255, 0.2);
  padding: 10px 15px;
}
@media screen and (max-width: 559px) {
  .training_course_list #doc_pdf {
    padding: 15px 15px 5px;
  }
}
.training_course_list #doc_pdf .area_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.training_course_list #doc_pdf .area_title h3 {
  padding: 0.5em 0.25em;
  color: #00aaf5;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  margin-right: 0.675em;
}
.training_course_list #doc_pdf .area_title p {
  font-size: 0.875em;
}
@media screen and (max-width: 559px) {
  .training_course_list #doc_pdf .area_title {
    margin-bottom: 0.5em;
  }
  .training_course_list #doc_pdf .area_title h3 {
    padding: 0;
  }
}
.training_course_list #doc_pdf ul li a {
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.675em 0.75em;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .training_course_list #doc_pdf ul li a {
    padding: 0.5em 0.25em;
  }
}
.training_course_list #doc_pdf ul li a span.date {
  margin-left: auto;
  font-weight: normal;
  font-size: 87.5%;
}
.training_course_list #doc_pdf ul li a:hover {
  background: rgba(255, 255, 255, 0.75);
}
.training_course_list #doc_pdf ul li a:before {
  font-size: 110%;
  color: #00aaf5;
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 400;
  padding-right: 0.25em;
}
.training_course_list #doc_pdf ul li:last-child a {
  border-bottom: none;
}

.training_summary_detail h2 {
  margin: 10rem 0 4rem;
  color: #00aaf5;
  font-size: 1.75em;
  font-weight: bold;
  padding-bottom: 0.125em;
  border-bottom: 1px solid #00aaf5;
}
@media screen and (max-width: 1059px) {
  .training_summary_detail h2 {
    font-size: 1.75em;
    margin: 10rem 0 3rem;
  }
}
@media screen and (max-width: 559px) {
  .training_summary_detail h2 {
    font-size: 1.5em;
    margin: 10rem 0 3rem;
  }
}
.training_summary_detail .ins_page_link {
  margin-top: -1em;
  padding-top: 1em;
}
.training_summary_detail .detail_box {
  margin-bottom: 5em;
}
.training_summary_detail .detail_box:last-child {
  margin-bottom: 0;
}
.training_summary_detail h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 1.675em;
  margin-bottom: 0.5em;
  padding-left: 0.125em;
}
@media screen and (max-width: 559px) {
  .training_summary_detail h3 {
    font-size: 1.375em;
    margin-bottom: 0.5em;
    padding-left: 0.25em;
  }
}
.training_summary_detail ul.data_list > li {
  border-bottom: 1px dotted #00aaf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1;
  line-height: 1.75em;
}
.training_summary_detail ul.data_list > li:first-child {
  border-top: 1px dotted #00aaf5;
}
.training_summary_detail ul.data_list > li .title,
.training_summary_detail ul.data_list > li .data_area {
  padding: 0.75em 1.5em;
}
.training_summary_detail ul.data_list > li .title {
  background: rgba(178, 230, 255, 0.45);
  color: #00aaf5;
  font-weight: bold;
  width: 12em;
}
@media screen and (min-width: 560px) and (max-width: 899px) {
  .training_summary_detail ul.data_list > li .title {
    width: 10em;
  }
}
.training_summary_detail ul.data_list > li .title span.num {
  font-size: 85%;
}
@media screen and (min-width: 560px) {
  .training_summary_detail ul.data_list > li .title span.num {
    display: block;
    margin-top: -0.25em;
    margin-left: -0.5em;
  }
}
.training_summary_detail ul.data_list > li .data_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(238, 238, 234, 0.45);
}
.training_summary_detail ul.data_list > li .lectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5em 0;
}
.training_summary_detail ul.data_list > li .lectures ul {
  margin-left: 1.125em;
  width: calc(50% - 2em);
  list-style-type: disc;
}
.training_summary_detail ul.data_list > li .lectures ul li {
  font-size: 90%;
  line-height: 1.25;
  padding: 0.3125em 0;
}
@media screen and (max-width: 767px) {
  .training_summary_detail ul.data_list > li .lectures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .training_summary_detail ul.data_list > li .lectures ul {
    width: calc(100% - 1.125em);
  }
}
@media screen and (max-width: 559px) {
  .training_summary_detail ul.data_list > li .lectures {
    margin: 0;
  }
  .training_summary_detail ul.data_list > li .lectures ul li {
    padding: 0.25em 0;
  }
}
.training_summary_detail ul.data_list > li .lectures_practical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.25em 0;
}
.training_summary_detail ul.data_list > li .lectures_practical ul {
  margin-left: 1.125em;
  width: 100％;
  list-style-type: disc;
}
.training_summary_detail ul.data_list > li .lectures_practical ul li {
  line-height: 1.5;
  padding: 0.3125em 0;
  font-size: 91.25%;
}
.training_summary_detail ul.data_list > li .lectures_practical ul li p.sub_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.training_summary_detail ul.data_list > li .lectures_practical ul li p.sub_p span:first-child {
  margin-right: 1em;
}
.training_summary_detail ul.data_list > li .lectures_practical ul li p.sub_p span.cn {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}
.training_summary_detail ul.data_list > li ul.list_type {
  margin-left: 1.125em;
  list-style-type: disc;
}
.training_summary_detail ul.data_list > li ul.list_type li {
  line-height: 1.5;
  padding: 0.125em 0;
}
.training_summary_detail ul.data_list > li ul.list_type.limit li {
  font-size: 87.5%;
}
@media screen and (max-width: 559px) {
  .training_summary_detail ul.data_list {
    background: rgba(238, 238, 234, 0.75);
    border-radius: 2px;
    padding: 1em 0.75em;
  }
  .training_summary_detail ul.data_list > li {
    padding: 0.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6125em;
    border: 0;
  }
  .training_summary_detail ul.data_list > li:first-child {
    border: 0;
    padding-top: 0;
  }
  .training_summary_detail ul.data_list > li:last-child {
    padding-bottom: 0;
  }
  .training_summary_detail ul.data_list > li .title,
  .training_summary_detail ul.data_list > li .data_area {
    padding: 0;
  }
  .training_summary_detail ul.data_list > li .title {
    background: transparent;
    border-bottom: 1px solid #00aaf5;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0.25em;
  }
  .training_summary_detail ul.data_list > li .data_area {
    background: transparent;
    padding: 0 0.25em;
  }
}
.training_summary_detail ul.data_list .link_data {
  line-height: 1.5;
}
.training_summary_detail ul.data_list .link_data p.guide {
  font-size: 0.8125em;
  margin-bottom: 0.125em;
}
.training_summary_detail ul.data_list .link_data p.name {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 3px;
}
.training_summary_detail ul.data_list .link_data p.url {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (max-width: 559px) {
  .training_summary_detail ul.data_list .link_data p.url {
    margin-top: 0;
    padding: 0 0 0.5em;
  }
}
.training_summary_detail ul.data_list .link_data p.url span.link_to_pdf_file::before {
  font-size: 110%;
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 400;
  padding-right: 0.25em;
}
.training_summary_detail .ex_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 559px) {
  .training_summary_detail .ex_link {
    margin-top: 0.75em;
  }
}
.training_summary_detail .ex_link a {
  margin: 2px 4px;
  display: block;
  background: #00aaf5;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 1em 2em;
  width: 100%;
  max-width: 16em;
}
@media screen and (max-width: 559px) {
  .training_summary_detail .ex_link a {
    font-size: 0.875em;
    min-width: auto;
    padding: 0.75em 0;
    width: 90%;
  }
}
.training_summary_detail .ex_link a:hover {
  opacity: 0.7;
}
.training_summary_detail .ex_link a i {
  margin-right: 0.5em;
}

h2.page_lead_outline {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  color: #00aaf5;
  border: 1px solid #00aaf5;
}

.contact_data {
  margin: 2em 1em 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .contact_data {
    margin: 1.25em 10px 0;
  }
}
.contact_data > div.all_name {
  width: 47.5%;
  padding-left: 1.5%;
  border-left: 4px solid #00aaf5;
}
@media screen and (max-width: 767px) {
  .contact_data > div.all_name {
    width: 100%;
    padding-left: 0.75em;
    border-left: 3px solid #00aaf5;
    margin-bottom: 2em;
  }
  .contact_data > div.all_name:last-child {
    margin-bottom: 0;
  }
}
.contact_data > div.all_name .section_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact_data > div.all_name .section_name {
    margin-bottom: 7px;
  }
}
.contact_data > div.all_name .section_name span {
  font-size: 0.875em;
  margin-right: 0.5em;
}
.contact_data > div.all_name .section_name p.name {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact_data > div.all_name .section_name p.name {
    font-size: 1.25em;
  }
}
.contact_data > div.all_name .data p {
  line-height: 1.6125;
}
@media screen and (max-width: 559px) {
  .contact_data > div.all_name .data p {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.contact_data > div.all_name .data p.fwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_data > div.all_name .data p.fwrap span {
  margin-right: 0.5em;
}
.contact_data > div.all_name .data p.url {
  font-size: 1.25em;
}
@media screen and (max-width: 1059px) {
  .contact_data > div.all_name .data p.url {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 559px) {
  .contact_data > div.all_name .data p.url {
    font-size: 0.875em;
  }
}
.contact_data > div.all_name .data p.url i {
  margin-right: 0.25em;
}
.contact_data > div.all_name .data p.sub {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .contact_data > div.all_name .data p.sub {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

p.access {
  margin: 0 1em 2em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  p.access {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 10px 1.5em;
  }
}

.gmap_area {
  margin: 0 auto;
  width: calc(100% - 20px);
}
.gmap_area iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

h2.gallery_title {
  font-size: 1.25em;
  font-weight: bold;
  color: #00aaf5;
  border-bottom: 1px solid #00aaf5;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}
h2.gallery_title span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 75%;
  padding-left: 0.5em;
}

ul.gallery_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.gallery_set li {
  width: calc(50% - 25px);
  margin-bottom: 40px;
}
ul.gallery_set li img {
  width: 100%;
}
ul.gallery_set li p {
  margin-top: 0.75em;
  font-size: 0.8125em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  ul.gallery_set li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.gallery_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.gallery_set li {
    width: calc(100% - 20px);
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
ul.gallery_set:last-child {
  margin-bottom: -50px;
}
@media screen and (max-width: 1059px) {
  ul.gallery_set:last-child {
    margin-bottom: -30px;
  }
}

ul.gallery_set + h2.gallery_title {
  margin-top: 2em;
}

.fig_block_all {
  border: 5px solid #eeeeea;
  border-top: none;
  margin: 3em 0;
}
@media screen and (max-width: 559px) {
  .fig_block_all {
    margin: 2em 0;
  }
}
.fig_block_all .title {
  background: #eeeeea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.75em 0.75em;
  line-height: 1.25;
}
.fig_block_all .title span {
  display: block;
}
.fig_block_all .title .fig_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #999;
  color: #fff;
  font-size: 0.8125em;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
.fig_block_all .title .title_letter {
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .fig_block_all .title .fig_num {
    font-size: 0.875em;
  }
  .fig_block_all .title .title_letter {
    font-size: 1.125em;
  }
}
.fig_block_all .fig_body img {
  width: 100%;
}

.fig_block_all.v_fig1 .fig_body {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .fig_block_all.v_fig1 .fig_body {
    padding: 1em;
  }
}

.fig_block_all.v_fig2 {
  max-width: 340px;
}
@media screen and (min-width: 1060px) {
  .fig_block_all.v_fig2 {
    margin: 0;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1059px) {
  .fig_block_all.v_fig2 {
    margin: 3em auto -1em;
  }
}
@media screen and (max-width: 559px) {
  .fig_block_all.v_fig2 {
    margin: 2em auto 0;
    width: 100%;
    max-width: none;
  }
  .fig_block_all.v_fig2 img {
    max-width: 340px;
  }
}
.fig_block_all.v_fig2 .fig_body {
  padding: 1em;
}
@media screen and (max-width: 559px) {
  .fig_block_all.v_fig2 .fig_body {
    text-align: center;
    padding: 1.5em;
  }
}
@media screen and (min-width: 560px) and (max-width: 1059px) {
  .fig_block_all.v_fig2.en {
    margin: 3em auto 2em;
  }
}
@media screen and (max-width: 559px) {
  .fig_block_all.v_fig2.en {
    margin: 2em auto;
  }
}

.fig_block_all.v_table1 .fig_body {
  padding: 0.5em;
}

.training_summary .fig_block_all .title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.training_summary .fig_block_all .title span.sub {
  margin-top: 5px;
  font-size: 85%;
}
.training_summary .fig_block_all .fig_body {
  padding: 1em;
}
.training_summary .fig_block_all .fig_body p.sub_text {
  font-size: 0.875em;
  line-height: 1.5;
}
.training_summary .fig_block_all .fig_body p.sub_text2 {
  font-size: 0.75em;
  line-height: 1.5;
}
.training_summary .fig_block_all .fig_body img {
  padding: 1.5em 2em;
}
@media screen and (max-width: 559px) {
  .training_summary .fig_block_all .fig_body img {
    padding: 1em 0;
  }
}
.training_summary .fig_block_all .fig_body.gtc_ver2 img {
  padding: 0.75em 1.25em 1.25em;
}
@media screen and (max-width: 559px) {
  .training_summary .fig_block_all .fig_body.gtc_ver2 img {
    padding: 1em 0;
  }
}

@media screen and (min-width: 1060px) {
  .wrap_report_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap_report_all .archive_nav {
    margin-left: 50px;
    width: 220px;
  }
  .wrap_report_all .archive_nav .button {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_report_all {
    display: block;
  }
  .wrap_report_all .archive_nav {
    margin: 0 auto 1.5em;
    overflow: scroll;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 5px 0;
  }
  .wrap_report_all .archive_nav .button {
    text-align: center;
    cursor: pointer;
    padding: 0.3125em 0;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1059px) and (max-width: 559px) {
  .wrap_report_all .archive_nav .button {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .button p::before {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    padding-right: 3px;
  }
  .wrap_report_all .archive_nav .button.active p::before {
    content: "\f00d";
    padding-right: 3px;
  }
  .wrap_report_all .archive_nav .sidenav_all {
    display: none;
    margin: 1.5em 0.5em 0.5em;
  }
}
.wrap_report_all .archive_nav .lecSet {
  margin-bottom: 2em;
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet {
    margin-bottom: 1.75em;
  }
}
.wrap_report_all .archive_nav .lecSet .category {
  margin-bottom: 6px;
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrap_report_all .archive_nav .lecSet .category span {
  display: block;
  line-height: 1.25;
  font-size: 1em;
}
@media screen and (min-width: 1060px) {
  .wrap_report_all .archive_nav .lecSet .category span.gnp {
    font-size: 70%;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet .category span.plus {
    margin-right: 0.5em;
  }
}
.wrap_report_all .archive_nav .lecSet ul {
  display: block;
  margin-left: 0.25em;
}
.wrap_report_all .archive_nav .lecSet ul li {
  font-weight: bold;
}
.wrap_report_all .archive_nav .lecSet ul li span.num {
  font-size: 80%;
}
.wrap_report_all .archive_nav .lecSet ul li + li {
  margin-top: 4px;
}
.wrap_report_all .archive_nav .lecSet ul li a {
  color: #333;
  display: block;
}
.wrap_report_all .archive_nav .lecSet ul li a:hover {
  background: #eee;
}
@media screen and (min-width: 1060px) {
  .wrap_report_all .archive_nav .lecSet ul li {
    font-size: 0.9125em;
  }
  .wrap_report_all .archive_nav .lecSet ul li a {
    padding: 0.375em 0.5em;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet ul li {
    font-size: 1em;
  }
  .wrap_report_all .archive_nav .lecSet ul li a {
    padding: 0.5em;
  }
}
.wrap_report_all .archive_nav .lecSet.ge ul li a {
  border-left: 4px solid #588acd;
}
.wrap_report_all .archive_nav .lecSet.gm ul li a {
  border-left: 4px solid #eb7e33;
}
.wrap_report_all .archive_nav .lecSet.gw ul li a {
  border-left: 4px solid #80bd59;
}
.wrap_report_all .archive_nav .lecSet.ls ul li a {
  border-left: 4px solid #00aaf5;
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet.standard_type {
    margin: 0;
  }
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li {
  font-size: 1em;
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li a {
  display: block;
  padding: 0.375em 0;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  .wrap_report_all .archive_nav .lecSet.standard_type ul li a {
    padding: 0.5em 0;
  }
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 0.375em;
  color: #00aaf5;
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li a:hover {
  background: #eee;
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li.QAforum a::before, .wrap_report_all .archive_nav .lecSet.standard_type ul li.sp_others a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 0.375em;
  color: #ff36d3;
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li.QAforum a:hover, .wrap_report_all .archive_nav .lecSet.standard_type ul li.sp_others a:hover {
  background: rgba(255, 232, 250, 0.75);
}
.wrap_report_all .archive_nav .lecSet.standard_type ul li + li {
  margin-top: 0.75em;
}
.wrap_report_all .main_board {
  width: 100%;
}

.this_archive2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1059px) {
  .this_archive2 {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .this_archive2 {
    margin-bottom: 30px;
  }
}
.this_archive2 .title_name {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .this_archive2 .title_name {
    padding-bottom: 0.25em;
  }
}
.this_archive2 .sub {
  margin-left: 4px;
  font-size: 0.875em;
  margin-bottom: 4px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .this_archive2 .sub {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 599px) {
  .this_archive2 .sub {
    font-size: 1em;
    margin-bottom: 0px;
  }
}
.this_archive2 h2 {
  font-size: 1.75em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .this_archive2 h2 {
    font-size: 1.3125em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .this_archive2 h2 {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .this_archive2 h2 {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
.this_archive2 .this_season {
  margin-left: 15px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.75em;
  border-left: 1px solid #333;
}
.this_archive2 .this_season span.num {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .this_archive2 .this_season {
    font-size: 1.3125em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .this_archive2 .this_season {
    font-size: 1.25em;
    line-height: 1.25;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #333;
  }
}
.this_archive2 .plus_comment {
  margin-top: 0.5em;
  margin-bottom: -1.3125em;
}
.this_archive2 .plus_comment p {
  font-size: 0.8125em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .this_archive2 .plus_comment {
    margin-bottom: 0;
  }
}

.this_archive {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1059px) {
  .this_archive {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .this_archive {
    margin-bottom: 30px;
  }
}
.this_archive h2 {
  font-size: 1.75em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .this_archive h2 {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 359px) {
  .this_archive h2 {
    font-size: 1.25em;
  }
}
.this_archive .this_season {
  margin-left: 15px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.75em;
  border-left: 1px solid #333;
}
.this_archive .this_season span.num {
  font-size: 70%;
}
@media screen and (max-width: 599px) {
  .this_archive .this_season {
    width: 100%;
    font-size: 1.25em;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #333;
  }
}
.this_archive .plus_comment {
  margin-top: 0.5em;
}
.this_archive .plus_comment p {
  font-size: 0.8125em;
}

.ors {
  margin-bottom: 100px;
}
.ors:last-child {
  margin-bottom: 0;
}
.ors.set_ge, .ors.set_gm, .ors.set_gw, .ors.set_qa {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .ors.set_ge, .ors.set_gm, .ors.set_gw, .ors.set_qa {
    padding-left: 0px;
  }
}
.ors.set_ge .summary,
.ors.set_ge ul.report_set, .ors.set_gm .summary,
.ors.set_gm ul.report_set, .ors.set_gw .summary,
.ors.set_gw ul.report_set, .ors.set_qa .summary,
.ors.set_qa ul.report_set {
  padding: 0 2px;
}
.ors p.qa_guide {
  background: rgba(255, 232, 250, 0.75);
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1.75;
}
.ors p.qa_guide a {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ors.set_ge {
    border-left: 4px solid #588acd;
  }
}
.ors.set_ge .lecture_data {
  background: rgba(225, 234, 246, 0.8);
}
.ors.set_ge .lecture_data .day_time {
  background: #c6d7ee;
}
.ors.set_ge .lecture_data .title .num {
  background: #588acd;
}
@media screen and (min-width: 768px) {
  .ors.set_gm {
    border-left: 4px solid #eb7e33;
  }
}
.ors.set_gm .lecture_data {
  background: rgba(251, 229, 214, 0.75);
}
.ors.set_gm .lecture_data .day_time {
  background: #f8d0b5;
}
.ors.set_gm .lecture_data .title .num {
  background: #eb7e33;
}
@media screen and (min-width: 768px) {
  .ors.set_gw {
    border-left: 4px solid #80bd59;
  }
}
.ors.set_gw .lecture_data {
  background: rgba(226, 240, 217, 0.85);
}
.ors.set_gw .lecture_data .day_time {
  background: #c6e2b4;
}
.ors.set_gw .lecture_data .title .num {
  background: #80bd59;
}
@media screen and (min-width: 768px) {
  .ors.set_qa {
    border-left: 4px solid #ff69de;
  }
}
.ors.set_qa .lecture_data {
  background: #ffe8fa;
}
.ors.set_qa .lecture_data .day_time {
  background: #ffc4f2;
}
.ors.set_qa .lecture_data .title .num {
  background: #ff36d3;
}
.ors.set_qa .sub_data {
  background: #ffe8fa;
  padding: 1.125em;
  margin-bottom: 1em;
}
.ors .lecture_data {
  margin-bottom: 1em;
  background: rgba(0, 0, 0, 0.075);
}
.ors .lecture_data + .sub_data {
  margin-top: -1em;
}
.ors .lecture_data .day_time {
  padding: 0.5em 1em;
  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;
}
.ors .lecture_data .day_time > div {
  line-height: 1.5;
  font-weight: bold;
}
.ors .lecture_data .day_time .sub_t {
  font-size: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .ors .lecture_data .day_time .sub_t {
    width: 100%;
    margin-bottom: 3px;
  }
}
.ors .lecture_data .day_time .sub_t.qa_title {
  font-size: 1.25em;
}
.ors .lecture_data .day_time .day,
.ors .lecture_data .day_time .time {
  font-size: 0.8125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ors .lecture_data .day_time .day {
  margin-right: 1.25em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ors .lecture_data .day_time .day {
    margin-left: 0;
  }
}
.ors .lecture_data .spot_pad {
  padding: 1.125em;
}
.ors .lecture_data .title {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  line-height: 1.25;
}
.ors .lecture_data .title .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  color: #fff;
  font-size: 0.8125em;
  padding: 0 0.75em;
  margin-right: 0.5em;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 3px;
}
.ors .lecture_data .title h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.ors .lecture_data .title h3.groupwork_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ors .lecture_data .title h3.groupwork_sp span.title {
  margin-bottom: 0;
  display: block;
  margin-right: 1em;
}
.ors .lecture_data .title h3.groupwork_sp span.lecture {
  margin-top: 3px;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
.ors .lecture_data ul {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.75em;
}
.ors .lecture_data ul li {
  padding: 0.25em 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.ors .lecture_data ul li:last-child {
  padding-bottom: 0;
}
.ors .lecture_data .groupwork_schedule {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.75em;
}
.ors .lecture_data .groupwork_schedule h4 {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.ors .lecture_data .groupwork_schedule ul {
  border: 0;
  padding: 0;
}
.ors .lecture_data .groupwork_schedule ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.125em 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.ors .lecture_data .groupwork_schedule ul li:last-child {
  padding-bottom: 0;
}
.ors .lecture_data .groupwork_schedule ul li .time {
  font-weight: bold;
  width: 3.75em;
}
.ors .lecture_data .groupwork_schedule ul li .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ors .lecture_data ul.qa_forum_program {
  border-top: none;
  padding-top: 0;
}
.ors .lecture_data ul.qa_forum_program li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  padding: 0.75em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ors .lecture_data ul.qa_forum_program li .time {
  font-weight: bold;
  width: 7em;
}
.ors .lecture_data ul.qa_forum_program li .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ors .lecture_data ul.qa_forum_program li .contents p {
  margin: 0;
}
.ors .lecture_data ul.qa_forum_program li .contents .title {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.ors .lecture_data ul.qa_forum_program li.closing {
  border-bottom: 0;
}
.ors .groupwork_schedule_outer {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 1em;
  padding: 1em 1.25em;
}
@media screen and (max-width: 559px) {
  .ors .groupwork_schedule_outer {
    margin: 1em 0;
    padding: 0.75em 1em;
  }
}
.ors .groupwork_schedule_outer h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.ors .groupwork_schedule_outer ul {
  border: 0;
  padding: 0;
}
.ors .groupwork_schedule_outer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25em 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.ors .groupwork_schedule_outer ul li:last-child {
  border-bottom: 0;
}
.ors .groupwork_schedule_outer ul li .time {
  font-weight: bold;
  width: 4.5em;
}
@media screen and (max-width: 559px) {
  .ors .groupwork_schedule_outer ul li .time {
    width: 3.75em;
  }
}
.ors .groupwork_schedule_outer ul li .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ors .summary p {
  font-size: 1em;
  line-height: 1.9;
}
.ors .summary .sub_title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 0.125em;
}
@media screen and (max-width: 559px) {
  .ors .summary {
    margin-bottom: 0.75em;
    max-width: 600px;
  }
  .ors .summary p {
    line-height: 1.75;
  }
}
.ors h3.sub_plus {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.ors .group_work {
  margin-top: 2em;
  margin-bottom: 1em;
}
.ors .group_work .data {
  background: rgba(0, 0, 0, 0.075);
  padding: 0.75em 1em;
  margin-bottom: 0.75em;
}
.ors .group_work .data h3 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.25em;
}
.ors .group_work .data h3 span.only {
  font-weight: normal;
  font-size: 75%;
}
.ors .group_work .data ul {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.5em;
}
.ors .group_work .data ul li {
  padding: 0.25em 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.ors .group_work .data ul li:last-child {
  padding-bottom: 0;
}
.ors .group_work p {
  font-size: 1em;
  line-height: 1.9;
}
@media screen and (max-width: 559px) {
  .ors .group_work {
    margin-bottom: 0.75em;
    max-width: 600px;
  }
  .ors .group_work p {
    line-height: 1.75;
  }
}
.ors ul.report_set {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ors ul.report_set li {
  width: calc((100% - 30px) / 2);
  margin-top: 20px;
}
.ors ul.report_set li img {
  width: 100%;
}
.ors ul.report_set li p {
  margin-top: 0.5em;
  font-size: 0.8125em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ors ul.report_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ors ul.report_set li {
    width: calc(100% - 30px);
    max-width: 450px;
    margin: 20px auto 0;
  }
}
.ors h2.sp_reposet {
  font-size: 1em;
  line-height: 1.3125;
  font-weight: bold;
  margin: 2.5em auto 0;
}
@media screen and (max-width: 767px) {
  .ors h2.sp_reposet {
    width: calc(100% - 30px);
  }
}
.ors ul.report_set_sp5phset {
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ors ul.report_set_sp5phset li {
  width: calc((100% - 30px) / 5);
  margin-top: 15px;
}
.ors ul.report_set_sp5phset li img {
  width: 100%;
  aspect-ratio: 2/3;
  background: #f5f6f8;
}
.ors ul.report_set_sp5phset li p {
  margin-top: 0.5em;
  font-size: 0.8125em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .ors ul.report_set_sp5phset {
    width: calc(100% - 30px);
  }
  .ors ul.report_set_sp5phset:after {
    display: block;
    content: "";
    width: calc((100% - 18px) / 3);
  }
  .ors ul.report_set_sp5phset li {
    width: calc((100% - 18px) / 3);
    max-width: auto;
  }
}
.ors .standard_title {
  background: rgba(0, 170, 245, 0.3);
  padding: 0.5em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 559px) {
  .ors .standard_title {
    padding: 0.5em 0.5em;
  }
}
.ors .standard_title h3 {
  font-size: 1em;
  font-weight: bold;
  margin-right: 1em;
}
.ors .standard_title .day {
  font-size: 0.875em;
}
.ors ul.finalExam_data > li {
  font-size: 0.875em;
  line-height: 1.75;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  padding: 0.75em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ors ul.finalExam_data > li:last-child {
  border-bottom: 0px dotted rgba(0, 0, 0, 0);
}
.ors ul.finalExam_data > li .t {
  width: 8em;
  font-weight: bold;
}
@media screen and (max-width: 449px) {
  .ors ul.finalExam_data > li .t {
    width: 7.5em;
  }
}
.ors ul.finalExam_data > li .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ors ul.finalExam_data > li .data ul.examSchedule {
  margin-top: -0.25em;
}
.ors ul.finalExam_data > li .data ul.examSchedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  padding: 0.25em 0;
}
@media screen and (max-width: 449px) {
  .ors ul.finalExam_data > li .data ul.examSchedule li {
    display: block;
    line-height: 1.5;
  }
}
.ors ul.finalExam_data > li .data ul.examSchedule li:last-child {
  border-bottom: 0px dotted rgba(0, 0, 0, 0);
}
.ors ul.finalExam_data > li .data ul.examSchedule li p:first-child {
  width: 8.5em;
  font-weight: bold;
}
.ors ul.finalExam_data > li .data p.plus {
  font-size: 87.5%;
  margin-top: 0.5em;
}
.ors ul.finalExam_data > li .data .link a {
  font-weight: bold;
  color: #333;
}
.ors ul.finalExam_data > li .data .link a i {
  font-size: 135%;
}
.ors ul.finalExam_data > li .data .link a:hover {
  opacity: 0.7;
}

.ors.rinjix .lecture_data ul li.rinji_midashi {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.25em;
}
.ors.rinjix .group_work {
  margin-bottom: 0;
}

.report_index .wrap_index_gmp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp {
    display: block;
    margin-bottom: 2em;
  }
}
.report_index .wrap_index_gmp > div {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
.report_index .wrap_index_gmp .box {
  padding: 1em 1.75em;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp .box {
    background: rgba(255, 255, 255, 0);
    padding: 1em;
  }
}
.report_index .wrap_index_gmp .box.ge {
  background: rgba(225, 234, 246, 0.8);
}
.report_index .wrap_index_gmp .box.ge .category {
  color: #588acd;
}
.report_index .wrap_index_gmp .box.gm {
  background: rgba(251, 229, 214, 0.75);
}
.report_index .wrap_index_gmp .box.gm .category {
  color: #eb7e33;
}
.report_index .wrap_index_gmp .box.gw {
  background: rgba(226, 240, 217, 0.85);
}
.report_index .wrap_index_gmp .box.gw .category {
  color: #80bd59;
}
.report_index .wrap_index_gmp .box .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 0.75em;
  margin-top: 4px;
}
.report_index .wrap_index_gmp .box .category span {
  font-size: 1.375em;
  display: block;
}
@media screen and (max-width: 559px) {
  .report_index .wrap_index_gmp .box .category span {
    font-size: 1.125em;
  }
}
.report_index .wrap_index_gmp .box ul {
  margin: 0 0.3125em;
  display: block;
}
.report_index .wrap_index_gmp .box ul li {
  font-size: 1.25em;
}
.report_index .wrap_index_gmp .box ul li span.num {
  font-size: 80%;
}
.report_index .wrap_index_gmp .box ul li a {
  margin: 5px 0;
  display: block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  color: #333;
}
.report_index .wrap_index_gmp .box ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.report_index .wrap_index_gmp .box ul li a span.update {
  padding-left: 0.5em;
  font-size: 65%;
  font-weight: normal;
}
.report_index .wrap_index_gmp .box.ge ul li a {
  border-left: 4px solid #588acd;
}
.report_index .wrap_index_gmp .box.gm ul li a {
  border-left: 4px solid #eb7e33;
}
.report_index .wrap_index_gmp .box.gw ul li a {
  border-left: 4px solid #80bd59;
}
.report_index .wrap_index_gmp .standard_type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp .standard_type a {
    padding: 1.25em 1em;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 1060px) {
  .report_index .wrap_index_gmp .standard_type a {
    height: 100px;
  }
}
@media screen and (max-width: 559px) {
  .report_index .wrap_index_gmp .standard_type a {
    font-size: 1.125em;
  }
}
.report_index .wrap_index_gmp .standard_type a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 0.375em;
  color: #00aaf5;
}
.report_index .wrap_index_gmp .standard_type a:hover {
  background: rgba(0, 170, 245, 0.1);
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp .standard_type.rsp {
    margin-top: 2em;
  }
}
.report_index .wrap_index_gmp .standard_type.QAforum a::before, .report_index .wrap_index_gmp .standard_type.sp_others a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 0.375em;
  color: #ff36d3;
}
.report_index .wrap_index_gmp .standard_type.QAforum a:hover, .report_index .wrap_index_gmp .standard_type.sp_others a:hover {
  background: rgba(255, 232, 250, 0.75);
}
.report_index .wrap_index_gmp.devide3 > div {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp.devide3 > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
.report_index .wrap_index_gmp.devide3 .box .category span.gnp {
  font-size: 87.5%;
  width: 100%;
  margin-bottom: 3px;
}
.report_index .wrap_index_gmp.devide3 .box .category span.name {
  font-size: 1.5em;
}
@media screen and (max-width: 559px) {
  .report_index .wrap_index_gmp.devide3 .box .category span.name {
    font-size: 1.25em;
  }
}
.report_index .wrap_index_gmp.devide4 > div {
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
@media screen and (max-width: 1059px) {
  .report_index .wrap_index_gmp.devide4 > div {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1060px) {
  .report_index .wrap_index_gmp.devide4 {
    margin-top: 20px;
  }
  .report_index .wrap_index_gmp.devide4 a {
    height: 50px;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}