@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 27, ../sass/contents.scss */
#contHead {
  position: relative;
  background: #f9f9f9;
  z-index: -1;
}
/* line 32, ../sass/contents.scss */
#contHead.level3:before {
  content: "";
  width: 40%;
  height: 100%;
  background: #82bdcd;
  position: absolute;
  background-image: url(../img/title_pattern.jpg);
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  /* line 32, ../sass/contents.scss */
  #contHead.level3:before {
    display: none;
  }
}
/* line 46, ../sass/contents.scss */
#contHead.level3:after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 46, ../sass/contents.scss */
  #contHead.level3:after {
    display: none;
  }
}
/* line 59, ../sass/contents.scss */
#contHead.level3 .inner {
  position: relative;
  z-index: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 65, ../sass/contents.scss */
#contHead.level3 .inner .blogName {
  width: 372px;
  margin-left: 35px;
  color: #fff;
  background: transparent;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  /* line 65, ../sass/contents.scss */
  #contHead.level3 .inner .blogName {
    width: 37.2vw;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  /* line 65, ../sass/contents.scss */
  #contHead.level3 .inner .blogName {
    display: none;
  }
}
/* line 81, ../sass/contents.scss */
#contHead.level3 .inner .blogName span {
  font-size: 20px;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  /* line 81, ../sass/contents.scss */
  #contHead.level3 .inner .blogName span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 81, ../sass/contents.scss */
  #contHead.level3 .inner .blogName span {
    font-size: 3.75vw;
  }
}
/* line 89, ../sass/contents.scss */
#contHead.level3 .inner h1 {
  background: #f9f9f9;
  width: 628px;
  font-size: 34px;
  font-weight: bold;
  padding: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  /* line 89, ../sass/contents.scss */
  #contHead.level3 .inner h1 {
    width: 60%;
  }
}
/* line 101, ../sass/contents.scss */
#contHead.level3 .inner h1:after {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 89, ../sass/contents.scss */
  #contHead.level3 .inner h1 {
    width: 100%;
    text-align: center;
    font-size: 6.875vw;
  }
}

/* line 120, ../sass/contents.scss */
.pnkz {
  width: 1100px;
  margin: 1.5em auto;
  font-size: 1.2rem;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  /* line 120, ../sass/contents.scss */
  .pnkz {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 120, ../sass/contents.scss */
  .pnkz {
    display: none;
  }
}
/* line 134, ../sass/contents.scss */
.pnkz ul li {
  display: block;
  float: left;
}
/* line 137, ../sass/contents.scss */
.pnkz ul li a {
  color: #522D77;
}
/* line 140, ../sass/contents.scss */
.pnkz ul li:after {
  font-family: 'icomoon' !important;
  content: "\f105";
  padding: 0 1em;
  vertical-align: bottom;
}
/* line 147, ../sass/contents.scss */
.pnkz ul li:last-of-type:after {
  display: none;
}

/* line 160, ../sass/contents.scss */
#contMain .menues {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 3em;
}
/* line 163, ../sass/contents.scss */
#contMain .menues .menuL {
  width: 46%;
  height: 100px;
  margin: 5px 2% 25px;
  padding: 0.5em 0;
  background: #fff;
  color: #333;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 4px 0px 0px rgba(230, 230, 230, 0.9);
  -webkit-box-shadow: 0 4px 0px 0px rgba(230, 230, 230, 0.9);
  box-shadow: 0 4px 0px 0px rgba(230, 230, 230, 0.9);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 163, ../sass/contents.scss */
  #contMain .menues .menuL {
    font-size: 1.5vw;
  }
}
/* line 177, ../sass/contents.scss */
#contMain .menues .menuL:after {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 183, ../sass/contents.scss */
#contMain .menues .menuL .svgimg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 193, ../sass/contents.scss */
#contMain .menues .menuL .text {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 1.5em 0 90px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  /* line 193, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    font-size: 2.4vw;
  }
}
/* line 204, ../sass/contents.scss */
#contMain .menues .menuL .my_svg {
  width: 100%;
}
/* line 207, ../sass/contents.scss */
#contMain .menues .menuL .my_svg rect,
#contMain .menues .menuL .my_svg path,
#contMain .menues .menuL .my_svg circle {
  color: #522D77;
  fill: currentColor;
}
/* line 213, ../sass/contents.scss */
#contMain .menues .menuL:hover {
  text-decoration: none;
  background: #522D77;
  border: 1px solid #522D77;
  -moz-box-shadow: 0 4px 0px 0px #522d77;
  -webkit-box-shadow: 0 4px 0px 0px #522d77;
  box-shadow: 0 4px 0px 0px #522d77;
}
/* line 218, ../sass/contents.scss */
#contMain .menues .menuL:hover .my_svg rect,
#contMain .menues .menuL:hover .my_svg path,
#contMain .menues .menuL:hover .my_svg circle {
  color: #fff;
  fill: currentColor;
}
/* line 224, ../sass/contents.scss */
#contMain .menues .menuL:hover .text {
  color: #fff;
}
/* line 228, ../sass/contents.scss */
#contMain .menues .menuL.gray {
  background: #f8f8f8;
}
/* line 230, ../sass/contents.scss */
#contMain .menues .menuL.gray:hover {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 4px 0px 0px #e6e6e6;
  -webkit-box-shadow: 0 4px 0px 0px #e6e6e6;
  box-shadow: 0 4px 0px 0px #e6e6e6;
}
/* line 234, ../sass/contents.scss */
#contMain .menues .menuL.gray:hover .text {
  color: #333;
}
/* line 239, ../sass/contents.scss */
#contMain .menues .menuL.noSvg {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  /* line 239, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg {
    font-size: 2.4vw;
  }
}
/* line 241, ../sass/contents.scss */
#contMain .menues .menuL.noSvg.gray {
  height: 75px;
}
/* line 243, ../sass/contents.scss */
#contMain .menues .menuL.noSvg.gray .text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  /* line 243, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg.gray .text {
    font-size: 1.8vw;
  }
}
/* line 248, ../sass/contents.scss */
#contMain .menues .menuL.noSvg:hover {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 4px 0px 0px #e6e6e6;
  -webkit-box-shadow: 0 4px 0px 0px #e6e6e6;
  box-shadow: 0 4px 0px 0px #e6e6e6;
}
/* line 251, ../sass/contents.scss */
#contMain .menues .menuL.noSvg:hover .text {
  color: #333;
}
/* line 256, ../sass/contents.scss */
#contMain .menues .menuL.noSvg .text {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  /* line 256, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 256, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 2.86458vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 163, ../sass/contents.scss */
  #contMain .menues .menuL {
    width: 80%;
    height: 15.625vw;
    margin: 0.5% 10% 4%;
  }
  /* line 267, ../sass/contents.scss */
  #contMain .menues .menuL .svgimg {
    width: 6.51042vw;
    height: 6.51042vw;
    left: 3.25521vw;
  }
  /* line 272, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    padding: 0 1em 0 11.71875vw;
    text-align: left;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 272, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    font-size: 2.86458vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 278, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg {
    height: 12.36979vw;
  }
  /* line 280, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 280, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 2.60417vw;
  }
}

@media screen and (max-width: 420px) {
  /* line 286, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    font-size: 1.2rem;
  }
  /* line 290, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 1.2rem;
  }
}

/* line 317, ../sass/contents.scss */
.entryBody p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  /* line 317, ../sass/contents.scss */
  .entryBody p {
    font-size: 3.75vw;
  }
}
/* line 324, ../sass/contents.scss */
.entryBody p.kenkyuName {
  margin-bottom: 0.5em;
  display: block;
  background: #e8e8e8;
  text-align: right;
  padding: 3px 10px;
  margin: -1em 0 3em;
  font-weight: bold;
}
/* line 332, ../sass/contents.scss */
.entryBody p.kenkyuName .kenkyuGakka {
  margin-right: 1.5em;
  font-weight: normal;
}
/* line 338, ../sass/contents.scss */
.entryBody h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
}
@media screen and (max-width: 1000px) {
  /* line 338, ../sass/contents.scss */
  .entryBody h2 {
    font-size: 3vw;
  }
}
/* line 343, ../sass/contents.scss */
.entryBody h2:first-of-type {
  margin-top: 1.5em;
}
/* line 346, ../sass/contents.scss */
.entryBody h2:before {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: #522D77;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 338, ../sass/contents.scss */
  .entryBody h2 {
    font-size: 5vw;
  }
}
/* line 358, ../sass/contents.scss */
.entryBody h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
  border-bottom: 2px solid #522D77;
}
/* line 364, ../sass/contents.scss */
.entryBody h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  /* line 358, ../sass/contents.scss */
  .entryBody h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 358, ../sass/contents.scss */
  .entryBody h3 {
    font-size: 4.6875vw;
  }
}
/* line 374, ../sass/contents.scss */
.entryBody h4 {
  font-size: 20px;
  color: #522D77;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  /* line 374, ../sass/contents.scss */
  .entryBody h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 374, ../sass/contents.scss */
  .entryBody h4 {
    font-size: 4.0625vw;
  }
}
/* line 388, ../sass/contents.scss */
.entryBody .h2Style {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
}
@media screen and (max-width: 1000px) {
  /* line 388, ../sass/contents.scss */
  .entryBody .h2Style {
    font-size: 3vw;
  }
}
/* line 393, ../sass/contents.scss */
.entryBody .h2Style:first-of-type {
  margin-top: 1.5em;
}
/* line 396, ../sass/contents.scss */
.entryBody .h2Style:before {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: #522D77;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 388, ../sass/contents.scss */
  .entryBody .h2Style {
    font-size: 5vw;
  }
}
/* line 408, ../sass/contents.scss */
.entryBody .h3Style {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
  border-bottom: 2px solid #522D77;
}
/* line 414, ../sass/contents.scss */
.entryBody .h3Style:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  /* line 408, ../sass/contents.scss */
  .entryBody .h3Style {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 408, ../sass/contents.scss */
  .entryBody .h3Style {
    font-size: 4.6875vw;
  }
}
/* line 424, ../sass/contents.scss */
.entryBody .h4Style {
  font-size: 20px;
  color: #522D77;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
  letter-spacing: 1px;
  border: none;
}
@media screen and (max-width: 999px) {
  /* line 424, ../sass/contents.scss */
  .entryBody .h4Style {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 424, ../sass/contents.scss */
  .entryBody .h4Style {
    font-size: 4.0625vw;
  }
}
/* line 439, ../sass/contents.scss */
.entryBody .twoColumn {
  margin-bottom: 1em;
}
/* line 442, ../sass/contents.scss */
.entryBody ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
/* line 445, ../sass/contents.scss */
.entryBody ol li {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 445, ../sass/contents.scss */
  .entryBody ol li {
    font-size: 3.75vw;
  }
}
/* line 456, ../sass/contents.scss */
.entryBody ul li {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 456, ../sass/contents.scss */
  .entryBody ul li {
    font-size: 3.75vw;
  }
}
/* line 464, ../sass/contents.scss */
.entryBody ul li:before {
  font-family: 'icomoon' !important;
  content: "\f111";
  color: #ababab;
  font-size: 10px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  /* line 464, ../sass/contents.scss */
  .entryBody ul li:before {
    font-size: 3.125vw;
  }
}
/* line 477, ../sass/contents.scss */
.entryBody ul.yoko li {
  width: 33%;
  float: left;
  margin-bottom: 0.5em;
  word-wrap: break-word;
  padding: 0 1em 0 1.5em;
  text-indent: -1.3em;
}
@media screen and (max-width: 768px) {
  /* line 477, ../sass/contents.scss */
  .entryBody ul.yoko li {
    font-size: 3.75vw;
  }
}
/* line 487, ../sass/contents.scss */
.entryBody ul.yoko li:before {
  font-family: 'icomoon' !important;
  content: "\f111";
  color: #ababab;
  font-size: 10px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  /* line 487, ../sass/contents.scss */
  .entryBody ul.yoko li:before {
    font-size: 3.125vw;
  }
}
/* line 502, ../sass/contents.scss */
.entryBody .teachTable table th {
  vertical-align: top;
}
/* line 505, ../sass/contents.scss */
.entryBody .teachTable table td {
  vertical-align: top;
}
/* line 510, ../sass/contents.scss */
.entryBody table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #fff;
  font-size: 1.4rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 999px) {
  /* line 510, ../sass/contents.scss */
  .entryBody table {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 510, ../sass/contents.scss */
  .entryBody table {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 510, ../sass/contents.scss */
  .entryBody table {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 510, ../sass/contents.scss */
  .entryBody table {
    font-size: 2.93333vw;
  }
}

/* line 523, ../sass/contents.scss */
.entryBody table tr .w25 {
  width: 25%;
}
/* line 526, ../sass/contents.scss */
.entryBody table tr th {
  background: #522D77;
  border: 2px solid #fff;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* line 526, ../sass/contents.scss */
  .entryBody table tr th {
    font-size: 3.75vw;
    width: auto;
  }
}
/* line 541, ../sass/contents.scss */
.entryBody table tr td {
  background: #f4f4f4;
  border: 2px solid #fff;
  padding: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* line 541, ../sass/contents.scss */
  .entryBody table tr td {
    font-size: 3.75vw;
  }
}
/* line 551, ../sass/contents.scss */
.entryBody table.type2 {
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
}
/* line 555, ../sass/contents.scss */
.entryBody table.type2 tr th {
  background: transparent;
  font-weight: bold;
  text-align: left;
  padding: 0.8em 0.5em;
  color: #333;
  border: none;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
}
/* line 565, ../sass/contents.scss */
.entryBody table.type2 tr td {
  background: transparent;
  padding: 0.8em 0.5em;
  border: none;
  border-bottom: 1px solid #dedede;
}
/* line 575, ../sass/contents.scss */
.entryBody .brdStyle {
  padding: 15px;
  border: 1px solid #dedede;
}

/* line 582, ../sass/contents.scss */
#sitemap .type2 {
  border: none;
  border-top: 1px solid #cbcbcb !important;
  border-bottom: none;
}
/* line 586, ../sass/contents.scss */
#sitemap .type2 th {
  width: 25%;
  text-align: center;
  padding: 0.8em 0.5em;
  border: none;
}
@media screen and (max-width: 768px) {
  /* line 586, ../sass/contents.scss */
  #sitemap .type2 th {
    width: 33%;
  }
}
/* line 595, ../sass/contents.scss */
#sitemap .type2 td {
  padding: 0.8em 0.5em;
  border-bottom: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 605, ../sass/contents.scss */
.entryBody .anker {
  background: #f4f4f4;
  font-size: 1.4rem;
  padding: 1.5em 0 0;
}
/* line 609, ../sass/contents.scss */
.entryBody .anker li {
  display: inline-block;
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  /* line 609, ../sass/contents.scss */
  .entryBody .anker li {
    display: block;
    text-align: left;
  }
}
/* line 619, ../sass/contents.scss */
.entryBody .anker li:before {
  font-family: 'icomoon' !important;
  content: "" !important;
  padding: 0 0.5em 0 1.5em;
  vertical-align: bottom;
  color: #a6a6a6;
  font-size: 1.6rem;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 619, ../sass/contents.scss */
  .entryBody .anker li:before {
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 768px) {
  /* line 642, ../sass/contents.scss */
  .newsEvent tbody {
    display: block;
  }
}
/* line 646, ../sass/contents.scss */
.newsEvent .newsList {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 653, ../sass/contents.scss */
  .newsEvent .newsList .selCat {
    display: block !important;
    width: 100% !important;
  }
}
/* line 658, ../sass/contents.scss */
.newsEvent .newsList #catMenu {
  width: 100%;
  background: #f4f4f4;
  margin: 0 0 2em;
  padding: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 658, ../sass/contents.scss */
  .newsEvent .newsList #catMenu {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* line 674, ../sass/contents.scss */
.newsEvent .newsList #catMenu li a {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
/* line 680, ../sass/contents.scss */
.newsEvent .newsList #catMenu.column3 li {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 768px) {
  /* line 680, ../sass/contents.scss */
  .newsEvent .newsList #catMenu.column3 li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 690, ../sass/contents.scss */
.newsEvent .newsList #catMenu li {
  border: none;
  flex-basis: 25%;
  max-width: 25%;
  align-self: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0.5em;
  text-indent: 0;
  background: none;
  float: left;
}
/* line 706, ../sass/contents.scss */
.newsEvent .newsList #catMenu li:before {
  display: none;
}
/* line 709, ../sass/contents.scss */
.newsEvent .newsList #catMenu li a {
  margin: 0;
  padding: 1em;
  width: 100%;
}
/* line 713, ../sass/contents.scss */
.newsEvent .newsList #catMenu li a.now {
  background: #cacaca;
  color: #333;
  border-color: #cacaca;
}
@media screen and (max-width: 768px) {
  /* line 690, ../sass/contents.scss */
  .newsEvent .newsList #catMenu li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* line 729, ../sass/contents.scss */
.newsEvent ul {
  position: relative;
}
/* line 731, ../sass/contents.scss */
.newsEvent ul li {
  padding: 1em 0;
  border-bottom: 2px solid #cdcdcd;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 736, ../sass/contents.scss */
.newsEvent ul li:before {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 731, ../sass/contents.scss */
  .newsEvent ul li {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 745, ../sass/contents.scss */
  .newsEvent ul li:last-of-type {
    border-bottom: none;
  }
  /* line 748, ../sass/contents.scss */
  .newsEvent ul li:after {
    font-family: 'icomoon' !important;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1.5em;
    color: #c8c8c8;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* line 760, ../sass/contents.scss */
.newsEvent ul span {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 760, ../sass/contents.scss */
  .newsEvent ul span {
    font-size: 4.375vw;
  }
}
/* line 767, ../sass/contents.scss */
.newsEvent ul span a {
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 767, ../sass/contents.scss */
  .newsEvent ul span a {
    display: block;
    padding: 0.3em 0 1em 0;
  }
}
/* line 774, ../sass/contents.scss */
.newsEvent ul span.date {
  align-self: center;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  width: 8em;
  float: left;
}
@media screen and (max-width: 1000px) {
  /* line 774, ../sass/contents.scss */
  .newsEvent ul span.date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 774, ../sass/contents.scss */
  .newsEvent ul span.date {
    font-size: 3.4375vw;
    font-weight: bold;
    display: inline-block;
    width: auto;
    padding-left: 0;
    padding-right: 1em;
  }
}
/* line 792, ../sass/contents.scss */
.newsEvent ul span.cate {
  align-self: center;
  text-align: center;
  font-size: 14px;
  width: 6em;
  float: left;
}
@media screen and (max-width: 1000px) {
  /* line 792, ../sass/contents.scss */
  .newsEvent ul span.cate {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 792, ../sass/contents.scss */
  .newsEvent ul span.cate {
    display: inline-block;
    width: auto;
    padding: 0 1em;
  }
}
/* line 803, ../sass/contents.scss */
.newsEvent ul span.cate span {
  background: #626262;
  display: block;
  color: #333;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
}
/* line 804, ../sass/contents.scss */
.newsEvent ul span.cate span.news {
  background-color: #f00;
}
@media screen and (max-width: 768px) {
  /* line 803, ../sass/contents.scss */
  .newsEvent ul span.cate span {
    font-size: 3.125vw;
    display: inline-block;
    width: 10em;
    text-align: center;
    padding: 3px 1em;
  }
}
/* line 824, ../sass/contents.scss */
.newsEvent ul span.title {
  align-self: center;
  flex: 1;
  padding-left: 1.5em;
  text-align: left;
}
/* line 829, ../sass/contents.scss */
.newsEvent ul span.title a {
  padding: 0;
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* line 829, ../sass/contents.scss */
  .newsEvent ul span.title a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 824, ../sass/contents.scss */
  .newsEvent ul span.title {
    width: 100%;
    flex: unset;
    padding: 0.5em 0 0 0;
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 853, ../sass/contents.scss */
  .spTableflow:before {
    content: "※横スクロールが可能です。";
  }
}
@media screen and (max-width: 768px) {
  /* line 858, ../sass/contents.scss */
  .spTableflow table {
    width: 800px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 852, ../sass/contents.scss */
  .spTableflow {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* line 871, ../sass/contents.scss */
.flexAuto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  max-width: 1200px;
}
/* line 874, ../sass/contents.scss */
.flexAuto div {
  margin: 1%;
  text-align: center;
}
/* line 877, ../sass/contents.scss */
.flexAuto div:first-child {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 877, ../sass/contents.scss */
  .flexAuto div:first-child {
    width: 98%;
  }
}
/* line 884, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
    width: 100%;
  }
}
/* line 884, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
    width: 100%;
  }
}
/* line 884, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
  width: 31.33333%;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
    width: 100%;
  }
}
/* line 884, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
  width: 23%;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
    width: 100%;
  }
}
/* line 884, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
  width: 18%;
}
@media screen and (max-width: 768px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 420px) {
  /* line 884, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
    width: 100%;
  }
}

/* line 906, ../sass/contents.scss */
.wysiwyg strong {
  font-weight: bold;
}
/* line 909, ../sass/contents.scss */
.wysiwyg em {
  font-style: italic;
}
/* line 912, ../sass/contents.scss */
.wysiwyg.kenkyu {
  border-top: none;
  border-bottom: none;
}
/* line 916, ../sass/contents.scss */
.wysiwyg .entryDate {
  text-align: right;
  font-weight: bold;
}
/* line 920, ../sass/contents.scss */
.wysiwyg .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 922, ../sass/contents.scss */
.wysiwyg .flex .items {
  margin: 1%;
  width: 31.3333%;
}
@media screen and (max-width: 768px) {
  /* line 922, ../sass/contents.scss */
  .wysiwyg .flex .items {
    width: 100% !important;
    text-align: center;
  }
}
/* line 930, ../sass/contents.scss */
.wysiwyg .flex .items.p50 {
  width: 48%;
}
/* line 933, ../sass/contents.scss */
.wysiwyg .flex .items.p100 {
  width: 98%;
}

/* line 942, ../sass/contents.scss */
.entryBody ul {
  margin-bottom: 3em;
}

/* line 949, ../sass/contents.scss */
#wrapper.contTop #contHead {
  background-size: cover !important;
  background-position: center !important;
}
/* line 953, ../sass/contents.scss */
#wrapper.contTop #contHead.sec .inner {
  height: 300px;
}
@media screen and (max-width: 768px) {
  /* line 953, ../sass/contents.scss */
  #wrapper.contTop #contHead.sec .inner {
    height: 39.0625vw;
  }
}
/* line 958, ../sass/contents.scss */
#wrapper.contTop #contHead.sec .inner h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 967, ../sass/contents.scss */
#wrapper.contTop #contHead .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /* line 967, ../sass/contents.scss */
  #wrapper.contTop #contHead .inner {
    z-index: 3;
  }
}
/* line 973, ../sass/contents.scss */
#wrapper.contTop #contHead .inner .mds01 {
  color: #fff;
}
/* line 975, ../sass/contents.scss */
#wrapper.contTop #contHead .inner .mds01:after {
  background: #fff;
}
/* line 980, ../sass/contents.scss */
#wrapper.contTop #contHead:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 991, ../sass/contents.scss */
.page__main {
  width: 100%;
  position: relative;
  height: 150px;
  background-color: #f5f5f5;
  background-image: url(../img/index_pattern.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  /* line 991, ../sass/contents.scss */
  .page__main {
    height: 19.53125vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 991, ../sass/contents.scss */
  .page__main {
    height: 35.71429vw;
  }
}
/* line 1005, ../sass/contents.scss */
.page__main h1 {
  text-align: center;
  font-size: 34px;
  color: #333;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  /* line 1005, ../sass/contents.scss */
  .page__main h1 {
    font-size: 4.16667vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 1005, ../sass/contents.scss */
  .page__main h1 {
    font-size: 6.66667vw;
  }
}

/* line 1028, ../sass/contents.scss */
#wrapper.webpage #contHead {
  background-size: cover !important;
  background-position: center !important;
}
/* line 1033, ../sass/contents.scss */
#wrapper.webpage #contHead .inner {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 1033, ../sass/contents.scss */
  #wrapper.webpage #contHead .inner {
    z-index: 3;
  }
}
/* line 1040, ../sass/contents.scss */
#wrapper.webpage #contHead .inner .mds01 {
  background: transparent;
  color: #fff;
}
/* line 1043, ../sass/contents.scss */
#wrapper.webpage #contHead .inner .mds01:after {
  background: #fff;
}
/* line 1050, ../sass/contents.scss */
#wrapper.webpage #contHead.level3 .inner .mds01 {
  color: #333;
  margin-left: 35px;
}

/* line 1059, ../sass/contents.scss */
.flex.center {
  justify-content: center;
}

/* line 1062, ../sass/contents.scss */
.flex.left {
  -webkit-justify-content: left !important;
  justify-content: left !important;
}

/* line 1067, ../sass/contents.scss */
.wysiwyg.entryBody .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/* line 1071, ../sass/contents.scss */
.flex {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 1074, ../sass/contents.scss */
.flex .oneCol {
  width: 100%;
}
/* line 1077, ../sass/contents.scss */
.flex .twoCol {
  width: 48%;
  margin: 1%;
}
@media screen and (max-width: 768px) {
  /* line 1077, ../sass/contents.scss */
  .flex .twoCol {
    width: 100%;
  }
}
/* line 1084, ../sass/contents.scss */
.flex .threeCol {
  width: 32%;
  margin: 1%;
}
/* line 1087, ../sass/contents.scss */
.flex .threeCol:first-child {
  margin-left: 0;
}
/* line 1090, ../sass/contents.scss */
.flex .threeCol:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 1084, ../sass/contents.scss */
  .flex .threeCol {
    width: 100%;
  }
  /* line 1095, ../sass/contents.scss */
  .flex .threeCol:first-child {
    margin: 1%;
  }
  /* line 1098, ../sass/contents.scss */
  .flex .threeCol:last-child {
    margin: 1%;
  }
}

/* line 1108, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont {
  width: 25%;
  float: left;
}
@media screen and (max-width: 768px) {
  /* line 1108, ../sass/contents.scss */
  #contMain .entryBody .twoColBody .leftCont {
    width: 100%;
    float: none;
  }
}
/* line 1115, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root {
  background: #522D77;
}
/* line 1117, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li {
  margin-bottom: 0;
  padding: 0;
  text-indent: 0;
}
/* line 1122, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li:before {
  display: none;
}
/* line 1125, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a {
  display: block;
  padding: 1em 1.5em;
  position: relative;
  color: #fff;
}
/* line 1131, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a[target="_blank"]:after {
  content: "\f24d";
  right: 0.3em;
}
/* line 1136, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a:hover {
  text-decoration: none;
}
/* line 1139, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a:after {
  font-family: 'icomoon' !important;
  content: "\f105";
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
/* line 1149, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a.sub:after {
  content: "\f067";
  right: 0.8em;
}
/* line 1154, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li a.sub.open:after {
  content: "\f068";
}
/* line 1160, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul.active {
  display: block !important;
}
/* line 1163, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul {
  display: none;
  margin-bottom: 0;
}
/* line 1166, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li {
  background: #fff;
  margin-bottom: 0;
  padding: 0;
  color: #333;
  text-indent: 0;
}
/* line 1173, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li:hover {
  background-color: #f7f8f8;
}
/* line 1176, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li:before {
  display: none;
}
/* line 1179, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li a {
  color: #333;
}
/* line 1181, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li a:after {
  color: #ccc;
}
/* line 1185, ../sass/contents.scss */
#contMain .entryBody .twoColBody .leftCont .root > li ul li:last-of-type {
  border-bottom: none;
}
/* line 1193, ../sass/contents.scss */
#contMain .entryBody .twoColBody .rightCont {
  width: 70%;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 1193, ../sass/contents.scss */
  #contMain .entryBody .twoColBody .rightCont {
    width: 100%;
    float: none;
  }
}

/* line 1208, ../sass/contents.scss */
.ankers {
  border-bottom: 2px solid #ccc;
  display: block;
}
/* line 1211, ../sass/contents.scss */
.ankers .ank {
  display: inline-block;
  margin: 5px;
}
