@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("./lity.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[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, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

/*汎用レイアウト*/
:root {
  font-size: 2.666vw;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.2rem;
}

body {
  font-size: 1.4rem;
  color: #666;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}
img.border,
video.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

img[src~="http://www.ritsumei.ac.jp/image.jsp"] {
  display: none !important;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

p.post_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98%;
  max-width: 100rem;
  margin: auto;
}
p.post_img img {
  width: 48% !important;
  margin: 0 1% !important;
}

ol {
  list-style: decimal;
  padding-left: 2rem;
  margin-left: 0.5rem;
}

ul.square {
  list-style-type: square;
  padding-left: 2em;
  margin-bottom: 2em;
}

ul.disc {
  list-style-type: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}

hr {
  border-color: #b2b2b2;
  margin: 3em;
}

br.blank {
  content: "";
  display: block;
  height: 1.5em;
  width: 1px;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  position: relative;
}

.event-attention {
  text-align: right;
  color: #bc102e;
}

.admin-bar #local-nav {
  top: 46px;
}

/*スマホ用CSS*/
#wpadminbar {
  position: fixed !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #fff;
}
header.DownMove {
  top: 0;
}
header.UpMove {
  top: -10rem;
}
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 4%;
}
header .logo {
  height: 4rem;
  z-index: 999;
}
header .logo img {
  height: 100%;
}
header .menu {
  width: 6rem;
  height: 6rem;
  background: #bc102e;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  margin: 0;
}
header .menu a {
  position: relative;
  z-index: 99;
  width: 3rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menu a span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.4rem;
}
header .menu a.active span {
  background-color: #bc102e;
}
header .menu a.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.1rem) rotate(-315deg);
          transform: translateY(1.1rem) rotate(-315deg);
}
header .menu a.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu a.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1.1rem) rotate(315deg);
          transform: translateY(-1.1rem) rotate(315deg);
}
header .menu + .container {
  display: none;
  color: #bc102e;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6rem 0 0;
  background: #fff;
  max-height: 80vh;
  overflow-y: auto;
}
header .menu + .container > ul.header_nav_sp01 li.topmenu {
  margin-bottom: 0.3rem;
}
header .menu + .container > ul.header_nav_sp01 li.topmenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .menu + .container > ul.header_nav_sp01 li.topmenu ul li {
  width: 50%;
}
header .menu + .container > ul.header_nav_sp01 li.topmenu ul li:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
header .menu + .container > ul.header_nav_sp01 li.topmenu ul li a {
  display: block;
  text-align: center;
}
header .menu + .container > ul.header_nav_sp01 > li {
  color: #bc102e;
  padding: 0;
}
header .menu + .container > ul.header_nav_sp01 > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header .menu + .container > ul.header_nav_sp01 > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
header .menu + .container > ul.header_nav_sp01 > li > ul.submenu {
  display: none;
}
header .menu + .container > ul.header_nav_sp01 > li > ul.submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
}
header .menu + .container > ul.header_nav_sp01 > li > ul.submenu a {
  font-size: 1.4rem;
  font-weight: 500;
}
header .menu + .container > ul.header_nav_sp02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
header .menu + .container > ul.header_nav_sp02 li {
  width: 33.33333%;
}
header .menu + .container > ul.header_nav_sp02 li > a {
  display: block;
  text-align: center;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.6rem 0;
}
header .menu + .container > ul.header_nav_sp02 li:nth-child(4), header .menu + .container > ul.header_nav_sp02 li:nth-child(5) {
  width: 50%;
  padding: 0;
}

.admin-bar header {
  margin-top: 46px;
}

main {
  width: 100%;
  overflow-x: hidden;
}
main #mv.mt {
  padding-top: 5.9rem;
  background: #bc102e;
}
main #mv .container {
  height: auto;
  width: 100%;
}
main #mv .container video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
main #mv .container .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
main #mv .container .main_copy {
  width: 30rem;
  height: 8.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main #mv .container .button_movies {
  width: 34.3rem;
  height: 9rem;
  position: absolute;
  bottom: 9rem;
  right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main #mv .container .button_movies .mv_link {
  width: 21rem;
}
main #mv .container .button_movies .mv_link li {
  width: 100%;
  margin-bottom: 0.5rem;
}
main #mv .container .button_movies .mv_link li a {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
}
main #mv .container .button_movies a.yt {
  display: inline-block;
  width: 9rem;
  height: 9rem;
}
main #mv .container #search {
  width: 34.3rem;
  height: 6.8rem;
  background: #fff;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
main #mv .container #search .search_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #aaa;
  padding: 0 1rem;
}
main #mv .container #search .search_box input {
  font-size: 1.4rem;
  line-height: 3.8rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main #mv .container #search .search_box button {
  width: 1.8rem;
}
main #mv .container #search .recommend {
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main #mv .container #search .recommend .ttl {
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #bc102e;
}
main #mv .container #search .recommend ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main #mv .container #search .recommend ul li {
  display: none;
  font-size: 1.2rem;
  margin-left: 1rem;
}
main #mv .container #search .recommend ul li::after {
  content: "»";
}
main #mv .container #search .recommend ul li:first-of-type, main #mv .container #search .recommend ul li:nth-of-type(2) {
  display: block;
}
main #topics {
  padding-top: 4.4rem;
}
main #topics .container {
  width: 30.6rem;
}
main #topics .container h2 {
  width: 24.3rem;
  margin-bottom: 2.4rem;
}
main #topics .container .topics_header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #topics .container .topics_header h2 {
  width: auto;
}
main #topics .container #news_article ul {
  border-bottom: 2px solid #aaa;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
main #topics .container #news_article ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
}
main #topics .container #news_article ul li .date {
  margin-right: 1.5rem;
}
main #topics .container #news_article ul.alert li {
  background: #bc102e;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}
main #topics .container #tags {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4rem;
}
main #topics .container #tags li {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
main #topics .container #tags li a {
  display: block;
  color: #bc102e;
  font-weight: 500;
  border: 1px solid;
  border-radius: 4rem;
  padding: 0 1rem 0.1rem;
  letter-spacing: normal;
}
main #topics .container #tags li a.on {
  background: #bc102e;
  color: #fff;
}
main #topics .container .more {
  width: 16rem;
  margin: 2rem auto 6rem;
}
main #topics #topics_articles ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #topics #topics_articles ul li {
  width: 100%;
}
main #topics #topics_articles ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
main #topics #topics_articles ul li a .photo {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
main #topics #topics_articles ul li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main #topics #topics_articles ul li a .txt {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0) 50%);
  color: #fff;
  position: absolute;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
main #topics #topics_articles ul li a .txt .post-meta {
  background: rgba(128, 128, 128, 0.8);
  width: auto;
  margin: -1rem;
  padding: 1rem;
}
main #topics #topics_articles ul li a .txt .post-meta .title {
  height: 1.8em;
  overflow: hidden;
}
main #topics #topics_articles ul li a .txt .grade {
  position: absolute;
  bottom: 5.8rem;
}
main #topics #topics_articles ul li a .txt .grade img {
  width: 3rem;
  margin-right: 0.3rem;
}
main #topics #topics_articles ul li a .txt p.tag {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
}
main #topics #topics_articles ul li a .txt p.title br {
  display: none;
}
main #banner_area .container {
  margin: 6rem auto;
  width: 100%;
}
main #banner_area .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 31.5rem;
  margin: auto;
}
main #banner_area .container ul li {
  width: 100%;
  margin: 0 0 2rem;
}
main #banner_area .container ul li.half {
  width: 100%;
}
main section.feature {
  margin-bottom: 9rem;
}
main section.feature h2.section_title {
  width: 100%;
  margin-bottom: 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.feature h2.section_title span.img {
  width: 27rem;
  height: 12rem !important;
}
main section.feature h2.section_title span {
  display: block;
  text-align: center;
  width: 10.5rem;
}
main section.feature h2.section_title span img {
  height: 100%;
}
main section.feature .block_list ul li a {
  display: block;
  position: relative;
  height: 23.3rem;
}
main section.feature .block_list ul li a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.feature .block_list ul li a h3 {
  min-width: 23.6rem;
  height: 5.25rem;
  padding: 0 3rem;
  background: rgba(188, 16, 46, 0.8);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 5.25rem;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
main section.feature .block_list ul li a h3 span {
  color: #ffff00;
}
main section.feature .block_list ul li a h3::after {
  display: block;
  content: "";
  width: 11rem;
  height: 3rem;
  background: url("../img/button_read_more_sp.svg") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -9rem;
}
main section.feature .block_list ul li a h3.drop::after {
  bottom: -2rem;
  right: 1rem;
}
main section.feature .block_list ul li a + a {
  height: auto;
  overflow: visible;
}
main section.feature .block_list ul li a + a h3 {
  position: relative;
  top: 0;
  left: 0;
  background: #000;
}
main section.feature .block_list ul li a + a h3::after {
  right: 1rem;
  bottom: 1rem;
}
main section.feature .block_list ul li a + a:hover h3 {
  border: 1px solid #bc102e;
}
main section.feature .block_list ul li a + a:hover::after {
  content: none;
}
main #what_to_learn h2.section_title span {
  height: 15rem;
}
main #how_to_learn h2.section_title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main #how_to_learn h2.section_title span {
  height: 18rem;
}
main #how_to_learn .container .block_list ul li a h3.jh {
  background-color: rgba(0, 172, 95, 0.8);
}
main #how_to_learn .container .block_list ul li a h3.hs {
  background-color: rgba(0, 186, 235, 0.8);
}
main #r_life h2.section_title span {
  height: 18rem;
}
main #r_life .block_list ul li:last-of-type a h3 {
  line-height: 2.4rem;
  padding: 0.35rem 0 0.1rem;
}
main #graffiti {
  padding-bottom: 4rem;
}
main #graffiti .container {
  padding: 0 2rem;
}
main #graffiti .container h2 {
  width: 100%;
  margin-left: 0;
  margin-bottom: 3rem;
}
main #graffiti .container #graffiti_photo {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main #graffiti .container #graffiti_photo li {
  width: 16.4rem;
  margin-bottom: 1.5rem;
}
main #graffiti .container #r_hotaru {
  width: 30.6rem;
  margin: auto;
}
main #graffiti .container .widget-wrap {
  position: relative;
}
main #graffiti .container .widget-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main #graffiti .container p.button {
  text-align: center;
}
main #graffiti .container p.button img {
  width: 45%;
}
main #admission .container {
  width: 31.5rem;
}
main #admission .container h2 {
  border-top: 2px solid;
  border-left: 2px solid;
  color: #bc102e;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 1em;
  text-align: center;
  margin-bottom: 2rem;
}
main #admission .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #admission .container ul li {
  width: 15.6rem;
  height: 13.1rem;
  background-image: url("/img/admission_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
main #admission .container ul li:nth-child(2) {
  background-position: right top;
}
main #admission .container ul li:nth-child(2) a {
  background: rgba(0, 186, 235, 0.5);
}
main #admission .container ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 172, 95, 0.5);
}
main #admission .container ul li a p {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
main #admission .container ul li a p.button {
  width: 11rem;
}
main #admission .container .row .item {
  margin-bottom: 0.5rem;
}
main #admission .container .row .item.link_adm img {
  width: 100%;
}

footer {
  background: #e9e9e9;
  padding: 2rem 0;
  margin-top: 4rem;
  letter-spacing: 0.03rem;
  overflow-x: hidden;
}
footer #footer_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
footer #footer_toggle a {
  position: relative;
  z-index: 99;
  width: 3rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer #footer_toggle a span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0.4rem;
  background-color: #bc102e;
  border-radius: 0.4rem;
}
footer #footer_toggle a.active span {
  background-color: #bc102e;
}
footer #footer_toggle a.active span:nth-of-type(1) {
  -webkit-transform: translateY(1rem) rotate(-315deg);
          transform: translateY(1rem) rotate(-315deg);
}
footer #footer_toggle a.active span:nth-of-type(2) {
  opacity: 0;
}
footer #footer_toggle a.active span:nth-of-type(3) {
  -webkit-transform: translateY(-1rem) rotate(315deg);
          transform: translateY(-1rem) rotate(315deg);
}
footer #pagetop {
  width: 5.5rem;
  height: 5.5rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
footer #pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .container {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .container.opened {
  height: 115.4rem;
}
footer .container > div {
  margin: auto;
  font-size: 1.1rem;
  margin: 0 0 2rem;
  padding: 0 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container > div h3 {
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  margin-bottom: 1rem;
}
footer .container > div h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
footer .container > div h4::before {
  content: "【";
}
footer .container > div h4::after {
  content: "】";
}
footer .container > div h5 {
  color: #bc102e;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer .container > div h5:last-of-type {
  margin-bottom: 2rem;
}
footer .container > div h5 + h4 {
  margin-top: 2rem;
}
footer .container > div > ul {
  width: 46%;
}
footer .container > div > ul ul {
  margin-bottom: 2rem;
}
footer .container > div > ul ul li {
  text-indent: -0.6rem;
  margin-left: 0.6rem;
}
footer .container > div > ul ul li i {
  text-indent: 0;
}
footer .container > div > ul ul li::before {
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.6rem solid;
  border-right: 0;
}
footer .container > div > ul ul li ul {
  display: none;
}
footer .container li {
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
footer .container li.spacer {
  width: 1rem;
}
footer .container li.spacer::before {
  content: none;
}
footer .container #footer_nav02 {
  background: #fff;
  padding: 2rem;
  margin-bottom: 0;
}
footer .container #footer_nav03 {
  background: #fff;
  padding: 0 2rem 2rem;
}
footer .container #footer_nav03 ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .container #footer_nav03 li {
  width: 49%;
  margin: 0 1% 1rem 0;
}
footer .container #footer_nav03 li:nth-child(2n) {
  margin: 0 0 1rem 1%;
}
footer .container #footer_nav03 li.lg {
  width: 100%;
  margin: 0 0 1rem;
}
footer .container #footer_nav03 li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 0.4rem 1rem 0.5rem;
  border: 1px solid;
  border-radius: 3rem;
}
footer #school_profile {
  padding-top: 3rem;
}
footer #school_profile .logo {
  width: 28.5rem;
  margin: 0 auto 1.5rem;
}
footer #school_profile address,
footer #school_profile p.copyright {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
footer #school_profile p.copyright {
  letter-spacing: 1px;
}

@media screen and (min-width: 600px) {
  /*タブレット、PC兼用CSS*/
  :root {
    font-size: 0.78vw;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    border-top: 0;
  }
  header::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #bc102e;
    position: absolute;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  header .container {
    height: 8.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .container .logo {
    width: 28rem;
  }
  header .container ul {
    font-size: 0.9rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container ul.header_nav_pc01 {
    background: #fff;
    height: 3.8rem;
    margin-right: 0.3rem;
  }
  header .container ul.header_nav_pc01 li {
    padding: 0 1rem;
  }
  header .container ul.header_nav_pc01 li a {
    display: block;
    font-size: 1.2rem;
  }
  header .container ul.header_nav_pc01 li a.on {
    color: #bc102e;
  }
  header .container ul.header_nav_pc01 li a.current {
    color: #bc102e;
    font-weight: 600;
  }
  header .container ul.header_nav_pc01 li + li {
    border-left: 1px solid #aaa;
  }
  header .container ul.header_nav_pc01 li .submenu {
    position: absolute;
    max-width: 100rem;
    top: 9rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #bc102e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .container ul.header_nav_pc01 li .submenu a {
    font-size: 1.2rem;
  }
  header .container ul.header_nav_pc01 li .submenu.on {
    height: auto;
    padding: 3rem;
  }
  header .container ul.header_nav_pc01 li .submenu h3 {
    width: 20%;
    background: #fff;
    color: #bc102e;
    font-size: 1.4rem;
    margin: 0.5rem auto;
    padding: 0 1rem;
    text-align: center;
  }
  header .container ul.header_nav_pc01 li .submenu > ul {
    width: 66%;
  }
  header .container ul.header_nav_pc01 li .submenu > ul:only-child {
    width: auto;
  }
  header .container ul.header_nav_pc02 {
    height: 3.8rem;
  }
  header .container ul.header_nav_pc02 li {
    text-align: center;
    display: block;
    height: 100%;
    margin: 0 0.2rem;
  }
  header .container ul.header_nav_pc02 li a {
    background: #bc102e;
    color: white;
    height: 100%;
    padding: 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bc102e;
  }
  header .container ul.header_nav_pc02 li:last-of-type a {
    background: #666;
    color: #fff;
    border-color: #666;
  }
  header.active::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header.active .container .logo {
    background: url("../img/header_logo_b.svg") no-repeat center center;
    background-size: contain;
  }
  header.active .container .logo a img {
    opacity: 0;
  }
  header.active .container .header_nav_pc02 li a {
    border-color: #fff;
  }
  .admin-bar header {
    margin-top: 32px;
  }
  main {
    width: 100%;
    overflow-x: hidden;
  }
  main #mv.mt {
    padding-top: 0;
    background: none;
  }
  main #mv .container {
    width: 100%;
    max-width: none;
  }
  main #mv .container .main_copy {
    width: 67rem;
    height: 19rem;
  }
  main #mv .container .button_movies {
    width: 96rem;
    height: 15rem;
    bottom: 2.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main #mv .container .button_movies a.request {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
  }
  main #mv .container .button_movies a.yt {
    display: inline-block;
    width: 15rem;
    height: 15rem;
  }
  main #mv .container #search {
    width: 58rem;
    height: 9rem;
    bottom: 2.8rem;
  }
  main #mv .container #search .search_box {
    height: 6rem;
    padding: 0 1.5rem;
  }
  main #mv .container #search .search_box button {
    width: 1.8rem;
  }
  main #mv .container #search .recommend ul li {
    display: block;
  }
  main #topics .container {
    width: 100%;
    max-width: 100rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
  }
  main #topics .container .topics_header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #topics .container .topics_header h2 {
    width: auto;
  }
  main #topics .container #news_article {
    width: 100%;
  }
  main #topics .container #news_article ul {
    border-bottom: 2px solid #aaa;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  main #topics .container #news_article ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 1rem;
  }
  main #topics .container #news_article ul li .date {
    margin-right: 1.5rem;
  }
  main #topics .container #news_article ul li .title a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #topics .container #news_article ul li .title a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(188, 16, 46, 0.8);
            box-shadow: 0 2px 0 rgba(188, 16, 46, 0.8);
  }
  main #topics .container #tags {
    width: 75%;
  }
  main #topics .container #tags li {
    margin-bottom: 0.5rem;
  }
  main #topics .container .more img {
    width: 100%;
  }
  main #topics #topics_articles {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  main #topics #topics_articles ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main #topics #topics_articles ul li {
    width: 25%;
  }
  main #topics #topics_articles ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  main #topics #topics_articles ul li a .photo {
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  main #topics #topics_articles ul li a .photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main #topics #topics_articles ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  main #topics #topics_articles ul li a:hover .grade img {
    -webkit-transform: none;
            transform: none;
  }
  main #topics #topics_articles ul li a:hover .txt {
    color: #fff;
  }
  main #banner_area .container {
    width: 100%;
    max-width: 100rem;
  }
  main #banner_area .container ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #banner_area .container ul li {
    width: 100%;
  }
  main #banner_area .container ul li.half {
    width: 49%;
    margin: 0 0 2rem;
  }
  main section.feature {
    margin-bottom: 9rem;
  }
  main section.feature .container {
    max-width: none;
  }
  main section.feature .container h2.section_title {
    width: 50%;
    margin-bottom: 6.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.feature .container h2.section_title span.img {
    width: 100%;
    height: auto !important;
  }
  main section.feature .container h2.section_title span {
    display: block;
    text-align: center;
    width: 10.5rem;
  }
  main section.feature .container h2.section_title span img {
    height: 100%;
  }
  main section.feature .container .block_list ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main section.feature .container .block_list ul li {
    width: 50%;
  }
  main section.feature .container .block_list ul li a {
    display: block;
    position: relative;
    height: 35rem;
    overflow: hidden;
  }
  main section.feature .container .block_list ul li a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #bc102e;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main section.feature .container .block_list ul li a:hover::after {
    opacity: 0.5;
  }
  main section.feature .container .block_list ul li a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  main section.feature .container .block_list ul li a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main section.feature .container .block_list ul li a h3 {
    min-width: 25rem;
    height: auto;
    padding: 3rem 5rem;
    background: rgba(188, 16, 46, 0.8);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    z-index: 10;
  }
  main section.feature .container .block_list ul li a h3 span {
    color: #ffff00;
  }
  main section.feature .container .block_list ul li a h3::after {
    display: block;
    content: "";
    width: 11rem;
    height: 3rem;
    background: url("../img/button_read_more.svg") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    bottom: -2rem;
    right: 1rem;
  }
  main section.feature .container .block_list ul li a + a {
    height: 9.45rem;
    overflow: visible;
  }
  main section.feature .container .block_list ul li a + a h3 {
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    padding: 2rem;
  }
  main section.feature .container .block_list ul li a + a:hover h3 {
    border: 1px solid #bc102e;
  }
  main section.feature .container .block_list ul li a + a:hover::after {
    content: none;
  }
  main section.feature .container .block_list ul li a:hover h3 {
    background: #fff;
    color: #bc102e;
  }
  main section.feature .container .block_list ul li a:hover h3 span {
    color: #bc102e;
  }
  main section.feature .container .block_list ul li a:hover h3::after {
    background-image: url("/img/button_read_more_hover.svg");
  }
  main #what_to_learn h2.section_title span {
    height: 18.5rem;
  }
  main #what_to_learn .block_list ul li:nth-child(2), main #what_to_learn .block_list ul li:nth-child(4) {
    margin-top: -17.5rem;
  }
  main #what_to_learn .block_list ul li:nth-child(6) {
    margin-top: -27rem;
  }
  main #how_to_learn h2.section_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
  }
  main #how_to_learn h2.section_title span {
    height: 24rem;
  }
  main #how_to_learn .block_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 105rem;
    margin-top: -17.5rem;
  }
  main #how_to_learn .block_list ul li:nth-child(4), main #how_to_learn .block_list ul li:nth-child(5) {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  main #how_to_learn .block_list ul li a:hover h3.jh, main #how_to_learn .block_list ul li a:hover h3.hs {
    background-color: #fff;
  }
  main #r_life h2.section_title span {
    height: 24rem;
  }
  main #r_life .block_list ul li:nth-child(2), main #r_life .block_list ul li:nth-child(3) {
    margin-top: -17.5rem;
  }
  main #r_life .block_list ul li:last-of-type a h3 {
    line-height: 1;
    padding: 3rem 5rem;
  }
  main #graffiti {
    padding-bottom: 10rem;
  }
  main #graffiti .container {
    max-width: 83rem;
  }
  main #graffiti .container h2 {
    width: 58rem;
  }
  main #graffiti .container p.button {
    text-align: right;
  }
  main #graffiti .container p.button img {
    width: 16rem;
  }
  main #admission .container {
    width: 100%;
    max-width: 100rem;
  }
  main #admission .container h2 {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    line-height: 3;
  }
  main #admission .container ul {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  }
  main #admission .container ul li {
    width: 30.6rem;
    height: 8rem;
    background-image: url("/img/admission_bg_pc.jpg");
    background-size: cover;
  }
  main #admission .container ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #admission .container ul li a p {
    margin: 0 1rem;
    line-height: 0;
  }
  main #admission .container ul li a:hover {
    opacity: 0.4;
  }
  main #admission .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #admission .container .row .item {
    margin-bottom: 2rem;
  }
  main #admission .container .row .item.link_gc {
    width: 100%;
  }
  main #admission .container .row .item.link_adm {
    width: 49%;
  }
  main #admission .container .row .item.link_blog {
    width: 49%;
  }
  footer .container {
    max-width: none;
    display: block;
  }
  footer .container > div {
    padding: 0 3rem;
    font-size: 1.2rem;
  }
  footer .container > div h5:last-of-type {
    margin-bottom: 0.5rem;
  }
  footer .container > div h5 + ul {
    display: block;
  }
  footer .container > div > ul {
    width: 18%;
  }
  footer .container > div > ul ul li ul {
    display: block;
  }
  footer .container > div > ul ul li ul li::before {
    content: "・";
    border: none;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) {
    width: 38.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) > li {
    width: 48%;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) > li:first-child {
    width: 100%;
  }
  footer .container #footer_nav02_pc {
    background: #fff;
    padding: 3rem;
    margin-bottom: 0;
  }
  footer .container #footer_nav02_pc > ul {
    width: 23%;
  }
  footer .container #footer_nav03_pc {
    background: #fff;
    padding: 0 3rem 6rem;
  }
  footer .container #footer_nav03_pc ul {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container #footer_nav03_pc ul li {
    width: 19%;
    margin-bottom: 1rem;
  }
  footer .container #footer_nav03_pc ul li.lg {
    width: 29%;
  }
  footer .container #footer_nav03_pc ul li a {
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 3rem;
    padding: 0.3rem 2rem 0.5rem;
    color: #000;
  }
  .touch-device header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .touch-device header::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #bc102e;
    position: absolute;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  .touch-device header .container {
    max-width: 100%;
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .touch-device header .container .logo {
    width: 30rem;
    height: 6rem;
    margin-right: 1rem;
  }
  .touch-device header .container ul {
    font-size: 0.9rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .touch-device header .container ul.header_nav_pc01 {
    background: #fff;
    height: 5rem;
    margin-right: 0.3rem;
  }
  .touch-device header .container ul.header_nav_pc01 li {
    padding: 0 1rem;
  }
  .touch-device header .container ul.header_nav_pc01 li a {
    display: block;
    font-size: 1.8rem;
  }
  .touch-device header .container ul.header_nav_pc01 li a.on {
    color: #bc102e;
  }
  .touch-device header .container ul.header_nav_pc01 li + li {
    border-left: 1px solid #aaa;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu {
    position: absolute;
    max-width: 96%;
    top: 9rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #bc102e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu a {
    font-size: 1.8rem;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu.on {
    height: auto;
    padding: 2rem 0;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul {
    width: 66%;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul:only-child {
    width: auto;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul:only-child li {
    padding: 0 0.5rem;
  }
  .touch-device header .container ul.header_nav_pc02 {
    height: 5rem;
  }
  .touch-device header .container ul.header_nav_pc02 li {
    text-align: center;
    display: block;
    height: 100%;
    margin: 0 0.2rem;
  }
  .touch-device header .container ul.header_nav_pc02 li a {
    background: #bc102e;
    color: white;
    height: 100%;
    padding: 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bc102e;
    font-size: 1.4rem;
  }
  .touch-device header .container ul.header_nav_pc02 li:last-of-type a {
    background: #666;
    color: #fff;
    border-color: #666;
  }
  .touch-device header.active::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .touch-device header.active .container .logo {
    background: url("../img/header_logo_b.svg") no-repeat center center;
    background-size: contain;
  }
  .touch-device header.active .container .logo a img {
    opacity: 0;
  }
  .touch-device header.active .container .header_nav_pc02 li a {
    border-color: #fff;
  }
  .touch-device .admin-bar header {
    margin-top: 32px;
  }
  .admin-bar #local-nav {
    top: 11.4rem;
  }
  /*タブレット、PCで要素を非表示にする*/
  .for_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  /*大画面用CSS*/
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 599px) {
  /*スマホで要素を非表示にする*/
  .for_pc {
    display: none !important;
  }
}
[data-aos=title-red-right] {
  position: relative;
  -webkit-transform: translate(-100vw, 0);
          transform: translate(-100vw, 0);
  overflow: hidden;
}
[data-aos=title-red-right]::after {
  content: "";
  display: block;
  background: #bc102e;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
[data-aos=title-red-right].aos-animate {
  -webkit-animation: title-red-right 0.5s forwards;
          animation: title-red-right 0.5s forwards;
}
[data-aos=title-red-right].aos-animate::after {
  -webkit-animation: title-red-right-line 0.5s 0.8s forwards;
          animation: title-red-right-line 0.5s 0.8s forwards;
}

[data-aos=title-red-left] {
  position: relative;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  overflow: hidden;
}
[data-aos=title-red-left]::after {
  content: "";
  display: block;
  background: #bc102e;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
[data-aos=title-red-left].aos-animate {
  -webkit-animation: title-red-left 0.5s forwards;
          animation: title-red-left 0.5s forwards;
}
[data-aos=title-red-left].aos-animate::after {
  -webkit-animation: title-red-left-line 0.5s 0.8s forwards;
          animation: title-red-left-line 0.5s 0.8s forwards;
}

[data-aos=pop-up] {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
}
[data-aos=pop-up].aos-animate {
  -webkit-animation: pop-up 0.5s forwards;
          animation: pop-up 0.5s forwards;
}

[data-aos=pop-up-list] li {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
}
[data-aos=pop-up-list].aos-animate li:nth-of-type(1) {
  -webkit-animation: pop-up 0.3s forwards;
          animation: pop-up 0.3s forwards;
}
[data-aos=pop-up-list].aos-animate li:nth-of-type(2) {
  -webkit-animation: pop-up 0.3s 0.3s forwards;
          animation: pop-up 0.3s 0.3s forwards;
}
[data-aos=pop-up-list].aos-animate li:nth-of-type(3) {
  -webkit-animation: pop-up 0.3s 0.6s forwards;
          animation: pop-up 0.3s 0.6s forwards;
}
[data-aos=pop-up-list].aos-animate li:nth-of-type(4) {
  -webkit-animation: pop-up 0.3s 0.9s forwards;
          animation: pop-up 0.3s 0.9s forwards;
}

.block_list ul li {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
.block_list ul li.aos-animate {
  -webkit-animation: blur 0.5s forwards;
          animation: blur 0.5s forwards;
}

.line > div.aos-init {
  width: 0%;
}

.line > div.aos-animate {
  -webkit-animation: report_arrow 0.5s forwards;
          animation: report_arrow 0.5s forwards;
}

@-webkit-keyframes title-red-right {
  0% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes title-red-right {
  0% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes title-red-right-line {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@keyframes title-red-right-line {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@-webkit-keyframes title-red-left {
  0% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes title-red-left {
  0% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes title-red-left-line {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
}
@keyframes title-red-left-line {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
}
@-webkit-keyframes pop-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes pop-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes report_arrow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes report_arrow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.subpage header .container p.logo a {
  display: block;
  height: 4rem;
  background: url("../img/header_logo_c.svg") no-repeat center center;
  background-size: contain;
}
.subpage header .container p.logo a img {
  opacity: 0;
}
.subpage header.active .container p.logo a {
  display: block;
  background: none;
}
.subpage main {
  margin-top: 10rem;
}
.subpage main .pager_link {
  text-align: center;
  width: 100%;
  height: 3rem;
  margin: 3rem auto;
}
.subpage main .pager_link ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subpage main .pager_link ul li {
  width: 3rem;
  height: 2rem;
  background: transparent;
  color: #bc102e;
  border-radius: 50%;
  padding: 0;
  border: none;
}
.subpage main .pager_link ul li a,
.subpage main .pager_link ul li span {
  width: 100%;
  height: 100%;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.subpage main .pager_link p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.subpage main .pager_link p span {
  width: 45%;
  margin: 0 1rem;
  display: block;
  background: #e9e9e9;
}
.subpage main #topics .container {
  width: 100%;
  padding: 0 1.5rem;
}
.subpage main #topics .container #tags {
  margin-bottom: 1rem;
}
.subpage main #topics .container .topics_search {
  font-size: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
.subpage main #topics .container .topics_search select,
.subpage main #topics .container .topics_search button {
  line-height: 1.8;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.subpage main #topics .container .topics_search button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-color: #bc102e;
  color: #fff;
  font-weight: 500;
  margin: 1rem 0 0;
  width: 90%;
}
.subpage main #topics .container #topics_articles ul li {
  height: 12rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.subpage main #topics .container #topics_articles ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage main #topics .container #topics_articles ul li a .photo {
  width: 10rem;
  height: 100%;
  padding: 0;
  margin-right: 1rem;
}
.subpage main #topics .container #topics_articles ul li a .photo img {
  position: static;
}
.subpage main #topics .container #topics_articles ul li a .meta {
  width: 21rem;
  padding: 0;
  border-bottom: 1px solid #bc102e;
  color: #bc102e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpage main #topics .container #topics_articles ul li a .meta p {
  display: inline-block;
}
.subpage main #topics .container #topics_articles ul li a .meta p.date {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 1rem;
}
.subpage main #topics .container #topics_articles ul li a .meta p.icon-tag {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background: #666;
  padding: 0 0.5rem 0.1rem;
  border-radius: 2rem;
  letter-spacing: normal;
}
.subpage main #topics .container #topics_articles ul li a .txt {
  width: 22rem;
  height: 6rem;
  position: static;
  background: none;
  color: #666;
  padding: 0.5rem 1rem 0.5rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-break: break-all;
}
.subpage main #topics .container #topics_articles ul li a .txt .title-wrap {
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subpage main #topics .container #topics_articles ul li a .txt .number {
  font-size: 1.4rem;
  display: inline-block;
  background: #bc102e;
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 3px;
}
.subpage main #topics .container #topics_articles ul li a .txt .title {
  font-size: 1.3rem;
  line-height: 1.4;
  display: inline;
}
.subpage main #topics .container #topics_articles ul li a .txt .body {
  display: none;
}
.subpage main #topics .container #topics_articles .pager_link {
  text-align: center;
  width: 100%;
  height: 3rem;
  margin: 3rem auto;
}
.subpage main #topics .container #topics_articles .pager_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage main #topics .container #topics_articles .pager_link ul li {
  width: 3rem;
  height: 2rem;
  background: transparent;
  color: #bc102e;
  border-radius: 50%;
  padding: 0;
  border: none;
}
.subpage main #topics .container #topics_articles .pager_link ul li a,
.subpage main #topics .container #topics_articles .pager_link ul li span {
  width: 100%;
  height: 100%;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
}
.subpage main #topics .container #topics_articles .pager_link p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.subpage main #topics .container #topics_articles .pager_link p span {
  width: 45%;
  margin: 0 1rem;
  display: block;
  background: #e9e9e9;
}
.subpage main #archive .container {
  width: 90%;
  max-width: 100rem;
  background: #aaa;
  text-align: center;
  color: #fff;
  padding: 1rem;
  border-radius: 6px;
}
.subpage main #archive .container h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.subpage main #archive .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage main #archive .container ul li {
  background: #666;
  display: block;
  padding: 0rem 1rem;
  margin: 0 1rem 1rem;
  border-radius: 3px;
}
.subpage main #pagebody h1 {
  color: #bc102e;
  font-size: 2rem;
  font-weight: 700;
}
.subpage main #pagebody h1.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
  margin-right: 1rem;
  line-height: 1.5;
}
.subpage main #pagebody h1.page-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #bc102e;
  width: calc(50% - 14rem);
  height: 0.3rem;
  margin-right: 1.2rem;
}
.subpage main #pagebody h1.entry-title {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aaa;
}
.subpage main #pagebody p.date {
  font-size: 1.4rem !important;
  text-align: right;
}
.subpage main #pagebody p.note {
  font-size: 1.2rem !important;
}
.subpage main #pagebody a {
  color: #bc102e;
}
.subpage main #pagebody ul.circleList {
  list-style: disc;
  padding-left: 2rem;
}
.subpage main #pagebody li {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.subpage main #pagebody li span[class^=no_] {
  font-weight: 400;
  font-size: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #bc102e;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  letter-spacing: normal;
}
.subpage main #pagebody ul.boxLink {
  margin: 0 auto;
  padding: 0 !important;
  display: block;
  width: 100%;
  max-width: 80rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subpage main #pagebody ul.boxLink > p {
  display: none;
}
.subpage main #pagebody ul.boxLink li {
  display: table;
  width: 100%;
  margin-bottom: 1.5rem;
}
.subpage main #pagebody ul.boxLink li a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 6rem;
  display: table-cell;
  width: 100%;
  padding: 0.5rem 5rem 0.5rem 2rem;
  background: #eae6e3;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subpage main #pagebody ul.boxLink li a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "〉";
  display: block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-weight: 700;
  color: #b21c37;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
.subpage main #pagebody ul.boxLink li a[target*=_blank]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
}
.subpage main #pagebody ul.boxLink li a:hover {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
.subpage main #pagebody ul.boxLink li a:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.subpage main #pagebody .grayBox {
  background: #ddd;
  padding: 2rem 3rem 1px;
}
.subpage main #pagebody span.num {
  position: absolute;
  left: 1.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 50%;
  background: #bc102e;
  color: #fff;
  text-align: center;
}
.subpage main #pagebody img.new_icon {
  height: 1.2em;
  line-height: 1.2em;
  vertical-align: middle;
  margin-left: 1rem;
}
.subpage main #pagebody .pinkBox {
  margin: 20px 0;
  padding: 25px 20px 17px;
  background: #f7e8eb;
}
.subpage main #pagebody .container {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.subpage main #pagebody .container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #000;
}
.subpage main #pagebody .container .reg-h3 {
  font-weight: 700;
  padding: 0 0 5px;
  font-size: 1.8rem;
  margin: 20px 0 30px;
  margin: 2rem 0 3rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-bottom: 2px solid #b21c37;
}
.subpage main #pagebody .container .reg-h4 {
  position: relative;
  padding: 8px 15px;
  background: #f7e8eb;
  font-size: 1.6rem;
  margin: 35px 0 25px;
  margin: 3.5rem 0 2.5rem;
  line-height: 22px;
}
.subpage main #pagebody .container .reg-h5 {
  font-size: 1.6rem;
  margin: 20px 0 10px;
  margin: 2rem 0 1rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.subpage main #pagebody .container .reg-h5::before {
  color: #b21c37;
  content: "●";
  font-size: 1em;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.subpage main #pagebody .container .reg-h6 {
  position: relative;
  font-size: 18px;
  margin: 20px 0 10px;
  margin: 2rem 0 1rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.subpage main #pagebody .container p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.subpage main #pagebody .container p.txt-right {
  text-align: right;
}
.subpage main #pagebody .container dl {
  font-size: 1.4rem;
}
.subpage main #pagebody .container dl.borderList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage main #pagebody .container dl.borderList dt,
.subpage main #pagebody .container dl.borderList dd {
  padding-bottom: 1.5rem;
}
.subpage main #pagebody .container dl.borderList dt {
  width: 100%;
}
.subpage main #pagebody .container dl.borderList dd {
  width: 100%;
  border-bottom: 1px dotted;
  margin-bottom: 2rem;
}
.subpage main #pagebody .container dl.borderList dd p {
  font-size: inherit;
  margin-bottom: 1rem;
}
.subpage main #pagebody .container .movie_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subpage main #pagebody .container .movie_section .movieBox {
  width: 100%;
  margin-bottom: 2rem;
}
.subpage main #pagebody .container .movie_section .movieBox a {
  display: block;
  position: relative;
}
.subpage main #pagebody .container .movie_section .movieBox a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("/img/introduce/movie/play.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}
.subpage main #pagebody .container .movie_section .movieBox .reg-h5 {
  background: #bc102e;
  color: #fff;
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.subpage main #pagebody .container .movie_section .movieBox .reg-h5::before {
  content: none;
}
.subpage main #pagebody .container .movie_section .movieBox p {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.subpage main #pagebody .container table {
  margin: 0 0 5rem;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #ccc;
}
.subpage main #pagebody .container table thead th {
  border: 1px solid #ccc;
  background: #d6d6d6;
  font-weight: 400;
  padding: 10px 6px;
  padding: 1rem 0.6rem;
  min-width: 60px;
  text-align: center;
}
.subpage main #pagebody .container table tbody th {
  border: 1px solid #ccc;
  font-weight: 300;
  padding: 10px 6px;
  padding: 1rem 0.6rem;
  text-align: center;
  background: #f5f5f5;
}
.subpage main #pagebody .container table tbody td {
  border: 1px solid #ccc;
  padding: 4px 5px;
  padding: 0.4rem 0.5rem;
  text-align: center;
}
.subpage main #pagebody .container table.left tbody td {
  text-align: left;
}
.subpage main #pagebody .container .tableBlock {
  margin: 0 0 2rem;
  overflow: auto;
}
.subpage main #pagebody .container .tableBlock table {
  min-width: 500px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gallery .gallery-item {
  margin-bottom: 1rem;
  text-align: center;
}
.gallery .gallery-item img {
  width: calc(100% - 2rem) !important;
  height: auto;
  border: 0 !important;
}

.single-post main #pagebody .container ul,
.single-blog_principal main #pagebody .container ul {
  list-style-type: disc;
  padding-left: 2em;
}
.single-post main #pagebody .container ul li,
.single-blog_principal main #pagebody .container ul li {
  font-size: 1.5rem;
}
.single-post main #pagebody .container ul.category-list,
.single-blog_principal main #pagebody .container ul.category-list {
  list-style-type: none;
}
.single-post main #pagebody .container ul.category-list li,
.single-blog_principal main #pagebody .container ul.category-list li {
  display: inline-block;
  background: #bc102e;
  font-size: 0.8em;
  border-radius: 10rem;
}
.single-post main #pagebody .container ul.category-list li a,
.single-blog_principal main #pagebody .container ul.category-list li a {
  color: #fff;
  padding: 0 0.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-post main #pagebody .container p.date,
.single-blog_principal main #pagebody .container p.date {
  color: #bc102e;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
}
.single-post main #pagebody .container .navigation,
.single-blog_principal main #pagebody .container .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.single-post main #pagebody .container p.date + .navigation,
.single-blog_principal main #pagebody .container p.date + .navigation {
  margin-top: 1rem;
}
.single-post main #pagebody .container img,
.single-blog_principal main #pagebody .container img {
  width: auto;
  height: auto;
}

.post-type-archive-blog_principal main {
  margin-top: 0;
}
.post-type-archive-blog_principal main #page-header {
  margin-top: 5.8rem;
  background: #bc102e;
  position: relative;
}
.post-type-archive-blog_principal main #page-header .container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-blog_principal main #page-header .container h1 {
  background: rgba(255, 255, 255, 0.75);
  font-size: 3.2rem;
  font-weight: 600;
  color: #bc102e;
  padding: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-type-archive-blog_principal main #page-header .container h1 span {
  display: block;
  font-size: 1.8rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.post-type-archive-blog_principal main #topics .container #topics_articles ul li a .meta {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-type-archive-blog_principal main .author {
  border: 1px solid #bc102e;
  font-size: 1rem;
  padding: 0 0.5rem;
  letter-spacing: 0;
}
.post-type-archive-blog_principal main .body {
  letter-spacing: 0.1rem;
}

.single-blog_principal #page-header .container {
  padding: 0 2rem 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #bc102e;
  max-width: 86.4rem;
}
.single-blog_principal #page-header .container h1 {
  color: #bc102e;
  font-size: 2.4rem;
  font-weight: 600;
}
.single-blog_principal #page-header .container .subtitle {
  color: #bc102e;
  font-weight: 500;
  font-size: 1.6rem;
}
.single-blog_principal #page-header .container .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4rem 0 0;
}
.single-blog_principal #page-header .container .post-meta .date {
  color: #bc102e;
  font-weight: 600;
}
.single-blog_principal #page-header .container .post-meta .author {
  border: 1px solid;
  color: #bc102e;
  padding: 0 0.5em;
  border-radius: 4px;
}

@media screen and (min-width: 600px) {
  .subpage main {
    margin-top: 19rem;
  }
  .subpage main #topics .container .topics_header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .subpage main #topics .container .topics_header h2 {
    width: 32rem;
    margin: 0;
  }
  .subpage main #topics .container .topics_header .topics_search {
    font-size: 1.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .subpage main #topics .container .topics_header .topics_search select,
  .subpage main #topics .container .topics_header .topics_search button {
    line-height: 1.8;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .subpage main #topics .container .topics_header .topics_search button {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    background-color: #bc102e;
    color: #fff;
    font-weight: 500;
    width: auto;
    margin-top: 0;
  }
  .subpage main #topics .container #topics_articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage main #topics .container #topics_articles ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage main #topics .container #topics_articles ul li {
    width: 100%;
    height: 12rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
  }
  .subpage main #topics .container #topics_articles ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subpage main #topics .container #topics_articles ul li a .photo {
    width: 10rem;
    height: 10rem;
    overflow: hidden;
  }
  .subpage main #topics .container #topics_articles ul li a .meta {
    width: 12rem;
    display: block;
    border: 0;
  }
  .subpage main #topics .container #topics_articles ul li a .txt {
    width: calc(96% - 10rem);
    height: auto;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .title {
    color: #bc102e;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px dotted #666;
    padding-bottom: 1rem;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .body {
    display: block;
    height: 7rem;
    line-height: 1.6;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .body p {
    line-height: 1.6;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .title br {
    display: none;
  }
  .subpage main #topics .container .pager_link {
    text-align: center;
    width: 100%;
    height: 3rem;
    margin: 3rem auto;
  }
  .subpage main #topics .container .pager_link p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .subpage main #topics .container .pager_link p span {
    width: 25%;
    margin: 0 1rem;
    display: block;
    background: #e9e9e9;
  }
  .subpage main #archive .container {
    width: 90%;
    max-width: 100rem;
    background: #aaa;
    text-align: center;
    color: #fff;
    padding: 1rem;
    border-radius: 6px;
  }
  .subpage main #archive .container h3 {
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .subpage main #archive .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subpage main #archive .container ul li {
    background: #666;
    display: block;
    padding: 0rem 1rem;
    margin: 0 1rem;
    border-radius: 3px;
  }
  .subpage main #pagebody h1.page-title {
    color: #bc102e;
    font-size: 3rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.5rem;
    padding-right: calc(50% - 50.2rem);
  }
  .subpage main #pagebody h1.page-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #bc102e;
    width: calc(50% - 43.2rem);
    height: 0.6rem;
    margin-right: 2rem;
  }
  .subpage main #pagebody .container {
    max-width: 86.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .subpage main #pagebody .container h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #000;
  }
  .subpage main #pagebody .container p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
  }
  .subpage main #pagebody .container p.txt-right {
    text-align: right;
  }
  .subpage main #pagebody .container dl {
    font-size: 1.8rem;
  }
  .subpage main #pagebody .container dl.borderList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subpage main #pagebody .container dl.borderList dt,
  .subpage main #pagebody .container dl.borderList dd {
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted;
    margin-bottom: 2rem;
  }
  .subpage main #pagebody .container dl.borderList dt {
    width: 20%;
  }
  .subpage main #pagebody .container dl.borderList dd {
    width: 80%;
  }
  .subpage main #pagebody .container dl.borderList dd p {
    margin-bottom: 1rem;
  }
  .subpage main #pagebody .container table {
    font-size: 1.6rem;
  }
  .subpage main #pagebody .container .movie_section .movieBox {
    width: 49%;
  }
  .subpage main #pagebody ul.boxLink li {
    width: 47%;
  }
  .subpage main #pagebody ul.boxLink li a {
    height: 8rem;
  }
  .single-post main #pagebody .container ul,
  .single-blog_principal main #pagebody .container ul {
    list-style-type: disc;
  }
  .single-post main #pagebody .container ul li,
  .single-blog_principal main #pagebody .container ul li {
    font-size: 1.8rem;
  }
  .post-type-archive-blog_principal main {
    margin-top: 0;
  }
  .post-type-archive-blog_principal main #page-header .bg {
    width: 100%;
  }
  .post-type-archive-blog_principal main #page-header .container {
    left: 0;
    right: 0;
  }
  .post-type-archive-blog_principal main #page-header .container h1 {
    padding: 4rem 4rem;
    font-size: 4.2rem;
    font-weight: 500;
  }
  .post-type-archive-blog_principal main #page-header .container h1 span {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li {
    height: 12rem;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a {
    height: 100%;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .photo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .meta {
    width: 18rem;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    border-bottom: 1px dotted #666;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .number {
    font-size: 2rem;
    display: block;
    background: #bc102e;
    color: #fff;
    padding: 0 1rem;
    border-radius: 3px;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title {
    font-size: 1.8rem;
    border: none !important;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title span {
    font-size: 1.4rem;
    display: block;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .body {
    height: 5rem;
  }
  .post-type-archive-blog_principal main .author {
    border: 1px solid #bc102e;
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
  .single-blog_principal #page-header .container {
    padding: 0 0 1rem;
    margin-bottom: 6rem;
  }
  .single-blog_principal #page-header .container h1 {
    color: #bc102e;
    font-size: 4.8rem;
    font-weight: 600;
  }
  .single-blog_principal #page-header .container .subtitle {
    color: #bc102e;
    font-weight: 500;
    font-size: 2.8rem;
  }
  .single-blog_principal #page-header .container .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 4rem 0 0;
  }
  .single-blog_principal #page-header .container .post-meta .date {
    color: #bc102e;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .single-blog_principal #page-header .container .post-meta .author {
    border: 1px solid;
    color: #bc102e;
    padding: 0 0.5em;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}
.spacer {
  height: 23rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.button_return {
  border: 2px solid #bc102e;
  padding: 1rem 2rem;
  border-radius: 8px;
  background: #fff;
  color: #bc102e;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.m-overflow {
  overflow-x: auto;
}
.m-overflow img {
  min-width: 200%;
  max-width: none;
  max-height: none;
}

.special_page main {
  overflow: hidden;
}
.special_page main hr.blank {
  height: 1px;
  background: transparent;
  margin: 2.5rem 0;
  border: none;
}
.special_page main section p.lead {
  font-size: 1.9rem !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  color: #000;
  width: auto !important;
}
.special_page main section .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.special_page main section .flex .txt {
  width: 100%;
  margin-bottom: 1rem;
}
.special_page main section .flex .txt h3 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4rem;
  text-align: center;
}
.special_page main section .flex .txt h3 img {
  display: block;
  margin: 4rem auto 3rem;
}
.special_page main section .flex .txt p {
  font-size: 1.5rem;
  width: auto !important;
}
.special_page main section .flex .img {
  width: 100%;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 599px) {
  .special_page main section .flex .img.of-ml {
    width: 75%;
    margin-left: -2rem;
    margin-right: auto;
  }
  .special_page main section .flex .img.of-mr {
    width: 75%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
.special_page main section .flex.m-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.special_page main section .flex.m-reverse .img {
  margin-bottom: 0;
}
.special_page main #page-header {
  position: relative;
}
.special_page main #page-header h1:not(:only-child) {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #bc102e;
  position: absolute;
  top: 10rem;
  left: 0;
  padding: 0.5rem 1.5rem;
}
.special_page main #intro {
  padding-top: 6rem;
  padding-bottom: 8.5rem;
}
.special_page main #intro h2 {
  color: #bc102e;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}
.special_page main #intro h3 {
  color: #bc102e;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  border: 1px solid #bc102e;
  border-left: none;
  border-right: none;
  margin: 8rem 0 5rem;
}
.special_page main #intro .container {
  max-width: 100%;
  padding: 0 2rem;
}
.special_page main #intro ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special_page main #intro ul li {
  width: 30%;
}
.special_page main #topics {
  padding: 0;
}
.special_page main #topics .container {
  max-width: 100rem;
}
.special_page main #topics h2 {
  color: #bc102e;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.special_page main #topics #topics_articles {
  width: 100%;
  max-width: 100rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.special_page main #topics #topics_articles ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.special_page main #topics #topics_articles ul li {
  width: 100%;
}
.special_page main section.section {
  padding-top: 10rem;
}
.special_page main section.section .container {
  max-width: 100%;
  padding: 0 2rem;
}
.special_page main section.section .container h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4rem;
  letter-spacing: normal;
}
.special_page main section.section .container h2 img {
  width: 11.5rem;
  margin-bottom: 4.8rem;
}
.special_page main section.section .container h2.red {
  color: #bc102e;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.special_page main section.section .container p {
  font-size: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.special_page main section.section .container hr.red {
  border-top: 1px solid #bc102e;
  margin: 5rem auto;
}
.special_page main section.section .container hr.cl {
  border: 0;
  padding-top: 1px;
  margin: 3rem 0;
}
.special_page main section.section .container .right {
  text-align: right;
}
.special_page main section.section .container .center {
  text-align: center;
}
.special_page main section.section .container p.full {
  width: 100%;
  margin-bottom: 10rem;
}
.special_page main .yogibo {
  width: 100%;
  border: 4px double #bc102e;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.special_page main .yogibo img {
  margin-bottom: 1.5rem;
}

.post-type-archive-event_admission main #page-body .container,
.single-event_admission main #page-body .container,
.page-id-63544 main #page-body .container {
  padding: 0 3rem;
}
.post-type-archive-event_admission main #page-body .container .event-list,
.single-event_admission main #page-body .container .event-list,
.page-id-63544 main #page-body .container .event-list {
  border-top: 1px solid #bc102e;
  padding-top: 2rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item,
.single-event_admission main #page-body .container .event-list .event-item,
.page-id-63544 main #page-body .container .event-list .event-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px solid #666;
  margin-bottom: 2rem;
  padding-top: 6rem;
  margin-top: -6rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade,
.single-event_admission main #page-body .container .event-list .event-item .event-item__grade,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__grade {
  width: 4.2rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
.single-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__grade p {
  margin-bottom: 0.5rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main,
.single-event_admission main #page-body .container .event-list .event-item .event-item__main,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__main {
  width: 25.5rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
.single-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.title {
  font-size: 1.4rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
.single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date {
  font-size: 1.8rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
.single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date span {
  font-size: 1rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta {
  width: 25.5rem;
  margin: 0 0 0 auto;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th p {
  background: #e9e9e9;
  padding: 0 0.5rem;
  min-width: 4em;
  text-align: center;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th {
  padding: 0 0.5rem;
  border-bottom: 5px solid #fff;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta td {
  padding: 0 0.5rem;
  border-bottom: 5px solid #fff;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon {
  border: 1px solid #bc102e;
  color: #bc102e;
  text-align: center;
  padding: 0 1rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit {
  text-align: center;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit a {
  display: inline-block;
  background: url("/img/event_admission/button_submit.svg") no-repeat right center;
  background-size: cover;
  color: #fff;
  padding: 0.3rem 3rem;
}
.post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
.single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
.page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_end {
  border: 1px solid #666;
  color: #666;
  text-align: center;
  padding: 0 1rem;
}

@media screen and (min-width: 600px) {
  .spacer {
    height: 40vh;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
  }
  .touch-device .spacer {
    height: 60vh;
    background-position: center;
    background-attachment: initial;
  }
  .button_return {
    width: 30rem;
  }
  .m-overflow {
    overflow-x: auto;
  }
  .m-overflow img {
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .special_page main {
    overflow: visible;
  }
  .special_page main hr.blank {
    height: 1px;
    background: transparent;
    margin: 4rem 0;
    border: none;
  }
  .special_page main section p.lead {
    font-size: 2.4rem !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    color: #000;
    width: auto !important;
  }
  .special_page main section .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8rem;
  }
  .special_page main section .flex .txt {
    width: 33rem;
  }
  .special_page main section .flex .txt h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
    text-align: left;
  }
  .special_page main section .flex .txt h3 img {
    display: block;
    margin: 0 auto 4rem;
  }
  .special_page main section .flex .txt p {
    font-size: 1.8rem;
    width: auto !important;
  }
  .special_page main section .flex .img {
    width: 40rem;
  }
  .special_page main section .flex .img.of {
    width: 62rem;
    margin-left: -22rem;
  }
  .special_page main section .flex .full {
    width: 100%;
  }
  .special_page main section .flex.m-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .special_page main section .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .special_page main section .flex.reverse .img.of {
    margin-right: -22rem;
    margin-left: auto;
  }
  .special_page main #page-header {
    position: relative;
  }
  .special_page main #page-header h1 img {
    width: 100%;
  }
  .special_page main #page-header h1:not(:only-child) {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    background: #bc102e;
    position: absolute;
    top: 15rem;
    left: 0;
    padding: 0.5rem 1.5rem 0.5rem 15rem;
  }
  .special_page main #intro {
    padding-top: 11rem;
    padding-bottom: 8.5rem;
  }
  .special_page main #intro h2 {
    color: #bc102e;
    font-size: 4.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6rem;
  }
  .special_page main #intro h3 {
    color: #bc102e;
    font-size: 4.1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    border: 1px solid #bc102e;
    border-left: none;
    border-right: none;
    margin-bottom: 7rem;
  }
  .special_page main #intro p {
    font-size: 1.8rem;
  }
  .special_page main #intro .container {
    max-width: 83rem;
  }
  .special_page main #intro ul {
    width: 70.4rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .special_page main #intro ul li {
    width: 16.5rem;
  }
  .special_page main #topics {
    padding: 4.4rem;
  }
  .special_page main #topics .container {
    max-width: 100rem;
  }
  .special_page main #topics h2 {
    color: #bc102e;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .special_page main #topics #topics_articles {
    width: 100%;
    max-width: 100rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .special_page main #topics #topics_articles ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .special_page main #topics #topics_articles ul li {
    width: 50%;
  }
  .special_page main section.section {
    padding-top: 20rem;
  }
  .special_page main section.section .container {
    max-width: 83rem;
  }
  .special_page main section.section .container h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
  }
  .special_page main section.section .container h2 img {
    width: 16.5rem;
    margin-bottom: 6.6rem;
  }
  .special_page main section.section .container h2.red {
    color: #bc102e;
    font-size: 4.1rem;
    margin-bottom: 6rem;
  }
  .special_page main section.section .container p {
    font-size: 1.8rem;
    width: 60rem;
    margin: 0 auto;
  }
  .special_page main section.section .container hr.red {
    border-top: 1px solid #bc102e;
    margin: 9rem auto;
    width: 62.6rem;
  }
  .special_page main section.section .container hr.cl {
    border: 0;
    padding-top: 1px;
    margin: 14rem 0;
  }
  .special_page main section.section .container .right {
    text-align: right;
  }
  .special_page main section.section .container .center {
    text-align: center;
  }
  .special_page main section.section .container p.full {
    width: 100%;
    margin-bottom: 10rem;
  }
  .special_page main .yogibo {
    width: 66rem;
    border: 4px double #bc102e;
    padding: 2.3rem 4.8rem 4.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .special_page main .yogibo p {
    width: 26rem !important;
    margin: 0 !important;
  }
  .special_page main .yogibo img {
    margin: 0;
  }
  .special_page.touch-device main {
    overflow-x: hidden;
  }
  .post-type-archive-event_admission main #page-body .container,
  .single-event_admission main #page-body .container,
  .page-id-63544 main #page-body .container {
    padding: 0 3rem;
    max-width: 98rem;
  }
  .post-type-archive-event_admission main #page-body .container p.event-attention,
  .single-event_admission main #page-body .container p.event-attention,
  .page-id-63544 main #page-body .container p.event-attention {
    font-size: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list,
  .single-event_admission main #page-body .container .event-list,
  .page-id-63544 main #page-body .container .event-list {
    border-top: 1px solid #bc102e;
    padding-top: 2rem;
    margin-top: 8rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item,
  .single-event_admission main #page-body .container .event-list .event-item,
  .page-id-63544 main #page-body .container .event-list .event-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid #666;
    margin-bottom: 2rem;
    margin-top: -10rem;
    padding-top: 10rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__grade,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__grade {
    width: 4rem;
    margin-right: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__grade p {
    margin-bottom: 0.5rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main {
    width: 45rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.title {
    font-size: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date {
    font-size: 2.4rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date span {
    font-size: 1.6rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta {
    width: 36.8rem;
    margin: 0 0 0 auto;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th p {
    background: #e9e9e9;
    padding: 0 1rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th {
    padding: 0.5rem;
    border-bottom: 5px solid #fff;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta td {
    padding: 0 0.5rem;
    border-bottom: 5px solid #fff;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta td {
    font-size: 1.6rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon {
    border: 1px solid #bc102e;
    color: #bc102e;
    text-align: center;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit {
    text-align: center;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit a {
    font-size: 1.2rem;
    line-height: 2.4;
    display: inline-block;
    background: url("/img/event_admission/button_submit.svg") no-repeat right center;
    background-size: cover;
    color: #fff;
    padding: 0.3rem 3rem;
    width: 100%;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_end {
    border: 1px solid #666;
    color: #666;
    text-align: center;
  }
}
.photoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.photoArea > * {
  width: 32.333333%;
  margin: 0 0.5% 1rem !important;
  font-size: 1.2rem !important;
}

@media print {
  :root {
    font-size: 0.78vw;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    border-top: 0;
  }
  header::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #bc102e;
    position: absolute;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  header .container {
    height: 8.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .container .logo {
    width: 28rem;
  }
  header .container ul {
    font-size: 0.9rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container ul.header_nav_pc01 {
    background: #fff;
    height: 3.8rem;
    margin-right: 0.3rem;
  }
  header .container ul.header_nav_pc01 li {
    padding: 0 1rem;
  }
  header .container ul.header_nav_pc01 li a {
    display: block;
    font-size: 1.2rem;
  }
  header .container ul.header_nav_pc01 li a.on {
    color: #bc102e;
  }
  header .container ul.header_nav_pc01 li a.current {
    color: #bc102e;
    font-weight: 600;
  }
  header .container ul.header_nav_pc01 li + li {
    border-left: 1px solid #aaa;
  }
  header .container ul.header_nav_pc01 li .submenu {
    position: absolute;
    max-width: 100rem;
    top: 9rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #bc102e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .container ul.header_nav_pc01 li .submenu a {
    font-size: 1.2rem;
  }
  header .container ul.header_nav_pc01 li .submenu.on {
    height: auto;
    padding: 3rem;
  }
  header .container ul.header_nav_pc01 li .submenu h3 {
    width: 20%;
    background: #fff;
    color: #bc102e;
    font-size: 1.4rem;
    margin: 0.5rem auto;
    padding: 0 1rem;
    text-align: center;
  }
  header .container ul.header_nav_pc01 li .submenu > ul {
    width: 66%;
  }
  header .container ul.header_nav_pc01 li .submenu > ul:only-child {
    width: auto;
  }
  header .container ul.header_nav_pc02 {
    height: 3.8rem;
  }
  header .container ul.header_nav_pc02 li {
    text-align: center;
    display: block;
    height: 100%;
    margin: 0 0.2rem;
  }
  header .container ul.header_nav_pc02 li a {
    background: #bc102e;
    color: white;
    height: 100%;
    padding: 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bc102e;
  }
  header .container ul.header_nav_pc02 li:last-of-type a {
    background: #666;
    color: #fff;
    border-color: #666;
  }
  header.active::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header.active .container .logo {
    background: url("../img/header_logo_b.svg") no-repeat center center;
    background-size: contain;
  }
  header.active .container .logo a img {
    opacity: 0;
  }
  header.active .container .header_nav_pc02 li a {
    border-color: #fff;
  }
  .admin-bar header {
    margin-top: 32px;
  }
  main {
    width: 100%;
    overflow-x: hidden;
  }
  main #mv.mt {
    padding-top: 0;
    background: none;
  }
  main #mv .container {
    width: 100%;
    max-width: none;
  }
  main #mv .container .main_copy {
    width: 67rem;
    height: 19rem;
  }
  main #mv .container .button_movies {
    width: 96rem;
    height: 15rem;
    bottom: 2.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main #mv .container .button_movies a.request {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
  }
  main #mv .container .button_movies a.yt {
    display: inline-block;
    width: 15rem;
    height: 15rem;
  }
  main #mv .container #search {
    width: 58rem;
    height: 9rem;
    bottom: 2.8rem;
  }
  main #mv .container #search .search_box {
    height: 6rem;
    padding: 0 1.5rem;
  }
  main #mv .container #search .search_box button {
    width: 1.8rem;
  }
  main #mv .container #search .recommend ul li {
    display: block;
  }
  main #topics .container {
    width: 100%;
    max-width: 100rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
  }
  main #topics .container .topics_header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #topics .container .topics_header h2 {
    width: auto;
  }
  main #topics .container #news_article {
    width: 100%;
  }
  main #topics .container #news_article ul {
    border-bottom: 2px solid #aaa;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  main #topics .container #news_article ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 1rem;
  }
  main #topics .container #news_article ul li .date {
    margin-right: 1.5rem;
  }
  main #topics .container #news_article ul li .title a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #topics .container #news_article ul li .title a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(188, 16, 46, 0.8);
            box-shadow: 0 2px 0 rgba(188, 16, 46, 0.8);
  }
  main #topics .container #tags {
    width: 75%;
  }
  main #topics .container #tags li {
    margin-bottom: 0.5rem;
  }
  main #topics .container .more img {
    width: 100%;
  }
  main #topics #topics_articles {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  main #topics #topics_articles ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main #topics #topics_articles ul li {
    width: 25%;
  }
  main #topics #topics_articles ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  main #topics #topics_articles ul li a .photo {
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  main #topics #topics_articles ul li a .photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main #topics #topics_articles ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  main #topics #topics_articles ul li a:hover .grade img {
    -webkit-transform: none;
            transform: none;
  }
  main #topics #topics_articles ul li a:hover .txt {
    color: #fff;
  }
  main #banner_area .container {
    width: 100%;
    max-width: 100rem;
  }
  main #banner_area .container ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #banner_area .container ul li {
    width: 100%;
  }
  main #banner_area .container ul li.half {
    width: 49%;
    margin: 0 0 2rem;
  }
  main section.feature {
    margin-bottom: 9rem;
  }
  main section.feature .container {
    max-width: none;
  }
  main section.feature .container h2.section_title {
    width: 50%;
    margin-bottom: 6.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.feature .container h2.section_title span.img {
    width: 100%;
    height: auto !important;
  }
  main section.feature .container h2.section_title span {
    display: block;
    text-align: center;
    width: 10.5rem;
  }
  main section.feature .container h2.section_title span img {
    height: 100%;
  }
  main section.feature .container .block_list ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main section.feature .container .block_list ul li {
    width: 50%;
  }
  main section.feature .container .block_list ul li a {
    display: block;
    position: relative;
    height: 35rem;
    overflow: hidden;
  }
  main section.feature .container .block_list ul li a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #bc102e;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main section.feature .container .block_list ul li a:hover::after {
    opacity: 0.5;
  }
  main section.feature .container .block_list ul li a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  main section.feature .container .block_list ul li a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  main section.feature .container .block_list ul li a h3 {
    min-width: 25rem;
    height: auto;
    padding: 3rem 5rem;
    background: rgba(188, 16, 46, 0.8);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    z-index: 10;
  }
  main section.feature .container .block_list ul li a h3 span {
    color: #ffff00;
  }
  main section.feature .container .block_list ul li a h3::after {
    display: block;
    content: "";
    width: 11rem;
    height: 3rem;
    background: url("../img/button_read_more.svg") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    bottom: -2rem;
    right: 1rem;
  }
  main section.feature .container .block_list ul li a + a {
    height: 9.45rem;
    overflow: visible;
  }
  main section.feature .container .block_list ul li a + a h3 {
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    padding: 2rem;
  }
  main section.feature .container .block_list ul li a + a:hover h3 {
    border: 1px solid #bc102e;
  }
  main section.feature .container .block_list ul li a + a:hover::after {
    content: none;
  }
  main section.feature .container .block_list ul li a:hover h3 {
    background: #fff;
    color: #bc102e;
  }
  main section.feature .container .block_list ul li a:hover h3 span {
    color: #bc102e;
  }
  main section.feature .container .block_list ul li a:hover h3::after {
    background-image: url("/img/button_read_more_hover.svg");
  }
  main #what_to_learn h2.section_title span {
    height: 18.5rem;
  }
  main #what_to_learn .block_list ul li:nth-child(2), main #what_to_learn .block_list ul li:nth-child(4) {
    margin-top: -17.5rem;
  }
  main #what_to_learn .block_list ul li:nth-child(6) {
    margin-top: -27rem;
  }
  main #how_to_learn h2.section_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
  }
  main #how_to_learn h2.section_title span {
    height: 24rem;
  }
  main #how_to_learn .block_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 105rem;
    margin-top: -17.5rem;
  }
  main #how_to_learn .block_list ul li:nth-child(4), main #how_to_learn .block_list ul li:nth-child(5) {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  main #how_to_learn .block_list ul li a:hover h3.jh, main #how_to_learn .block_list ul li a:hover h3.hs {
    background-color: #fff;
  }
  main #r_life h2.section_title span {
    height: 24rem;
  }
  main #r_life .block_list ul li:nth-child(2), main #r_life .block_list ul li:nth-child(3) {
    margin-top: -17.5rem;
  }
  main #r_life .block_list ul li:last-of-type a h3 {
    line-height: 1;
    padding: 3rem 5rem;
  }
  main #graffiti {
    padding-bottom: 10rem;
  }
  main #graffiti .container {
    max-width: 83rem;
  }
  main #graffiti .container h2 {
    width: 58rem;
  }
  main #graffiti .container p.button {
    text-align: right;
  }
  main #graffiti .container p.button img {
    width: 16rem;
  }
  main #admission .container {
    width: 100%;
    max-width: 100rem;
  }
  main #admission .container h2 {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    line-height: 3;
  }
  main #admission .container ul {
    width: 63rem;
    margin-left: auto;
    margin-right: auto;
  }
  main #admission .container ul li {
    width: 30.6rem;
    height: 8rem;
    background-image: url("/img/admission_bg_pc.jpg");
    background-size: cover;
  }
  main #admission .container ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #admission .container ul li a p {
    margin: 0 1rem;
    line-height: 0;
  }
  main #admission .container ul li a:hover {
    opacity: 0.4;
  }
  main #admission .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #admission .container .row .item {
    margin-bottom: 2rem;
  }
  main #admission .container .row .item.link_gc {
    width: 100%;
  }
  main #admission .container .row .item.link_adm {
    width: 49%;
  }
  main #admission .container .row .item.link_blog {
    width: 49%;
  }
  footer .container {
    max-width: none;
    display: block;
  }
  footer .container > div {
    padding: 0 3rem;
    font-size: 1.2rem;
  }
  footer .container > div h5:last-of-type {
    margin-bottom: 0.5rem;
  }
  footer .container > div h5 + ul {
    display: block;
  }
  footer .container > div > ul {
    width: 18%;
  }
  footer .container > div > ul ul li ul {
    display: block;
  }
  footer .container > div > ul ul li ul li::before {
    content: "・";
    border: none;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) {
    width: 38.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) > li {
    width: 48%;
  }
  footer .container #footer_nav01_pc > ul:nth-of-type(2) > li:first-child {
    width: 100%;
  }
  footer .container #footer_nav02_pc {
    background: #fff;
    padding: 3rem;
    margin-bottom: 0;
  }
  footer .container #footer_nav02_pc > ul {
    width: 23%;
  }
  footer .container #footer_nav03_pc {
    background: #fff;
    padding: 0 3rem 6rem;
  }
  footer .container #footer_nav03_pc ul {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container #footer_nav03_pc ul li {
    width: 19%;
    margin-bottom: 1rem;
  }
  footer .container #footer_nav03_pc ul li.lg {
    width: 29%;
  }
  footer .container #footer_nav03_pc ul li a {
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 3rem;
    padding: 0.3rem 2rem 0.5rem;
    color: #000;
  }
  .touch-device header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .touch-device header::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #bc102e;
    position: absolute;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  .touch-device header .container {
    max-width: 100%;
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .touch-device header .container .logo {
    width: 30rem;
    height: 6rem;
    margin-right: 1rem;
  }
  .touch-device header .container ul {
    font-size: 0.9rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .touch-device header .container ul.header_nav_pc01 {
    background: #fff;
    height: 5rem;
    margin-right: 0.3rem;
  }
  .touch-device header .container ul.header_nav_pc01 li {
    padding: 0 1rem;
  }
  .touch-device header .container ul.header_nav_pc01 li a {
    display: block;
    font-size: 1.8rem;
  }
  .touch-device header .container ul.header_nav_pc01 li a.on {
    color: #bc102e;
  }
  .touch-device header .container ul.header_nav_pc01 li + li {
    border-left: 1px solid #aaa;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu {
    position: absolute;
    max-width: 96%;
    top: 9rem;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #bc102e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu a {
    font-size: 1.8rem;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu.on {
    height: auto;
    padding: 2rem 0;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul {
    width: 66%;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul:only-child {
    width: auto;
  }
  .touch-device header .container ul.header_nav_pc01 li .submenu > ul:only-child li {
    padding: 0 0.5rem;
  }
  .touch-device header .container ul.header_nav_pc02 {
    height: 5rem;
  }
  .touch-device header .container ul.header_nav_pc02 li {
    text-align: center;
    display: block;
    height: 100%;
    margin: 0 0.2rem;
  }
  .touch-device header .container ul.header_nav_pc02 li a {
    background: #bc102e;
    color: white;
    height: 100%;
    padding: 0 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #bc102e;
    font-size: 1.4rem;
  }
  .touch-device header .container ul.header_nav_pc02 li:last-of-type a {
    background: #666;
    color: #fff;
    border-color: #666;
  }
  .touch-device header.active::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .touch-device header.active .container .logo {
    background: url("../img/header_logo_b.svg") no-repeat center center;
    background-size: contain;
  }
  .touch-device header.active .container .logo a img {
    opacity: 0;
  }
  .touch-device header.active .container .header_nav_pc02 li a {
    border-color: #fff;
  }
  .touch-device .admin-bar header {
    margin-top: 32px;
  }
  .subpage main {
    margin-top: 19rem;
  }
  .subpage main #topics .container .topics_header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .subpage main #topics .container .topics_header h2 {
    width: 32rem;
    margin: 0;
  }
  .subpage main #topics .container .topics_header .topics_search {
    font-size: 1.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .subpage main #topics .container .topics_header .topics_search select,
  .subpage main #topics .container .topics_header .topics_search button {
    line-height: 1.8;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .subpage main #topics .container .topics_header .topics_search button {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    background-color: #bc102e;
    color: #fff;
    font-weight: 500;
    width: auto;
    margin-top: 0;
  }
  .subpage main #topics .container #topics_articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage main #topics .container #topics_articles ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage main #topics .container #topics_articles ul li {
    width: 100%;
    height: 12rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
  }
  .subpage main #topics .container #topics_articles ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subpage main #topics .container #topics_articles ul li a .photo {
    width: 10rem;
    height: 10rem;
    overflow: hidden;
  }
  .subpage main #topics .container #topics_articles ul li a .meta {
    width: 12rem;
    display: block;
    border: 0;
  }
  .subpage main #topics .container #topics_articles ul li a .txt {
    width: calc(96% - 10rem);
    height: auto;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .title {
    color: #bc102e;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px dotted #666;
    padding-bottom: 1rem;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .body {
    display: block;
    height: 7rem;
    line-height: 1.6;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .body p {
    line-height: 1.6;
  }
  .subpage main #topics .container #topics_articles ul li a .txt .title br {
    display: none;
  }
  .subpage main #topics .container .pager_link {
    text-align: center;
    width: 100%;
    height: 3rem;
    margin: 3rem auto;
  }
  .subpage main #topics .container .pager_link p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .subpage main #topics .container .pager_link p span {
    width: 25%;
    margin: 0 1rem;
    display: block;
    background: #e9e9e9;
  }
  .subpage main #archive .container {
    width: 90%;
    max-width: 100rem;
    background: #aaa;
    text-align: center;
    color: #fff;
    padding: 1rem;
    border-radius: 6px;
  }
  .subpage main #archive .container h3 {
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .subpage main #archive .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subpage main #archive .container ul li {
    background: #666;
    display: block;
    padding: 0rem 1rem;
    margin: 0 1rem;
    border-radius: 3px;
  }
  .subpage main #pagebody h1.page-title {
    color: #bc102e;
    font-size: 3rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.5rem;
    padding-right: calc(50% - 50.2rem);
  }
  .subpage main #pagebody h1.page-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #bc102e;
    width: calc(50% - 43.2rem);
    height: 0.6rem;
    margin-right: 2rem;
  }
  .subpage main #pagebody .container {
    max-width: 86.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .subpage main #pagebody .container h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #000;
  }
  .subpage main #pagebody .container p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
  }
  .subpage main #pagebody .container p.txt-right {
    text-align: right;
  }
  .subpage main #pagebody .container dl {
    font-size: 1.8rem;
  }
  .subpage main #pagebody .container dl.borderList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subpage main #pagebody .container dl.borderList dt,
  .subpage main #pagebody .container dl.borderList dd {
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted;
    margin-bottom: 2rem;
  }
  .subpage main #pagebody .container dl.borderList dt {
    width: 20%;
  }
  .subpage main #pagebody .container dl.borderList dd {
    width: 80%;
  }
  .subpage main #pagebody .container dl.borderList dd p {
    margin-bottom: 1rem;
  }
  .subpage main #pagebody .container table {
    font-size: 1.6rem;
  }
  .subpage main #pagebody .container .movie_section .movieBox {
    width: 49%;
  }
  .subpage main #pagebody ul.boxLink li {
    width: 47%;
  }
  .subpage main #pagebody ul.boxLink li a {
    height: 8rem;
  }
  .single-post main #pagebody .container ul,
  .single-blog_principal main #pagebody .container ul {
    list-style-type: disc;
  }
  .single-post main #pagebody .container ul li,
  .single-blog_principal main #pagebody .container ul li {
    font-size: 1.8rem;
  }
  .post-type-archive-blog_principal main {
    margin-top: 0;
  }
  .post-type-archive-blog_principal main #page-header .bg {
    width: 100%;
  }
  .post-type-archive-blog_principal main #page-header .container {
    left: 0;
    right: 0;
  }
  .post-type-archive-blog_principal main #page-header .container h1 {
    padding: 4rem 4rem;
    font-size: 4.2rem;
    font-weight: 500;
  }
  .post-type-archive-blog_principal main #page-header .container h1 span {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li {
    height: 12rem;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a {
    height: 100%;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .photo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .meta {
    width: 18rem;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    border-bottom: 1px dotted #666;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .number {
    font-size: 2rem;
    display: block;
    background: #bc102e;
    color: #fff;
    padding: 0 1rem;
    border-radius: 3px;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title {
    font-size: 1.8rem;
    border: none !important;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .title span {
    font-size: 1.4rem;
    display: block;
  }
  .post-type-archive-blog_principal main #topics .container #topics_articles ul li a .txt .body {
    height: 5rem;
  }
  .post-type-archive-blog_principal main .author {
    border: 1px solid #bc102e;
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
  .single-blog_principal #page-header .container {
    padding: 0 0 1rem;
    margin-bottom: 6rem;
  }
  .single-blog_principal #page-header .container h1 {
    color: #bc102e;
    font-size: 4.8rem;
    font-weight: 600;
  }
  .single-blog_principal #page-header .container .subtitle {
    color: #bc102e;
    font-weight: 500;
    font-size: 2.8rem;
  }
  .single-blog_principal #page-header .container .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 4rem 0 0;
  }
  .single-blog_principal #page-header .container .post-meta .date {
    color: #bc102e;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .single-blog_principal #page-header .container .post-meta .author {
    border: 1px solid;
    color: #bc102e;
    padding: 0 0.5em;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .spacer {
    height: 40vh;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
  }
  .touch-device .spacer {
    height: 60vh;
    background-position: center;
    background-attachment: initial;
  }
  .button_return {
    width: 30rem;
  }
  .m-overflow {
    overflow-x: auto;
  }
  .m-overflow img {
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .special_page main {
    overflow: visible;
  }
  .special_page main hr.blank {
    height: 1px;
    background: transparent;
    margin: 4rem 0;
    border: none;
  }
  .special_page main section p.lead {
    font-size: 2.4rem !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    color: #000;
    width: auto !important;
  }
  .special_page main section .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8rem;
  }
  .special_page main section .flex .txt {
    width: 33rem;
  }
  .special_page main section .flex .txt h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
    text-align: left;
  }
  .special_page main section .flex .txt h3 img {
    display: block;
    margin: 0 auto 4rem;
  }
  .special_page main section .flex .txt p {
    font-size: 1.8rem;
    width: auto !important;
  }
  .special_page main section .flex .img {
    width: 40rem;
  }
  .special_page main section .flex .img.of {
    width: 62rem;
    margin-left: -22rem;
  }
  .special_page main section .flex .full {
    width: 100%;
  }
  .special_page main section .flex.m-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .special_page main section .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .special_page main section .flex.reverse .img.of {
    margin-right: -22rem;
    margin-left: auto;
  }
  .special_page main #page-header {
    position: relative;
  }
  .special_page main #page-header h1 img {
    width: 100%;
  }
  .special_page main #page-header h1:not(:only-child) {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    background: #bc102e;
    position: absolute;
    top: 15rem;
    left: 0;
    padding: 0.5rem 1.5rem 0.5rem 15rem;
  }
  .special_page main #intro {
    padding-top: 11rem;
    padding-bottom: 8.5rem;
  }
  .special_page main #intro h2 {
    color: #bc102e;
    font-size: 4.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6rem;
  }
  .special_page main #intro h3 {
    color: #bc102e;
    font-size: 4.1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    border: 1px solid #bc102e;
    border-left: none;
    border-right: none;
    margin-bottom: 7rem;
  }
  .special_page main #intro p {
    font-size: 1.8rem;
  }
  .special_page main #intro .container {
    max-width: 83rem;
  }
  .special_page main #intro ul {
    width: 70.4rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .special_page main #intro ul li {
    width: 16.5rem;
  }
  .special_page main #topics {
    padding: 4.4rem;
  }
  .special_page main #topics .container {
    max-width: 100rem;
  }
  .special_page main #topics h2 {
    color: #bc102e;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .special_page main #topics #topics_articles {
    width: 100%;
    max-width: 100rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .special_page main #topics #topics_articles ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .special_page main #topics #topics_articles ul li {
    width: 50%;
  }
  .special_page main section.section {
    padding-top: 20rem;
  }
  .special_page main section.section .container {
    max-width: 83rem;
  }
  .special_page main section.section .container h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
  }
  .special_page main section.section .container h2 img {
    width: 16.5rem;
    margin-bottom: 6.6rem;
  }
  .special_page main section.section .container h2.red {
    color: #bc102e;
    font-size: 4.1rem;
    margin-bottom: 6rem;
  }
  .special_page main section.section .container p {
    font-size: 1.8rem;
    width: 60rem;
    margin: 0 auto;
  }
  .special_page main section.section .container hr.red {
    border-top: 1px solid #bc102e;
    margin: 9rem auto;
    width: 62.6rem;
  }
  .special_page main section.section .container hr.cl {
    border: 0;
    padding-top: 1px;
    margin: 14rem 0;
  }
  .special_page main section.section .container .right {
    text-align: right;
  }
  .special_page main section.section .container .center {
    text-align: center;
  }
  .special_page main section.section .container p.full {
    width: 100%;
    margin-bottom: 10rem;
  }
  .special_page main .yogibo {
    width: 66rem;
    border: 4px double #bc102e;
    padding: 2.3rem 4.8rem 4.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .special_page main .yogibo p {
    width: 26rem !important;
    margin: 0 !important;
  }
  .special_page main .yogibo img {
    margin: 0;
  }
  .special_page.touch-device main {
    overflow-x: hidden;
  }
  .post-type-archive-event_admission main #page-body .container,
  .single-event_admission main #page-body .container,
  .page-id-63544 main #page-body .container {
    padding: 0 3rem;
    max-width: 98rem;
  }
  .post-type-archive-event_admission main #page-body .container p.event-attention,
  .single-event_admission main #page-body .container p.event-attention,
  .page-id-63544 main #page-body .container p.event-attention {
    font-size: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list,
  .single-event_admission main #page-body .container .event-list,
  .page-id-63544 main #page-body .container .event-list {
    border-top: 1px solid #bc102e;
    padding-top: 2rem;
    margin-top: 8rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item,
  .single-event_admission main #page-body .container .event-list .event-item,
  .page-id-63544 main #page-body .container .event-list .event-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid #666;
    margin-bottom: 2rem;
    margin-top: -10rem;
    padding-top: 10rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__grade,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__grade {
    width: 4rem;
    margin-right: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__grade p,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__grade p {
    margin-bottom: 0.5rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main {
    width: 45rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.title,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.title {
    font-size: 2rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date {
    font-size: 2.4rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__main p.date span,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__main p.date span {
    font-size: 1.6rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta {
    width: 36.8rem;
    margin: 0 0 0 auto;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta th p,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th p {
    background: #e9e9e9;
    padding: 0 1rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta th,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta th {
    padding: 0.5rem;
    border-bottom: 5px solid #fff;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta td {
    padding: 0 0.5rem;
    border-bottom: 5px solid #fff;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta td,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta td {
    font-size: 1.6rem;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_comingsoon {
    border: 1px solid #bc102e;
    color: #bc102e;
    text-align: center;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit {
    text-align: center;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_submit a,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_submit a {
    font-size: 1.2rem;
    line-height: 2.4;
    display: inline-block;
    background: url("/img/event_admission/button_submit.svg") no-repeat right center;
    background-size: cover;
    color: #fff;
    padding: 0.3rem 3rem;
    width: 100%;
  }
  .post-type-archive-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
  .single-event_admission main #page-body .container .event-list .event-item .event-item__meta p.event_end,
  .page-id-63544 main #page-body .container .event-list .event-item .event-item__meta p.event_end {
    border: 1px solid #666;
    color: #666;
    text-align: center;
  }
  .for_sp {
    display: none !important;
  }
  header {
    position: static;
  }
}
.none {
  display: none !important;
}/*# sourceMappingURL=style.css.map */