@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
 /* MeiseiSans適用のため 2022/07/11
 font-family: "Noto Sans Japanese"; */
  color: #222; }

.type-mg .font-mincho {
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }
.type-mg .card-01 .row .text-box, .type-mg .card-01-02 .row .text-box, .type-mg .card-01-03 .row .text-box {
  border-top: 2px solid #751d21; }
.type-mg .pdt40-0 {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .type-mg .pdt40-0 {
      padding-top: 0 !important; } }
.type-mg .pdb40-0 {
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .type-mg .pdb40-0 {
      padding-bottom: 0 !important; } }
.type-mg .pdl30-25 {
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .type-mg .pdl30-25 {
      padding-left: 25px !important; } }
.type-mg .pdl30 {
  padding-left: 30px; }
.type-mg .breadcrumb-wrap .breadcrumb {
  margin-bottom: 0px; }
.sec-inner.tac {
  padding-bottom: 5%;}
.type-mg .sec-inner {
  padding: 10px 0 20px; }
  @media screen and (max-width: 767px) {
    .type-mg .sec-inner {
      padding: 4% 4%; } }
.type-mg .bg-grey {
  background: #f4f3f1; }
.type-mg .lead-box {
  width: 90%;
  margin: 60px auto 0 auto;
  max-width: 980px;
  text-align: center;
  padding-bottom: 40px; }
.type-mg a.btn {
  background-color: #751d21;
  border-radius: 0px; }
  @media screen and (max-width: 767px) {
    .type-mg a.btn {
      display: block;
      line-height: 2.5rem;
      padding: 10px 0; } }
.type-mg .btn-detail {
  background: #e9e7e3;
  display: inline-block;
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  border-radius: 5px; }
  .type-mg .btn-detail:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #751d21;
    border-right: 2px solid #751d21;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    .type-mg .btn-detail {
      padding: 2% 5% 2% 2%; }
      .type-mg .btn-detail:after {
        right: 7%;
        top: 40%;
        width: 7px;
        height: 7px; } }
.type-mg .btn-list {
  background: #FFF;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  border: 1px solid #dddddd; }
  .type-mg .btn-list:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #751d21;
    border-right: 2px solid #751d21;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    .type-mg .btn-list {
      padding: 1% 5% 1% 2%; }
      .type-mg .btn-list:after {
        right: 7%;
        top: 35%;
        width: 7px;
        height: 7px; } }
.type-mg h3 {
  text-align: center; }
.type-mg h3, .type-mg h4 {
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }
  .type-mg h3 span, .type-mg h4 span {
    display: inline-block;
    padding-bottom: 5px;
    text-align: center;
    color: #751d21;
    border-bottom: 3px solid #751d21; }
    .type-mg h3 span:before, .type-mg h4 span:before {
      display: none; }
    .type-mg h3 span:after, .type-mg h4 span:after {
      display: none; }
    @media screen and (max-width: 767px) {
      .type-mg h3 span, .type-mg h4 span {
        padding: 0px; } }
.type-mg h2 {
  margin: 0px;
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }
  .type-mg h2 span {
    display: block;
    padding-bottom: 25px;
    text-align: center;
    z-index: 2; }
    .type-mg h2 span:before {
      display: inline-block;
      width: 100%;
      margin: auto;
      height: 2px;
      bottom: 0;
      left: 0;
      right: 0;
      background: #dfdedc;
      max-width: 400px; }
.type-mg .link1 {
  position: relative;
  display: inline-block;
  margin: 1rem auto;
  padding: 0 45px 0 60px;
  background-color: #FFFFFF;
  border: 1px solid  #DDD;
  text-align: center;
  font-size: 1.3rem;
  line-height: 40px; }
  .type-mg .link1:before {
    content: "";
    background: #6d242e;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 10px;
    top: 14px; }
  .type-mg .link1:after {
    content: "";
    position: absolute;
    width: 4.8px;
    height: 4.8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    left: 14px;
    top: 19px;
    transform: rotate(45deg); }
  .type-mg .link1.link-notify {
    border: none;
    padding-left: 25px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .type-mg .link1.link-notify {
        padding-right: 0px; } }
    .type-mg .link1.link-notify:before {
      left: 0px; }
    .type-mg .link1.link-notify:after {
      left: 4px; }
  @media screen and (max-width: 767px) {
    .type-mg .link1 {
      margin: 0.3rem auto; } }
.type-mg .card-02 .img-box img {
  border-radius: 0px; }
.type-mg .card-02 .card {
  border-radius: 0px;
  box-shadow: 0 0 0; }
.type-mg .card-02 .text-box {
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #CCC; }
  .type-mg .card-02 .text-box .title {
    color: #222;
    padding-left: 30px; }
    .type-mg .card-02 .text-box .title:before {
      content: "";
      background: #6d242e;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 0px;
      border: 0px;
      border-radius: 0px; }
    .type-mg .card-02 .text-box .title:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      left: 4px;
      top: 0px;
      transform: rotate(45deg); }
.type-mg .table {
  width: 100%; }
  .type-mg .table thead th {
    background: #6d242e;
    color: #FFF; }
  .type-mg .table tbody th {
    background: #EEE; }
  .type-mg .table .busho {
    width: 30%; }
  .type-mg .table .naiyou {
    width: 40%; }
  .type-mg .table .renraku {
    width: 30%; }
.type-mg .accordion {
  border-radius: 0px;
  background: #EEE; }
  .type-mg .accordion .link-toggle {
    color: #222; }
    .type-mg .accordion .link-toggle .icon {
      background: #6d242e;
      border-radius: 0px; }
      .type-mg .accordion .link-toggle .icon:before {
        border-radius: 0px; }
      .type-mg .accordion .link-toggle .icon:after {
        border-radius: 0px; }
.type-mg .colum2-section {
  max-width: 850px;
  margin: 40px auto 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .type-mg .colum2-section .colum2-inner {
    width: 100%;
    max-width: 400px; }
    .type-mg .colum2-section .colum2-inner h2 {
      font-size: 2.0rem; }
      .type-mg .colum2-section .colum2-inner h2 a {
        display: block;
        padding-bottom: 1em;
        border-bottom: 1px solid #CCC;
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.4; }
        .type-mg .colum2-section .colum2-inner h2 a:before {
          top: 2px; }
        .type-mg .colum2-section .colum2-inner h2 a:after {
          top: 7px; }
      .type-mg .colum2-section .colum2-inner h2 em {
        display: block;
        padding-bottom: 1em;
        border-bottom: 1px solid #CCC;
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.4;
        font-style: normal; }
    .type-mg .colum2-section .colum2-inner dl {
      margin: 15px 0 80px 5px; }
      .type-mg .colum2-section .colum2-inner dl dt {
        font-weight: bold; }
      .type-mg .colum2-section .colum2-inner dl a {
        font-weight: normal; }
    .type-mg .colum2-section .colum2-inner ul {
      margin: 20px 0 60px 5px; }
@media screen and (max-width: 767px) {
  .type-mg .colum2-section {
    margin-top: 0px; }
    .type-mg .colum2-section .colum2-inner {
      max-width: none;
      padding: 0 10px; }
      .type-mg .colum2-section .colum2-inner h2 {
        font-size: 1.9rem;
        padding: 0px; }
      .type-mg .colum2-section .colum2-inner dl {
        margin: 15px 0 30px 5px; }
      .type-mg .colum2-section .colum2-inner ul {
        margin: 15px 0 30px 0px; } }
.type-mg .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #751d21;
  border-radius: 0; }

.swiper-container.main-slide {
  padding-bottom: 0px; }

.contents-wrap {
  transition: 0.3s; }
  .contents-wrap.movie-play {
    filter: blur(20px); }

.main-slide h2 {
  padding: 0px;
  position: absolute;
  right: 0px;
  bottom: 12%; }
  .main-slide h2.main-copy-hs {
    top: 30%;
    bottom: auto; }
  .main-slide h2.main-copy-ac {
    top: 45%;
    bottom: auto;
    right: auto;
    left: 0; }
  .main-slide h2.main-copy-kg {
    bottom: 25%;
    right: auto;
    left: 0; }
@media screen and (max-width: 767px) {
  .main-slide h2 {
    width: 50%;
    right: 0px;
    bottom: 30%; }
    .main-slide h2 img {
      width: 100%;
      height: auto; }
    .main-slide h2.main-copy-hs {
      top: 50%; }
    .main-slide h2.main-copy-ac {
      top: 55%; }
    .main-slide h2.main-copy-kg {
      bottom: 30%; } }

.school-list {
  background: #e9e7e3; }
  .school-list ul {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .school-list ul li {
      width: 49%;
      background: #FFFFFF;
      margin-bottom: 20px; }
      .school-list ul li .photo {
        overflow: hidden; }
        .school-list ul li .photo a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          .school-list ul li .photo a img {
            width: 100%;
            transition: 0.5s; }
          .school-list ul li .photo a:hover img {
            transform: scale(1.1); }
          .school-list ul li .photo a span {
            display: block;
            position: absolute;
            width: 100;
            text-align: center;
            color: #FFFFFF;
            background: url(/assets/img/mg/top/btn_play.png) center top no-repeat;
            padding-top: 60px; }
      .school-list ul li .txt {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        align-items: center; }
        .school-list ul li .txt h3 {
          margin: 0px;
          width: 60%; }
          .school-list ul li .txt h3 img {
            height: auto;
            width: 100%; }
        .school-list ul li .txt a {
          display: block;
          width: 35%;
          margin: 0px; }
      .school-list ul li.box-ac .txt h3 img {
        width: 60%; }
      .school-list ul li.box-es .txt h3 img {
        width: 60%; }
      .school-list ul li.box-kg .txt h3 img {
        width: 60%; }
  @media screen and (max-width: 767px) {
    .school-list .sec-inner {
      padding: 10px; }
    .school-list ul {
      padding: 0;
      display: block; }
      .school-list ul li {
        width: 100%;
        margin-bottom: 3%; }
        .school-list ul li .txt {
          padding: 3%; }
          .school-list ul li .txt h3 {
            width: 50%; }
          .school-list ul li .txt a {
            width: 45%; } }

.contents-wrap > .section:nth-of-type(1) h2 {
  margin: 0px; }

.topics-section {
  background: #6d242e; }
  .topics-section h2 {
    padding: 0 0 30px 0;
    color: #FFF;
    letter-spacing: 0.5rem;
    line-height: 1;
    font-weight: normal; }
  .topics-section .topic {
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center;
    background-size: cover;
    height: 20vw;
    max-height: 240px;
    position: relative;
    display: block; }
    .topics-section .topic .cate {
      position: absolute;
      display: inline-block;
      padding: 3px 5px;
      color: #6d242e;
      background: #FFF;
      left: 0px;
      top: 0px; }
    .topics-section .topic p {
      background: rgba(0, 0, 0, 0.5);
      color: #FFFFFF;
      position: absolute;
      bottom: 0px;
      width: 100%;
      box-sizing: border-box;
      padding: 5px 10px; }
      .topics-section .topic p span {
        display: block; }
  .topics-section .swiper-container.topics-swipe {
    margin: 0px;
    padding: 0px; }
  .topics-section .swiper-button-next, .topics-section .swiper-button-prev, .topics-section .swiper-pagination {
    display: none; }
  @media screen and (max-width: 767px) {
    .topics-section {
      padding-bottom: 30px; }
      .topics-section .sec-inner {
        padding: 0px 10px;
        overflow: hidden; }
      .topics-section h2 {
        padding: 30px 0 20px 0; }
      .topics-section .topic {
        height: 40vw; }
      .topics-section .swiper-button-next, .topics-section .swiper-button-prev, .topics-section .swiper-pagination {
        display: block; }
      .topics-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #FFFFFF; }
      .topics-section .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -30px; }
      .topics-section .swiper-container {
        overflow: visible; }
        .topics-section .swiper-container .swiper-button-disabled {
          opacity: 0; }
        .topics-section .swiper-container .swiper-button-next {
          background: rgba(255, 255, 255, 0.8);
          border-radius: 5px 0 0 5px;
          right: -10px; }
          .topics-section .swiper-container .swiper-button-next:after {
            content: "";
            border-top: 2px solid #751d21;
            border-right: 2px solid #751d21;
            width: 10px;
            height: 10px;
            top: 35%;
            left: 25%;
            position: absolute;
            transform: rotate(45deg); }
        .topics-section .swiper-container .swiper-button-prev {
          background: rgba(255, 255, 255, 0.8);
          border-radius: 0 5px 5px 0;
          left: -10px; }
          .topics-section .swiper-container .swiper-button-prev:after {
            content: "";
            border-top: 2px solid #751d21;
            border-left: 2px solid #751d21;
            width: 10px;
            height: 10px;
            top: 35%;
            left: 40%;
            position: absolute;
            transform: rotate(-45deg); } }

.news-section h2 {
  margin: 0px;
  padding: 0 0 30px;
  line-height: 1; }
.news-section ul {
  padding: 0px 0px 25px 0px;
  margin: 0px auto;
  width: 100%;
  max-width: 766px;
  display: flex;
  justify-content: space-between; }
  .news-section ul li {
    width: 24%; }
    .news-section ul li a {
      display: block;
      border: 1px solid #ddd;
      background: #ddd;
      text-align: center;
      padding: 10px;
      line-height: 1;
      border-radius: 5px;
      color: #6d242e; }
      .news-section ul li a.current {
        border: 1px solid #6d242e;
        background: #FFF; }
.news-section dl {
  border-top: 1px dashed #ddd;
  padding: 20px 0;
  text-align: left; }
  .news-section dl:last-of-type {
    border-bottom: 1px solid #ddd; }
  .news-section dl dt {
    color: #777777;
    padding-bottom: 5px; }
    .news-section dl dt span {
      line-height: 1.2;
      font-size: 1.2rem;
      font-weight: bold;
      vertical-align: top;
      margin-top: 0.3rem;
      display: inline-block;
      padding: 3px 5px;
      margin-left: 1rem;
      color: #6d242e;
      border-radius: 3px;
      border: 1px solid #6d242e; }
  .news-section dl dd .icon-type {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 1rem;
    background: #6d242e;
    color: #FFF;
    padding: 4px;
    line-height: 1;
    box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .news-section {
    padding-bottom: 30px; }
    .news-section .sec-inner {
      padding: 0 10px; }
    .news-section h2 {
      padding: 30px 0 20px 0; }
    .news-section ul {
      padding-bottom: 15px; }
      .news-section ul li {
        width: auto;
        margin: 0 2px; }
        .news-section ul li a {
          padding: 10px 2.5vw; }
    .news-section dl {
      padding: 10px 0; } }

.banner-section {
  background: #f5f4f1; }
  .banner-section .sec-inner {
    padding-top: 0;
    padding-bottom: 0; }
  .banner-section .foot-swipe {
    position: relative;
    margin: 0 auto;
    padding-bottom: 0px; }
    .banner-section .foot-swipe .swiper-slide {
      width: 200px;
      text-align: center; }
      .banner-section .foot-swipe .swiper-slide img {
        width: 100%;
        max-width: 200px;
        height: auto; }
  .banner-section .swiper-button-next, .banner-section .swiper-button-prev, .banner-section .swiper-pagination {
    display: none; }
  @media screen and (max-width: 767px) {
    .banner-section {
      padding: 30px 0; }
      .banner-section .sec-inner {
        padding: 0px 10px;
        overflow: hidden; }
      .banner-section .swiper-button-next, .banner-section .swiper-button-prev, .banner-section .swiper-pagination {
        display: block; }
      .banner-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #792327; }
      .banner-section .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0px; }
      .banner-section .swiper-container {
        overflow: visible; }
        .banner-section .swiper-container .swiper-wrapper {
          padding-bottom: 30px; }
        .banner-section .swiper-container .swiper-button-disabled {
          opacity: 0; }
        .banner-section .swiper-container .swiper-button-next {
          background: rgba(121, 35, 39, 0.8);
          border-radius: 5px 0 0 5px;
          right: -4%; }
          .banner-section .swiper-container .swiper-button-next:after {
            content: "";
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            width: 10px;
            height: 10px;
            top: 35%;
            left: 25%;
            position: absolute;
            transform: rotate(45deg); }
        .banner-section .swiper-container .swiper-button-prev {
          background: rgba(121, 35, 39, 0.8);
          border-radius: 0 5px 5px 0;
          left: -4%; }
          .banner-section .swiper-container .swiper-button-prev:after {
            content: "";
            border-top: 2px solid #FFF;
            border-left: 2px solid #FFF;
            width: 10px;
            height: 10px;
            top: 35%;
            left: 40%;
            position: absolute;
            transform: rotate(-45deg); } }

.movie-wrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .movie-wrap span {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    padding: 15px;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
    font-size: 7rem; }
  .movie-wrap .movie-inner {
    width: 95%;
    max-width: 800px; }
    .movie-wrap .movie-inner iframe {
      border: none;
      width: 100%;
      height: 500px; }
  @media screen and (max-width: 767px) {
    .movie-wrap .movie-inner iframe {
      height: 100vw; }
    .movie-wrap span {
      font-size: 5rem; } }

.cat-education .hero {
  background-image: url(../../img/mg/education/main_lv_01.jpg); }
.cat-education .greeting-box {
  display: flex; }
  .cat-education .greeting-box .profile {
    order: 1;
    width: 25%;
    max-width: 235px; }
    .cat-education .greeting-box .profile .profile-name {
      text-align: right; }
    .cat-education .greeting-box .profile dl {
      padding-top: 10px; }
      .cat-education .greeting-box .profile dl table {
        margin: 5px 0 0 0;
        border: none; }
        .cat-education .greeting-box .profile dl table td {
          border: none;
          padding: 0;
          font-size: 1.2rem;
          line-height: 1.2;
          padding-bottom: 8px; }
        .cat-education .greeting-box .profile dl table th {
          border: none;
          padding: 0;
          width: 30%;
          text-align: left;
          font-size: 1rem;
          font-weight: normal;
          padding-bottom: 8px; }
  .cat-education .greeting-box .greeting-txt {
    order: 2;
    width: 75%;
    box-sizing: border-box;
    padding-left: 45px;
    line-height: 1.8; }
    .cat-education .greeting-box .greeting-txt .greeting-lead {
      font-size: 2.2rem;
      margin-top: 0px; }
.cat-education .card-01 .row .card {
  background: #EEE; }
@media screen and (max-width: 767px) {
  .cat-education .greeting-box {
    display: block; }
    .cat-education .greeting-box .profile {
      max-width: none;
      width: 100%;
      margin: 0px;
      padding: 10px 0 0 0; }
      .cat-education .greeting-box .profile .profile-img {
        width: 40%;
        margin: 0px;
        display: inline-block; }
      .cat-education .greeting-box .profile .profile-name {
        display: inline-block;
        width: 50%;
        text-align: left;
        margin-left: 8%; }
      .cat-education .greeting-box .profile dt {
        border-bottom: 1px solid #CCC;
        position: relative;
        font-size: 1.6rem; }
        .cat-education .greeting-box .profile dt:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0px;
          height: 1px;
          width: 20%;
          background: #000; }
    .cat-education .greeting-box .greeting-txt {
      width: 100%;
      margin: 0px;
      padding: 0px; }
      .cat-education .greeting-box .greeting-txt .greeting-lead {
        font-size: 1.6rem; } }

.page-history .history-list .item-content dl.highlight dt {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  text-align: left; }
  .page-history .history-list .item-content dl.highlight dt p {
    margin: 0px; }
.page-history .history-list .item-content dl.highlight dd {
  display: block;
  margin: 0px;
  float: none;
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem; }
.page-history .history-list .item-content dl.highlight figure {
  max-width: 425px; }
.page-history .history-list .item:after {
  background: #751d21; }
.page-history .history-list .item:before {
  background: #751d21; }
.page-history .hero {
  background-image: url(/education/files/background_head.jpg); }
.page-history .song-section {
  background: #f4f3f1; }
  .page-history .song-section .song-wrap {
    width: 600px;
    height: 300px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .page-history .song-section .song-wrap {
        height: auto;
        width: auto; } }
  .page-history .song-section .song-box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
    padding-top: 60px;
    height: 300px;
    margin-bottom: 60px;
    font-size: 2.2rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page-history .song-section .song-box {
        height: auto;
        width: auto; } }
    .page-history .song-section .song-box .song-title {
      margin: 0px; }
    .page-history .song-section .song-box .kashi {
      margin: 0 30px;
      line-height: 2.4;
      height: 210px; }
    .page-history .song-section .song-box .autor {
      font-size: 1.3rem;
      margin-top: 90px; }
      .page-history .song-section .song-box .autor em {
        font-style: normal; }
    .page-history .song-section .song-box .ensou {
      font-size: 1.2rem;
      margin-top: 70px; }
      .page-history .song-section .song-box .ensou span {
        margin-top: 36px; }
.page-history .sicho-box li {
  display: inline-block;
  margin: 0 10px; }
.page-history .sicho-box p {
  max-width: 510px;
  margin: 0 auto;
  text-align: left; }
@media screen and (max-width: 767px) {
  .page-history .song-section h2 span:before {
    display: none; }
  .page-history .song-section .sicho-txt {
    text-align: left; }
  .page-history .song-section .song-box {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    text-align: center;
    background: #FFF;
    padding: 20px 10px;
    margin-bottom: 20px; }
    .page-history .song-section .song-box .autor {
      margin: 0px; }
      .page-history .song-section .song-box .autor em {
        display: inline-block;
        margin: 0 18px; }
    .page-history .song-section .song-box .kashi {
      height: auto;
      line-height: 1.8;
      padding-top: 10px; }
    .page-history .song-section .song-box .ensou {
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      margin-top: 15px;
      line-height: 1.6; }
      .page-history .song-section .song-box .ensou span {
        display: inline-block;
        margin: 0 0 0 35px; }
  .page-history .sicho-box p {
    text-indent: -1rem;
    margin-left: 1rem; } }

.cat-information .hero {
  background-image: url(../../img/mg/education/main_lv_01.jpg); }
.cat-information .sosikizu-section {
  max-width: 800px;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .cat-information .socikizu-section img {
    width: 100%; } }
.cat-information .icon-type {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  text-align: center;
  font-size: 1rem;
  background: #6d242e;
  color: #FFF;
  padding: 4px;
  line-height: 1;
  box-sizing: border-box; }

.page-access .hero {
  background-image: url(../../img/mg/education/main_lv_01.jpg); }
.page-access .inner-box .tin {
  text-indent: -30px;
  margin-left: 25px; }

.page-facilities .hero {
  background-image: url(../../img/mg/education/main_lv_01.jpg); }
.page-facilities .fasilities-list {
  padding: 20px 0 0 0; }
  .page-facilities .fasilities-list dl {
    text-align: left;
    padding-top: 20px; }
    .page-facilities .fasilities-list dl dt {
      padding: 40px 0 15px 0;
      margin-bottom: 15px;
      border-bottom: 1px solid #CCC;
      font-weight: bold; }
    .page-facilities .fasilities-list dl ul {
      max-width: 950px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
    .page-facilities .fasilities-list dl li {
      width: 170px;
      padding: 0 0 3px 0;
      margin: 0 10px;
      display: inline-block; }
      .page-facilities .fasilities-list dl li em {
        display: inline-block;
        width: 20px;
        margin-right: 5px;
        height: 20px;
        line-height: 20px;
        border-radius: 50px;
        font-style: normal;
        font-size: 0.8rem;
        color: #FFF;
        background: #000;
        text-align: center; }
.page-facilities .icon-ex p {
  display: inline-block;
  margin: 10px; }
  .page-facilities .icon-ex p img {
    display: inline-block; }
@media screen and (max-width: 767px) {
  .page-facilities .page-navi {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-facilities .page-navi li {
      font-size: 1.4rem; }
  .page-facilities .fasilities-list ul li {
    width: 48%;
    margin: 0; } }

.page-notify .hero {
  background-image: url(../../img/mg/education/main_lv_01.jpg); }

.type-mg.cat-watashi .hero {
  background-image: url(../../img/mg/watashi/main_lv_01.jpg); }

.type-mg.page-watashi .watashi-list {
  max-width: 980px;
  margin-bottom: 50px;
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }
  .type-mg.page-watashi .watashi-list .colum2-inner {
    width: 49%;
    max-width: 440px; }
    .type-mg.page-watashi .watashi-list .colum2-inner h2 {
      padding-bottom: 0.83333em;
      border-bottom: 1px solid #dfe0e1;
      font-size: 1.8rem;
      text-align: left;
      line-height: 1.4; }
      .type-mg.page-watashi .watashi-list .colum2-inner h2 small {
        display: block;
        margin-bottom: 0.3em;
        font-size: 0.61111em;
        font-weight: normal; }
    .type-mg.page-watashi .watashi-list .colum2-inner dl {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    .type-mg.page-watashi .watashi-list .colum2-inner dt {
      padding-right: 30px;
      font-weight: normal; }
      .type-mg.page-watashi .watashi-list .colum2-inner dt h3 {
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: inherit;
        text-align: left; }
        .type-mg.page-watashi .watashi-list .colum2-inner dt h3 small {
          font-size: 0.8125em; }
      .type-mg.page-watashi .watashi-list .colum2-inner dt p {
        margin-top: 15px;
        font-size: 1.3rem; }
      .type-mg.page-watashi .watashi-list .colum2-inner dt div {
        margin-top: 20px; }
        .type-mg.page-watashi .watashi-list .colum2-inner dt div a {
          display: inline-block;
          background-color: #6d242e;
          padding: 10px 30px 8px 15px;
          color: #fff;
          font-size: 1.3rem;
          font-weight: bold;
          line-height: 1;
          border-radius: 2px;
          position: relative; }
          .type-mg.page-watashi .watashi-list .colum2-inner dt div a:after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: auto;
            margin-left: 12px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            transform: rotate(45deg); }
    .type-mg.page-watashi .watashi-list .colum2-inner dd {
      flex-shrink: 0;
      width: 100px; }
      .type-mg.page-watashi .watashi-list .colum2-inner dd img {
        margin-right: 0; }
@media screen and (max-width: 767px) {
  .type-mg.page-watashi .watashi-list {
    max-width: none;
    margin-bottom: 30px; }
    .type-mg.page-watashi .watashi-list .colum2-inner {
      width: 100%;
      max-width: none; }
      .type-mg.page-watashi .watashi-list .colum2-inner h2 {
        padding-bottom: 0.83333em;
        font-size: 1.7rem; }
        .type-mg.page-watashi .watashi-list .colum2-inner h2 small {
          margin-bottom: 0.3em;
          font-size: 0.58824em; }
      .type-mg.page-watashi .watashi-list .colum2-inner dl {
        margin-top: 4.6875vw; }
      .type-mg.page-watashi .watashi-list .colum2-inner dt {
        width: 68.51852vw;
        padding-right: 4.6875vw;
        box-sizing: border-box; }
        .type-mg.page-watashi .watashi-list .colum2-inner dt p {
          margin-top: 3.125vw; }
        .type-mg.page-watashi .watashi-list .colum2-inner dt div {
          margin-top: 3.125vw; }
          .type-mg.page-watashi .watashi-list .colum2-inner dt div a {
            padding: 6px 30px 4px 15px;
            font-size: 1.075rem; }
            .type-mg.page-watashi .watashi-list .colum2-inner dt div a:after {
              width: 6px;
              height: 6px;
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              right: 10px; }
      .type-mg.page-watashi .watashi-list .colum2-inner dd {
        width: 29.62963vw; } }

.type-mg.cat-watashi .watashi-detail {
  max-width: 980px;
  margin: 110px auto 100px; }
  .type-mg.cat-watashi .watashi-detail .watashi-detail-box {
    display: flex;
    justify-content: space-between; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts {
      padding-right: 60px; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts h2 {
        font-size: 2.0rem;
        text-align: left; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts p {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.625; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile {
      flex-shrink: 0;
      width: 170px; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd h3 {
        margin-top: 20px;
        font-size: 1.5rem;
        text-align: left; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd ruby {
        display: block;
        margin-top: 10px; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rb {
        font-size: 1.4rem; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rt {
        font-size: 1.1rem; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd p {
        margin-top: 10px;
        font-size: 1.2rem;
        line-height: 1.5; }
  .type-mg.cat-watashi .watashi-detail .watashi-detail-links {
    margin-top: 60px;
    border-top: 1px solid #ddd; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-links ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 50px; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-links li {
      width: 16.66667%;
      margin-bottom: 30px;
      text-align: right; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a {
        display: inline-block; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dl {
          display: flex;
          align-items: center; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dt {
          width: 85px;
          padding-right: 7px;
          font-size: 1.2rem;
          line-height: 1.16667; }
          .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dt span {
            display: inline-block; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dd {
          flex-shrink: 0;
          width: 44px;
          padding: 1px;
          border: 1px solid #fff; }
          .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dd img {
            width: 100%; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-links li.here > a dd {
        border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201505 .watashi-detail-links li a[href*="201505"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201506 .watashi-detail-links li a[href*="201506"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201507 .watashi-detail-links li a[href*="201507"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201508 .watashi-detail-links li a[href*="201508"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201509 .watashi-detail-links li a[href*="201509"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201510 .watashi-detail-links li a[href*="201510"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201511 .watashi-detail-links li a[href*="201511"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201512 .watashi-detail-links li a[href*="201512"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201601 .watashi-detail-links li a[href*="201601"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201602 .watashi-detail-links li a[href*="201602"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201603 .watashi-detail-links li a[href*="201603"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-watashi.page-201604 .watashi-detail-links li a[href*="201604"] dd {
  border: 1px solid #6d242e; }
@media screen and (max-width: 767px) {
  .type-mg.cat-watashi .watashi-detail {
    max-width: none;
    margin: 60px auto; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-box {
      display: block;
      margin: 0 3.125%; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts {
        margin-bottom: 15px;
        padding-right: 0; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts h2 {
          padding: 0; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .txts p {
          margin-top: 10px;
          font-size: 1.4rem;
          line-height: 1.5; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile {
        background-color: #f7f7f5;
        width: auto;
        padding: 10px; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dt {
          width: 85px;
          margin: 0 0 5px 10px;
          float: right; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd h3 {
          margin-top: 0;
          font-size: 1.3rem;
          text-align: left; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd ruby {
          display: flex;
          flex-wrap: wrap;
          margin-top: 5px; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rb {
          display: block; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rt {
          display: block;
          display: inline-block;
          font-size: 1.4rem; }
          .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rt:before {
            content: "（"; }
          .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd rt:after {
            content: "）"; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd p {
          font-size: 1.2rem; }
          .type-mg.cat-watashi .watashi-detail .watashi-detail-box .profile dd p.status {
            margin-top: 0; }
    .type-mg.cat-watashi .watashi-detail .watashi-detail-links {
      margin: 15px 3.125%; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-links ul {
        padding-top: 15px; }
      .type-mg.cat-watashi .watashi-detail .watashi-detail-links li {
        width: 50%;
        margin-bottom: 3.125vw;
        padding: 0 5px; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dt {
          width: auto; }
        .type-mg.cat-watashi .watashi-detail .watashi-detail-links li > a dd {
          width: 11.11111vw; } }

.type-mg.cat-activity .hero {
  background-image: url(../../img/mg/watashi/main_lv_01.jpg); }
.type-mg.cat-activity .topics-list {
  width: 100%;
  overflow: hidden; }
  .type-mg.cat-activity .topics-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1%; }
    .type-mg.cat-activity .topics-list ul li {
      overflow: hidden;
      width: 31%;
      margin: 0 1.14% 30px;
      background: #FFF;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 767px) {
        .type-mg.cat-activity .topics-list ul li {
          width: 47.5%; } }
      .type-mg.cat-activity .topics-list ul li .append-modal {
        display: none; }
      .type-mg.cat-activity .topics-list ul li a {
        display: block;
        position: relative; }
        .type-mg.cat-activity .topics-list ul li a p {
          position: relative;
          padding: 10px;
          margin: 0px;
          color: #6d242e;
          font-size: 1.2rem;
          background-color: #fff;
          z-index: 1; }
          .type-mg.cat-activity .topics-list ul li a p span {
            display: block; }
        .type-mg.cat-activity .topics-list ul li a:hover .photo {
          transform: scale(1.05); }
        .type-mg.cat-activity .topics-list ul li a .photo {
          height: 160px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: relative;
          transition: 0.2s;
          transition: all 0.75s ease 0s; }
          @media screen and (max-width: 767px) {
            .type-mg.cat-activity .topics-list ul li a .photo {
              height: 100px; } }
        .type-mg.cat-activity .topics-list ul li a .cate {
          position: absolute;
          top: 0px;
          display: inline-block;
          padding: 3px 5px;
          left: 0px;
          background: #f5f4f0;
          color: #6d242e;
          font-size: 1.1rem; }
.type-mg.cat-activity .to-school-links {
  display: flex;
  justify-content: center; }
  .type-mg.cat-activity .to-school-links a {
    display: block;
    background-color: #6d242f;
    width: 230px;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative; }
    .type-mg.cat-activity .to-school-links a:after {
      content: "";
      display: block;
      width: 0.7em;
      height: 0.7em;
      margin: auto;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px; }
    .type-mg.cat-activity .to-school-links a + a {
      margin-left: 27px; }
  @media screen and (max-width: 767px) {
    .type-mg.cat-activity .to-school-links {
      display: block; }
      .type-mg.cat-activity .to-school-links a {
        width: auto; }
        .type-mg.cat-activity .to-school-links a + a {
          margin: 15px 0 0; } }
.type-mg.cat-activity .modal-bg {
  background: #6d242e;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  z-index: 1000;
  top: 0px;
  transition: 0.5s; }
  .type-mg.cat-activity .modal-bg.modal-on {
    left: 0%; }
.type-mg.cat-activity .modal-wrap {
  position: fixed;
  align-items: center;
  box-sizing: border-box;
  max-width: 880px;
  width: 100%;
  left: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 1001; }
  .type-mg.cat-activity .modal-wrap.modal-on {
    left: 0; }
    .type-mg.cat-activity .modal-wrap.modal-on .modal-content {
      opacity: 1;
      transition: 1s; }
  .type-mg.cat-activity .modal-wrap .modal-content {
    position: relative;
    text-align: center;
    max-width: 880px;
    width: 100%;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 767px) {
      .type-mg.cat-activity .modal-wrap .modal-content {
        margin: 10px; } }
    .type-mg.cat-activity .modal-wrap .modal-content .madal-inner {
      background: #FFF;
      border-radius: 10px;
      padding: 55px 10px 10px 10px;
      position: relative; }
      .type-mg.cat-activity .modal-wrap .modal-content .madal-inner img {
        max-width: 100%; }
      .type-mg.cat-activity .modal-wrap .modal-content .madal-inner dl {
        display: flex;
        justify-content: center;
        padding: 10px 0 0 0; }
        .type-mg.cat-activity .modal-wrap .modal-content .madal-inner dl dd {
          margin-left: 20px;
          text-align: left; }
          .type-mg.cat-activity .modal-wrap .modal-content .madal-inner dl dd span {
            font-weight: bold;
            display: block; }
    .type-mg.cat-activity .modal-wrap .modal-content .modal-close {
      background: #6d242e;
      position: absolute;
      width: 35px;
      height: 35px;
      right: 10px;
      top: 10px;
      border-radius: 20%;
      transition: 0.5s;
      z-index: 9999; }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-close:before {
        content: "";
        display: block;
        top: 16px;
        left: 8px;
        position: absolute;
        width: 20px;
        height: 4px;
        border-radius: 30%;
        transform: rotate(45deg);
        background: #FFF; }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-close:after {
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        left: 8px;
        width: 20px;
        height: 4px;
        border-radius: 30%;
        transform: rotate(-45deg);
        background: #FFF; }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-close:hover {
        transform: rotate(180deg); }
    .type-mg.cat-activity .modal-wrap .modal-content .modal-btn {
      background: #dfdedc;
      display: inline-block;
      color: #6d242f;
      padding: 20px 10px;
      top: 40%;
      width: 40px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .type-mg.cat-activity .modal-wrap .modal-content .modal-btn {
          -ms-writing-mode: inherit;
          writing-mode: inherit;
          position: static;
          width: auto;
          padding: 8px;
          margin: 7px 2px; } }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-btn:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #6d242f;
        border-right: 2px solid #6d242f;
        margin-top: 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .type-mg.cat-activity .modal-wrap .modal-content .modal-btn:after {
            margin-top: 0px; } }
    .type-mg.cat-activity .modal-wrap .modal-content .modal-prev {
      left: -40px;
      border-radius: 8px 0 0 8px; }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-prev:after {
        transform: rotate(-135deg);
        left: 3px; }
      @media screen and (max-width: 767px) {
        .type-mg.cat-activity .modal-wrap .modal-content .modal-prev {
          border-radius: 8px; }
          .type-mg.cat-activity .modal-wrap .modal-content .modal-prev:after {
            display: none; }
          .type-mg.cat-activity .modal-wrap .modal-content .modal-prev:before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #6d242f;
            border-right: 2px solid #6d242f;
            margin-top: 0px;
            position: relative;
            transform: rotate(-135deg); } }
    .type-mg.cat-activity .modal-wrap .modal-content .modal-next {
      right: -40px;
      border-radius: 0 8px 8px 0; }
      .type-mg.cat-activity .modal-wrap .modal-content .modal-next:after {
        transform: rotate(45deg);
        right: 3px; }
      @media screen and (max-width: 767px) {
        .type-mg.cat-activity .modal-wrap .modal-content .modal-next {
          border-radius: 8px; }
          .type-mg.cat-activity .modal-wrap .modal-content .modal-next:after {
            margin-left: 3px; } }
.type-mg.cat-activity .watashi-detail-links {
  margin-top: 60px; }
  .type-mg.cat-activity .watashi-detail-links ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .type-mg.cat-activity .watashi-detail-links li {
    width: 16.66667%;
    margin-bottom: 30px;
    text-align: right; }
    .type-mg.cat-activity .watashi-detail-links li > a {
      display: inline-block; }
      .type-mg.cat-activity .watashi-detail-links li > a dl {
        display: flex;
        align-items: center; }
      .type-mg.cat-activity .watashi-detail-links li > a dt {
        width: 85px;
        padding-right: 7px;
        font-size: 1.2rem;
        line-height: 1.16667; }
        .type-mg.cat-activity .watashi-detail-links li > a dt span {
          display: inline-block; }
      .type-mg.cat-activity .watashi-detail-links li > a dd {
        flex-shrink: 0;
        width: 44px;
        padding: 1px;
        border: 1px solid #fff; }
        .type-mg.cat-activity .watashi-detail-links li > a dd img {
          width: 100%; }
    .type-mg.cat-activity .watashi-detail-links li.here > a dd {
      border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201505 .watashi-detail-links li a[href*="201505"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201506 .watashi-detail-links li a[href*="201506"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201507 .watashi-detail-links li a[href*="201507"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201508 .watashi-detail-links li a[href*="201508"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201509 .watashi-detail-links li a[href*="201509"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201510 .watashi-detail-links li a[href*="201510"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201511 .watashi-detail-links li a[href*="201511"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201512 .watashi-detail-links li a[href*="201512"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201601 .watashi-detail-links li a[href*="201601"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201602 .watashi-detail-links li a[href*="201602"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201603 .watashi-detail-links li a[href*="201603"] dd {
  border: 1px solid #6d242e; }
.type-mg.cat-activity.page-201604 .watashi-detail-links li a[href*="201604"] dd {
  border: 1px solid #6d242e; }
@media screen and (max-width: 767px) {
  .type-mg.cat-activity .watashi-detail-links {
    margin: 15px 3.125%; }
    .type-mg.cat-activity .watashi-detail-links ul {
      padding-top: 15px; }
    .type-mg.cat-activity .watashi-detail-links li {
      width: 50%;
      margin-bottom: 3.125vw;
      padding: 0 5px; }
      .type-mg.cat-activity .watashi-detail-links li > a dt {
        width: auto; }
      .type-mg.cat-activity .watashi-detail-links li > a dd {
        width: 11.11111vw; } }

.page-seiwakai .name-box {
  background: #EEE;
  padding: 20px;
  margin-top: 50px; }
  .page-seiwakai .name-box h4 {
    font-size: 1.9rem; }
    .page-seiwakai .name-box h4 em {
      font-style: normal;
      font-weight: bold;
      display: block;
      margin-top: 10px; }
.page-seiwakai .list-jigyou li {
  list-style: disc;
  margin-left: 25px; }
.page-seiwakai .ttl-info {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 0 20px 0; }
.page-seiwakai .oshirase {
  border-bottom: 1px solid #CCC;
  padding: 50px 0 50px; }
.page-seiwakai .table-02 {
  margin-top: 20px; }
.page-seiwakai .table-02 tbody tr, .page-seiwakai .table-03 tbody tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
.page-seiwakai .table-02 tbody th, .page-seiwakai .table-03 tbody th {
  vertical-align: middle; }