@charset "utf-8";

.gothic {
  font-family: 'Noto Sans JP', sans-serif
}

.oswald {
  font-family: 'Oswald', sans-serif
}

body {
  animation: b 3s ease 0 1 normal;
  -webkit-animation: b 3s ease 0 1 normal
}

@keyframes fadeIn {
  0 {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

*, :after, :before {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  height: 100%
}

body, html {
  position: relative
}

body {
  font-family: 'Noto Sans JP', sans-serif, heisei-kaku-gothic-std, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 auto;
  line-height: 1.4;
  min-width: 80pc;
}

main {
  overflow: visible
}

@media screen and (max-width:600px) {
  body {
    min-width: initial
  }

  main {
    overflow: hidden
  }
}

@media screen and (max-width:600px) {
  body {
    min-width: initial
  }
}

iframe, img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333
}

a:hover {
  opacity: .7
}

.clear {
  clear: both
}

.bold {
  font-weight: 700
}

.navy {
  color: #1e2b6a
}

.bule {
  color: #a0bcff
}

.grey {
  color: #f5f5f5
}

.red {
  color: #b80008
}

.grn {
  color: #8bc421
}

.btn {
  position: relative;
  border: 2px solid #333;
  text-align: center;
  width: 350px !important;
  display: block;
  padding: 15px 0;
  margin: 0 20px 0 auto;
  font-weight: 700
}

.btn:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width:600px) {
  .btn {
    width: auto !important;
    padding: 4% 0;
    margin: 6% 6% 0
  }
}

.btn_wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto
}

.btn_wrap a {
  margin: 0 20px;
}

@media screen and (max-width:600px) {
  .btn_wrap {
    display: block;
    width: auto;
    margin: 0 auto 10%
  }

  .btn_wrap a:last-of-type {
    margin-top: 30px;
  }
}

.blinking {
  -webkit-animation: b 1.5s ease-in-out infinite alternate;
  -moz-animation: b 1.5s ease-in-out infinite alternate;
  animation: b 1.5s ease-in-out infinite alternate
}

@-webkit-keyframes b {
  0 {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes b {
  0 {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes b {
  0 {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media screen and (max-width:600px) {
  .pc {
    display: none !important
  }
}

@media print, screen and (min-width:601px) {
  .sp {
    display: none !important
  }
}

.contents {
  max-width: 75pc;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.contents .side {
  max-width: 250px;
  position: sticky;
  top: 20px;
  padding-bottom: 75pt
}

.contents .main {
  width: 930px;
  margin-bottom: 40px
}

.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7 {
  padding: 0 0 60px;
}

.inner_layout {
  width: auto;
  margin: 0 15px
}

@media screen and (max-width:600px) {
  .contents {
    width: auto;
    margin: 0 0 8%;
    display: block
  }

  .contents .main {
    width: auto;
    margin-bottom: 0
  }

  .inner_layout {
    margin: 0 1%
  }

  .sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7 {
    padding: 0 0 12%
  }
}

h2.heading {
  background-color: #f8f8f8;
  color: #333;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  -moz-box-shadow: 0px 5px 0px 0px rgba(230, 230, 230, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(230, 230, 230, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(230, 230, 230, 1);
  box-shadow: 0px 5px 0px 0px rgba(230, 230, 230, 1);
}

h2.heading span {
  font-size: 1.6rem;
  color: #c9c9c9;
  padding-left: 14px;
  margin-left: 14px;
  position: relative;
}

h2.heading span:before {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #c9c9c9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

h2.heading img {
  width: 30px;
  margin-right: 10px;
  aspect-ratio: 1 / 1
}

@media screen and (max-width:600px) {
  h2.heading {
    font-size: 2.2rem;
    padding: 2%;
    margin-bottom: 8%
  }

  h2.heading:after {
    bottom: -15px;
    border-width: 15px 0 0 20px
  }

  h2.heading img {
    width: 8%;
    margin-right: 2%
  }

  h2.heading span {
    font-size: 1.3rem;
  }

  h2.heading span:before {
    height: 2.2rem;
  }
}

.under_heading {
  text-align: center;
  color: #f28599;
  margin-bottom: 35px
}

.under_heading h3 {
  font-size: 2.5rem;
  font-weight: 700
}

.under_heading p {
  font-family: copperplate, serif
}

@media screen and (max-width:600px) {
  .under_heading h3 {
    font-size: 2rem
  }
}

.headline {
  border-top: 1px solid #261a03;
  border-bottom: 1px solid #261a03;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto 50px;
  font-family: heisei-mincho-std, serif
}

@media screen and (max-width:600px) {
  .headline {
    letter-spacing: 2px;
    margin: 0 auto 8%
  }
}

@media screen and (max-width:600px) {
  body {
    font-size: 1.3rem
  }

  .sec_inner {
    width: 96%;
    margin: 0 auto
  }
}

@media screen and (min-width:960px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}

header {
  position: relative
}

header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  overflow: hidden;
  max-width: 75pc;
  margin: 0 auto
}

header .header_wrap .logo_area {
  margin-left: 10px
}

header .header_wrap .logo_area h1 {
  font-size: 1rem;
  margin-bottom: 5px
}

header .header_wrap .logo_area .inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

header .header_wrap .logo_area .inner h2 {
  max-width: 20pc;
  margin-right: 30px
}

header .header_wrap .logo_area .inner h2 img{
 aspect-ratio: 300/53;
}

header .header_wrap .logo_area .inner p {
  position: relative;
  background: #f5f5f5;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px;
  line-height: 1.2;
  box-shadow: 3px 3px 5px 0 #e6e4e3
}

header .header_wrap .logo_area .inner p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  border-width: 10px 15px
}

header .header_wrap .contact_area {
  display: flex;
  align-items: center;
  height: 100%
}

header .header_wrap .contact_area .tel {
  background: #ff791a;
  text-align: center;
  padding: 8px 10px;
  line-height: 1;
  width: 200px;
  height: 100%
}

header .header_wrap .contact_area .tel p:first-of-type {
  font-weight: 700;
  background: #fff;
  border: 2px solid #b80007;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 1.2rem
}

header .header_wrap .contact_area .tel p:nth-of-type(2) {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  margin: 3px 0
}

header .header_wrap .contact_area .tel small {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap
}

header .header_wrap .contact_area .contact {
  background: #b80007;
  color: #fff;
  width: 170px;
  line-height: 1;
  text-align: center;
  padding: 11px 0
}

header .header_wrap .contact_area .contact img {
  width: 36px;
  display: block;
  margin: 0 auto 2px;
  aspect-ratio: 1/1;
}

header .header_wrap .contact_area .contact span {
  display: block;
  margin-bottom: 3px;
  font-weight: 700
}

header .header_wrap .contact_area .contact small {
  display: block
}

header nav {
  border-top: 4px solid #b8b8b8
}

header nav ul {
  display: flex;
  max-width: 75pc;
  margin: 0 auto
}

header nav ul li {
  position: relative;
  width: 20%;
  padding: 9pt 0;
  border-left: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8
}

header nav ul li:last-of-type {
  border-right: 1px solid #b8b8b8
}

header nav ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #b8b8b8;
  border-bottom: 8px solid #b8b8b8;
  border-left: 8px solid transparent;
  bottom: 0;
  right: 0
}

header nav ul li a {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #bf0003;
  font-weight: 700
}

header nav ul li:last-child a {
  border-right: 0
}

header nav ul li a span {
  font-size: 1rem
}

header nav ul li a:hover {
  font-weight: 700
}

@media screen and (max-width:600px) {
  header {
    border-top: 2px solid #b80007
  }

  header .logo_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px
  }

  header .logo_area h1 {
    font-size: 1rem;
    padding-top: 10px;
    margin: 0 2% 3%
  }

  header .logo_area h2 {
    width: 55%;
    margin: 0 auto;
    max-width: 250px
  }

  header .logo_area button {
    width: 60px;
    height: 60px;
    border: 0;
    background: #b80007
  }

  header .logo_area button img {
    width: 30px
  }

  header nav {
    border-top: 0
  }

  header nav ul {
    display: block
  }

  header nav ul li {
    border-left: 0
  }

  header nav ul li:after {
    content: none
  }

  header nav ul.menu li.parent {
    width: auto;
    padding: 5% 0;
    border-top: 1px solid #fff
  }

  header nav ul.menu li.parent:last-child {
    border-bottom: 1px solid #fff
  }

  header nav ul.menu li.parent a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 3%;
    border-right: 0
  }

  header nav ul.menu li.parent a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg)
  }

  header nav ul.menu li.parent a span {
    font-size: 1rem;
    margin-left: 2%;
    color: #fff
  }

  header nav ul.menu li.child {
    width: auto;
    padding: 0
  }

  header nav ul.menu li.child ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    margin: 0 2% 4%
  }

  header nav ul.menu li.child ul li {
    width: 49%;
    padding: 0;
    margin-bottom: 2%
  }

  header nav ul.menu li.child ul li a {
    color: #1e2b6a;
    background: #fff;
    padding: 11% 0;
    border-right: 0;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative
  }

  header nav.submenu ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    background: #fff
  }

  header nav.submenu ul li {
    width: 25%;
    padding: 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333
  }

  header nav.submenu ul li:last-of-type {
    border-right: 0
  }

  header nav.submenu ul li a {
    border-right: 0;
    padding: 8% 0;
    line-height: 1;
    font-size: 1.2rem
  }

  header nav.submenu ul li a span {
    font-size: 1rem
  }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%
  }
}

.under_mv {
  background: #f8f8f8 url(/img/common/under_mv_bg.png);
  height: 180px;
  position: relative
}

.under_mv:before {
  top: 0;
  right: 73%;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: #8f0105;
  transform: skew(-20deg, -0)
}

.under_mv h2 {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 30%;
  margin: auto;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
  transform: translateY(-50%)
}

.under_mv h2 span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  color: #b80007
}

@media screen and (max-width:600px) {
  .under_mv {
    height: 25vh;
    margin-bottom: 30px
  }

  .under_mv:before {
    right: 85%
  }

  .under_mv h2 {
    left: 35%;
    font-size: 2.5rem
  }

  .under_mv h2 span {
    font-size: 1.4rem
  }
}

.side dl {
  margin: 10px 0
}

.side dl.type {
  margin: 0
}

.side dt {
  background: #b80008;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 10px 0 10px 20px
}

.side dl.area dt, .side dl.industry dt, .side dl.type dt {
  background: #333
}

.side dl.industry dd, .side dl.item dd, .side dl.type dd {
  background: #f8f8f8;
  border-bottom: 1px dotted #3b3b3b
}

.side dl.industry dd span, .side dl.item dd span, .side dl.type dd span {
  color: #b80007;
  margin-right: 5px
}

.side dl.industry dd a, .side dl.item dd a, .side dl.type dd a {
  display: block;
  position: relative;
  padding: 10px;
}

.side dl.industry dd a:after, .side dl.item dd a:after, .side dl.type dd a:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.side dl.industry dd a:hover, .side dl.item dd a:hover, .side dl.type dd a:hover {
  font-weight: 700
}

.side dl.area dd {
  border: 3px solid #333;
  border-top: 0
}

.side dl.area dd img {
  width: 100%;
  padding: 10px 10px 5px;
  aspect-ratio: 228/237;
}

.side dl.area dd span {
  font-size: 1.2rem;
  width: auto;
  margin: 0 5% 10px;
  display: block;
  line-height: 1.2
}

.side a.banner {
  position: relative;
  display: block
}

.side a.banner img{
 aspect-ratio: 250/145;
}

.side a.banner:nth-of-type(3),
.side a.banner:last-of-type {
  margin-top: 10px
}

.side a.banner p {
  position: absolute;
  bottom: 0;
  padding: 5px;
  background: #333;
  width: 100%
}

.side a.banner.banner-red p {
  background: #b81809
}

.side a.banner.banner-navy p {
  background: #023d61;
}

.side a.banner p span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem
}

.faq_banner {
  padding: 0 0 60px;
}

.faq_banner img{
 aspect-ratio: 93/14;
}

@media screen and (max-width:600px) {
  .faq_banner {
    margin: 0 4% 60px;
    padding: 0;
  }
  .faq_banner img{
   aspect-ratio: 890/516;
  }
}


.banner_area {
  background: #f8f8f8;
  padding: 40px 0
}

.banner_area h2 {
  display: flex;
  font-size: 2.5rem;
  font-weight: 700;
  color: #9c9c9c;
  margin: 0 auto;
  justify-content: center;
  align-items: center
}

.banner_area h2 img {
  width: 30px;
  margin-right: 10px;
  aspect-ratio: 1 / 1
}

.banner_area .box {
  max-width: 750pt;
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  gap: 0 10px;
}

.banner_area .box a {
  display: block;
  width: 49%;
  aspect-ratio: 5 / 1;
}

.banner_area .box a figure {
  position: relative;
  aspect-ratio: 5 / 1;
}

.banner_area .box a figure img {
  aspect-ratio: 5 / 1;
}

.banner_area .box a figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #b81809;
  padding: 3px 0
}

.banner_area .box a:nth-of-type(2) figure figcaption {
  background: #023d61;
}

.banner_area .box figure figcaption span {
  position: relative;
  display: block;
  color: #fff;
  padding: 0 10px
}

.banner_area .box figure figcaption span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width:600px) {
  .banner_area {
    background: #f8f8f8;
    padding: 40px 0
  }

  .banner_area h2 {
    font-size: 2.2rem
  }

  .banner_area h2 img {
    width: 8%;
    margin-right: 2%
  }

  .banner_area .box {
    /* display: block; */
    margin: 8% 3% 0;
    flex-direction: column;
  }

  .banner_area .box a {
    width: auto;
    aspect-ratio: 100 / 27.63
  }

  .banner_area .box a figure img {
    aspect-ratio: 100 / 27.63
  }

  .banner_area .box a:first-of-type figure {
    margin-bottom: 4%
  }

  .banner_area .box a figure figcaption {
    padding: 1% 0
  }

  .banner_area .box figure figcaption span {
    padding: 0 2%;
    font-size: 1.2rem
  }

  .banner_area .box figure figcaption span:after {
    right: 2%;
    width: 6px;
    height: 6px
  }
}

footer {
  background: #8f0105;
  color: #fff
}

footer .footer_wrap {
  max-width: 870pt;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px
}

footer .footer_wrap .left {
  max-width: 45pc
}

footer .footer_wrap .left h2 img{
 aspect-ratio: 300/18;
}

footer .footer_wrap .left p:first-of-type {
  position: relative;
  background: #f5f5f5;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.2;
  margin-bottom: 20px
}

footer .footer_wrap .left p:first-of-type:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent;
  border-width: 10px 10px 0
}

footer .footer_wrap .left address {
  font-style: normal;
  margin: 15px 0 0 10px
}

footer .footer_wrap .left p:last-of-type {
  margin: 0 0 15px 10px
}

footer .footer_wrap .left .btn_area {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 20px;
  justify-content: space-between
}

footer .footer_wrap .left .btn_area a {
  display: block;
  width: 49%
}

footer .footer_wrap .left .btn_area a img{
  aspect-ratio: 60/17;
}

footer .footer_wrap .left .btn_area a:first-of-type {
  width: 100%;
  margin-bottom: 15px
}

footer .footer_wrap .left .btn_area a:first-of-type img{
  aspect-ratio: 1232/170;
}

footer .footer_wrap .left .returns {
  background: #B80204;
  margin: 20px 20px 0;
  padding: 10px;
}

footer .footer_wrap .left .returns dt {
  font-size: 1.2rem;
  line-height: 1.5;
}

footer .footer_wrap .left .returns dd {
  font-size: 1.2rem;
  line-height: 1.5;
}

footer .footer_wrap .right {
  max-width: 420px
}

footer .footer_wrap .right h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px
}

footer .footer_wrap .right h3 img {
  width: 30px;
  margin-right: 10px;
  aspect-ratio: 1/1;
}

footer nav ul {
  text-align: center;
  margin: 30px 0 50px
}

footer nav ul li {
  display: inline-block
}

footer nav a {
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff
}

footer nav li:nth-of-type(8) a {
  border-right: 0
}

footer .copy {
  text-align: center;
  background: #b80105;
  padding: 5px 0
}

footer .copy p {
  max-width: 75pc;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem
}

@media screen and (max-width:600px) {
  footer .footer_wrap {
    display: block;
    padding-top: 8%
  }

  footer .footer_wrap .left {
    width: auto;
    margin: 0 2% 8%
  }

  footer .footer_wrap .left h2 img{
   aspect-ratio: 300/49;
  }

  footer .footer_wrap .left p:first-of-type {
    margin: 0 4% 5%;
    padding: 2%
  }

  footer .footer_wrap .left h2 {
    margin: 0 4%
  }

  footer .footer_wrap .left address {
    margin: 4% 4% 0
  }

  footer .footer_wrap .left p:last-of-type {
    margin: 0 4%
  }

  footer .footer_wrap .left .btn_area {
    display: block;
    margin: 4% 2% 0
  }

  footer .footer_wrap .left .btn_area a {
    width: auto;
    margin-bottom: 4%
  }

  footer .footer_wrap .left .btn_area a:first-of-type {
    margin-bottom: 4%
  }

  footer .footer_wrap .left .btn_area a:last-of-type {
    margin-bottom: 0
  }

  footer .footer_wrap .left .btn_area a img{
    aspect-ratio: 80/11;
  }
  footer .footer_wrap .left .btn_area a:first-of-type img{
    aspect-ratio: 80/11;
  }


  footer .footer_wrap .left .returns {
    margin: 4% 2% 0;
  }

  footer .footer_wrap .right {
    width: auto;
    margin: 0 2% 8%
  }

  footer .footer_wrap .right h3 {
    font-size: 1.8rem;
    margin-bottom: 4%;
    padding-bottom: 2%
  }

  footer .footer_wrap .right h3 img {
    width: 6%;
    margin-right: 2%
  }

  footer nav ul {
    text-align: center;
    margin: 30px 0 50px;
    text-align: left;
    margin: 0 0 5%
  }

  footer nav ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 3% 0
  }

  footer nav a {
    position: relative;
    color: #fff;
    padding: 0 5%;
    border-right: 0;
    display: flex;
    align-items: center
  }

  footer nav a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  footer nav a span {
    font-size: 1.2rem;
    margin-left: 3%
  }

  footer .copy {
    background: #b80007;
    padding-bottom: 60px
  }

  footer .copy p, footer .copy p span {
    display: block
  }
}

.bread_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  background: #8f0105
}

.bread_wrap a, .bread_wrap a:visited {
  color: #fff;
  display: inline]
}

.bread_wrap ol {
  font-size: 1.2rem;
  max-width: 75pc;
  margin: 0 auto
}

.bread_wrap ol li:first-child {
  background: url(/img/common/icon_bread.svg)no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px;
  margin-left: 10px;
  list-style: none
}

.bread_wrap ol li {
  display: inline-block;
  color: #fff
}

.bread_wrap ol li:after {
  content: ">";
  color: #fff
}

.bread_wrap ol li:last-child:after {
  content: ""
}

p.gotop {
  position: fixed;
  right: 0;
  bottom: -50px
}

p.gotop a {
  padding: 0;
  display: block;
  background-color: #b80105;
  position: relative;
  width: 60px;
  height: 60px
}

p.gotop a:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1pc;
  height: 1pc;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fixd_menu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: center
}

.fixd_menu ul {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 0;
  height: 50px
}

.fixd_menu ul li {
  width: 34%;
  text-align: center
}

.fixd_menu ul li:nth-child(1), .fixd_menu ul li:nth-child(3) {
  background: #b80007
}

.fixd_menu ul li:nth-child(2) {
  background: #8f0105
}

.fixd_menu ul li {
  font-size: 2rem;
  font-weight: 700;
  color: #fff
}

.fixd_menu ul li, .fixd_menu ul li a {
  align-items: center;
  justify-content: center
}

.fixd_menu ul li a {
  font-family: 'Oswald', sans-serif;
  position: relative;
  display: block;
  padding: 4% 0
}

.fixd_menu ul li p {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1
}

.fixd_menu ul li img {
  width: 20%;
  margin-right: 0;
  margin-bottom: 3%;
  max-width: 24px
}

@media screen and (max-width:375px) {
  .fixd_menu ul li a {
    padding: 4% 0;
    height: 50px
  }
}

.fc-content {
  font-size: 1.2rem !important;
  padding: 3px !important;
  line-height: 1 !important
}

.hvr-bounce-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color
}

.hvr-bounce-to-right, .hvr-bounce-to-right:before {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.fc-title {
  font-size: 1rem !important;
}

.businessday {
  background: #1e8cbe !important;
}

.specialbusinessday {
  background: #ff7918 !important;
}

.regularholiday {
  background: #8f0105 !important;
}