* {
  word-break: normal;
}
.important_notice_access {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}
.important_notice_access a {
  font-size: 1.75rem;
  font-weight: bold;
  color: red;
}
@media screen and (max-width:767px) {
  .important_notice_access a {
    font-size: 1.375rem;
  }
}
.important_notice_shop {
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}
.important_notice_shop a {
  font-size: 1.75rem;
  font-weight: bold;
  color: red;
}
@media screen and (max-width:767px) {
  .important_notice_shop {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .important_notice_shop a {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .content_table-company th {
    width: 190px
  }
}
@media screen and (min-width:768px) {
  .article_heading-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media screen and (min-width:768px) {
  .article_heading-2 span {
    width: 100%;
    line-height: 1.5
  }
}

@media screen and (max-width:767px) {
  .container_inner.tabicube {
    margin-bottom: 15vw;
    width: 90.67vw;
    text-align: center;
  }
  .tabicube_logo {
    display: inline-block;
    margin-bottom: 10px;
    width: 140px;
    vertical-align: middle;
  }
  .tabicube_body {
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
  }
}
@media screen and (min-width:768px) {
  .container_inner.tabicube {
    margin-top: -30px;
    text-align: center;
  }
  .tabicube_logo {
    display: inline-block;
    margin-right: 30px;
    width: 180px;
    vertical-align: middle;
  }
  .tabicube_body {
    display: inline-block;
    width: 600px;
    font-size: 1.5rem;
    text-align: left;
    vertical-align: middle;
  }
}

.btn-blue {
  background-color: #0069c1;
  color: #ffffff
}
.btn-blue:hover{
  opacity: 0.8;
}
@media screen and (max-width:767px) {
}
@media screen and (min-width:768px) {
  .access {
    width: 1100px;
  }
  .accessTable-3 td .btn-small {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .card-home_heading {
    font-size: 3.47vw;
  }

  .card-home_image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.philosophy {
  margin-bottom: 25px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
