@charset "UTF-8";
/* base ------------------------------------------------------------- */

*:focus {
  outline: none;
}

#ca_kouzabaibai {
  background-color: #E7E7E7;
  font-size: 1.6rem;
  line-height: 1.875;
  position: relative;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#ca_kouzabaibai a {
  color: #000;
  transition: 0.3s all;
  text-decoration: none;
}
#ca_kouzabaibai a:hover {
  opacity: 0.7;
}

#ca_kouzabaibai * {
  box-sizing: border-box;
}

/*============================
PC
============================*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*============================
SP
============================*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}


#ca_kouzabaibai img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #ca_kouzabaibai img {
    width: 100%;
  }
}


.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
.t-main_body .o-inner {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.o-container {
  margin: 0;
}

.t-pagetop {
  z-index: 100;
}