@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 29, ../sass/contents.scss */
#contHead {
  position: relative;
  background: #f9f9f9;
}
/* line 33, ../sass/contents.scss */
#contHead.level3:before {
  content: "";
  width: 40%;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 43, ../sass/contents.scss */
#contHead.level3:after {
  content: "";
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  /* line 43, ../sass/contents.scss */
  #contHead.level3:after {
    display: none;
  }
}
/* line 56, ../sass/contents.scss */
#contHead.level3 .inner {
  position: relative;
  z-index: 3;
  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 62, ../sass/contents.scss */
#contHead.level3 .inner .blogName {
  width: 372px;
  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 62, ../sass/contents.scss */
  #contHead.level3 .inner .blogName {
    width: 37.2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 62, ../sass/contents.scss */
  #contHead.level3 .inner .blogName {
    width: 100%;
  }
}
/* line 75, ../sass/contents.scss */
#contHead.level3 .inner .blogName span {
  font-size: 20px;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  /* line 75, ../sass/contents.scss */
  #contHead.level3 .inner .blogName span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 75, ../sass/contents.scss */
  #contHead.level3 .inner .blogName span {
    font-size: 3.75vw;
  }
}
/* line 83, ../sass/contents.scss */
#contHead.level3 .inner h1 {
  background: #f9f9f9;
  width: 628px;
  font-size: 40px;
  font-weight: bold;
  padding: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  /* line 83, ../sass/contents.scss */
  #contHead.level3 .inner h1 {
    width: 62.8vw;
  }
}
@media screen and (max-width: 1000px) {
  /* line 83, ../sass/contents.scss */
  #contHead.level3 .inner h1 {
    font-size: 4vw;
  }
}
/* line 95, ../sass/contents.scss */
#contHead.level3 .inner h1:after {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 83, ../sass/contents.scss */
  #contHead.level3 .inner h1 {
    width: 100%;
    text-align: center;
    font-size: 6.875vw;
    padding-top: 0;
  }
}

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

/* line 154, ../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 157, ../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 157, ../sass/contents.scss */
  #contMain .menues .menuL {
    font-size: 1.5vw;
  }
}
/* line 171, ../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 177, ../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 187, ../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 187, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    font-size: 2.4vw;
  }
}
/* line 198, ../sass/contents.scss */
#contMain .menues .menuL .my_svg {
  width: 100%;
}
/* line 201, ../sass/contents.scss */
#contMain .menues .menuL .my_svg rect,
#contMain .menues .menuL .my_svg path {
  color: #00A098;
  fill: currentColor;
}
/* line 206, ../sass/contents.scss */
#contMain .menues .menuL:hover {
  text-decoration: none;
  background: #00A098;
  border: 1px solid #00A098;
}
/* line 211, ../sass/contents.scss */
#contMain .menues .menuL:hover .my_svg rect,
#contMain .menues .menuL:hover .my_svg path {
  color: #fff;
  fill: currentColor;
}
/* line 216, ../sass/contents.scss */
#contMain .menues .menuL:hover .text {
  color: #fff;
}
/* line 220, ../sass/contents.scss */
#contMain .menues .menuL.gray {
  background: #f8f8f8;
}
/* line 222, ../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 226, ../sass/contents.scss */
#contMain .menues .menuL.gray:hover .text {
  color: #333;
}
/* line 231, ../sass/contents.scss */
#contMain .menues .menuL.noSvg {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  /* line 231, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg {
    font-size: 2.4vw;
  }
}
/* line 233, ../sass/contents.scss */
#contMain .menues .menuL.noSvg.gray {
  height: 75px;
}
/* line 235, ../sass/contents.scss */
#contMain .menues .menuL.noSvg.gray .text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  /* line 235, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg.gray .text {
    font-size: 1.8vw;
  }
}
/* line 240, ../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 243, ../sass/contents.scss */
#contMain .menues .menuL.noSvg:hover .text {
  color: #333;
}
/* line 248, ../sass/contents.scss */
#contMain .menues .menuL.noSvg .text {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  /* line 248, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 248, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 2.86458vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 157, ../sass/contents.scss */
  #contMain .menues .menuL {
    width: 80%;
    height: 15.625vw;
    margin: 0.5% 10% 4%;
  }
  /* line 259, ../sass/contents.scss */
  #contMain .menues .menuL .svgimg {
    width: 6.51042vw;
    height: 6.51042vw;
    left: 3.25521vw;
  }
  /* line 264, ../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 264, ../sass/contents.scss */
  #contMain .menues .menuL .text {
    font-size: 2.86458vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 270, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg {
    height: 12.36979vw;
  }
  /* line 272, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 272, ../sass/contents.scss */
  #contMain .menues .menuL.noSvg .text {
    font-size: 2.60417vw;
  }
}

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

/* line 312, ../sass/contents.scss */
.entryBody a[target="_blank"].noIcon:after {
  display: none;
}
/* line 316, ../sass/contents.scss */
.entryBody a[target="_blank"]:after {
  font-family: 'icomoon' !important;
  content: "\f24d";
  color: #019bbc;
  font-size: 1.8rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: sub;
}
@media screen and (max-width: 999px) {
  /* line 316, ../sass/contents.scss */
  .entryBody a[target="_blank"]:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 316, ../sass/contents.scss */
  .entryBody a[target="_blank"]:after {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 316, ../sass/contents.scss */
  .entryBody a[target="_blank"]:after {
    font-size: 24px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) and (max-width: 750px) {
  /* line 316, ../sass/contents.scss */
  .entryBody a[target="_blank"]:after {
    font-size: 3.2vw;
  }
}

/* line 335, ../sass/contents.scss */
.entryBody a[target="_blank"].btn:hover:after {
  color: #fff;
}
/* line 342, ../sass/contents.scss */
.entryBody .btn:hover {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}
/* line 348, ../sass/contents.scss */
.entryBody p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  /* line 348, ../sass/contents.scss */
  .entryBody p {
    font-size: 3.75vw;
  }
}
/* line 355, ../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 363, ../sass/contents.scss */
.entryBody p.kenkyuName .kenkyuGakka {
  margin-right: 1.5em;
  font-weight: normal;
}
/* line 369, ../sass/contents.scss */
.entryBody h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em;
  border-bottom: 3px solid #00A098;
}
@media screen and (max-width: 1000px) {
  /* line 369, ../sass/contents.scss */
  .entryBody h2 {
    font-size: 3vw;
  }
}
/* line 375, ../sass/contents.scss */
.entryBody h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  /* line 369, ../sass/contents.scss */
  .entryBody h2 {
    font-size: 5vw;
  }
}
/* line 382, ../sass/contents.scss */
.entryBody h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 10px 0 10px 15px;
  background-color: #DBFFFD;
  border-left: 20px solid #00A098;
}
@media screen and (max-width: 1000px) {
  /* line 382, ../sass/contents.scss */
  .entryBody h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 382, ../sass/contents.scss */
  .entryBody h3 {
    font-size: 4.6875vw;
  }
}
/* line 393, ../sass/contents.scss */
.entryBody h4 {
  font-size: 20px;
  color: #00A098;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  /* line 393, ../sass/contents.scss */
  .entryBody h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 393, ../sass/contents.scss */
  .entryBody h4 {
    font-size: 4.0625vw;
  }
}
/* line 404, ../sass/contents.scss */
.entryBody .twoColumn {
  margin-bottom: 1em;
}
/* line 407, ../sass/contents.scss */
.entryBody ol {
  padding: 0 1em 0 1.5em;
}
/* line 409, ../sass/contents.scss */
.entryBody ol li {
  margin-bottom: 10px;
}
/* line 414, ../sass/contents.scss */
.entryBody ul li {
  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 414, ../sass/contents.scss */
  .entryBody ul li {
    font-size: 3.75vw;
  }
}
/* line 422, ../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 422, ../sass/contents.scss */
  .entryBody ul li:before {
    font-size: 3.125vw;
  }
}
/* line 435, ../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 435, ../sass/contents.scss */
  .entryBody table {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 435, ../sass/contents.scss */
  .entryBody table {
    font-size: 1.4vw;
  }
}

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

/* line 448, ../sass/contents.scss */
.entryBody table tr th {
  background: #007670;
  border: 2px solid #fff;
  color: #fff;
  padding: 1em;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* line 448, ../sass/contents.scss */
  .entryBody table tr th {
    font-size: 3.75vw;
    width: auto;
  }
}
/* line 462, ../sass/contents.scss */
.entryBody table tr th a {
  color: #fff;
}
/* line 464, ../sass/contents.scss */
.entryBody table tr th a:after {
  color: #fff;
}
/* line 469, ../sass/contents.scss */
.entryBody table tr td {
  background: #f4f4f4;
  border: 2px solid #fff;
  padding: 1em;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  /* line 469, ../sass/contents.scss */
  .entryBody table tr td {
    font-size: 3.75vw;
  }
}
/* line 479, ../sass/contents.scss */
.entryBody table.type2 {
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
}
/* line 483, ../sass/contents.scss */
.entryBody table.type2 tr th {
  background: transparent;
  font-weight: bold;
  text-align: left;
  padding: 0.8em 0.5em;
  border: none;
  color: #333;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
}
/* line 493, ../sass/contents.scss */
.entryBody table.type2 tr td {
  background: transparent;
  padding: 0.8em 0.5em;
  border: none;
  border-bottom: 1px solid #dedede;
}

/* line 505, ../sass/contents.scss */
#sitemap .type2 {
  border: none;
  border-top: 1px solid #cbcbcb !important;
  border-bottom: none;
}
/* line 509, ../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 509, ../sass/contents.scss */
  #sitemap .type2 th {
    width: 33%;
  }
}
/* line 518, ../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 527, ../sass/contents.scss */
.anker {
  background: #f4f4f4;
  font-size: 1.4rem;
  padding: 1.5em 0 0;
}
/* line 531, ../sass/contents.scss */
.anker li {
  display: inline-block;
  float: none;
  padding: 0 0 1.5em;
  width: auto;
  margin-bottom: 0;
}
/* line 537, ../sass/contents.scss */
.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;
}

/* line 551, ../sass/contents.scss */
.newsList {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 558, ../sass/contents.scss */
  .newsList .selCat {
    display: block !important;
    width: 100% !important;
  }
}
/* line 563, ../sass/contents.scss */
.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 563, ../sass/contents.scss */
  .newsList #catMenu {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* line 579, ../sass/contents.scss */
.newsList #catMenu li a {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
/* line 585, ../sass/contents.scss */
.newsList #catMenu.column3 li {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 768px) {
  /* line 585, ../sass/contents.scss */
  .newsList #catMenu.column3 li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 595, ../sass/contents.scss */
.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 611, ../sass/contents.scss */
.newsList #catMenu li:before {
  display: none;
}
/* line 614, ../sass/contents.scss */
.newsList #catMenu li a {
  margin: 0;
  padding: 1em;
  width: 100%;
}
/* line 618, ../sass/contents.scss */
.newsList #catMenu li a.now {
  background: #cacaca;
  color: #333;
  border-color: #cacaca;
}
@media screen and (max-width: 768px) {
  /* line 595, ../sass/contents.scss */
  .newsList #catMenu li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* line 633, ../sass/contents.scss */
.newsList .newsEvent {
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
}
@media screen and (max-width: 768px) {
  /* line 637, ../sass/contents.scss */
  .newsList .newsEvent tbody {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  /* line 648, ../sass/contents.scss */
  .spTableflow table {
    width: 700px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 647, ../sass/contents.scss */
  .spTableflow {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* line 661, ../sass/contents.scss */
.wysiwyg {
  padding: 1em 0;
}
/* line 663, ../sass/contents.scss */
.wysiwyg strong {
  font-weight: bold;
}
/* line 666, ../sass/contents.scss */
.wysiwyg em {
  font-style: italic;
}
/* line 669, ../sass/contents.scss */
.wysiwyg.kenkyu {
  border-top: none;
  border-bottom: none;
}
/* line 673, ../sass/contents.scss */
.wysiwyg .entryDate {
  text-align: right;
  font-weight: bold;
}
/* line 677, ../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: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 679, ../sass/contents.scss */
.wysiwyg .flex .items {
  margin: 1%;
  width: 31.3333%;
}
@media screen and (max-width: 768px) {
  /* line 679, ../sass/contents.scss */
  .wysiwyg .flex .items {
    width: 100% !important;
    text-align: center;
  }
}
/* line 687, ../sass/contents.scss */
.wysiwyg .flex .items.p50 {
  width: 48%;
}
/* line 690, ../sass/contents.scss */
.wysiwyg .flex .items.p100 {
  width: 98%;
}
/* line 695, ../sass/contents.scss */
.wysiwyg .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;
  margin: 0 -1%;
}
/* line 699, ../sass/contents.scss */
.wysiwyg .flexAuto div {
  margin: 1%;
  text-align: center;
}
/* line 702, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 702, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child {
    width: 98%;
  }
}
/* line 709, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child:nth-last-of-type(1), .wysiwyg .flexAuto div:first-child:nth-last-of-type(1) ~ div {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 709, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child:nth-last-of-type(1), .wysiwyg .flexAuto div:first-child:nth-last-of-type(1) ~ div {
    width: 48%;
  }
}
/* line 709, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child:nth-last-of-type(2), .wysiwyg .flexAuto div:first-child:nth-last-of-type(2) ~ div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  /* line 709, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child:nth-last-of-type(2), .wysiwyg .flexAuto div:first-child:nth-last-of-type(2) ~ div {
    width: 48%;
  }
}
/* line 709, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child:nth-last-of-type(3), .wysiwyg .flexAuto div:first-child:nth-last-of-type(3) ~ div {
  width: 31.33333%;
}
@media screen and (max-width: 768px) {
  /* line 709, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child:nth-last-of-type(3), .wysiwyg .flexAuto div:first-child:nth-last-of-type(3) ~ div {
    width: 48%;
  }
}
/* line 709, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child:nth-last-of-type(4), .wysiwyg .flexAuto div:first-child:nth-last-of-type(4) ~ div {
  width: 23%;
}
@media screen and (max-width: 768px) {
  /* line 709, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child:nth-last-of-type(4), .wysiwyg .flexAuto div:first-child:nth-last-of-type(4) ~ div {
    width: 48%;
  }
}
/* line 709, ../sass/contents.scss */
.wysiwyg .flexAuto div:first-child:nth-last-of-type(5), .wysiwyg .flexAuto div:first-child:nth-last-of-type(5) ~ div {
  width: 18%;
}
@media screen and (max-width: 768px) {
  /* line 709, ../sass/contents.scss */
  .wysiwyg .flexAuto div:first-child:nth-last-of-type(5), .wysiwyg .flexAuto div:first-child:nth-last-of-type(5) ~ div {
    width: 48%;
  }
}

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

/* line 732, ../sass/contents.scss */
#wrapper.newslist #contHead,
#wrapper.contTop #contHead {
  background-size: cover !important;
  background-position: center !important;
}
/* line 737, ../sass/contents.scss */
#wrapper.newslist #contHead.sec .inner,
#wrapper.contTop #contHead.sec .inner {
  height: 250px;
}
@media screen and (max-width: 768px) {
  /* line 737, ../sass/contents.scss */
  #wrapper.newslist #contHead.sec .inner,
  #wrapper.contTop #contHead.sec .inner {
    height: 32.55208vw;
  }
}
/* line 742, ../sass/contents.scss */
#wrapper.newslist #contHead.sec .inner h1,
#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 751, ../sass/contents.scss */
#wrapper.newslist #contHead .inner,
#wrapper.contTop #contHead .inner {
  position: relative;
  z-index: 3;
}
/* line 754, ../sass/contents.scss */
#wrapper.newslist #contHead .inner .mds01,
#wrapper.contTop #contHead .inner .mds01 {
  color: #fff;
}
/* line 756, ../sass/contents.scss */
#wrapper.newslist #contHead .inner .mds01:after,
#wrapper.contTop #contHead .inner .mds01:after {
  background: #fff;
}
/* line 761, ../sass/contents.scss */
#wrapper.newslist #contHead:after,
#wrapper.contTop #contHead:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 772, ../sass/contents.scss */
#wrapper.webpage.blog86 #contHead.level3:before,
#wrapper.contTop.blog86 #contHead {
  background-image: url(../img/bg_webtop.jpg);
}

/* line 774, ../sass/contents.scss */
#wrapper.webpage.sitemap #contHead.level3:before,
#wrapper.contTop.sitemap #contHead {
  background-image: url(../img/bg_sitemap.jpg);
}

/* line 776, ../sass/contents.scss */
#wrapper.webpage.blog219 #contHead.level3:before,
#wrapper.contTop.blog219 #contHead {
  background-image: url(../img/bg_blog219.jpg);
}

/* line 778, ../sass/contents.scss */
#wrapper.webpage.blog220 #contHead.level3:before,
#wrapper.contTop.blog220 #contHead {
  background-image: url(../img/bg_blog220.jpg);
}

/* line 780, ../sass/contents.scss */
#wrapper.newslist #contHead {
  background-image: url(../img/bg_blog90.jpg);
}

/* line 781, ../sass/contents.scss */
#wrapper.webpage.blog127 #contHead.level3:before,
#wrapper.contTop.blog127 #contHead {
  background-image: url(../img/bg_blog127.jpg);
}

/* line 783, ../sass/contents.scss */
#wrapper.webpage.blog222 #contHead.level3:before,
#wrapper.contTop.blog222 #contHead {
  background-image: url(../img/bg_blog222.jpg);
}

/* line 785, ../sass/contents.scss */
#wrapper.webpage.blog223 #contHead.level3:before,
#wrapper.contTop.blog223 #contHead {
  background-image: url(../img/bg_blog223.jpg);
}

/* line 787, ../sass/contents.scss */
#wrapper.webpage.blog125 #contHead.level3:before,
#wrapper.contTop.blog125 #contHead {
  background-image: url(../img/bg_blog125.jpg);
}

/* line 789, ../sass/contents.scss */
#wrapper.webpage.blog126 #contHead.level3:before,
#wrapper.contTop.blog126 #contHead {
  background-image: url(../img/bg_blog126.jpg);
}

/* line 791, ../sass/contents.scss */
#wrapper.webpage.blog112 #contHead.level3:before,
#wrapper.contTop.blog112 #contHead {
  background-image: url(../img/bg_blog112.jpg);
}

/* line 793, ../sass/contents.scss */
#wrapper #contHead.zukan {
  background-image: url(../img/bg_blog99.jpg) !important;
  background-position: center;
  background-size: cover;
  height: 250px;
}
@media screen and (max-width: 768px) {
  /* line 793, ../sass/contents.scss */
  #wrapper #contHead.zukan {
    height: 32.55208vw;
  }
}
/* line 801, ../sass/contents.scss */
#wrapper #contHead.zukan:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 811, ../sass/contents.scss */
#wrapper #contHead.zukan .inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
/* line 815, ../sass/contents.scss */
#wrapper #contHead.zukan .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 822, ../sass/contents.scss */
#wrapper #contHead.zukan .inner .mds01 {
  color: #fff;
}
/* line 824, ../sass/contents.scss */
#wrapper #contHead.zukan .inner .mds01:after {
  background: #fff;
}

/* line 830, ../sass/contents.scss */
#wrapper.webpage.blog221 #contHead.level3:before,
#wrapper.contTop.blog221 #contHead {
  background-image: url(../img/bg_blog221.jpg);
}

/* line 837, ../sass/contents.scss */
#wrapper.webpage #contHead.level3:before {
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 768px) {
  /* line 837, ../sass/contents.scss */
  #wrapper.webpage #contHead.level3:before {
    display: none;
  }
}

/* line 859, ../sass/contents.scss */
#wrapper.webpage #contHead {
  background-size: cover !important;
  background-position: center !important;
  background-image: url(../img/contTopPat.png);
}
/* line 864, ../sass/contents.scss */
#wrapper.webpage #contHead .inner {
  position: relative;
  z-index: 3;
  color: #fff;
}
/* line 868, ../sass/contents.scss */
#wrapper.webpage #contHead .inner .mds01 {
  background: transparent;
  color: #fff;
}
/* line 871, ../sass/contents.scss */
#wrapper.webpage #contHead .inner .mds01:after {
  background: #fff;
}
/* line 878, ../sass/contents.scss */
#wrapper.webpage #contHead.level3 .inner .mds01 {
  color: #333;
}

/* line 888, ../sass/contents.scss */
.zukanTitle {
  background: #e8e8e8;
  margin-bottom: 50px;
  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: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 892, ../sass/contents.scss */
.zukanTitle .title {
  padding: 20px;
  width: 750px;
}
@media screen and (max-width: 768px) {
  /* line 892, ../sass/contents.scss */
  .zukanTitle .title {
    text-align: center;
    width: 100%;
    padding: 2.60417vw;
    font-size: 3.90625vw;
  }
}
/* line 901, ../sass/contents.scss */
.zukanTitle .title .kansu {
  background: #44710a;
  color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  /* line 901, ../sass/contents.scss */
  .zukanTitle .title .kansu {
    font-size: 2.34375vw;
  }
}
/* line 911, ../sass/contents.scss */
.zukanTitle .title h2 {
  margin-bottom: 0;
}
/* line 915, ../sass/contents.scss */
.zukanTitle .author {
  padding: 20px;
  width: 220px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  /* line 915, ../sass/contents.scss */
  .zukanTitle .author {
    width: 100%;
    padding: 2.60417vw;
    text-align: center;
  }
  /* line 923, ../sass/contents.scss */
  .zukanTitle .author .photo {
    display: none;
  }
}
/* line 927, ../sass/contents.scss */
.zukanTitle .author .gakka {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  /* line 927, ../sass/contents.scss */
  .zukanTitle .author .gakka {
    font-size: 2.34375vw;
    display: inline;
    margin-right: 1em;
  }
}
/* line 935, ../sass/contents.scss */
.zukanTitle .author .name {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 935, ../sass/contents.scss */
  .zukanTitle .author .name {
    font-size: 2.34375vw;
    display: inline;
    margin-left: 1em;
  }
}

/* line 949, ../sass/contents.scss */
.newsSingle .entryTitle {
  border-bottom: none;
}

/* line 955, ../sass/contents.scss */
.namae {
  color: #00A098;
}
