﻿.banner > *:first-child {
  margin-top: 0;
}

.topics > *:first-child {
  margin-top: 0;
}

.link {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 25px;
  width: 135px;
  text-align: center;
  line-height: 1.3em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.link:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .link {
    display: none;
  }
}
.link2 {
  display: block;
  overflow: hidden;
  width: 39px;
  height: 35px;
  text-align: left;
  text-indent: -9999px;
  background-position: top;
  background-repeat: no-repeat;
}
.link2:hover, .link2.is-current {
  background-position: bottom;
}
.link2.link2--menu {
  background-image: url("/jp/ja/images/index_icon.png");
}
.link2.link2--menu2 {
  background-image: url("/jp/ja/images/index_icon2.png");
}

.list-ul {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .list-ul {
    margin-left: 0;
  }
}
.attention {
  padding: 20px;
}

.layout .layout__box {
  box-sizing: border-box;
  border-left: solid 1px #ddd;
}
.layout .layout__box:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .layout .layout__box {
    border-left: none;
  }
}
.layout2 .layout2__list-ul2 {
  width: 100%;
  min-height: 1px;
  zoom: 1;
}
.layout2 .layout2__list-ul2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.layout2 .layout2__list-ul2 > li {
  float: left;
  display: table;
  box-sizing: border-box;
  width: 33.3%;
}
.layout2 .layout2__list-ul2 > li:nth-child(1) {
  padding-right: 20px;
}
.layout2 .layout2__list-ul2 > li:nth-child(2) {
  padding: 0 10px;
}
.layout2 .layout2__list-ul2 > li:nth-child(3) {
  padding-left: 20px;
}
.layout2 .layout2__link {
  display: table-cell;
  box-sizing: border-box;
  border: solid 1px #ddd;
  width: 100%;
  padding: 10px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
}
.layout2 .layout2__link:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .layout2 .layout2__list-ul2 > li {
    width: 100%;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(1) {
    padding-right: 0;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(2) {
    padding: 30px 0 0 0;
  }
  .layout2 .layout2__list-ul2 > li:nth-child(3) {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual_inner{
    top:70% !important;
    margin-left:4% !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mainvisual_inner{
    top:70% !important;
    margin-left:3% !important;
  }
}