@charset "UTF-8";

.box__bgimage_kampo_scope {
  background-image: url(/business/kampo_scope/resource/img/bg_kampo_scope_mainimage_sp.png);
}
@media screen and (min-width: 768px) {
  .box__bgimage_kampo_scope {
  background-image: url(/business/kampo_scope/resource/img/bg_kampo_scope_mainimage.png);
  }
}

.block__has_full {
  max-width: unset;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(240, 249, 253, 1) 0px, rgba(255, 255, 255, 0) 80vw);
  counter-reset: renumber;
}
.block__has_full .box__full {
  background: none;
}

.list__annotation_number.number__noreset li {
  counter-increment: renumber 1;
}
.list__annotation_number.number__noreset li::before {
  content: "※" counter(renumber)!important;
  display: block;
  position: absolute;
  left: 0;
}
.border__color_darkgrey {
  border-color: #707070!important;
}

.img__kamposcope_logo {
  width: 260px;
  height: auto;
  margin-bottom: 20px;
}
.box__kamposcope_main_ttl {
  margin-bottom: 20px;
  display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 60px 1fr;
  gap: 0 10px;
}
.box__kamposcope_main_ttl .img__keieijiryu_logo {
  width: 60px;
  height: auto;
	grid-row: 1/3;
	grid-column: 1;
  display: flex;
  align-items: center;
  
}
.box__kamposcope_main_ttl .img__keieijiryu_logo img {
  width: 100%;
}
.box__kamposcope_main_ttl h1 {
  margin: 0;
  font-size: 1.5rem;
	grid-row: 1/3;
	grid-column: 2;
  place-content: center;
}
.box__kamposcope_main_ttl:has(.txt__kamposcope_ttl_caption) h1 {
	grid-row: 1/2;
}
.box__kamposcope_main_ttl .txt__kamposcope_ttl_caption {
  margin: 0;
  font-size: 1.125rem;
	grid-row: 3;
	grid-column: 1/3;
}
.txt__volnum {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .img__kamposcope_logo {
    width: 364px;
  }
  .box__kamposcope_main_ttl {
    margin-bottom: 20px;
    grid-template-columns: 100px 1fr;
  }
  .box__kamposcope_main_ttl .img__keieijiryu_logo {
    width: 100px;
    grid-row: 1/3;
    grid-column: 1;
  }
  .box__kamposcope_main_ttl h1 {
	  grid-row: 1/3;
  }
  .box__kamposcope_main_ttl:has(.txt__kamposcope_ttl_caption) h1 {
	  grid-row: 1/2;
  }
  .box__kamposcope_main_ttl .txt__kamposcope_ttl_caption {
    margin: 0;
    font-size: 1.25rem;
    grid-row: 2;
    grid-column: 2;
  }
}