@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .carousel {
    padding-top: 110px;
  }
}
.carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
  position: static;
}
.carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .carousel .slick-dots {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px), print {
  .carousel .slick-dots {
    position: absolute;
    width: 240px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.carousel .slick-dots li {
  margin: 0;
}
.carousel .slick-dots li.slick-active button:before {
  color: #0c3388;
}
.carousel .slick-dots li button:before {
  font-size: 20px;
  color: #2c2c2c;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.carousel .slick-arrow {
  z-index: 110;
  left: auto;
  bottom: 3px;
}
.carousel .slick-arrow:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-left: 2px solid #2c2c2c;
}
.carousel .slick-prev {
  right: 200px;
}
.carousel .slick-prev:before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  left: 0;
}
.carousel .slick-next {
  right: 10px;
}
.carousel .slick-next:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
}
.carousel .slick-prev, .carousel .slick-next {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-dots {
    width: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-dots li {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px), print {
  .main__slider .slick-dots li:hover button:before {
    color: #0c3388;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-dots li button:before {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-prev {
    left: 7px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-next {
    right: -13px;
  }
}
@media only screen and (min-width: 768px), print {
  .main__slider .slick-prev:hover, .main__slider .slick-next:hover {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider .slick-prev, .main__slider .slick-next {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0;
    display: none !important;
  }
}
.main__slider {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__slider {
    overflow: auto;
  }
}
.main__slider .slick-list.draggable {
  width: 100%;
  max-width: 1080px;
  overflow: hidden;
}
.main__slider .slick-slide {
  margin: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media only screen and (min-width: 768px) {
  .main__slider .slick-slide {
    width: 400px !important;
  }
}
.main__slider .slick-slide img {
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .main__slider .slick-list.draggable:before {
    content: "";
    background: #000;
    opacity: 0.5;
    width: 340px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .main__slider .slick-list.draggable:after {
    content: "";
    background: #000;
    opacity: 0.5;
    width: 340px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .main__img {
    width: 100%;
  }
}

.important-news-list {
  background: #f4f4f4;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .important-news-list {
    padding: 0 30px;
  }
}

.important-news-list__item {
  border-bottom: 1px solid #d7d7d7;
}
.important-news-list__item:last-child {
  border: none;
}

.important-news-list a {
  line-height: 1.6;
  position: relative;
  padding: 10px 0;
}
@media only screen and (min-width: 768px), print {
  .important-news-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .important-news-list a {
    padding: 20px 0 20px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .important-news-list a:before {
    content: "";
    background: url(/content/dam/mi-tomonokai/images/top/icon_important_news.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 52px;
    height: 46px;
    position: absolute;
    top: calc(50% - 26px);
    left: 0;
  }
}

.important-news-list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .important-news-list__date {
    width: 200px;
  }
  .important-news-list__date:before {
    content: "";
    background: url(/content/dam/mi-tomonokai/images/top/icon_important_news.svg) no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 26px;
    height: 23px;
    margin: 0 12px 0 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .important-news-list__date {
    font-size: 0.75rem;
  }
}
.important-news-list__text {
  color: #0c3388;
  width: calc(100% - 200px);
}

@media only screen and (min-width: 768px), print {
  .important-news-list__text {
    padding: 0 40px 0 20px;
    border-left: 1px solid #d7d7d7;
  }
  .important-news-list__text:after {
    content: "";
    border-top: 1px solid #0c3388;
    border-right: 1px solid #0c3388;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .important-news-list__text:hover {
    text-decoration: underline;
  }
  .important-news-list__text:hover:after {
    right: 16px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .important-news-list__text {
    display: block;
    font-size: 0.875rem;
    line-height: 1.125rem;
    width: auto;
  }
}
#mainContentWrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

#mainContentWrap h2:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #mainContentWrap h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.25rem;
    line-height: 1.3;
    padding-left: 90px;
    margin-bottom: 50px;
  }
  #mainContentWrap h2:before {
    position: absolute;
    left: 15px;
    -webkit-transform: scale(2);
            transform: scale(2);
    margin: 0;
  }
}
#introduction {
  padding: 60px 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction {
    padding: 80px 30px;
  }
}
#introduction .innerWrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#introduction h2.join:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_introduction_join.svg);
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction h2.join:before {
    top: 25px;
  }
}
#introduction h2.member:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_introduction_member.svg);
  width: 40px;
  height: 42px;
  margin-top: -3px;
}

#introduction .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links {
    display: block;
  }
}
#introduction .links.bottom {
  margin-top: 1.5rem;
}

#introduction .links#join {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links#join {
    margin-bottom: 80px;
  }
}
#introduction .links li {
  display: block;
  width: 32%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links li {
    width: auto;
    margin-bottom: 40px;
    border: 2px solid #376ab3;
  }
  #introduction .links li:last-child {
    margin-bottom: 0;
  }
}
#introduction .links li a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #376ab3;
  border: 1px solid #376ab3;
  padding-top: 4px;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links li a {
    font-size: 1rem;
    padding-top: 8px;
  }
}
#introduction .links li a .newIcon {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c60019;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  border-right: 0.125rem solid #FFF;
  border-bottom: 0.125rem solid #FFF;
  width: 4.125rem;
  height: 1.625rem;
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  z-index: 1;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links li a .newIcon {
    border-width: 0.1875rem;
    top: -0.125rem;
    left: -0.125rem;
  }
}
#introduction .links li a .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
  padding: 13px 0 11px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links li a .textBlock {
    padding: 29px 0 23px;
  }
}
@media only screen and (min-width: 768px), print {
  #introduction .links li a:hover {
    background: #376ab3;
    color: #FFF;
  }
  #introduction .links li a:hover .imgBlock:before {
    opacity: 0;
  }
  #introduction .links li a:hover .imgBlock:after {
    opacity: 1;
  }
}
#introduction .links li.join01 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_01.svg);
}

#introduction .links li.join01 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_01_on.svg);
}

#introduction .links li.join02 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_02.svg);
}

#introduction .links li.join02 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_02_on.svg);
}

#introduction .links li.join03 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_03.svg);
}

#introduction .links li.join03 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_03_on.svg);
}

#introduction .links li.member01 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_04.svg);
}

#introduction .links li.member01 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_04_on.svg);
}

#introduction .links li.member02 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_05.svg);
}

#introduction .links li.member02 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_05_on.svg);
}

#introduction .links li.member03 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_06.svg);
}

#introduction .links li.member03 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_06_on.svg);
}

#introduction .links li.member04 .imgBlock:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_07.svg);
}

#introduction .links li.member04 .imgBlock:after {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_introduction_07_on.svg);
}

#introduction .links .imgBlock {
  display: block;
  height: 165px;
  margin: 0 4px;
  position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #introduction .links .imgBlock {
    height: 330px;
    margin: 0 8px;
  }
}
#introduction .links .imgBlock:before, #introduction .links .imgBlock:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#introduction .links .imgBlock:before {
  background-color: #376ab3;
}

#introduction .links .imgBlock:after {
  background-color: #FFF;
  opacity: 0;
}

#groupLink {
  padding: 55px 0 60px;
  background: #EBF0F7;
}

#groupLink .innerWrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink {
    padding: 80px 30px 95px;
  }
}
#groupLink .leadText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #0c3388;
  margin-bottom: -5px;
  position: relative;
}

#groupLink .leadText:before, #groupLink .leadText:after {
  content: "";
  background: url(/content/dam/mi-tomonokai/images/top/icon_title_group_brackets.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 34px;
}

#groupLink .leadText:before {
  margin-right: 5px;
}

#groupLink .leadText:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink .leadText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    position: relative;
    margin-bottom: 80px;
  }
  #groupLink .leadText:before, #groupLink .leadText:after {
    -webkit-transform: scale(2.68);
            transform: scale(2.68);
    position: absolute;
    bottom: 35px;
  }
  #groupLink .leadText:before {
    left: 60px;
  }
  #groupLink .leadText:after {
    -webkit-transform: scale(2.68) scaleX(-1);
            transform: scale(2.68) scaleX(-1);
    right: 60px;
  }
}
#groupLink h2:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_group.svg);
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink h2:before {
    margin-top: 10px;
  }
}
#groupLink .more {
  display: none;
}

#groupLink .groupLinkLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
}

@media only screen and (max-width: 1120px), print {
  #groupLink .groupLinkLists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink .groupLinkLists {
    display: block;
    font-size: 1rem;
  }
}
#groupLink .groupLinkLists li {
  margin-bottom: 18px;
  width: 345px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #groupLink .groupLinkLists li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink .groupLinkLists li {
    width: auto;
  }
  #groupLink .groupLinkLists li.group13 .pct, #groupLink .groupLinkLists li.group15 .pct, #groupLink .groupLinkLists li.group16 .pct {
    height: 90px;
  }
}
#groupLink .groupLinkLists li.w100 {
  width: 100%;
}

@media only screen and (max-width: 1120px), print {
  #groupLink .groupLinkLists li.w100 {
    width: 710px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink .groupLinkLists li.w100 {
    width: 100%;
  }
}
#groupLink .groupLinkLists li.group02 .pct {
  height: 72px;
}

#groupLink .groupLinkLists li.group03 .pct, #groupLink .groupLinkLists li.group04 .pct {
  height: 75px;
}

#groupLink .groupLinkLists li.group06 .pct, #groupLink .groupLinkLists li.group07 .pct {
  height: 47px;
}

#groupLink .groupLinkLists li.group14 .pct {
  height: 25px;
}

#groupLink .groupLinkLists li.group18 .pct {
  height: 56px;
}

#groupLink .groupLinkLists li.group19 .pct {
  height: 63px;
}

#groupLink .groupLinkLists li.group06 .textWrap .row {
  display: block;
  margin-top: -0.8rem;
}

#groupLink .groupLinkLists a {
  color: #0c3388;
}

@media only screen and (min-width: 768px), print {
  #groupLink .groupLinkLists a:hover {
    text-decoration: underline;
  }
  #groupLink .groupLinkLists a:hover .on {
    opacity: 1;
  }
}
#groupLink .groupLinkLists .imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#groupLink .groupLinkLists .imageBlock.on {
  background: #0c3388;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

#groupLink .groupLinkLists .imageBlock .pct {
  max-height: 100%;
  margin: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #groupLink .groupLinkLists .imageBlock {
    height: 180px;
  }
  #groupLink .groupLinkLists .imageBlock.on {
    display: none;
  }
  #groupLink .groupLinkLists .imageBlock .pct {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #groupLink .groupLinkLists .imageBlock .pct {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#groupLink #moreWrap {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #0c3388;
  margin-top: 32px;
}

#groupLink #moreWrap .moreTrigger, #groupLink #moreWrap .closeTrigger {
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #groupLink #moreWrap .moreTrigger:hover, #groupLink #moreWrap .closeTrigger:hover {
    text-decoration: underline;
  }
}
#groupLink #moreWrap .closeTrigger {
  display: none;
}

#service {
  padding: 60px 10px 30px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #service {
    padding: 80px 30px 60px;
  }
}
#service h2:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_service.svg);
  width: 40px;
  height: 40px;
  margin-top: -3px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #service h2:before {
    margin-top: 15px;
  }
}
#service #serviceLists {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  #service #serviceLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px), print {
  #service #serviceLists li {
    width: 49%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #service #serviceLists li {
    margin-bottom: 40px;
  }
  #service #serviceLists li:last-child {
    margin-bottom: 0;
  }
}
#service #serviceLists li .imgBlock {
  display: block;
  overflow: hidden;
}

#service #serviceLists li .imgBlock img {
  -webkit-transition: all 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#service #serviceLists li .textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #376ab3;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  padding: 18px 0 17px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #service #serviceLists li .textWrap {
    font-size: 1rem;
    padding: 28px 0 27px;
  }
}
#service #serviceLists li a {
  display: block;
  position: relative;
}

#service #serviceLists li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0 solid #376ab3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #service #serviceLists li a:hover .imgBlock img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  #service #serviceLists li a:hover:after {
    border-width: 6px;
  }
}
#news {
  padding: 30px 10px 120px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news {
    padding: 80px 30px 180px;
  }
}
#news .innerWrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#news h2.news:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_news_news.svg);
  width: 38px;
  height: 34px;
}

#news h2.attentionNews {
  clear: both;
  margin-top: 90px;
}

#news h2.attentionNews:before {
  background-image: url(/content/dam/mi-tomonokai/images/top/icon_title_news_attentionnews.svg);
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news h2.attentionNews {
    margin-top: 140px;
  }
}
#news .otherList {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0c3388;
  float: right;
  margin-top: 10px;
}

#news .otherList:after {
  content: "";
  border-top: 1px solid #0c3388;
  border-right: 1px solid #0c3388;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
  right: 2px;
  margin-left: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #news .otherList:hover {
    text-decoration: underline;
  }
  #news .otherList:hover:after {
    right: -3px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news .otherList {
    font-size: 0.875rem;
  }
  #news .otherList:after {
    border-top: 2px solid #0c3388;
    border-right: 2px solid #0c3388;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -2px;
    right: 4px;
    margin-left: 20px;
  }
}
#news #attentionNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news #attentionNewsList {
    display: block;
  }
}
#news #attentionNewsList li {
  border: 1px solid #c50018;
  width: 49%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news #attentionNewsList li {
    border: 2px solid #c50018;
    width: auto;
    margin-bottom: 40px;
  }
  #news #attentionNewsList li:last-child {
    margin-bottom: 0;
  }
}
#news #attentionNewsList li dl {
  line-height: 1.375rem;
  padding: 20px 25px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news #attentionNewsList li dl {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 40px 50px 35px;
  }
}
#news #attentionNewsList li dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #c50018;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news #attentionNewsList li dl dt {
    font-size: 1rem;
  }
}
#news #attentionNewsList li a dt:after {
  content: "";
  border-top: 1px solid #c50018;
  border-right: 1px solid #c50018;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
  right: 2px;
  margin-left: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #news #attentionNewsList li a dt:after {
    width: 14px;
    height: 14px;
    top: -4px;
  }
}
@media only screen and (min-width: 768px), print {
  #news #attentionNewsList li a:hover dt {
    text-decoration: underline;
  }
  #news #attentionNewsList li a:hover dt:after {
    right: -3px;
  }
}
#bannerArea {
  background: #EBF0F7;
}

#bannerArea .innerWrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #bannerArea .innerWrap {
    padding: 80px 30px 160px;
  }
}
#bannerArea .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bannerArea .banners li {
  background: #FFF;
  width: 345px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #bannerArea .banners li {
    width: 100%;
  }
}
#bannerArea .banners li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (min-width: 768px), print {
  #bannerArea .banners li a:hover {
    background: #0c3388;
    color: #FFF;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  #bannerArea .banners li a {
    padding: 10px;
  }
}
#bannerArea .banners li .pct {
  width: 80px;
  margin: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #bannerArea .banners li .pct {
    width: 160px;
  }
}
#bannerArea .banners li .textWrap {
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #bannerArea .banners li .textWrap {
    padding-left: 40px;
  }
}
.news-list {
  border-top: 1px solid #d7d7d7;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-list {
    border-top: 2px solid #d7d7d7;
  }
}
.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d7d7d7;
  padding: 13px 0 12px;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-list a {
    display: block;
    border-bottom: 2px solid #d7d7d7;
    padding: 30px 40px 30px 20px;
    position: relative;
  }
}
.news-list a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #0c3388;
  border-right: 1px solid #0c3388;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
  top: calc(50% - 5px);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-list a::after {
    border-top: 2px solid #0c3388;
    border-right: 2px solid #0c3388;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px), print {
  .news-list a:hover::after {
    right: 10px;
  }
}
.news-list__date {
  display: inline-block;
  width: 155px;
  padding-left: 10px;
  border-right: 1px solid #d7d7d7;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-list__date {
    border: none;
    font-size: 0.75rem;
    width: auto;
    padding: 0;
    display: block;
  }
}
.news-list__text {
  color: #0c3388;
  width: calc(100% - 155px);
  padding: 0 30px 0 25px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-list__text {
    font-size: 0.875rem;
    width: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px), print {
  .news-list__text {
    width: calc(100% - 11.5625rem);
  }
}

@media only screen and (min-width: 768px), print {
  .news-list a:hover .news-list__text {
    text-decoration: underline;
  }
}