@charset "utf-8";
html {}
* {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background-image: url(/-/mhfgu/file/html/open/img/common/bg01.png);
}
div#pages {
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.w960 {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.w960 img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6, ul, li, fieldset {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img {
  border: 0;
  max-width: 100%;
}
img[src^="/cgi-bin/"] {
  position: absolute;
}
b, i {
  font-style: normal;
}
input, button, select, textarea, label {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  line-height: 17px;
}
table {
  border-collapse: collapse;
}
div.NewsLogList_container, div.NewsLogList_article, div.NewsLogList_category, div.NewsLogList_info, div.NewsLogList_date, div.NewsLogList_title, div.NewsLogList_body, div.NewsLogList_body_content, div.NewsLogList_body_continue, .NewsLogList_noimage {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
div.NewsLogList_thumbnail img {
  background: #eee;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.NewsLogList_noimage {
  position: relative;
}
.NewsLogList_noimage::after {
  content: "no image";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  font-size: 10px;
  color: #000;
  text-align: center;
  transform: translate(0, -50%);
}
a, a:link {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a::before {
  text-decoration: underline;
}
a::before {
  text-decoration: none;
}
p {
  margin: 0;
}
li {
  list-style: none;
}
.object-fit-img {
  font-family: 'object-fit: cover;'
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
/* ---------------------------------------------------------------------------
    .text-align
--------------------------------------------------------------------------- */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* ---------------------------------------------------------------------------
    clearfix
--------------------------------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ---------------------------------------------------------------------------
    #container
--------------------------------------------------------------------------- */
div#container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  z-index: 0;
}
/* ---------------------------------------------------------------------------
    header
--------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
#header {}
#header h1 {
  float: left;
  width: calc(100% - 160px);
  min-height: 49px;
  margin: 0;
}
#header h1 a {
  display: table-cell;
  height: 49px;
  vertical-align: middle;
}
#header h1 img.wanda {
  max-height: 50px;
}
#header h1 img {
  max-height: 46px;
  padding: 0;
}
#header h2 {
  float: left;
  max-width: calc(78% - 100px);
  font-size: 12px;
  line-height: 50px;
}
#header h2 span {
  display: none;
}
#header p {
  float: right;
  width: 55px;
  height: 50px;
  margin-right: 50px;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
}
#header .p_search {
  margin-right: 0;
}
#header p a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  background: rgba(53, 53, 53, 1);
  color: #fff;
}
#header .p_search a {
  background: rgba(234, 234, 234, 1);
  color: #333;
}
#header p i {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 375px) {
  #header h2 {
    font-size: 14px;
    padding-left: 10px;
  }
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #header {
    height: 80px;
  }
  #header h1 {
    width: calc(100% - 210px);
    margin: 0 0 0 10px;
  }
  #header h1 img.wanda {
    max-height: 80px;
  }
  #header h1 img.pc {
    max-height: 80px;
    padding: 0;
  }
  #header h2 {
    font-size: 24px;
    line-height: 1.2;
    padding: 18px 15px 0 10px;
  }
  #header h2 span {
    display: block;
    font-size: 12px;
  }
  #header p {
    width: 100px;
    height: 80px;
    font-size: 14px;
    margin-right: 0;
  }
  #header p a {
    padding-top: 18px;
  }
}
/* ---------------------------------------------------------------------------
    menu
--------------------------------------------------------------------------- */
/* --------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 124, 147, 1);
    overflow: hidden;
    z-index: 9000;
  }
  #menu span, #menu a {
    display: block;
    color: #000;
    padding: 14px 30px 14px 14px;
    cursor: pointer;
  }
  #menu span {
    position: relative;
    z-index: 10;
  }
  #menu li.menu_2 > span br {
    display: none;
  }
  #menu > ul {
    padding-top: 50px;
  }
  #menu > ul > li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
    line-height: 1;
  }
  #menu > ul > li:last-child {
    border-bottom: 0;
  }
  #menu > ul > li.menu_2 > span {
    padding-left: 14px;
  }
  #menu > ul > li.menu_2 > ul {
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    display: none;
  }
  #menu > ul > li.menu_2 > ul > li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 {
    position: relative;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div {
    display: none;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div ul {
    border-top: 1px solid #ccc;
    padding: 5px 0;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div ul li a {
    padding-left: 28px;
  }
  #menu > ul li.menu_2::after, #menu > ul li.menu_3::after {
    position: absolute;
    top: 0;
    right: 14px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
  }
  #menu > ul li.line2.menu_3::after {
    line-height: 57px;
  }
  #menu > ul li.menu_2.open::after, #menu > ul li.menu_3.open::after {
    content: "\f077";
  }
  #menu > ul li.menu_3::after {
    color: rgba(238, 124, 147, 1);
  }
  #menu_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(238, 124, 147, 1);
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    padding-top: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  #menu_button span::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 17px;
    width: 16px;
    height: 2px;
    background: #fff;
    box-shadow: 0 5px 0 #fff;
  }
  #menu_button span::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 17px;
    width: 16px;
    height: 2px;
    background: #fff;
  }
  #menu_button span.open::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 17px;
    width: 16px;
    height: 2px;
    background: #fff;
    box-shadow: none;
    transform: rotate(45deg);
  }
  #menu_button span.open::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 17px;
    width: 16px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #menu_button {
    display: none;
  }
  #menu {
    position: relative;
    display: block !important;
    z-index: 9000;
  }
  #menu > ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #menu > ul > li {
    flex: 1 0 auto;
    background: rgba(238, 124, 147, 1);
    height: 60px;
    line-height: 20px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
  }
  #menu > ul > li:hover {
    background: rgba(238, 124, 147, 0.8);
  }
  #menu > ul > li > a, #menu > ul > li > span {
    color: #fff;
    font-size: 14px;
  }
  #menu > ul > li.menu_2 {
    /* height: auto; */
	  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  }
  #menu > ul > li.menu_2 > ul {
    position: absolute;
    display: none !important;
    overflow: hidden;
  }
  #menu > ul > li.menu_2:hover > ul {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    color: #000;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 300px;
    border: 2px solid #444;
  }
  #menu > ul > li.menu_2 > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 25px;
    text-align: left;
    line-height: 1.25;
    overflow: hidden;
  }
  #menu > ul > li.menu_2 > ul > li:not(:nth-child(4n+1)) {
    border-left: 1px solid rgba(238, 124, 147, 1);
  }
  #menu > ul > li.menu_2 > ul > li:nth-last-child(n+5), #menu > ul > li.menu_2 > ul > li.bdbt {
    border-bottom: 1px solid rgba(238, 124, 147, 1);
  }
  #menu > ul > li > ul > li > .menuimg {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-left: 0 !important;
    margin-bottom: 1em;
    border: 1px solid #ddd;
  }
  #menu > ul > li > ul > li > .menuimg img {
    max-width: inherit;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  #menu > ul > li.menu_2 > ul > li span {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
  #menu > ul > li.menu_2 > ul > li a {
    position: relative;
    display: inline-block;
    color: #000;
  }
  #menu > ul > li.menu_2 > ul > li > a {
    font-weight: bold;
    padding: 10px 0 10px 24px;
  }
  #menu > ul > li.menu_2 > ul > li > a::before {
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: rgba(238, 124, 147, 1);
    margin-right: 3px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 span::before {
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: rgba(238, 124, 147, 1);
    margin-right: 3px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
  }
  #menu > ul > li.menu_2 span {
    pointer-events: none;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 span {
    padding-left: 24px;
    pointer-events: none;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div {
    display: block !important;
    margin-left: 8px;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div a {
    font-size: 14px;
    padding: 5px 0 5px 15px;
  }
  #menu > ul > li.menu_2 > ul > li.menu_3 > div a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    margin-right: 3px;
    color: rgba(224, 95, 89, 1);
    font-weight: bold;
  }
  #menu ul, #menu li {
    list-style-image: url(data:0);
  }
}
/* ---------------------------------------------------------------------------
    footer
--------------------------------------------------------------------------- */
#footer {
  position: relative;
  background: #333;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer span a {
  display: block;
  color: rgba(255, 255, 255, 1);
  background: rgba(238, 124, 147, 1);
  line-height: 40px;
  text-align: center;
}
#footer #banner, #footer ul.about, #footer > p {
  padding: 20px 20px 0;
}
#footer #banner .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#footer #banner .text a {
  flex-basis: 49%;
  max-width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
}
#footer #banner .text a:nth-of-type(even) {
  margin-right: 0;
}
#footer #banner .text a img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
#footer #banner li {
  float: left;
  margin-right: 20px;
}
#footer ul.about li {
  display: inline-block;
  margin-right: 30px;
  line-height: 2;
}
#footer ul.about li::before {
  content: "＞"
}
#footer > p {
  font-size: 10px;
  padding-bottom: 30px;
}
#footer > p img {
  display: none;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #footer {
    border-top: 4px solid rgba(217, 122, 141, 1);
    background: rgba(238, 124, 147, 1);
  }
  #footer span a {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 1);
    color: rgba(238, 124, 147, 1);
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px 10px 0;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
  }
  #footer span a i {
    display: inline-block;
    font-size: 16px;
    width: 100%;
  }
  #footer #banner {
    padding: 30px 100px 10px 20px;
  }
  #footer #banner .text a {
    flex-basis: 19%;
    max-width: 19%;
    margin-right: 1%;
  }
  #footer #banner .text a:a:nth-of-type(even) {
    margin-right: 1%;
  }
  #footer ul.about {
    float: left;
    width: 58%;
    padding: 30px 0 15px 20px;
  }
  #footer > p {
    float: right;
    width: 42%;
    padding: 40px 10px 5px 0;
  }
  #footer > p img {
    display: none;
  }
}
/* ---------------------------------------------------------------------------
    main_visual
--------------------------------------------------------------------------- */
.slide h2 {
  display: none;
}
.slide_text {
  overflow: hidden;
}
.slide #slide_table, .slide #slide_table td {
  padding: 0;
}
.slide #slide_table img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: auto;
}
ul.slide_images {
  width: 100% !important;
  height: auto !important;
}
ul.slide_images::before {
  content: "";
  display: block;
  padding-top: 55%;
}
ul.slide_images li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  ul.slide_images::before {
    padding-top: 46%;
  }
  #main_visual #txt_p {
    font-size: 24px;
    padding: 10px 35px;
  }
}
/* ---------------------------------------------------------------------------
    main_visual custom (swiper.js)
--------------------------------------------------------------------------- */
.swiper-container {
  max-width: 958px;
}
.swiper-container div.NewsLogList_article {
  width: 100% !important;
  max-width: 100%;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.swiper-container div.NewsLogList_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container div.NewsLogList_thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  margin: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.swiper-container div.NewsLogList_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  padding-left: 12.5%;
  overflow: hidden;
  z-index: 9;
}
.swiper-container div.NewsLogList_info a.NewsLogList_link::after {
  content: "Read";
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: #fff;
  color: #ee7c93;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.swiper-container div.NewsLogList_date {
  position: absolute;
  top: 3px;
  margin: 0;
  vertical-align: middle;
}
.swiper-container div.NewsLogList_title {
  display: inline-block;
  width: calc(100% - 20px);
  height: 14px;
  font-size: 14px;
  line-height: 1;
  margin: 13px 0;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 20px;
}
.swiper-container div.NewsLogList_title a {
  display: block;
  font-weight: bold;
  color: #333;
}
.swiper-container .NewsLogList_noimage {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.swiper-container div.NewsLogList_category {
  display: none;
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-container.swiper-container-horizontal .swiper-pagination-bullet-active {
  background: #ee7c93;
  opacity: 1;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: #fff;
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  opacity: 0.6;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
  .swiper-container .swiper-pagination-bullets .swiper-button-next, .swiper-container .swiper-pagination-bullets .swiper-button-prev {
  display: none;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .swiper-container div.NewsLogList_title {
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-container div.NewsLogList_article {
    padding-top: 45.929%;
  }
  .swiper-container div.NewsLogList_date {
    margin: 14px 0;
    vertical-align: middle;
    position: static;
    top: 0;
    display: inline-block;
}
  .swiper-container div.NewsLogList_info {
    height: 62px;
  }
  .swiper-container div.NewsLogList_info a.NewsLogList_link::after {
    left: 3%;
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
  }
  .swiper-container div.NewsLogList_date {
    width: 115px;
    font-size: 14px;
    margin: 24px 0;
  }
  .swiper-container div.NewsLogList_title {
    width: calc(100% - 330px);
    height: 18px;
    font-size: 18px;
    margin: 22px 0;
  }
  .swiper-container .swiper-pagination {
    text-align: right;
    padding-right: 2%;
}
  .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  .swiper-container .swiper-pagination-bullets .swiper-button-next, .swiper-container .swiper-pagination-bullets .swiper-button-prev {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    text-shadow: 0 0 6px #000,0 0 6px #000;
  }
  #slider .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 50px;
    left: auto;
  }
  #slider .swiper-container .swiper-pagination-bullets .swiper-button-next {
    right: -22px;
    left: auto;
  }
  #slider .swiper-container .swiper-pagination-bullets .swiper-button-prev {
    right: 128px;
    left: auto;
  }
/*  .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type::before {
    content: "prev<";
    color: #fff;
    font-size: 11px;
  }
  .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-of-type::after {
    content: "next>";
    color: #fff;
    font-size: 11px;
  }*/
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .swiper-container div.NewsLogList_title {
    line-height: 24px;
  }
}
/* ---------------------------------------------------------------------------
    top page contents
--------------------------------------------------------------------------- */
#cu-container {}
#cu-container > div:not(#topics) {
  padding: 40px 15px 20px;
}
#cu-container > #open_top {
  padding-bottom: 0 !important;
}
#cu-container > div > h2 {
  font-size: 26px;
  text-align: center;
}
#cu-container > div > h2 + p {
  font-size: 11px;
  text-align: center;
  padding: 0 0 20px;
}
#cu-container a {
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #cu-container > div:not(#topics) {
    padding: 40px 25px 20px;
  }
  #cu-container #main > div {
    padding: 25px 15px 20px;
  }
  #cu-container a {
    font-size: 16px;
  }
}
#cu-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#notice, #updates, #aside, #calendar, #topics {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 959.9px) {
  #aside {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  #updates.column2 {
    flex-basis: 75%;
    max-width: 75%;
  }
  #aside {
    flex-basis: 25%;
    max-width: 25%;
  }
}
/* -- #notice ------------------------*/
#notice h2, #notice h2 + p {
  color: rgba(204, 0, 0, 1);
}
#notice .NewsLogList_container {}
#notice .NewsLogList_article {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#notice .NewsLogList_date {
  display: none;
}
#notice .NewsLogList_body_content {
  margin-bottom: 1em;
}
#notice .NewsLogList_body_continue a {
  background: rgba(53, 53, 53, 1);
  color: #fff;
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #notice .NewsLogList_title, #notice .NewsLogList_body {
    width: calc(100% - 150px);
  }
  #notice .NewsLogList_body_continue a {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* -- #updates ------------------------*/
#updates {
  background: rgba(254, 243, 238, 1);
}
@media screen and (min-width: 959px) {
  #updates.column3 {
    width: 100%;
  }
  #updates.column2 {
    text-align: left;
  }
  #updates.column2 h2, #updates.column2 h2 + p {
    width: 150px;
  }
}
#updates .NewsLogList_date {
  display: inline-block;
  margin-right: 10px;
  color: #777;
}
#updates .NewsLogList_category {
  position: relative;
  top: -2px;
  display: inline-block;
  background: rgba(238, 124, 147, 1);
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  text-align: center;
}
#updates .NewsLogList_article {
  border-bottom: 0;
  margin-bottom: 25px;
}
#updates .NewsLogList_body_continue a {
  background: rgba(53, 53, 53, 1);
  color: #fff;
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}
#updates .NewsLogList_thumbnail {
  margin-right: 10px;
}
#aside {
  text-align: center;
}
#aside #banners_inner a {
  display: block;
  margin: 0 auto 3%;
  width: 218px;
}
#aside #banners_inner a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#aside #banners_inner br {
  display: none;
}
@media screen and (min-width: 960px) {
  #aside {
    background: #eee url(../img/common/banner_bg.png) no-repeat bottom left;
  }
  #aside h2, #aside h2 + p {
    text-align: left !important;
  }
  #aside #banners_inner a {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
  }
}
/* -- #calendar ------------------------*/
#calendar {
  clear: both;
}
#calendar .juCalendar {
  width: 100% !important;
  max-width: 860px;
  margin: 0 auto;
}
#calendar .fc-header .fc-header-title h2 {
  white-space: normal;
}
#calendar .fc-header, #calendar .fc-view, .fc-event-title {
  font-size: 11px !important;
}
#calendar .fc-view table {
  table-layout: fixed;
}
#calendar .fc-view td {
  width: 14.28%;
}
#fancybox-wrap {
  box-sizing: content-box;
}
#fancybox-content, div.juCalendar-post {
  box-sizing: content-box;
}
div.juCalendar-post .juCalendar-post-files img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.juCalendar-post {
    width: 100% !important;
    min-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  #calendar .fc-header, #calendar .fc-view {
    font-size: 16px !important;
  }
  .fc-event-title {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
}
/* -- #topics ------------------------*/
#topics h3 {
  background: #eee;
  line-height: 25px;
  padding-left: 15px;
}
#topics .NewsLogList_container {
  margin: 20px 15px;
}
#topics .NewsLogList_article {
  border-bottom: 0;
  margin-bottom: 20px;
}
#topics .NewsLogList_article .NewsLogList_date {
  display: none;
}
#topics .NewsLogList_article .NewsLogList_thumbnail {
  width: 100px;
  margin-right: 15px;
  background: url(../img/common/cover_img.png) no-repeat center center / cover;
}
#topics .NewsLogList_article .NewsLogList_thumbnail a {
  display: block;
}
#topics .NewsLogList_article .NewsLogList_thumbnail img {
  width: 100px;
  height: 100px;
  border: 0;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#topics .NewsLogList_article .NewsLogList_thumbnail span.NewsLogList_noimage {
  display: block;
  background: #e8e8e8;
}
#topics .NewsLogList_article:nth-child(2n+1) .NewsLogList_thumbnail a img {
  background-color: rgba(200, 200, 200, 0.1);
}
#topics .NewsLogList_article:nth-child(2n) .NewsLogList_thumbnail a img {
  background-color: rgba(200, 200, 200, 0.2);
}
#topics a.NewsLogList_link {
  color: #333;
  font-weight: bold;
}
#topics .NewsLogList_category {
  position: relative;
  top: -2px;
  display: inline-block;
  background: rgba(238, 124, 147, 1);
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topics .NewsLogList_container {
    display: -webkit-flex;
    display: flex;
    margin: 0;
  }
  #topics .NewsLogList_article {
    width: 25%;
    flex: 0 1 25%;
  }
  #topics .NewsLogList_article .NewsLogList_thumbnail {
    position: relative;
    float: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
  }
  #topics .NewsLogList_article .NewsLogList_thumbnail a {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
  }
  #topics .NewsLogList_article .NewsLogList_thumbnail a img {
    position: absolute;
    width: 110%;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  #topics .NewsLogList_article .NewsLogList_thumbnail span.NewsLogList_noimage {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }
  #topics .NewsLogList_info {
    padding: 4% 8%;
  }
  #topics a.NewsLogList_link {
    font-size: 16px;
  }
}
#open_top {
  text-align: center;
  margin: 0 auto;
}
#open_top p {
  margin-bottom: 15px;
}
#open_top a {
  font-size: 14px;
}
#open_top p strong {
  font-size: 18px;
}
/* -- #rec ------------------------*/
#cu-container > #topics h2 {
  padding: 40px 15px 0;
}
#cu-container > #rec h2, #cu-container > #updates h2,
#cu-container > #topics h2 {
  text-align: left;
}
#cu-container > #rec h2 img,
#cu-container > #updates h2 img,
#cu-container > #topics h2 img {
  margin-bottom: 20px;
  max-height: 22px;
}
  #cu-container > #topics h2 img {
    margin-bottom: 0;
  }
#rec {
  width: 100%;
}
#rec .bannersArea .NewsLogList_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
#rec .bannersArea .NewsLogList_article {
  flex-basis: 49%;
  max-width: 49%;
  margin: 5px 0;
  background: #fff;
  margin-right: 2%;
  border-radius: 5px;
  border-bottom: 0 solid #eee;
  position: relative;
  padding: 5px;
}
#rec .bannersArea .NewsLogList_article:nth-child(2n) {
  margin-right: 0;
}
#rec .bannersArea .NewsLogList_thumbnail img {
  display: block;
  max-width: 50px;
  border: 0 solid #ccc;
  margin: 0px 5px 0px 0px;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
#rec .bannersArea .NewsLogList_article .NewsLogList_title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  /* padding: 5px; */
}
#rec .bannersArea .NewsLogList_body_content,
#rec .bannersArea .NewsLogList_body_continue .NewsLogList_link {
  display: none;
}
@media screen and (min-width: 768px) {
  #cu-container > #rec h2 img,
  #cu-container > #updates h2 img,
  #cu-container > #topics h2 img {
    max-width: 90%;
    max-height: 42px;
  }
    #cu-container > #topics h2 img {
    margin-bottom: 20px;
  }
  #cu-container > #topics h2 {
    padding: 40px 25px 0;
  }
  #rec .bannersArea .NewsLogList_article {
    flex-basis: 23%;
    max-width: 23%;
    margin: 5px 0;
    margin-right: 2.66%;
  }
  #rec .bannersArea .NewsLogList_article:nth-child(2n) {
    margin-right: 2.66%;
  }
  #rec .bannersArea .NewsLogList_article:nth-child(4n) {
    margin-right: 0;
  }
}