@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*
  ------------------------------------
  ####################################
   共通設定
  ####################################
  ------------------------------------
*/
/*
  ------------------------------------
   MediaScreen指定
  ------------------------------------
*/
/*
  ------------------------------------
   ベースプロパティ
  ------------------------------------
*/
/*
  ------------------------------------
   FONT指定
  ------------------------------------
*/
/*
  ------------------------------------
   Responsive指定
  ------------------------------------
*/
/* CSS Document */
/*
  ------------------------------------
  ####################################
   module
  ####################################
  ------------------------------------
*/
/*
  ------------------------------------
  ####################################
   #TOP
  ####################################
  ------------------------------------
*/
.only_tublet {
  display: none !important;
}

@media screen and (max-width: 770px) {
  .only_tublet {
    display: block !important;
  }
  #colorbox {
    max-width: 300px;
    height: 600px !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, 0%, 0) !important;
            transform: translate3d(-50%, 0%, 0) !important;
  }
  #colorbox img {
    max-width: 100%;
    height: auto !important;
  }
  #colorbox #cboxTopLeft, #colorbox #cboxTopCenter, #colorbox #cboxTopRight, #colorbox #cboxMiddleLeft, #colorbox #cboxMiddleRight, #colorbox #cboxBottomLeft, #colorbox #cboxBottomCente, #colorbox #cboxBottomRight, #colorbox #cboxBottomCenter {
    display: none;
  }
  #cboxLoadedContent {
    padding: 10px;
    box-sizing: border-box !important;
  }
  #cboxWrapper, #cboxContent, #cboxLoadedContent, #cboxTopCenter {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

h2 {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}

h2 + span {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #1b539c;
  font-size: 130%;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  h2 img {
    height: 25px;
  }
  h2 + span {
    margin-top: 10px;
  }
}

.mainvis {
  background:hsl(0,0%,100%);
  position: relative;
  color: #fff;
}

.mainvis .swiper-slide {
    position: relative;
    height: calc(768px - 99px);
    overflow: hidden;
}

.mainvis .swiper-slide a {
    width:100%;
    height:100%;
    background-size:cover !important;
}

.mainvis .swiper-slide a:hover{opacity:.9;}
.mainvis .swiper-slide img {width:100%;}

/*
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 8s;
  transition: transform 8s;
  transition: transform 8s, -webkit-transform 8s;

.mainvis .swiper-slide.swiper-slide-active a {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
*/

@media screen and (max-width: 770px) {
  .mainvis .swiper-slide {
    height: 60vw;
  }
}

.mainvis .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  z-index: 50;
  bottom: 15px;
}

@media screen and (max-width: 770px) {
  .mainvis .scroll {
    display: none;
  }
}

.mainvis .scroll a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}

.mainvis .scroll a span {
  display: block;
  width: 0px;
  height: 0px;
  margin: 3px auto 0;
  border-top: 10px solid #1a9fdf;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.mainvis .inner {
  width: 100%;
}

@media screen and (max-width: 1026px) {
  .mainvis .inner {
    padding: 0;
  }
}

@media screen and (max-width: 770px) {
  .mainvis .inner .swiper-container {
    height: 60vw;
    min-height: inherit;
  }
}

.mainvis img {
  display: block;
}

.mainvis img.sp {
  display: none;
}

@media screen and (max-width: 770px) {
  .mainvis img.sp {
    display: block;
  }
}

@media screen and (max-width: 770px) {
  .mainvis {
    margin-bottom: 30px;
  }
}

.pager-wrap {
  position: absolute;
  z-index: 50;
  bottom: 20px;
  width: 100%;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.pager-wrap .pager {
  display: flex;
  flex-wrap: wrap;
  width: 80px;
  align-items: center;
  order: 1;
  margin-left: 5px;
  position: absolute;
  left: calc(100% - 160px);
  bottom: 20px;
}

.pager-wrap .pager span {
  margin: 0 5px;
}

.pager-wrap .pager span:before {
  content: "0";
}

.pager-wrap .swiper-pagination-current {
  font-weight: bold;
  color: #1a9fdf;
}

.pager-wrap .swiper_next,
.pager-wrap .swiper_prev {
  background: #444444;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  box-shadow: 6px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 770px) {
  .pager-wrap .swiper_next,
  .pager-wrap .swiper_prev {
    opacity: 1;
    width: 40px;
    height: 40px;
  }
}

.pager-wrap .swiper_next:hover,
.pager-wrap .swiper_prev:hover {
  opacity: 1;
}

.pager-wrap .swiper_prev {
  margin-left: 15px;
}

@media screen and (max-width: 770px) {
  .pager-wrap .swiper_prev {
    margin-left: auto;
  }
}

.pager-wrap .swiper_next {
  margin-left: auto;
  margin-right: 15px;
}

@media screen and (max-width: 770px) {
  .pager-wrap .swiper_next {
    margin-left: 1px;
    margin-right: auto;
  }
}

.pager-wrap .swiper_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 770px) {
  .pager-wrap {
    justify-content: center;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
  }
  .pager-wrap .pager {
    width: 100%;
    justify-content: flex-end;
    display: none;
  }
}
.contain3-box { position: relative; margin-left: -1.7em; }
.swiper_next2,
.swiper_prev2,
.swiper_next3,
.swiper_prev3 {
  position: absolute;
  background: #444444;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  cursor: pointer;
  box-shadow: 6px 5px 5px -4px rgba(0, 0, 0, 0.2);
  top: 50%;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  #contents02 .inner-wide {
    position: relative;
  }
  #contents02 .inner-wide .swiper_next2,
  #contents02 .inner-wide .swiper_prev2,
  #contents02 .inner-wide .swiper_next3,
  #contents02 .inner-wide .swiper_prev3 {
    bottom: inherit;
    top: 50%;
    width: 45px;
    height: 45px;
  }
  #contents02 .inner-wide .swiper_prev2, #contents02 .inner-wide .swiper_prev3 {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
}

.swiper_prev2, .swiper_prev3 {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.swiper_prev3 {
  left: 0;
}
.swiper_next2, .swiper_next3 {
  right: 0;
  transform: translateY(-50%);
}

.swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #7592a6;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #05375a;
}

#contents01 {
  padding: 40px 0;
}

#contents01 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents01 li {
  width: 48%;
  box-sizing: border-box;
  position: relative;
}

#contents01 li:nth-child(1) a {
  background: url("../../img/top/top_button_campaign.png") no-repeat center center/100% 100%;
}

#contents01 li:nth-child(2) a {
  background: url("../../img/top/top_button_seminar.png") no-repeat center center/100% 100%;
}

#contents01 li a {
  height: 71px;
  padding: 40px 30px;
  display: block;
}

@media screen and (max-width: 770px) {
  #contents01 li a {
    height: auto;
    background: url("../../img/top/btn_bg.png") no-repeat center center !important;
  }
  .swiper_prev3 {
    left: 0;
  }
}

#contents01 li span {
  margin-top: 10px;
  display: block;
  color: #fff;
  font-size: 130%;
}

@media screen and (max-width: 770px) {
  #contents01 li a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    background: url("../../img/common/arw_w.png") no-repeat center center;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    right: 25px;
  }
}

@media screen and (max-width: 770px) {
  #contents01 li a:after {
    right: 10px;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    top: inherit;
    bottom: 10px;
  }
  #contents01 li a img {
    max-width: 150px;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  #contents01 li {
    width: 48%;
  }
  #contents01 li span {
    font-size: 80%;
  }
  #contents01 li a {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }
  #contents01 li a:after {
    right: 10px;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    top: inherit;
    bottom: 10px;
  }
  #contents01 li a img {
    max-width: 200px;
    width: auto;
    height: 20px;
  }
}

#contents02 {
  background: #f2f6f9;
  padding: 110px 0 60px;
  position: relative;
}

#contents02 .blue {
  position: absolute;
  bottom: 0;
  height: 260px;
  width: 100%;
  background: #e6edf3;
}

@media screen and (max-width: 480px) {
  #contents02 .blue {
    height: 100px;
  }
}

#contents02 .inner-wide {
  position: relative;
  padding: 0;
}

#contents02 .inner-wide .inner {
  margin: 60px auto 20px;
  overflow: hidden;
  padding: 0;
}

@media screen and (max-width: 480px) {
  #contents02 .inner-wide .inner {
    margin: 20px auto;
  }
}

#contents02 .swiper-container2, #contents02 .swiper-container3 {
  width: 100%;
  /* padding-bottom: 15px; */
}

#contents02 .swiper-container2 img, #contents02 .swiper-container3 img {
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  box-shadow: 6px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

#contents02 .swiper-container2 img:hover, #contents02 .swiper-container2 img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 770px) {
  .contain3-box { position: relative; margin-left: 0; }
  #contents02 .swiper-container2, #contents02 .swiper-container3 {
    width: calc(50% * 2);
    height: 100%;
  }
  #contents02 .swiper-container2 img, #contents02 .swiper-container3 img {
    width:95%;
    height:auto;
  }
}

@media screen and (max-width: 480px) {
  #contents02 {
    padding: 60px 0;
  }
}

#contents03 {
  background: url(../../img/top/sec2_bg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

#contents03 .bg-item {
  position: absolute;
  left: -30px;
  bottom: -60px;
  z-index: 1;
}

#contents03 .box {
  position: relative;
  z-index: 2;
  max-width: 1026px;
  width: 70%;
  margin-left: auto;
  margin-top: 40px;
}

@media screen and (max-width: 770px) {
  #contents03 .box {
    width: 100%;
  }
}

#contents03 .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#contents03 .flex li {
  width: 31%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}

#contents03 .flex li a {
  padding: 30px 20px 5px;
  display: block;
}

#contents03 .flex li a img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s;
  width: 100%;
}

#contents03 .flex li a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#contents03 .flex li figcaption {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}

@media screen and (max-width: 770px) {
  #contents03 .flex li {
    width: 48%;
  }
  #contents03 .flex li img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 770px) {
  #contents03 .flex li a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    max-width: 100%;
  }
  #contents03 .flex li a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #contents03 .flex li figcaption {
    font-size: 90%;
  }
}

@media screen and (max-width: 770px) and (max-width: 480px) {
  #contents03 .flex li figcaption {
    font-size: 80%;
  }
}

#contents03 .more {
  border: 1px solid #444444;
  max-width: 260px;
  margin: 15px auto 0;
  box-sizing: border-box;
  font-size: 110%;
  font-weight: bold;
}

#contents03 .more a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url("../../img/common/arw_w.png") no-repeat center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  right: 25px;
}

#contents03 .more a {
  padding: 20px 40px;
  display: block;
  position: relative;
  background-color: #05375a;
  color: #fff;
}

#contents03 .more a:hover {
  background: #fff;
  opacity: 1;
  color: #05375a;
}

#contents03 .more a:hover:after {
  background: url("../../img/common/arw_bk.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 770px) {
  #contents03 .more a {
    background: #05375a;
    opacity: 1;
    color: #fff;
  }
  #contents03 .more a:after {
    background: url("../../img/common/arw_w.png") no-repeat center center;
    background-size: contain;
  }
}

@media screen and (max-width: 770px) {
  #contents03 .bg-item {
    left: -15px;
    bottom: -60px;
    width: 200px;
  }
  #contents03 .bg-item img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #contents03 {
    padding: 60px 0 90px;
  }
  #contents03 .bg-item {
    width: 140px;
  }
}

#contents04 {
  padding: 110px 0;
  background: url("../../img/top/sec3_bg.jpg") no-repeat center center;
  background-size: cover;
}

#contents04 h2 {
  text-align: left;
  display: block;
  width: 100%;
}

#contents04 h2 + span {
  display: block;
  text-align: left;
  margin-top: 10px;
  color: #86909d;
}

#contents04 .inner-wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#contents04 .box {
  width: 49.4%;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 12px 12px 14px #000;
}

#contents04 .box:nth-child(2) {
  background: #e3e8e9;
}

@media screen and (max-width: 770px) {
  #contents04 .box:nth-child(2) {
    margin-top: 60px;
  }
}

#contents04 .box:nth-child(2) .container dt .date {
  color: #357bb1;
}

#contents04 .more {
  border: 1px solid #444444;
  max-width: 180px;
  margin: 40px auto 0;
  box-sizing: border-box;
  font-size: 110%;
  font-weight: bold;
}

#contents04 .more a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url("../../img/common/arw_w.png") no-repeat center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  right: 25px;
}

#contents04 .more a {
  padding: 15px 30px;
  display: block;
  position: relative;
  color: #fff;
  background-color: #05375a;
}

#contents04 .more a:hover {
  background: #05375a;
  opacity: 1;
  color: #05375a;
  background-color: #fff;
}

#contents04 .more a:hover:after {
  background: url("../../img/common/arw_bk.png") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 770px) {
  #contents04 .more a {
    background: #05375a;
    opacity: 1;
    color: #fff;
  }
  #contents04 .more a:after {
    background: url("../../img/common/arw_w.png") no-repeat center center;
    background-size: contain;
  }
}

#contents04 .tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 20px;
  border-bottom: 1px solid #86909d;
}

#contents04 .tab li em {
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

#contents04 .tab li em:hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  #contents04 .tab li em {
    padding: 10px;
  }
}

#contents04 .tab li em:after {
  content: "";
  position: absolute;
  background: #05375a;
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  bottom: -2px;
  transition: 0.3s;
}

#contents04 .tab li em:hover:after {
  content: "";
  position: absolute;
  background: #05375a;
  width: 100%;
  height: 3px;
}

#contents04 .tab li em.current {
  color: #05375a;
}

#contents04 .tab li em.current:after {
  content: "";
  position: absolute;
  background: #05375a;
  width: 100%;
  height: 3px;
}

#contents04 .container {
  overflow: hidden;
  height: 280px;
}

#contents04 .container .wrap-tag {
  display: none;
}

#contents04 .container .wrap-tag.current {
  display: block;
}

#contents04 .container dl {
  margin: 10px 0 20px;
}

#contents04 .container dd a {
  text-decoration: underline;
}

#contents04 .container dt {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#contents04 .container dt span {
  margin-bottom: 5px;
}

#contents04 .container dt .cate,
#contents04 .container dt .tag {
  margin-right: 3px;
  padding: 5px 10px;
  font-size: 80%;
  color: #fff;
  background: #7b96a9;
}

#contents04 .container dt .cate.guide {
  background: #c45454;
}

#contents04 .container dt .cate.exhibition {
  background: #d48837;
}

#contents04 .container dt .cate.campaign {
  background: #86b97e;
}

#contents04 .container dt .cate.new-products {
  background: #2670DA;
}

#contents04 .container dt .date {
  margin-left: 10px;
  color: #7b96a9;
}

@media screen and (max-width: 770px) {
  #contents04 .box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #contents04 {
    padding: 60px 0;
  }
  #contents04 .box {
    padding: 20px;
  }
}

#footer-top {
  position: relative;
  padding: 60px 0 0;
  background: #444444;
}

#footer-top .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer-top .flex .more {
  margin-top: 40px;
  max-width: 200px;
  box-shadow: 6px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

#footer-top .flex .more a {
  background: #1a9fdf;
  display: block;
  padding: 15px 30px 15px 10px;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  position: relative;
}

#footer-top .flex .more a:hover {
  opacity: 1;
  background: #05375a;
}

#footer-top .flex .more a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 25px;
  background: url("../../img/common/arw_w.png") no-repeat center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  right: 15px;
}

@media screen and (max-width: 480px) {
  #footer-top .flex .more {
    max-width: 180px;
  }
  #footer-top .flex .more a {
    font-size: 100%;
  }
}

#footer-top .flex .box01,
#footer-top .flex .box02 {
  text-align: center;
  box-sizing: border-box;
  color: #1a9fdf;
  border: 2px solid #1a9fdf;
}

#footer-top .flex .box01 .hover,
#footer-top .flex .box02 .hover {
  transition: .4s;
  cursor: pointer;
  padding: 40px;
}

#footer-top .flex .box01 .hover:hover,
#footer-top .flex .box02 .hover:hover {
  opacity: .8;
}

#footer-top .flex .box01 {
  width: 48%;
  background: url("../../img/common/bottom_bnr2.png") no-repeat left bottom #f1f6f9;
  background-size: 100%;
}

#footer-top .flex .box01 .more {
  margin-top: 30px;
  margin-left: auto;
}

#footer-top .flex .box01 h3 {
  margin-bottom: 15px;
}

#footer-top .flex .box02 {
  width: 48%;
  background: url("../../img/common/bottom_bnr.png") no-repeat center center;
  background-size: cover;
}

#footer-top .flex .box02 .more {
  margin: 30px auto 0;
}

#footer-top .flex h3 {
  font-size: 160%;
  font-weight: bold;
}

#footer-top .flex .txt {
  font-size: 110%;
}

#footer-top .flex .caption {
  font-size: 70%;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #footer-top .flex h3 {
    font-size: 120%;
  }
  #footer-top .flex .txt {
    font-size: 90%;
  }
}

#footer-top .inner-wide {
  position: relative;
  padding-bottom: 60px;
}

#footer-top .pagetop {
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 50;
  width: 50px;
  height: 50px;
}

#footer-top .pagetop img {
  display: block;
  width: 100%;
  box-shadow: 6px 5px 5px -4px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
}

@media screen and (max-width: 770px) {
  #footer-top {
    padding: 40px 0 0;
  }
  #footer-top .flex {
    position: relative;
    z-index: 1;
  }
  #footer-top .flex .box01,
  #footer-top .flex .box02 {
    width: 100%;
  }
  #footer-top .flex .box02 {
    margin-top: 30px;
  }
  #footer-top .pagetop {
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 80;
  }
  #footer-top .pagetop img {
    opacity: 0.6;
  }
}

@media screen and (max-width: 480px) {
  #footer-top .flex .box01 .hover,
  #footer-top .flex .box02 .hover {
    padding: 20px;
  }
  #footer-top .flex .box01 {
    background-size: 80%;
  }
  #footer-top .pagetop {
    width: 50px;
    height: 50px;
  }
  #footer-top .pagetop img {
    width: 100%;
  }
}

/*
  ------------------------------------
   Tublet
  ------------------------------------
*/
@media screen and (max-width: 770px) {
  .mainvis .inner {
    padding: 0;
  }
  .mainvis .inner img {
    max-width: 100%;
    width: inherit;
    margin: 0 auto;
  }
  .mainvis .inner .swiper_next img,
  .mainvis .inner .swiper_prev img {
    max-width: 10px;
  }
  #contents01 a dd .box {
    padding-left: 5px;
  }
  #contents02 .more {
    font-size: 100%;
  }
  #contents02 .inner:before {
    content: none;
  }
  #contents02 .inner:after {
    width: 33%;
  }
  #contents02 a {
    width: 33%;
  }
  #contents02 a dt span {
    width: 48px;
    font-size: 70%;
  }
  #contents02 a dd .box {
    padding-left: 5px;
  }
}

/*
  ------------------------------------
   Sphone
  ------------------------------------
*/
@media screen and (max-width: 480px) {
  .mainvis h2 {
    font-size: 100%;
  }
  #contents01 a {
    width: 100%;
  }
  #contents01 a dd .tit {
    font-size: 120%;
    margin-bottom: 5px;
  }
  #contents02 a {
    width: 48%;
  }
  #contents02 a dd .box {
    width: calc(100% - 25px);
  }
  #contents02 a dd span {
    width: 25px;
  }
  #contents02 a dd span img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */