@charset "utf-8";
/* CSS Document */
.pagetitle2 .pagetitle_inner .txtbox img{
  width: auto;
  height: clamp(80px, 8vw, 100px);
  background: rgba(255,255,255,.75);
  padding: 12px 18px;
  border-radius: 999px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

