@charset "UTF-8";
.fontMont {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background-color: #efefef;
}

body * {
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #5E6468;
}

#mainContent {
  overflow: hidden;
}

a {
  color: #0096F3;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

summary {
  transition: 0.3s;
  cursor: pointer;
}
summary:hover {
  opacity: 0.6;
}

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.icoCircle {
  background: linear-gradient(157deg, #209cc6 0%, #7dc3c8 49%, #f1d3d2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-block;
}

.topTitleArea {
  padding: 260px 0 50px;
}
.topTitleArea .titleJp .titleJpText {
  margin-top: 10px;
  color: #0096F3;
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 130%;
}
.topTitleArea .breadlist {
  display: flex;
  gap: 4px;
}
.topTitleArea .breadlist a {
  color: #0096F3;
  text-decoration: none;
  font-size: 14px;
}
.topTitleArea .breadlist span {
  color: #9b9b9b;
  font-size: 14px;
}
.topTitleArea .breadlist span:last-of-type {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .titleJp .postDate {
  background: #5BC458;
  color: #ffffff;
  border-radius: 3px;
  padding: 0px 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 4.36vw, 17px);
}

.errorText {
  text-align: center;
}

.btnTel {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  align-items: center;
  font-size: clamp(22px, 2vw, 24px);
  text-decoration: none;
  color: #ffffff;
  background-color: #F7BFD3;
  border-radius: 8px;
  padding: 0px 20px;
  box-shadow: 0px 2px 0px 0px #F19CB9;
  border-bottom: 2px solid #F19CB9;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 92%;
    margin: 0 auto;
  }
  .commonWidth {
    width: 92%;
  }
  .commonWidthSp {
    width: 92%;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92%;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .topTitleArea {
    padding: 120px 0 32px;
  }
  .topTitleArea .titleJp {
    padding: 0px;
  }
  .topTitleArea .titleJp .titleJpText {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1040px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1040px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 90vw;
    max-width: 1200px;
  }
  .commonWidthPc {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .errorText {
    font-size: clamp(18px, 1.67vw, 20px);
  }
}
/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary::-webkit-details-marker {
  display: none !important;
}

/*---------------------------------------------
secHeader
---------------------------------------------*/
.btnAccess {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  height: 58px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: clamp(20px, 1.83vw, 22px);
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #5BC458;
  color: #5BC458 !important;
  border-radius: 8px;
  padding: 0px 20px;
  box-shadow: 0px 2px 0px 0px #5BC458;
}

.secHeader {
  position: fixed;
  height: 155px;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 100px;
  background: #ffffff;
}
.secHeader .secHeaderIn .headerLeft {
  top: 8px;
  height: 84px;
}
.secHeader .secHeaderIn .headerLeft a {
  width: 372px;
  height: auto;
}
.secHeader .secHeaderIn .headerRight {
  transition: 0.3s;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  gap: 1vw;
  height: 100%;
}

.secHeaderIn .headerLeft {
  position: absolute;
  left: 0;
  top: 0;
  height: 155px;
  margin-left: 65px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.secHeaderIn .headerLeft a {
  display: block;
  width: 372px;
  height: auto;
}
.secHeaderIn .headerRight {
  position: absolute;
  right: 122px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 1vw;
  height: 100%;
}

.headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.headerMenu .global-nav {
  position: fixed;
  left: auto;
  right: 0px;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-color: #F2FDFF;
  transition: all 0.6s;
  z-index: 400;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  visibility: hidden;
  opacity: 0;
}
.headerMenu .global-nav:before {
  content: "";
  width: 100%;
  background-color: #0096F3;
  display: block;
}
.headerMenu .global-nav .global-nav-inner {
  height: 100%;
  padding: 40px 24px;
  display: flex;
  align-items: center;
}
.headerMenu .global-nav .global-nav-inner .btnTel {
  border: none;
}
.headerMenu .global-nav .global-nav-inner .btnTel svg {
  opacity: 1;
}
.headerMenu .hamburger {
  position: absolute;
  right: 38px;
  width: 72px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 72px; /* クリックしやすいようにちゃんと高さを指定する */
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  background-color: #0096F3;
  box-shadow: 0px 2px 2px 0px rgb(0, 102, 162);
  transition: all 0.6s;
  top: 12px;
}
.headerMenu .hamburger .hamburger__line {
  position: absolute;
  left: 20px;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transition: all 0.6s;
  border-radius: 4px;
}
.headerMenu .hamburger .hamburger__line.hamburger__line--1 {
  top: 25px;
}
.headerMenu .hamburger .hamburger__line.hamburger__line--2 {
  top: 35px;
}
.headerMenu .hamburger .hamburger__line.hamburger__line--3 {
  top: 45px;
}
.headerMenu .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #0096F3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.global-nav .global-nav-inner {
  padding: 40px 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-height: 700px;
}
.global-nav .global-nav-inner .logoArea {
  text-align: center;
}
.global-nav .global-nav-inner nav .navWrap {
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 16px;
  align-items: center;
  margin: 56px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.global-nav .global-nav-inner nav .link {
  width: -moz-fit-content;
  width: fit-content;
  color: #0096F3;
  display: block;
  text-align: center;
  font-size: clamp(18px, 1.67vw, 20px);
  margin-bottom: 12px;
  text-decoration: none;
  text-align: left;
}
.global-nav .global-nav-inner nav .btnWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 auto;
  max-width: 550px;
}
.global-nav .global-nav-inner nav .btnAccess {
  width: 100%;
  padding: 0px 10px;
}
.global-nav .global-nav-inner nav .btnTel svg {
  opacity: 1;
}
.global-nav .black-bg {
  opacity: 0.2;
  visibility: visible;
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
  .secHeader .secHeaderIn .headerRight .btnTel, .secHeader .secHeaderIn .headerRight .btnAccess {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .secHeader .secHeaderIn .headerLeft {
    margin-left: 4%;
  }
  .secHeader .secHeaderIn .headerLeft a {
    width: 320px;
  }
  .headerMenu .hamburger {
    right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .iconInstaWrap {
    pointer-events: none;
  }
  .iconInstaWrap .icon_insta {
    pointer-events: all;
    display: block;
    text-align: right;
    position: relative;
    top: 23px;
    right: calc(50px + 5%);
  }
  #top .secHeader {
    width: 100%;
    height: 80px;
  }
  #top .secHeader .secHeaderIn .headerLeft {
    height: -moz-fit-content;
    height: fit-content;
    top: 15px;
  }
  #top .secHeader .secHeaderIn .headerLeft a {
    width: 250px;
  }
  #top .secHeader .secHeaderIn .headerLeft a img {
    width: 250px;
    height: auto;
  }
  #top .secHeader .secHeaderIn .headerRight {
    pointer-events: none;
    padding: 0px 10px;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    padding-bottom: 15px;
  }
  #top .secHeader .secHeaderIn .headerRight a {
    pointer-events: all;
    padding: 0 10px;
    font-size: clamp(14px, 3.85vw, 15px);
    width: 100%;
    letter-spacing: 0.03em;
    height: initial;
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
  }
  #top .secHeader .secHeaderIn .headerRight a svg {
    width: 15px;
    height: auto;
  }
  #top .secHeader .secHeaderIn .headerRight .btnAccess {
    order: 1;
  }
  #top .secHeader .secHeaderIn .headerRight .btnTel {
    order: 2;
  }
  .secHeader .headerMenu .hamburger {
    top: 15px;
    opacity: 1;
    width: 50px;
    height: 50px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line {
    width: 22px;
    left: 14px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--1 {
    top: 16px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--2 {
    top: 24px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--3 {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .iconInstaWrap .icon_insta {
    top: 20px;
    right: calc(40px + 6%);
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .iconInstaWrap .icon_insta img {
    width: 32px;
    height: auto;
  }
  #top .secHeader .secHeaderIn .headerLeft a img {
    width: 230px;
  }
  .secHeader .headerMenu .hamburger {
    width: 40px;
    height: 40px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line {
    width: 20px;
    left: 10px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--1 {
    top: 13px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--2 {
    top: 20px;
  }
  .secHeader .headerMenu .hamburger .hamburger__line--3 {
    top: 27px;
  }
  .headerMenu .global-nav .global-nav-inner {
    align-items: flex-start;
  }
  .headerMenu .global-nav .global-nav-inner .h-wrap {
    padding-bottom: 100px;
  }
  .headerMenu .global-nav .global-nav-inner .h-wrap nav .navWrap {
    grid-template-columns: 1fr;
    margin: 30px auto;
    row-gap: 8px;
  }
  .headerMenu .global-nav .global-nav-inner .h-wrap nav .btnWrap {
    grid-template-columns: 1fr;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .headerMenu .global-nav .global-nav-inner .h-wrap nav .btnWrap a {
    width: 245px;
  }
}
.nav-open {
  overflow: clip;
  overscroll-behavior: none;
}
.nav-open .global-nav {
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.nav-open .black-bg {
  opacity: 0.3;
  visibility: visible;
  transition: all 0.6s;
}
.nav-open .headerMenu .hamburger {
  transition: all 0.6s;
}
.nav-open .headerMenu .hamburger .hamburger__line {
  top: 35px;
}
.nav-open .headerMenu .hamburger .hamburger__line.hamburger__line--1 {
  transform: rotate(45deg);
}
.nav-open .headerMenu .hamburger .hamburger__line.hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .headerMenu .hamburger .hamburger__line.hamburger__line--3 {
  transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .nav-open .hamburger .hamburger__line.hamburger__line--1 {
    transform: rotate(45deg);
    top: 24px;
  }
  .nav-open .hamburger .hamburger__line.hamburger__line--2 {
    width: 0;
    left: 50%;
    top: 24px;
  }
  .nav-open .hamburger .hamburger__line.hamburger__line--3 {
    transform: rotate(-45deg);
    top: 24px;
  }
  .nav-open .hamburger .hamburger__line.global-nav-inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nav-open .hamburger .hamburger__line.hamburger__line--1 {
    top: 20px;
  }
  .nav-open .hamburger .hamburger__line.hamburger__line--3 {
    top: 20px;
  }
}
.global-nav {
  top: 86px;
}

/*---------------------------------------------
secFooter
---------------------------------------------*/
.secFooter {
  background-color: #e5f2fa;
  color: #0096F3;
  padding: 120px 0 0px;
}
.secFooter .wrapWidth {
  max-width: 1040px;
  width: 94%;
}
.secFooter .wrapWidth .footerWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px 4.5%;
  margin-bottom: 70px;
}
.secFooter .wrapWidth .footerWrap details[open] summary svg {
  transform: rotate(180deg);
  transition: 0.3s;
}
.secFooter .wrapWidth .footerWrap details[open] summary .summaryWrap {
  border-radius: 8px 8px 0 0 !important;
}
.secFooter .wrapWidth .footerWrap details[open] .detailsInner {
  transition: 0.3s;
}
.secFooter .wrapWidth .footerWrap .fotterAno {
  grid-column: 1/3;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap .anoContent {
  border-radius: 0px 8px 8px 8px;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap summary .summaryWrap {
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  width: 44%;
  padding: 14px 20px;
  background: #5BC458;
  transition: 0.3s;
  cursor: pointer;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap summary .summaryWrap svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
  transition: 0.3s;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap summary h4 {
  margin: 0;
  padding: 0;
  background: #5BC458;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap summary:hover {
  opacity: 0.8;
}
.secFooter .wrapWidth .footerWrap .fotterAno .anoWrap .anoContent {
  padding: 0 18px;
}
.secFooter .wrapWidth .footerWrap .list {
  margin-bottom: 14px;
}
.secFooter .wrapWidth .footerWrap .list .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  border-top: 1px solid #0096F3;
  padding: 10px 0;
  color: #0096F3;
}
.secFooter .wrapWidth .footerWrap .list .row img {
  height: 21px;
  width: auto;
  margin: 0;
}
.secFooter .wrapWidth .footerWrap .fotterLT a img {
  width: 40px;
  height: 40px;
}
.secFooter .wrapWidth .footerWrap .fotterLB {
  aspect-ratio: 490/260;
  overflow: hidden;
  width: 100%;
  height: initial;
}
.secFooter .wrapWidth .footerWrap .fotterLB iframe {
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secFooter .wrapWidth .footerWrap .fotterRB {
  position: relative;
}
.secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__track {
  border-radius: 10px;
  overflow: hidden;
}
.secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination {
  margin-top: 8px;
  position: relative;
  bottom: 0;
  gap: 14px;
}
.secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  color: #fbfbef;
}
.secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #0096F3;
  transform: scale(1);
}
.secFooter .copyright {
  background-color: #0096F3;
  color: #ffffff;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 40px 0 0px;
  }
  .secFooter .wrapWidth {
    width: 90%;
  }
  .secFooter .wrapWidth .footerWrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .secFooter .wrapWidth .footerWrap .list .row {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secFooter .wrapWidth .footerWrap .list .row img {
    height: 19px;
  }
  .secFooter .wrapWidth .footerWrap .fotterAno {
    grid-column: 1/1;
  }
  .secFooter .wrapWidth .footerWrap .fotterAno .anoWrap summary .summaryWrap {
    width: initial;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT .footerLogo {
    max-width: 300px;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT .list {
    margin-bottom: 14px;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT .list .row {
    gap: 8px;
    font-size: 16px;
    padding: 8px 0;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT .list .row:last-of-type {
    border-bottom: 1px solid #0096F3;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT .list .row img {
    margin-bottom: 0;
    height: 17px;
  }
  .secFooter .wrapWidth .footerWrap .fotterLT a img {
    margin-bottom: 0;
  }
  .secFooter .wrapWidth .footerWrap .fotterRT {
    margin-bottom: 24px;
  }
  .secFooter .wrapWidth .footerWrap .fotterLB iframe {
    aspect-ratio: 490/260;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination {
    margin-top: 8px;
    position: relative;
    bottom: 0;
    gap: 14px;
  }
  .secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination .splide__pagination__page {
    width: 16px;
    height: 16px;
    color: #fbfbef;
  }
  .secFooter .wrapWidth .footerWrap .fotterRB .splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #0096F3;
    transform: scale(1);
  }
  .secFooter .copyright {
    background-color: #0096F3;
    color: #ffffff;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
  }
}
/*---------------------------------------------
テキスト分割アニメーション
---------------------------------------------*/
.txtSplitAnim {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.txtSplitAnim.spanComp {
  opacity: 1;
}
.txtSplitAnim span {
  position: relative;
  opacity: 0;
  top: 1.5em;
  transition: opacity 1s, top 0.8s;
  transition-timing-function: cubic-bezier(0, 1.21, 0.39, 1.07);
}
.txtSplitAnim.animated span {
  opacity: 1;
  top: 0em;
}

/*---------------------------------------------
MRI検査の注意事項
---------------------------------------------*/
.anoWrap h4 {
  background: #5BC458;
  color: #ffffff;
  font-size: clamp(20px, 1.83vw, 22px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  margin-top: 20px;
}
.anoWrap .anoContent {
  background: #ffffff;
  border: 3px solid #5BC458;
  border-radius: 0px 0px 8px 8px;
}
.anoWrap .anoContent .txArea {
  padding: 40px 0 72px;
}
.anoWrap .anoContent .txArea * {
  text-align: center;
}
.anoWrap .anoContent .txArea .tl {
  padding-top: 5px;
  color: #0096F3;
  font-size: clamp(22px, 2vw, 24px);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.anoWrap .anoContent .container {
  padding: 0 32px 32px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
}
.anoWrap .anoContent .container:last-of-type {
  margin-top: 40px;
}
.anoWrap .anoContent .container h5 {
  font-size: clamp(18px, 1.67vw, 20px);
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 5px;
  letter-spacing: 0.05em;
  height: -moz-fit-content;
  height: fit-content;
}
.anoWrap .anoContent .container ul {
  display: grid;
  gap: 12px;
}
.anoWrap .anoContent .container ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  align-items: flex-start;
  color: #000000;
  font-size: clamp(16px, 1.5vw, 18px);
}
.anoWrap .anoContent .container ul li img {
  position: relative;
  top: 12px;
}
.anoWrap .anoContent .container ul li p {
  color: inherit;
  font-size: inherit;
  line-height: 200%;
}
.anoWrap .anoContent .container ul li span {
  font-size: inherit;
  color: #000000;
  padding-bottom: 3px;
  border-bottom: 2px solid #FF7B7B;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.anoWrap .anoContent .container .ano {
  font-size: 14px;
  margin-top: 30px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .anoWrap .anoContent {
    border-radius: 0px 0px 8px 8px !important;
  }
  .anoWrap .anoContent .txArea {
    padding: 30px 10px;
  }
  .anoWrap .anoContent .txArea .tl {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .anoWrap .anoContent .container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px 30px;
  }
  .anoWrap .anoContent .container:last-of-type {
    margin-top: 20px;
  }
  .anoWrap .anoContent .container ul li img {
    top: 8px;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(20px, 1.83vw, 22px);
  }
}/*# sourceMappingURL=common.css.map */