@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  width: 1100px;
  margin: 0 auto;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  font-size: 14px;
}
.breadcrumb ul li.current {
  color: #e60012;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 3px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-left-color: #e60012;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb ul li a {
  color: #111;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  opacity: 1;
  color: #e60012;
}
.second .bg {
  padding: 200px 0 20px;
  background-color: #f5f5f5;
}
.second h2 {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  text-align: center;
  margin: 0 auto 80px;
}
.second h2 .border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}
.second h2 .en {
  font-family: ab-appare, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.second .inner {
  padding: 50px 0;
}
/*-------------------プライバシーポリシー-------------------*/
.second.pp .p {
  margin-bottom: 50px;
}
.second.pp section {
  margin-bottom: 50px;
}
.second.pp section:last-child {
  margin-bottom: 0;
}
.second.pp section h4 {
  font-size: 24px;
  font-weight: 700;
  color: #e60012;
  margin: 0 auto 10px;
}
/*-------------------404-------------------*/
.second.not_found .inner {
  min-height: 300px;
}
.second.not_found p {
  text-align: center;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .breadcrumb {
    width: 90%;
  }
  .breadcrumb ul li {
    font-size: 13px;
  }
  .second .bg {
    padding: 120px 0 20px;
  }
  .second h2 {
    font-size: 30px;
    margin: 0 auto 40px;
  }
  .second .inner {
    padding: 40px 0;
  }
  /*-------------------プライバシーポリシー-------------------*/
  .second.pp .p {
    margin-bottom: 30px;
  }
  .second.pp section {
    margin-bottom: 30px;
  }
  .second.pp section h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto -5px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}