/*
Common.css are used for ovveride style from grune_block.css
It is use for all page on current project
*/
body {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
  padding-top: 61px;
  position: relative;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -ms-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}
.wrap-default {
  position: relative;
  min-height: calc(100vh - 180px);
}
a,
h1,
h2,
h3,
h4,
h5,
p,
span,
label {
  color: inherit;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.font-bold {
  font-weight: bold;
}
a {
  display: block;
}
h1.title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
.font-black {
  color: #000;
}
.no-border {
  border: 0 !important;
}
.height-auto {
  min-height: auto !important;
  height: auto !important;
}
h2.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

h3.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

h4.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.bl-6 {
  position: relative;
  padding-left: 16px;
}
.inline-block {
  display: inline-block;
}
.bl-6:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  border-left: 6px solid #14375b;
}
.detail-content p {
  padding-bottom: 32px;
  text-align: justify;
}
.btn-long {
  width: 220px !important;
}
header {
  border-top: 4px solid #14375b;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  background: transparent;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -ms-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  background: rgba(255, 255, 255, 0.95);
  height: 61px;
  -webkit-box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: -6px 0 #fff, 6px 0 #fff, 0px 2px 4px rgba(0, 0, 0, 0.16);
}
header#header h1 a {
  display: inline-block;
}
.nav-item.active a {
  color: #14375b;
  font-weight: bold;
}
.home.icon-blue {
  display: none;
}
.nav-item.active .home.icon-blue {
  display: inline-block;
}
.nav-item.active .icon-blue {
  display: none;
}
.button03 {
  padding: 0;
  color: #dedede;
  margin-bottom: 0;
}
.button03 label {
  margin: 0;
  cursor: pointer;
  padding: 17px 10px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}
.nav-item a.button05 {
  color: #fff !important;
  padding: 7px 16px;
  width: 116px !important;
}
header .navbar-expand-md .navbar-nav .nav-link {
  font-size: 14px;
  padding-left: 24px;
}
header .navbar {
  padding: 0;
}
.navbar-toggler {
  display: none;
}
.blue-text {
  color: #698ffc;
}
.orange-text {
  color: #ee815a;
}

.img-logo {
  width: 228px;
  display: inline-block;
  padding: 8px 0;
}

footer .img-logo {
  padding: 26px 0 0 0;
}
#footer01 .col-footer-menu {
  margin-bottom: 16px;
  margin-top: 0;
}
#navbarNav0 {
  padding: 6px 0;
  padding-right: 15px;
}

#footer01 .col-logo {
  margin-top: 0;
}
#footer01 .nav-footer-right {
  padding-top: 8px;
}
#footer01 .nav-footer-right .nav-link {
  padding: 0 8px;
  color: #a2a2a2;
  line-height: 18px;
  font-size: 12px;
}
footer#footer01 .col-logo a {
  display: inline-block;
}

.button05 {
  padding: 7px 16px;
  width: 134px;
  line-height: 20px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.img-wrapper {
  height: 150px;
  position: relative;
  overflow: hidden;
  background: #e3e3e3;
}
.img-wrapper img {
  display: block;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

header .navbar-nav .nav-item.new-nav-item {
  display: flex;
  align-items: center;
}

header .navbar-nav .nav-item a {
  font-size: 16px;
  padding: 7px 0;
  transition: 0.3s ease;
}

header.fixed .navbar-nav .nav-item a {
  color: #fff;
}
header.fixed .navbar-nav .nav-item.active a {
  color: #67a6e6;
}
header.fixed .navbar-nav .nav-item a.contact-link {
  background: #67a6e6;
  border: 2px solid #67a6e6;
}
.nav-link .icon-blue.display-none {
  display: none;
}
.nav-link .icon-blue.display-inlineblock {
  display: inline-block;
}
header.fixed .navbar-nav .nav-item a img.home.icon-white.display-inlineblock {
  display: block;
}
header.fixed .navbar-nav .nav-item a img.icon-white.display-none {
  display: none;
}
header .navbar-nav .nav-item a.contact-link {
  background: #14375b;
  padding: 1.5px 14px;
  color: #fff;
  font-weight: normal;
  border: 2px solid #14375b;
  font-weight: bold;
  margin: 4px 0;
}
header .phone-pc {
  font-size: 16px;
  color: #14375b;
  font-weight: bold;
  padding: 8px 0;
}
header.fixed .phone-pc {
  color: #fff;
}
header .phone-pc .fa {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  padding-left: 4px;
}
header .navbar-nav .nav-item a.contact-link img.fixed-hover,
header .navbar-nav .nav-item a.contact-link img.hover {
  display: none;
}
header .navbar-nav .nav-item a img {
  width: 16px;
  margin-bottom: 5px;
}
header .navbar-nav .nav-item a.contact-link img {
  width: 13px;
  margin-right: 4px;
  margin-top: 2px;
}
header.fixed .navbar-nav .nav-item a img {
  margin-top: 5px;
  margin-bottom: 0px;
}
header.fixed .navbar-nav .nav-item a.contact-link img {
  margin-right: 4px;
  margin-top: -2px;
}
header .navbar-nav .nav-item a img.icon-white {
  display: none;
}
header.fixed .navbar-nav .nav-item a img.icon-white {
  display: block;
}
header.fixed .navbar-nav .nav-item a img.icon-blue {
  display: none;
}

header.fixed .navbar-nav .nav-item.active a img.icon-white {
  display: none;
}
header.fixed .navbar-nav .nav-item.active a img.home.icon-white {
  display: block;
}
header.fixed .navbar-nav .nav-item a img.home.icon-white {
  display: none;
}
header.fixed .dark-logo {
  display: none;
}
header .white-logo {
  display: none;
}
header.fixed .white-logo {
  display: block;
}

@media screen and (min-width: 992px) {
  header.fixed .white-logo{
    padding-top: 16px;
  }
}

header.fixed {
  background: rgba(0, 0, 0, 0.7);
}

header.open-fixed {
  height: 71px;
}
#navbarNav0 .contact-button {
  margin-left: 12px;
  padding-top: 3px;
}
.padd-content {
  padding: 64px 0;
}
.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}
#item-lists01 .date {
  font-size: 13px;
  color: #707070;
  line-height: 13px;
  float: left;
  display: inline-block;
  width: 100%;
}
.img-single {
  width: 100%;
}

.bg-darken {
  background: #fafafa;
}
.full-width {
  width: 100%;
}
#footer01 {
  background: #000;
}
#footer01 .button05 {
  width: 116px;
  padding: 6px 8px;
  margin-left: 12px;
}
#footer01 .nav-footer-left {
  font-size: 14px;
}
.copyright {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 14px;
}
#footer01 .nav-footer-left .nav-link {
  padding: 8px 8px 0;
  font-size: 14px;
  line-height: 19px;
}
#footer01 .nav-footer-left li:first-child .nav-link {
  padding-left: 0;
}
#footer01 .nav-footer-left .nav-link img {
  width: 16px;
  margin-bottom: 3px;
}
#footer01 .text-cp {
  font-size: 10px;
  line-height: 12px;
  padding: 0 15px 7px;
  margin: 0 -15px;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav li {
  display: inline-block;
  margin: 0 8px;
}

.navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.btn-readmore {
  width: 220px;
  position: relative;
  display: none;
}
.btn-readmore i {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 14px;
}

.faq-link {
  font-size: 14px;
  display: inline-block;
  color: #698ffc;
  border-bottom: 1px solid currentColor;
}
#btn-to-top {
  position: fixed;
  right: 107px;
  bottom: 140px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s linear 0s;
  -moz-transition: 0.3s linear 0s;
  -ms-transition: 0.3s linear 0s;
  -o-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
}

#breadcrumb {
  margin-top: 5px;
}
#breadcrumb ul li {
  display: inline-block;
  color: #14375b;
  margin: 0 20px;
  font-size: 14px;
  vertical-align: middle;
}
#breadcrumb ul li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 260px);
}

#breadcrumb ul li:first-child {
  margin-left: 0;
}
#breadcrumb a {
  color: #14375b;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 0;
  -webkit-transition: 0.3s linear 0s;
  -moz-transition: 0.3s linear 0s;
  -ms-transition: 0.3s linear 0s;
  -o-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
  border-bottom: 1px solid currentColor;
  line-height: 18px;
}
#breadcrumb a:before {
  position: absolute;
  right: -26px;
  font-size: 17px;
  top: 5px;
  font-family: FontAwesome;
  font-weight: normal;
}

.pt-32 {
  padding-top: 32px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mr-30 {
  margin-right: 30px;
}
.w-190 {
  width: 190px;
}
.py-56 {
  padding: 56px 0;
}
.pb-56 {
  padding-bottom: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-md-120 {
  padding-bottom: 120px;
}
.py-64px {
  padding: 64px 0;
}
.pb-64 {
  padding-bottom: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mt-14 {
  margin-top: 14px;
}
.full-height {
  height: 100%;
}

#item-lists01 .item-lists-box p {
  height: 58px;
  width: 100%;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #707070;
}
.img-detail {
  min-height: 255px;
  position: relative;
  overflow: hidden;
  border: 1px solid #707070;
  background: #ccc;
}
#item-lists01 .item-lists-box img,
#item-lists01 .item-lists-box img.lazyload {
  border: 0;
  background: none;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 20%;
  width: 20%;
  margin: 0;
}

#item-lists01 .item-lists-box img.loaded {
  border: 0;
  background: none;
  top: 0;
  transform: translateX(-50%);
  min-width: 100%;
  width: auto;
  margin: auto;
}
.button02:hover,
.button03.selected {
  font-weight: bold;
}
.button03.selected label {
  cursor: pointer;
  padding: 14px 12px;
}
.button03 {
  width: 100%;
}

/* =========== slick slider =========== */
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  min-width: 100% !important;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
h2.title-underline {
  margin-bottom: 32px;
}
.underline {
  width: 32px;
  border-top: 2px solid #14375b;
  margin-top: 0;
  margin-bottom: 32px;
}
.link-text {
  border-bottom: 1px solid #698ffc;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 162px;
  /* height: 97px; */
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  margin: 0 12px;
  -webkit-transition: 0.3s linear 0s;
  -moz-transition: 0.3s linear 0s;
  -ms-transition: 0.3s linear 0s;
  -o-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
  position: relative;
  background: 0 0;
  border: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e5e5e5;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #626262;
}
.slick-arrow {
  position: absolute;
  bottom: 7px;
  width: 70px;
  cursor: pointer;
}
.slick-prev {
  left: -60px;
  justify-content: flex-start;
}
.slick-next {
  right: -60px;
  justify-content: flex-end;
}
#banner-top.otherpage .banner-title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  padding-top: 58px;
  position: relative;
  font-weight: bold;
  z-index: 1;
}
#banner-top.otherpage .banner-title:after {
  position: absolute;
  content: "";
  width: 32px;
  left: calc(50% - 16px);
  bottom: -20px;
  border-bottom: 2px solid #fff;
}
#banner-top.otherpage {
  height: 200px;
  background: url(../../imgs/trust-one-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.button01 {
  padding: 12.5px 20px;
  min-width: 350px;
  font-weight: bold;
  margin: auto;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}
a.button01 {
  color: #fff;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}

.button02.selected {
  background-color: #fff;
  border-color: #67a6e6;
  color: #2462a2;
  border-width: 4px !important;
  font-weight: bold;
}
.button02.selected .small-icon {
  display: none !important;
}
.button02 {
  -webkit-transition: 0.3s linear 0s;
  -moz-transition: 0.3s linear 0s;
  -ms-transition: 0.3s linear 0s;
  -o-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
}
.small-icon {
  width: 18px;
}
.pb-80 {
  padding-bottom: 80px;
}
.text-blue {
  color: #14375b;
}
.text-bold {
  font-weight: bold;
}
.text-333 {
  color: #333;
}
.formError {
  z-index: 1 !important;
  border-top: 3px solid #f00;
  margin-top: -3px !important;
  display: block !important;
}
.formError .formErrorContent {
  background: transparent !important;
  color: #f00 !important;
  padding-left: 0;
  font-size: 14px !important;
  line-height: 16px;
}
.form-check-label .formError.inline {
  /* position: absolute !important;
    left: 0px !important;
    right: -100px !important;
    top: 20px !important;
    border: 0; */
}
.agreement-checkformError.formError {
  border-top: none;
  margin-top: 14px !important;
  max-width: 350px;
  margin: auto;
}
.agreement-checkformError.formError .formErrorContent {
  padding: 0;
}
header.fixed .navbar-nav .nav-item.active a.contact-link {
  color: #fff;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.9);
}
#footer01 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}
.break-sp-525 {
  display: none;
}
@media (max-width: 1200px) {
  .img-detail {
    min-height: 206px;
  }
  #navbarNav0 {
    padding-left: 0;
  }
  #navbarNav0 {
    padding-right: 8px;
  }
  .nav-sp .text-left.col-logo {
    padding-left: 8px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  body header .navbar-nav .nav-item a{
    font-size: 16px!important;
  }

  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }

  .nav-sp.container {
    max-width: 1280px !important;
  }
}

@media (max-width: 991px) {
  .img-detail {
    min-height: 143px;
  }
  header .container {
    width: auto;
    padding: 0 15px;
    max-width: 100%;
  }
  #navbarNav0 .contact-button {
    margin-left: 14px;
  }
  .navbar-nav li {
    margin: 0 3px;
  }
  #btn-to-top {
    right: 18px;
  }
  #btn-to-top {
    right: 20px;
    bottom: 20px;
  }
  header .navbar-nav .nav-item a.contact-link {
    padding: 1.5px 6px;
  }
}
@media (min-width: 768px) {
  body header .navbar-nav .nav-item a{
    font-size: 12px;
  }
  .navbar-nav li.btn-main-contact {
    margin-right: 0;
  }
  .header-cp {
    display: none!important;
  }
  .button02:hover {
    background-color: #fff;
    border-color: #67a6e6;
    color: #2462a2;
    border-width: 2px;
  }
  .small-icon.hover {
    display: none;
  }
  .button02.selected .small-icon.hover {
    display: inline-block !important;
  }
  header .navbar-nav .nav-item a.contact-link:hover {
    color: #14375b;
    font-weight: bold;
    border: 2px solid #14375b;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }

  header .navbar-nav .nav-item a.contact-link:hover img {
    display: none;
  }
  header .navbar-nav .nav-item a.contact-link:hover img.hover {
    display: inline-block;
  }

  header .navbar-nav .nav-item a.contact-link:hover img {
  }
  header.fixed .navbar-nav .nav-item a.contact-link:hover img.fixed-hover {
    display: inline-block;
  }
  header.fixed .navbar-nav .nav-item a.contact-link:hover img {
    display: none;
  }
  header.fixed .navbar-nav .nav-item a.contact-link:hover {
    color: #67a6e6;
    border-color: #67a6e6;
  }
  #footer01 .nav-footer-right .nav-link:hover {
    color: #fff;
  }
  header .navbar-nav .nav-item a:hover {
    color: #14375b;
    font-weight: bold;
  }
  .scrolled header .navbar-nav .nav-item a:hover {
    color: #67a6e6;
  }
  .header-cp {
    display: none;
  }
  #item-lists01 .item-lists-box:hover img {
    border: 0;
  }
  #item-lists01 .item-lists-box:hover .read-more {
    opacity: 0.7;
  }
  #btn-to-top:hover {
    opacity: 1 !important;
  }
  a:hover {
    text-decoration: none;
    color: currentcolor;
  }
  .nav-item a.button05:hover {
    color: #698ffc !important;
  }
  #breadcrumb a:hover {
    color: #698ffc;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  #navbarNav0 {
    display: block !important;
  }
}
.goldenweek-notice .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.goldenweek-notice .title h2 {
  font-weight: bold;
  font-size: 25px;
}

.goldenweek-notice .title p {
  font-weight: normal;
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}
.goldenweek-notice .text {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .goldenweek-notice .title h2 {
    font-size: 22px;
  }

  .goldenweek-notice .title p {
    font-size: 16px;
  }
  .goldenweek-notice .text {
    padding: 0;
  }
  header .navbar-nav .nav-item a.contact-link {
    display: inline-block;
    margin-top: 48px;
    min-width: 225px;
    padding: 11px 16px;
  }
  header .navbar-nav .nav-item:last-child a.contact-link {
    margin-top: 16px;
  }
  .header-cp {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 15px;
    padding: 6.5px 0;
    background: #000000;
    color: #fff;
    text-align: center;
    z-index: 3;
  }

  .btn-home.py-56 {
    padding: 32px 0;
  }
  #footer01 .nav-footer-right {
    padding-top: 0;
  }
  #footer01 .col-footer-menu {
    margin: 12px 0 10px;
    line-height: 1;
  }
  .slick-dots li {
    width: 114px;
  }
  #footer01 .img-logo {
    margin: 0;
  }
  .img-detail {
    min-height: 240px;
  }

  header .navbar-nav .nav-item {
    border-bottom: 1px solid #707070;
  }
  header .navbar-nav .nav-item.item-button {
    border: 0;
    text-align: center;
  }
  header .navbar-nav .nav-item a {
    font-size: 18px;
    padding: 16px;
    line-height: 21px;
    letter-spacing: 0 !important;
  }

  header .navbar-nav .nav-item a.button05 {
    padding: 7px 0;
  }
  .navbar-nav li {
    margin: 0;
  }

  .navbar-toggler {
    display: block;
  }
  #btn-to-top {
    right: 16px;
    bottom: 16px;
  }
  #breadcrumb {
    display: none;
  }
  .img-logo {
    padding: 10px 0 10px 2px;
    width: 140px;
  }
  header .navbar-nav {
    padding: 0 16px;
    padding-top: 24px;
    padding-bottom: 48px;
    flex-direction: column;
    justify-content: flex-start !important;
  }

  #navbarNav0 .contact-button {
    margin-left: 0;
    text-align: center;
    margin-top: 16px;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  header .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
    overflow: hidden;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 14px);
    -webkit-transition: 0.2s linear 0s;
    -moz-transition: 0.2s linear 0s;
    -ms-transition: 0.2s linear 0s;
    -o-transition: 0.2s linear 0s;
    transition: 0.2s linear 0s;
    margin-top: 4px;
  }
  header.open .navbar-toggler {
    top: calc(50% - 16px);
  }
  header.open-fixed .navbar-toggler {
    top: calc(50% - 21px);
  }
  header.fixed .navbar-toggler {
    /* top: calc(50% - 12.5px); */
  }
  header .navbar-toggler-icon {
    background: none;
    position: relative;
    width: 25px;
    height: 25px;
  }
  header .navbar-toggler.open .navbar-toggler-icon {
    height: 32px;
  }
  header .navbar-toggler-icon span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 4px solid #14375b;
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
  }
  header.fixed .navbar-toggler-icon span {
    border-color: #fff;
  }
  header .navbar-toggler-icon span:first-child {
    top: 0;
  }
  header .navbar-toggler-icon span:nth-child(2) {
    top: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  header .navbar-toggler-icon span:nth-child(3) {
    top: 20px;
  }
  header .open .navbar-toggler-icon span:first-child {
    top: 14px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  header .open .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  header .open .navbar-toggler-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  header #navbarNav0 {
    display: none;
    padding: 0;
    background: #f8f8f8;
    overflow-y: auto;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    z-index: 3;
    top: 61px;
    bottom: 27px;
    left: 0;
    right: 0;
  }
  header.open .nav-sp {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  header.fixed #navbarNav0 {
    top: 71px;
  }
  header.open-fixed #navbarNav0 {
    top: 71px;
  }
  header #navbarNav0.open-menu {
    display: block;
  }
  header .navbar-nav .nav-link {
    padding: 16px;
    line-height: 24px;
  }
  .padd-content {
    padding: 56px 0;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  #footer01 .text-cp {
    text-align: center;
    margin: 0;
    padding: 6px 15px;
    background: #1e1e1e;
  }
  #footer01 .container {
    padding: 0;
  }
  #footer01 .align-items-top {
    margin: 0;
  }
  .wrapp-btn-sp {
    height: 56.94px;
  }
  .link-tel {
    position: absolute;
    height: 25px;
    font-size: 29px;
    text-align: center;
    top: calc(50% - 15px);
    right: 60px;
    margin-right: 14px;
    z-index: 1;
    color: #14375b;
  }
  header.fixed .link-tel {
    color: #fff;
  }
  .contact-box {
    padding: 8px;
    width: 144px;
    height: 41px;
    line-height: 1.3;
    background: #67a6e6;
    border-radius: 3px;
    margin: 8px 0;
    display: flex;
    margin-right: 33px;
    float: right;
  }
  .contact-box .text {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
  }
  .contact-box .tel {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
  }
  .contact-box .tel-icon {
    width: 24px;
    height: 25px;
  }
  .box-tel {
    margin-left: 3px;
    text-align: center;
  }
  .box-tel a {
    text-decoration: none;
  }
}
@media (max-width: 575px) {
  .goldenweek-notice .title h2 {
    font-size: 20px;
  }
  #banner-top.otherpage {
    height: 200px;
    background: url(../../imgs/trust-one-header-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #banner-top.otherpage:after {
    position: absolute;
    content: "";
    background: rgba(26, 16, 2, 0.37);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .button01 {
    min-width: 225px;
  }
  .slick-dots li {
    width: 22vw;
  }
  .img-detail {
    min-height: calc(44vw - 5px);
  }
  #item-lists01 .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  #item-lists01 .single-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 545px) {
  .nav-footer-left .nav-item {
    display: inline-block;
  }
}
@media (max-width: 525px) {
  /* Show Break in Screen below Width 525px */
  .break-sp-525 {
    display: block;
  }
}

@media (max-width: 374px) {
}

@media (max-width: 818px) {
  header .navbar-nav .nav-item a {
    letter-spacing: -1px;
  }
}
.mce-content-body {
  padding: 10px !important;
}

/* Contact form */
.form-default .form-upload .btn-upload{
  height: 30px;
  border: 1px solid #444444;
  border-radius: 2px;
  color: #707070;
  font-size: 14px;
  padding: 5px 8px;
  margin: 0;
}
.form-default .form-upload input[type="file"]{
  display: none;
}
.form-default .form-upload .alt{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}


li.sub-numbering-list{
  position: relative;
  padding-left:24px;
  color: #707070;
}
li.sub-numbering-list:before{
  content : "(" counter(item) ")";
  position: absolute;
  counter-increment: item;
  font-weight: bold;
}
li.circle-numbering{
  position: relative;
  padding-left:24px;
}
li.circle-numbering:before{
  content : counter(item);
  position: absolute;
  counter-increment: item;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border:1px solid #707070;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  top: 6px !important;
  padding: 2px 0;
}
ol.sub-list.numbering {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
ol.sub-list.numbering li {
  display: block;
  position: relative;
  padding-left: 32px;
  color: #707070;
}
ol.sub-list.numbering li::before {
 display: inline-block;
  content: "(" counter(item) ")";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

#agreement-content ol.numbering-list {
  list-style: decimal;
  color: #707070;
  font-size: 14px;
}
#agreement-content ol.sub-list {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
#agreement-content ol.sub-list li {
  display: block;
  position: relative;
  padding-left: 32px;
}
#agreement-content ol.sub-list li::before {
  left: 0
}

.nav-item-smoking{
  position: relative;
}

.subnav-smoking{
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  display: none;
}
.subnav-smoking.opened{
  display: flex;
}

.subnav-smoking .content-subnav{
  width: 100%;
}
.subnav-smoking .content-subnav .list-subnav{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  column-gap: 32px;
}
.subnav-smoking .content-subnav .list-subnav li {
  border-top: 1px solid #707070;
  padding-left: 16px;
}
.subnav-smoking .content-subnav .list-subnav li a{
  color: #707070;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}

.subnav-smoking .content-subnav .list-subnav li a:hover, 
.subnav-smoking .content-subnav .list-subnav li a.active{
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (min-width: 768px) {
  .subnav-smoking{
    position: fixed;
    top: 100px;
    left: 0;
    background: #DFE6ED;
    padding: 2px 0;
    width: 100%;
    opacity: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    display: block;
  }
  .subnav-smoking.opened{
    opacity: 1;
  }
  
  .subnav-smoking .content-subnav .list-subnav{
    flex-direction: row;
  }
  .subnav-smoking .content-subnav{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .subnav-smoking .content-subnav .list-subnav li {
    border: 0;
    padding-left: 0;
  }
  .subnav-smoking .content-subnav .list-subnav li a{
    color:#333;
    font-size: 14px;
    font-weight: 700;
  }

  .nav-item-smoking:hover .subnav-smoking {
    opacity: 1;
  }
}