@charset "utf-8";
.bottomSec {
    margin-top: 80px;
margin-bottom: 8rem;

}
#single .bottomSec {
    margin-top: 0;
}
.bottomHead {
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 2rem;
text-align: center;
}
.areaBottomSec a:hover {
opacity: 0.6;
}
.areaBottomSec .areaWrap {
display: flex;
flex-wrap: wrap;
}
.areaBottomSec .areaWrap > li {
display: flex;
width: 100%;
}
.areaBottomSec .areaWrap > li > span {
width: 7%;
font-weight: bold;
}
.areaBottomSec .areaWrap ul {
display: flex;
width: calc(94% - 1rem);
align-items: center;
flex-wrap: wrap;
}
.areaBottomSec .areaWrap ul > li {
position: relative;
padding-left: 1.2rem;
margin-bottom: 0.3rem;
font-size: 0.8rem;
margin-left: 1rem;
}
.areaBottomSec .areaWrap ul > li:before {
content: '';
width: 8px;
height: 8px;
border: 0;
border-top: solid 1px #3C3C3C;
border-right: solid 1px #3C3C3C;
position: absolute;
top: 50%;
left: 0;
margin-top: -4px;
transform: rotate(45deg);
}
footer {
background: #005792;
}
footer > div {
padding: 3rem 0 0.5rem;
color: #fff;
}
footer nav ul {
    max-width: 750px;
font-size: 14px;
margin: auto;
display: flex;

justify-content: space-between;
}
footer nav ul li a:hover {
opacity: 0.6;
}
.footerLogo {
    padding: 2.5rem 0;
margin: auto;
}
.footerLogo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

small {
display: block;
font-size: 0.8rem;
text-align: center;
  padding: 1.5rem 0 2.5rem;
color: #fff;
}

.clinicLink {
    justify-content: center;
    margin-top: 0.8rem;
}

.securityImages {
    background-color: #fff;
    padding: 0;
}

.securityImages_inner {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    max-width: 1040px;
}

.securityImages_sns {
    display: flex;
    margin: 19px 0;
    gap: 10px;
}

.securityImages_logo {
    margin: 20px 0 20px 10px;
    min-height: 18px;
    height: 18px;
}

.securityImages_logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.securityImages_sns li {
    display: block;
    min-height: 20px;
    height: 20px;
    min-width: 20px;
    width: 20px;
    text-align: center;
    align-content: center;
}

.securityImages_sns li a img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.securityImages_sns li a {
    display: block;
    width: 100%;
    height: 100%;
}

footer > .gmoGroupSecurity {
    padding: 0;
    background-color: #fff;
}

.securitySticker {
text-align: center;
    display: flex;
    justify-content: center;
    gap:10px;
    padding: 40px 115px;
    background-color: #fff;
}


.ColumnTaglist {
  background: #f2f3f7;
  border-radius: 10px;
    margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 1.5rem 2.5rem;
}
.ColumnTaglist .ColumnTagwrap  ul li a:before {
  content:'#';
}


.ColumnTaglistHead {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}
.ColumnTaglistHead span:first-child {
  font-weight: bold;
}
.ColumnTaglistHead span:last-child {
  font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  display: block;
}



.ColumnTagwrap  ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ColumnTagwrap  ul li {
  margin: 0 0.5rem 1rem;
}
.ColumnTagwrap  ul li a {
  background-color: #fff;
  position: relative;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  display: block;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  border: 2px solid #fff;
}
.ColumnTagwrap  ul li a:hover {
  border: 2px solid #fd5f00;
  background: #fd5f0014;
}

.ColumnTaglist .ColumnTagwrap  ul li a:before {
  content:'#';
}

.footer-disclaimer {
    margin: 2.5rem 0 0;
    font-size: 0.875rem;
    text-align: center;
}

.footer-disclaimer dt {
    text-align: center;
    font-size: clamp(14px, calc((100vw - 767px) * (2 / 573) + 14px), 16px);
    font-weight: 700;
    margin-bottom: 1em;
} 

.footer-disclaimer p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.bottomHead {
    margin-top: 5rem;
}
.areaBottomSec .areaWrap > li {
flex-wrap: wrap;
}
.areaBottomSec .areaWrap > li > span {
    width: 100%;
    padding: 0.5rem 0;
	font-size: 1.125rem;
}
.areaBottomSec .areaWrap ul {
    width: 100%;
	padding-bottom: 0.5rem
}
.areaBottomSec .areaWrap ul > li {
font-size: 1.125rem;
margin-left: 0;
	}
footer nav ul {
width: 100%;
flex-direction: column;
align-items: center;
}
footer nav ul li {
margin-bottom: 0.5rem;
}
.footerLogo img {
    height: 60px;
}
.clinicLink {
    margin-top: 0px;
}

.securityImages_inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.securityImages_logo {
    margin: 20px 0 20px 0px;
}

.securityImages_sns {
    margin: 0 0 20px;
}

.securitySticker {
    padding: 40px 0;
    align-items: center;
}

.securitySticker > div{
	min-width:100px;
	width:100px;
	min-height:50px;
	height:50px;
}

.securitySticker > div img{
	width:100%;
	height:100%;
}

  .ColumnTaglist {
    background: #fff;
    padding: 0;
  }

  .ColumnTagwrap  {
    padding: 2rem 0;
    border-radius: 10px;
    background: #f2f3f7;
  }
  .ColumnTagwrap  ul li a {
    padding: 0.5rem 1rem;
    font-size: clamp(0.625rem, 0.148rem + 2.04vw, 1.125rem);
  }
  
  .footer-disclaimer {
    text-align: left;
  }
}