﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #ffcc00;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
#totop {
  width:50px;
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
}
#totop a {
  display: block;
  transition: all 0.5s ease;
}
#totop a:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #666666;
  font-family: 'Roboto', sans-serif;
}
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 80px;
}
.container, .under #content {
  width: 100%;
  padding: 0 6%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
}
#header:after {
  content: '';
  position: absolute;
  width: 150%;
  z-index: -5;
  background: #f4f4f4;
  height: 200%;
  bottom: 15px;
  left: -25%;
  transform: rotate(-1.5deg);
}
#header:before {
  content: '';
  position: absolute;
  width: 150%;
  z-index: -6;
  background: #b7b7b7;
  height: 200%;
  bottom: 0;
  left: -25%;
  transform: rotate(-2deg);
  opacity: 0.5;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0 auto 0 0;
}
.#gnavi {
  margin: 0 25px 0 0;    z-index: 999;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;z-index: 0;
}
.gnavi > li > a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  display: block;
  padding: 10px 1.2vw;
  font-size: 16px;
  transition: all 0.5s ease;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #ffcc00;
}
.submenu {
  position: absolute;
  min-width: 200px;
  left: calc(50% - 100px);
  display: none;
  z-index: 99;
}
.subsubmenu{
  position: absolute;
  min-width: 200px;
    left: calc(100% + 2px);
    top: 0;
  display: none;
}

.submenu a {
  display: block;
  background: #89b4ff;
  text-decoration: none;
  padding: 10px 15px;
  margin-bottom: 1px;
  white-space: nowrap;
  font-size: 16px;
  transition: all 0.5s ease;
  color: #fff;
}
.submenu a:hover {
  background: #ffcc00;
}
.h-search {
  width: 180px;
  position: relative;
  margin-right: 25px;
}
.h-search input {
  background: none;
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 5px 20px;
  outline: none;
  width: 100%;
}
.h-search .button {
    text-decoration:none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}
.h-tel {
margin: 0 20px 0 0;
}
.h-tel a {
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffcc00;
  font-family: 'UTMFacebook';
  padding: 6px 10px 9px;
}
.h-tel a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_tel.png") no-repeat;
  background-size: 100% auto;
width: 15px;
    height: 21px;
  margin-right: 5px;
  top: 4px;
}
.h-lang {
  display: flex;
  align-items: center;
  /*background: #f9f9f9;  border-radius: 30px;border: 1px solid #ebebeb; padding: 5px 10px;*/
  justify-content: center;
  width: 85px;
}
.h-lang li{
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    border-radius: 30px 0 0 30px;
}
.h-lang li:nth-child(2){
    border-radius:  0 30px 30px 0 ;
}
.h-lang a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
}
.h-lang li:not(:last-child) {
  border-right: 1px solid #f4f4f4;
}
.h-lang li.active{
    background: #f4f4f4;
}
/*.h-lang li {
  line-height: 0.9em;
}*/
.main-slide p {
  margin: 0;
  outline: none;
}
.main-slide img {
  max-width: none;
  width: 100%;
}
.main-slide img.sp {
  display: none;
}
.main-slide .slick-dots {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 30px;
  left: 0;
  align-items: center;
}
.main-slide .slick-dots button {
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  margin: 0 15px;
  position: relative;
  color: #ffcc00;
  background: none;
  border: none;
  z-index: 0;
  transition: all 0.5s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  line-height: 20px;
}
.main-slide .slick-dots button:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  z-index: -5;
  transform: rotate(45deg);
  background: #ffcc00;
  transition: all 0.5s ease;
}
.main-slide .slick-dots .slick-active button {
  width: 56px;
  height: 56px;
  color: #666;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 56px;
}
.main-slide .slick-dots .slick-active button:after {
  background: #fff;
}
.box01 {
  background: #f1f1f1;
}
.b01-main {
  width: 50%;
  padding: 50px 0 50px 55px;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 450px;
  position: relative;
}
.b01-img {
  margin: 0;
  position: absolute;
  width: 50vw;
  min-width: 585px;
  right: 50%;
  top: 0;
  background: url("/userfile/config/AboutHome-IMG-PC.jpg") no-repeat right top;
  height: 100%;
  background-size: cover;
}
.b01-img img {
  display: none;
}
.idx-ttl {
  font-size: 48px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.idx-ttl span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.idx-ttl span:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 110%;
  left: -5%;
  transform: skewX(-50deg);
  bottom: 0;
  z-index: -5;
  background: #e1e1e1;
}
.b01-txt p {
  font-size: 16px;
  line-height: 1.5em;
}
.b01-txt p.txt-lager {
  font-size: 18px;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  display: inline-block;
  background: #ffcc00;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 7px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.5s ease;
}
.idx-btn a:hover {
  background: #89b4ff;
}
.box02 {
  padding: 80px 0;
}
.b02-list {
  display: flex;
}
.b02-item {
  width: calc(25% - 22.5px);
  margin: 0 30px 0 0;
}
.b02-item:last-child {
  margin-right: 0;
}
.b02-main {
  border-top: 1px solid #ffcc00;
  position: relative;
  padding-top: 15px;
}
.b02-main-ttl {
  width: calc(25% - 22.5px);
  background: #ffcc00;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.b02-itm-bnr {
  margin: 0;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
/*.b02-itm-bnr img {
  display: none;
}
.b02-main:nth-child(1) .b02-itm-bnr {
  background: url("../W_images/b02_img01.jpg") no-repeat bottom center;
  background-size: cover;
}
.b02-main:nth-child(2) .b02-itm-bnr {
  background: url("../W_images/b02_img05.jpg") no-repeat bottom center;
  background-size: cover;
}
.b02-main:nth-child(3) .b02-itm-bnr {
  background: url("../W_images/b02_img09.jpg") no-repeat bottom center;
  background-size: cover;
}*/
.b02-main:not(:last-child) {
  margin-bottom: 40px;
}
.b02-item a {
  text-decoration: none;
  text-align: center;
  border: 1px solid #ebebeb;
  display: flex;
  height: 100%;
  flex-direction: column;
  transition: all 0.5s ease;
}
.b02-itm-main {
  height: 95px;
  background: #ebebeb;
  padding: 15px 10px;
  margin: auto 0 0 0;
  width: 100%;
  transition: all 0.5s ease;
  color: #666666;
}
.b02-itm-ttl {
  color: #ffc600;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.5s ease;
}
.b02-itm-txt {
  margin: 0;
  color: #666666;
  transition: all 0.5s ease;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b02-itm-img {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b02-itm-img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b02-item a:hover {
  border-color: #ffc600;
}
.b02-item a:hover .b02-itm-main {
  background: #ffc600;
}
.b02-item a:hover .b02-itm-ttl, .b02-item a:hover .b02-itm-txt {
  color: #fff;
}
.b02-main:nth-child(2n) .b02-item:first-child {
  order: 2;
  margin: 0 0 0 30px;
}
.b02-main:nth-child(2n) .b02-main-ttl {
  right: 0;
  left: auto;
}
.box03 {
  background: #f1f1f1;
  padding: 60px 0;
}
.box03 .idx-ttl {
  text-align: center;
}
.b03-list {
  display: flex;
}
.b03-item {
  width: 48%;
  margin-right: 4%;
}
.b03-item:last-child {
  margin-right: 0;
}
.b03-item a {
  text-decoration: none;
  display: block;
  color: #666;
  transition: all 0.5s ease;
}
.b03-itm-ttl {
  font-size: 18px;
  color: #468cb3;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 10px;
  transition: all 0.5s ease;
}
.b03-itm-date {
  display: inline-block;
  background: #ffcc00;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 20px;
}
.b03-itm-txt {
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;
}
.b03-item a:hover .b03-itm-ttl {
  color: #ffcc00;
}
.b03-item a:hover {
  opacity: 0.7;
}
.box04 {
  background: url("../W_images/b03_bg.jpg") no-repeat center;
  background-size: cover;
}
.b04-main {
  width: 50%;
  padding: 70px 85px 70px 0;
  position: relative;
  z-index: 0;
}
.b04-main:after {
  content: '';
  position: absolute;
  width: 50vw;
  min-width: 585px;
  height: 100%;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: -2;
}
.b04-ttl {
  font-size: 48px;
  color: #ffcc00;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.b04-form input, .b04-form textarea {
  display: block;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 15px 20px;
  line-height: 1.3em;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.b04-form input::placeholder, .b04-form textarea::placeholder {
  color: #fff;
}
.b04-form textarea {
  height: 130px;
  margin-bottom: 30px;
}
.b04-form .button {
  display: inline-block;
  border: none;
  background: #ffcc00;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-decoration:none;
}
.b04-form .button:hover {
  background: #89b4ff;
}
.box05 {
  padding: 50px 0;
}
.b05-list p {
  margin: 0 15px;
}
.b05-list a {
  display: flex;
  text-decoration: none;
  border: 1px solid #eee;
  height: 75px;
  justify-content: center;
  align-items: center;
}
.b05-list img {
  flex-shrink: 0;
  max-height: 100%;
}
#footer {
  background: #f9f9f9;
  padding: 40px 0;
  color: #899a9f;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer .container > div {
  width: 32%;
}
.f-txt {
  margin: 0 0 5px;
}
.f-tel a {
  text-decoration: none;
  color: #4c4c4c;
  font-size: 20px;
  font-family: 'UTMFacebook';
}
.f-tel a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_tel.png") no-repeat;
  width: 18px;
  height: 25px;
  background-size: 100% auto;
  margin-right: 5px;
  top: 5px;
}
.f-tel {
  margin: 0 0 5px;
}
.f-time {
  margin: 0 0 15px;
}
.f-mail {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin: 0;
}
.f-mail a {
  text-decoration: none;
}
.f-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #4c4c4c;
  margin: 0 0 10px;
}
.f-link-list {
  padding: 0;
  column-count: 2;
  column-gap: 1.5em;
  list-style: none;
}
.f-link-list li {
  break-inside: avoid-column;
  margin: 0 0 13px;
}
.f-link-list:not(:last-child) {
  margin-bottom: 30px;
}
.f-link-list a {
  text-decoration: none;
  color: #899a9f;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s ease;
}
.f-link-list a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #899a9f;
  left: 0;
  transform: rotate(45deg);
  top: 6px;
}
.f-link-list a:hover {
  color: #ffcc00;
}
.f-form input {
  background: #efefef;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-style: italic;
  width: calc(100% - 95px);
  border-radius: 30px;
}
.f-form {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.f-form .button {
  background: #ffcc00;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: all 0.5s ease;
  width: 85px;
  text-decoration:none;
  font-size: 14px;
}
.f-form .button:hover {
  background: #468cb3;
}
.copyright {
  margin: 0;
  border-top: 1px solid #eaeced;
  line-height: 2em;
  padding-top: 20px;
  letter-spacing: 0.15em;
}
.copyright a {
  text-decoration: none;
  color: #899a9f;
}
.under-main {
  margin: 0;
}
.under-main img {
  width: 100%;
  max-width: none;
}
.topic-path {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.topic-path li {
  font-size: 16px;
  font-style: italic;
  color: #565656;
}
.topic-path a {
  text-decoration: none;
  color: #565656;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #ffcc00;
}

.under #content {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 65px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #gnavi {
    margin: 0;
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    background: rgba(244, 244, 244, 0.9);
    padding: 50px 0;
    overflow: auto;
    display: none;
  }
  .h-search, .h-tel {
    display: none;
  }
  .logo {
    width: 70px;
    position: relative;
    z-index: 99;
  }
  .gnavi > li > a {
    background: #89b4ff;
    color: #fff !important;
    padding: 15px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .gnavi {
    display: block;
    text-align: center;
  }
  .gnv-ico {
    width: 50px;
    height: 56px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu, .subsubmenu {
    position: relative;
    width: 100%;
    left: 0;
  }
  .submenu a {
    background: #648bd0;
    margin: 0;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .subsubmenu a{background: #547fca;}
  
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #ffcc00;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #totop {
    width: 60px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .b01-main {
    width: 100%;
    padding: 40px 0;
  }
  .b01-img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: none;
    margin: 0 0 20px;
    min-width: 100%;
  }
  .b01-img img {
    display: block;
    width: 100%;
  }
  .idx-ttl {
    font-size: 30px;
    text-align: center;
  }
  .idx-ttl span:after {
    height: 10px;
  }
  .b01-txt p.txt-lager {
    font-size: 16px;
  }
  .b01-txt p {
    font-size: 14px;
  }
  .idx-btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02-list {
    flex-wrap: wrap;
  }
  .b02-item {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .b02-item:nth-child(2n) {
    margin-right: 0;
  }
  .b02-main-ttl {
    width: 48%;
    font-size: 16px;
  }
  .b02-itm-bnr {
    padding-top: 25px;
    background: none!important;
  }
  .b02-itm-bnr img {
    display: block;
    width: 100%;
  }
  .b02-main:not(:last-child) {
    margin-bottom: 20px;
  }
  .b02-main:nth-child(2n) .b02-item:nth-child(3) {
    order: 3;
  }
  .b02-main:nth-child(2n) .b02-item:nth-child(4) {
    order: 4;
  }
  .b02-main:nth-child(2n) .b02-item:first-child {
    margin-left: 4%;
    margin-bottom: 30px;
  }
  .box03 {
    padding: 40px 0;
  }
  .b03-list {
    display: block;
  }
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b03-item:last-child {
    margin: 0;
  }
  .b03-itm-ttl {
    font-size: 16px;
  }
  .b03-itm-date {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .b03-itm-txt {
    font-size: 14px;
  }
  .box04 {
    padding: 30px 0;
  }
  .b04-main {
    width: 100%;
    padding: 20px;
  }
  .b04-main:after {
    width: 100%;
    left: 0;
  }
  .b04-ttl {
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px;
  }
  .b04-form input, .b04-form textarea {
    font-size: 14px;
  }
  .b04-form button {
    margin: 0 auto;
    display: block;
  }
  .b05-list p {
    margin: 0 5px;
  }
  .box05 {
    padding: 30px 0;
  }
  #footer .container {
    display: block;
  }
  #footer .container > div {
    width: 100%;
  }
  #footer .container > div:not(:last-child) {
    margin: 0 0 20px;
  }
  .f-mail {
    font-size: 16px;
  }
  .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 15px;
  }
  #footer {
    padding: 30px 0;
  }
  .topic-path li {
    font-size: 13px;
  }
  .container, .under #content {
    padding: 0 3%;
  }
 
  .main-slide img.sp {
    display: block;
  }
  .main-slide img.pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b02-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b02-main-ttl {
    width: 100%;
  }

  .b02-main:nth-child(2n) .b02-item:first-child {
    order: -1;
    margin: 0 0 30px;
}
}