/** Shopify CDN: Minification failed

Line 304:2 "paddin-left" is not a known CSS property
Line 985:1 Unexpected "タブ切り替え全体のスタイル"

**/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
a{
  text-decoration:none;
}
ul{
  padding-left:0;
  list-style:none;
}
.content{
  padding:20px 20px 30px;
}
/*
.list-menu li:last-child  .header__active-menu-item{
      color: #fff;
    text-decoration: none;
}
*/
.content h2,
h2.main-page-title{
  color: #007FC0;
  text-align: center;
  /*font-family: Inter;*/
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top:0;
}
details:not(:last-child){
  border:none;
}
.content h2 span,
h2.main-page-title span{
  color: #000;
  text-align: center;
  /*font-family: Inter;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display:block;
}
.content p{
  text-align:center;
  margin-bottom:20px;
  color:#000;
}
#search.content p{
  margin-bottom:0;
}
.header {
    display: flex;
    justify-content: space-between;
}
#medicaldeduction p{
  text-align:left;
}
#medicaldeduction.content p.small{
  font-size:12px;
}
#medicaldeduction h3,
#about-allon4.content h2 span{
  font-size:28px;
  text-align:center;
      color: #007fc0;
  line-height:1.8em;
}
#medicaldeduction h4{
  font-size:20px;
  text-align:left;
      color: #000;
  line-height:1.8em;
}
#medicaldeduction table{
  width:100%;
}
#medicaldeduction table th,
#medicaldeduction table td{
  font-size:16px;
  color:#000;
}
.content img.full{
    width: 100vw;
   margin: 0 calc(50% - 50vw);
}
.content a.btn{
display: flex;
width: 196px;
height: 47px;
flex-direction: column;
justify-content: center;
border-radius: 40px;
background: #007fc0;
color: #fff;
font-family: "Hiragino Kaku Gothic Pro";
font-size: 18px;
line-height: normal;
  margin:38px auto 0;
  position:relative;
  text-align:center;
}
.content a.btn::before{
  content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  display:block;
  position: absolute;
  right: 18px;
  top: 18px;
      transform: rotate(45deg);
}
section#search,
section#featured{
  background: #E9E9E9;
  padding-top:25px;
}
section#search.page,
section#faq.page{
 background:#fff; 
}
section#search .map,
section#search-page .map{
   position:relative; 
}
section#search .map img,
section#search-page img{
  width:100%;
  height:auto;
}
section#search .map a.btn-map,
section#search-page a.btn-map{
  display: flex;
flex-direction: column;
justify-content: center;
  border-radius: 28px;
background: #FFF;
  color: #007FC0;
text-align: center;
line-height: 27px; /* 150% */
  position:absolute;
      font-size: 15px;
    height: 28px;
    padding: 0 12px;
}
section#search .map a:hover,
section#search-page a:hover{
background: #007FC0;
  color: #FFF;
}
section#search-page .map-wrapper{
  background: #E9E9E9;
}
section#search .map a.btn-map.hokkaido,
section#search-page .map a.btn-map.hokkaido{
  top: 5%;
  left: 55%;
}
section#search .map a.btn-map.tohoku,
section#search-page .map a.btn-map.tohoku{
  top: 24%;
  left: 53%;
}
section#search .map a.btn-map.chubu,
section#search-page .map a.btn-map.chubu{
  top: 53%;
  left: 59%;
}
section#search .map a.btn-map.kanto,
section#search-page .map a.btn-map.kanto{
    top: 42%;
    left: 72%;
}
section#search .map a.btn-map.kansai,
section#search-page .map a.btn-map.kansai{
    top: 52%;
    left: 35%;
}
section#search .map a.btn-map.hokuriku,
section#search-page .map a.btn-map.hokuriku{
    top: 38%;
    left: 26%;
}
section#search .map a.btn-map.chugoku,
section#search-page .map a.btn-map.chugoku{
  top: 48%;
left: 11%;
}
section#search .map a.btn-map.kinki-shikoku,
section#search-page .map a.btn-map.kinki-shikoku{
  top: 63%;
  left: 31%;
}
section#search .map a.btn-map.kyushu-okinawa,
section#search-page .map a.btn-map.kyushu-okinawa{
  top: 74%;
  left: 0%;
}
section#casestudy ul.case-list{
  padding-left:0;
}
.grid:last-child{
  padding-left:0;
}
section#casestudy ul.case-list li h3,
section#supervision h3{
  color: #007FC0;
text-align: center;
  /*font-family: Inter;*/
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 29px; 
  margin-bottom:20px;
  margin-top:40px;
}
section#supervision h3{
  font-size:24px;
  margin-bottom:30px;
  margin-top:0px;
}
.supervision-wrap{
  display:flex;
  align-items: center;
  max-width: 660px;
  margin: 0 auto 20px;
}
.content .supervision-wrap img{
  width:300px;
  border:0;
}
section#supervision .detail {
    width: 600px;
    margin: 0 auto 40px;
  background:#eee;
  padding:30px;
}
section#supervision .detail dl{
  margin-bottom:0;
  margin-top:10px;
}
section#supervision .detail h4{
    color: #007fc0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
section#supervision .detail dt,
section#supervision .detail dd{
 font-size: 16px;
}
section#supervision .detail dt{
  font-weight:bold;
}
section#supervision .detail dd {
    margin: 0;
}
.content .supervision-wrap p{
  text-align:left;
  font-size:24px;
  font-weight:700;
}
.content .supervision-wrap p span,
section#supervision h3 span{
  display:block;
  font-size:14px;
  font-weight:normal;
  color:#000;
}
section#casestudy ul.case-list li dt,
section#casestudy ul.case-list li dd{
color: #000;
  /*font-family: Inter;*/
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 178.571% */
}
section#casestudy ul.case-list li dt{
font-weight: 700;
  background:#eee;
  padding:5px;
  margin-bottom:10px;
}
section#casestudy ul.case-list li dd{
  paddin-left:0;
  margin-left:0;
  margin-bottom:20px;
}
section#casestudy ul.case-list li img{
  width:100%;
  height:auto;
}
ul.news-list{
      /*max-width: 960px !important;
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
  */
}
ul.news-list li{
  /*width: 22%;*/
  border-bottom:1px solid #000;
}
ul.news-list li p{
  text-align:center;
}
ul.news-list li img{
  display:none;
}
ul.news-list li a{
  color:#000;
}
ul.news-list li a:hover{
  text-decoration:underline;
}
  ul.news-list li p{
  /*font-family: Inter;*/
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px;
}
  ul.news-list li p.date{
font-size: 12px;
    margin-bottom:0;
}
  ul.news-list li p.news-title{
font-size: 16px;
    margin-top:0;
}
section#faq dl{
  
}
section#faq dl dt,
section#faq dl dd{
  color: #000;
  /*font-family: Inter;*/
}
section#faq dl dt{
font-size: 16px;
  margin-left:40px;
  margin-bottom:10px;
  position:relative;
}
section#faq dl dt::before{
  content:"Q";
    width:30px;
  height:30px;
  background:#007FC0;
  color:#fff;
  text-align:center;
  line-height:30px;
  font-size:16px;
  display: block;
    position: absolute;
    left: -40px;
}
section#faq dl dd{
font-size: 12px;
  border-bottom:1px solid #C0C0C0;
     margin-bottom: 30px;
    padding-bottom: 30px;
  margin-left:0;
  padding-left:40px;
}
/*footer*/
footer.footer{
  border:none;
}
.footer__content-bottom-wrapper{
}
.footer-block__details-content{
  display:flex;
  flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  margin-bottom:0px !important;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a{
  padding:0 !important;
  font-size:12px;
  text-decoration:none !important;
}
.footer__content-top{
  padding:0;
}
.footer-block.grid__item,
.footer-block-image.center,
.footer .grid{
  margin:0 !important;
}
.menu-drawer__menu.has-submenu a{
  color: #007fc0;
    font-weight: bold;
    font-size: 22px;
}
/*
.header__icon .icon{
  height:40px;
  width:40px;
}
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper{
  height:calc(100vh - 67px) !important;
}
*/
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 300px;
  background-image: url(/cdn/shop/files/hdr-txt.png?v=1716513004);
  background-size: contain;
  background-repeat:no-repeat;
 position: absolute;
    top: 50px;
}
.banner:not(.banner--mobile-bottom) .banner__box{
  display:none;
}
/*---css for page--*/
section.page-title-wrap{
  background:#e9eef6 url(/cdn/shop/files/icon-bg-search.png?v=1716563722);
  background-repeat: no-repeat;
  background-size:30%;
  background-position:center;
  padding:40px 0;
}
.main-page-title{
  margin-bottom:0 !Important;
}
section#search-result h3{
text-align: center;
  /*font-family: Inter;*/
font-size: 24px;
font-weight: 700;
  color: #007FC0;
}
section#search-result ul.result li{
  padding:20px;
  border:1px solid #999;
  margin-bottom:20px;
}
section#search-result ul.result li h5{
color: #007FC0;
  /*font-family: Inter;*/
font-size: 18px;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
}
section#search-result ul.result li p{
  border-bottom:1px solid #999;
  padding: 10px 0 10px 34px;
  position:relative;
}
section#search-result ul.result li p::before{
 content:"";
  display:block;
  width:22px;
  height:22px;
  position:absolute;
  left:0px;
  top:50%;
  background-size:contain;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
section#search-result ul.result li img{
  border:1px solid #ddd;
  margin-bottom:10px;
}
section#search-result ul.result li h4{
  margin-top:0;
    margin-bottom: 0px;
  color: #007FC0;
  /*font-family: Inter;*/
font-size: 18px;
font-style: normal;
font-weight: 700;
      line-height: 1.6em;
}
.rte ul.result{
  padding-left:0;
}
section#search-result ul.result li p{
color: #000;
  text-align:left;
  /*font-family: Inter;*/
font-size: 16px;
font-style: normal;
font-weight: 400;
      line-height: 1.5em;
}
section#search-result ul.result li p.address{
  border-top:1px solid #999;
  margin-bottom:0;
}
section#search-result ul.result li p.tel{
  margin-top:0;
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}
section#search-result ul.result li p.address::before{
  background-image:url(/cdn/shop/files/icon-address.png?v=1716554482); 
}
section#search-result ul.result li p.tel::before{
  background-image:url(/cdn/shop/files/icon-tel.png?v=1716554482);
  width: 20px;
    height: 20px;
  top: 63%;
}
section#search-result ul.otherarea{
  padding-left:0;
  border-top:1px solid #C0C0C0;
  margin-top:0;
}
section#search-result ul.otherarea li{
}
section#search-result ul.otherarea li a{
  color: #007FC0;
  /*font-family: Inter;*/
font-size: 16px;
font-style: normal;
font-weight: 700;
  border-bottom:1px solid #C0C0C0;
  padding:8px 0;
  display:block;
}
section#search-result ul.pager{
  padding-left:0;
    display: flex;
    gap: 10px;
  margin-bottom:40px;
}
section#search-result ul.pager li a{
  border: 1px solid #DDD;
  width:40px;
  height:40px;
  line-height:39px;
  text-align:center;
  display:inline-block;
   color: #007FC0;
  text-align: center;
  /*font-family: Inter;*/
font-size: 16px;
font-style: normal;
font-weight: 400;
}
section#search-result ul.pager li a.active{
   color: #000;
  border: none;
  background:#ddd;
}
p.breadcrumb{
    color: #666;
  /*font-family: Inter;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /*height: 20px;*/
    line-height: 21px;
    padding: 0 20px;
}
p.breadcrumb a{
    color: #666;
}
#slider2,
.thumbnails,
.slick-list{
  padding:0 !important;
  margin:0;
}
/*
.thumbnails li{
  width:20% !important;
}
*/
#search-page details{
 width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#search-page details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
#search-page details summary {
  background: #eee;
  color: #1D57AE;
  /*font-family: Inter;*/
font-size: 16px;
font-style: normal;
  padding:15px;
  position:relative;
  display:none;
}
section#search-page.content{
  padding:0;
}
#search-page details summary::-webkit-details-marker {
  display: none;
}
#search-page details summary::before {
  content: "";
    width: 15px;
    height: 15px;
    border-top: solid 2px #1d57ae;
    border-right: solid 2px #1d57ae;
    display: block;
    position: absolute;
    right: 28px;
    top: 18px;
    transform: rotate(135deg);
}
 /* アコーディオンがオープン時はマイナスアイコンに変更 */
#search-page details[open] summary::before {
    transform: rotate(-45deg);
    top: 26px;
}
section#search{
}
#search-page details .map-wrapper {
  margin: 0px;
  padding: 20px;
}
  br.pc{
    display:none;
  }
.blog-articles{
  display:block !Important;
  max-width:960px;
  margin:40px auto 100px;
}
.blog-articles .article{
  width: 100%;
    text-align: left;
}
.blog__view-all,
.shopify_subscriptions_app_block_label ul{
  display:none;
}
.document h3{
  font-weight:bold;
  font-size:22px;
}
.document p{
  text-align:left;
}
.document ul{
  margin-top:0;
  list-style:disc;
  margin-bottom:40px;
}
.document ul li{
  font-size:20px;
  color:#000;
}
.product__description ul.service{
  padding:0;
  margin:15px 0 0 0;
  display:flex;
  list-style:none;
  flex-wrap: wrap;
    gap: 5px;
      justify-content: space-around;
}
ul.service li{
  width:32%;
  text-align:center;
  border:1px solid #ddd;
      padding: 6px;
    line-height: 40px;
    color: #999;
}
ul.service li.yes{
  color:#007fc0;
  border-color:#007fc0;
}
#detail01{
  border-bottom:1px solid #999;
  padding-bottom:20px;
  margin-bottom:10px;
}
#detail01 h3{
  margin-top: 0;
    margin-bottom: 20px;
    color: #007fc0;
  /*font-family: Inter;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6em;
}
#detail01 h4,
  #service h4{
  margin-top: 20px;
    margin-bottom: 0px;
    color: #007fc0;
  /*font-family: Inter;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6em;
}
#detail01 .detail-list p {
    border-bottom: 1px solid #999;
    padding: 10px 0 10px 34px;
    position: relative;
  text-align:left;
  color: #000;
    /*font-family: Inter;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}
#detail01 .detail-list p.address {
    border-top: 1px solid #999;
    margin-bottom: 0;
}
#detail01 .detail-list p.tel,
#detail01 .detail-list p.web {
    margin-top: 0;
    margin-bottom: 0;
}
#detail01 .detail-list p:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#detail01 .detail-list p.tel:before {
    background-image: url(/cdn/shop/files/icon-tel.png?v=1716554482);
    width: 20px;
    height: 20px;
}
#detail01 .detail-list p.address:before {
    background-image: url(/cdn/shop/files/icon-address.png?v=1716554482);
}
#detail01 .detail-list p.web:before {
    background-image: url(/cdn/shop/files/icon-web.png?v=1718938559);
}
#detail01 .detail-list p.address a,
#detail01 .detail-list p.web a{
  text-decoration:underline;
}
.product__media-wrapper{
  display:none;
}
#detail01 p.access{
  text-align:left;
  margin-bottom:30px;
}
#detail01 .gmap iframe{
  width:100%;
}
#detail01 .gmap p{
  margin-top:0;
  text-align:left;
}
#detail02 p{
  text-align:left;
}
#detail02 p.caption{
  text-align:center;
  font-size:16px;
  margin-top:0;
}
#detail02 h4{
  font-size:18px;
  font-weight:bold;
  margin-bottom:20px;
  margin-top:0;
  line-height: 1.4em;
}
#detail02{
  padding-bottom:0;
}
#detail02 h5,
#faq h5{
  color: #007fc0;
  font-size:18px;
  font-weight:bold;
  margin-bottom:20px;
  margin-top:40px;
  line-height: 1.4em;
  border-bottom:1px solid #ddd;
  padding-bottom:10px;
}
#faq h5{
  margin-top:0;
}
#detail02 .history dt{
 font-weight:bold;
  font-size:16px;
}
#detail02 .history dd{
  margin-left:0;
  margin-bottom:10px;
}
.nobg{
  background:none !important;
}
.product__description ul{
  list-style:disc;
}
#about-allon4 p{
  text-align:left;
}
#about-allon4 .image_two_line,
.lower_cont2{
  margin-bottom:40px;
}
#about-allon4 .image_two_line table{
  margin-top:20px;
}
#about-allon4.content h2 span{
  font-size:24px;
  font-weight:bold;
      line-height: 1.5em;
}
#about-allon4 th{
  background:#efefef;
}
#about-allon4 h3{
  font-size:20px;
}
.base_cont{
  margin-bottom:40px;
}
/*
#about-allon4 table.table2,
#about-allon4 table.table2 th,
#about-allon4 table.table2 td{
  display:block;
}
*/
table.table2,
.ao4_cost table{
  width:100%;
}
    div.image_two_line table tr th,
    div.image_two_line table tr td,
table.table2 th,
table.table2 td,
.ao4_cost table th,
.ao4_cost table td{
        display: block;
        width: 100%;
      padding:5px;
    }
div.lower_cont2 table,
table.table2 table,
.ao4_cost table{
  border-collapse:collapse;
}
div.lower_cont2 table tr th,
div.lower_cont2 table tr td,
table.table2 th,
table.table2 td,
.ao4_cost table th,
.ao4_cost table td{
    border: 1px solid #7c7c7c;
    padding: 10px;
    text-align: left;
  font-size:14px;
}
div.lower_cont2 table tr th,
table.table2 th,
table.table2 td,
#about-allon4 .ao4_cost table th,
.ao4_cost table td{
    text-align: center;
}
div.lower_cont2 table tr td:first-child {
    width: 20%;
}
div.lower_cont2 table tr td:nth-child(2), 
div.lower_cont2 table tr td:nth-child(3){
    width: 40%;
}
#about-allon4 th{
  text-align:left;
}
#about-allon4 td{
  color:#000;
}
  #about-allon4 p.under_mini_text{
    font-size:14px;
  }
div.lower_cont6 h4 {
    font-size: 1.2em;
    font-weight: bold;
    z-index: 10;
    border-bottom: 1px solid #7c7c7c;
  padding-bottom:10px;
}
div.cont_merit h4 span {
    font-size: 3em;
    color: #e41e92;
    margin-right: 10px;
}
div.cont_merit ol {
    padding: 10px 10px 10px 30px;
}
div.cont_merit ol li {
    margin-bottom: 20px;
}
div.cont_demerit h4 span {
    font-size: 3em;
    color: #0d94a3;
    margin-right: 10px;
}
div.cont_demerit ol li {
    margin-bottom: 20px;
  color:#000;
}
div.cont_merit ol li::marker {
    font-size: 2em;
    color: #e41e92;
}
div.cont_merit ol li span {
    font-size: 1.2em;
    border-bottom: 1px solid #e41e92;
    color: #e41e92;
}
div.cont_demerit ol li span {
    font-size: 1.2em;
    border-bottom: 1px solid #0d94a3;
    color: #0d94a3;
}
div.cont_demerit ol li::marker {
    font-size: 2em;
    color: #0d94a3;
}
.facets-container,
.collection-hero__text-wrapper{
  display:none !important;
}
.collection-products h2{
     text-align: center;
    font-size: 24px;
    margin-top: 50px;
  color:#007FC0;
  font-weight:bold;
}
.header__icon--cart{
  display:none !important;
}
  #detail01 img,
  #detail02 img{
    width:100%;
  }
*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/7);
  height: 50px;
  /*border-bottom: 3px solid #007FC0;*/
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  /*font-family: Inter;*/
  margin-bottom:25px;
}
.tabs.tohoku .tab_item,
.tabs.koushinetsu-hokuriku .tab_item,
.tabs.kansai .tab_item{
  width: calc(100%/6);
}
.tabs.okinawa .tab_item{
  width: calc(100%/8);
}
.tabs.chugoku .tab_item{
  width: calc(100%/5);
}
.tabs.tokai .tab_item,
.tabs.shikoku .tab_item{
  width: calc(100%/4);
}
.tab_item:hover {
  opacity: 0.75;
}
.parent.product-grid-container,
.card-information,
.card__badge{
  display:none;
}
.tabs,
.product-grid-container{
  margin-bottom:200px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 0px 0;
  clear: both;
  overflow: hidden;
  max-width:960px;
  margin:0 auto;
}


/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#kanagawa:checked ~ #kanagawa_content,
#chiba:checked ~ #chiba_content,
#saitama:checked ~ #saitama_content,
#ibaraki:checked ~ #ibaraki_content,
#tochigi:checked ~ #tochigi_content,
#gunma:checked ~ #gunma_content,
#miyagi:checked ~ #miyagi_content,
#aomori:checked ~ #aomori_content,
#iwate:checked ~ #iwate_content,
#akita:checked ~ #akita_content,
#yamagata:checked ~ #yamagata_content,
#fukushima:checked ~ #fukushima_content,
#niigata:checked ~ #niigata_content,
#toyama:checked ~ #toyama_content,
#ishikawa:checked ~ #ishikawa_content,
#fukui:checked ~ #fukui_content,
#yamanashi:checked ~ #yamanashi_content,
#nagano:checked ~ #nagano_content,
#aichi:checked ~ #aichi_content,
#gifu:checked ~ #gifu_content,
#mie:checked ~ #mie_content,
#shizuoka:checked ~ #shizuoka_content,
#osaka:checked ~ #osaka_content,
#hyogo:checked ~ #hyogo_content,
#kyoto:checked ~ #kyoto_content,
#shiga:checked ~ #shiga_content,
#nara:checked ~ #nara_content,
#wakayama:checked ~ #wakayama_content,
#ehime:checked ~ #ehime_content,
#kagawa:checked ~ #kagawa_content,
#kouchi:checked ~ #kouchi_content,
#tokushima:checked ~ #tokushima_content,
#okayama:checked ~ #okayama_content,
#hiroshima:checked ~ #hiroshima_content,
#shimane:checked ~ #shimane_content,
#tottori:checked ~ #tottori_content,
#yamaguchi:checked ~ #yamaguchi_content,
#fukuoka:checked ~ #fukuoka_content,
#nagasaki:checked ~ #nagasaki_content,
#saga:checked ~ #saga_content,
#nagasakichecked ~ #nagasaki_content,
#kumamoto:checked ~ #kumamoto_content,
#oita:checked ~ #oita_content,
#miyazaki:checked ~ #miyazaki_content,
#kagoshima:checked ~ #kagoshima_content,
#okinawa:checked ~ #okinawa_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #007FC0;
  color: #fff;
}

.searchtable {
    border: 1px solid #DBDBDB;
}
.searchtable .searchtable-title {
    background-color: #F5F5F5;
    width:20%;
    padding: 20px 15px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #DBDBDB;
  text-align:left;
}
.searchtable .searchtable-box {
  width:80%;
    vertical-align: middle;
    padding: 20px;
    border-bottom: 1px solid #DBDBDB;
}
.searchitem {
    overflow: hidden;
}
.searchitem .searchitem-list li {
    float: left;
    margin-left: 0px;
    width: 220px;
  color:#aaa;
}
.tab_content table{
  width:100%;
  border-collapse: collapse;
}
ul.searchitem-list{
  margin:0;
}
section#search .map img, section#search-page img{
  border:none !important;
}

/*shop page*/
.product.grid{
  display:block;
}
.collection .title--primary{
  color:#000;
  font-size:16px;
  font-weight:normal;
}
.tab-wrap{
  margin-bottom:100px;
}
.featured-clinic{
  max-width:960px;
  margin: 20px auto 0;
    border: 1px solid #007FC0;
    padding: 15px 20px 20px;
  clear:both;
}
.featured-clinic h3{
  text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #007FC0;
    margin-top: 0;
    margin-bottom: 16px;
}
.featured-clinic-list,
.featured-clinic-list2{
  display:flex;
  gap:40px;
  padding:0 !important;
  margin:0;
}
.featured-clinic-list li{
  display:flex;
  gap:15px;
  align-items: center;
  width:50%;
}

.featured-clinic-list2 li a{
  display:flex;
  gap:15px;
  align-items: center;
}
.featured-clinic-list li img,
.featured-clinic-list2 li img{
  width:33%;
  line-height:0;
  margin-bottom:0;
}
p.featured-clinic-name{
  margin-top:0;
  line-height:1.6em;
  margin-bottom:0;
}
/*lp*/
#lp table{
  width:100%;
}
#lp table td{
  text-align:center;
}
#lp .mv{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  height:300px;
  padding: 40px 0;
  background:url(/cdn/shop/files/clinic_slide_02.jpg?v=1726730936) no-repeat;
    background-size: cover;
    background-position: 0px -40px;
}
.lp-content .inner{
  max-width:960px;
  margin:0 auto;
  text-align:center;
  padding:40px 20px;
  font-size:20px;
}
.content02,
.content04{
  background:#e9eef6;
}
.lp-content h3{
  color: #007FC0;
  font-size:25px;
  margin-top:0;
  font-weight:bold;
      line-height: 1.7em;
  margin-bottom:40px;
}
#lp table th,
#lp table td{
  font-size: 14px;
  padding: 5px 10px;
}
#lp table th{
  text-align:left;
  background:#eee;
}
.full-width-content{
  /*margin-bottom:100px;*/
}
a.btn-buy{
  background: #ddd;
    padding: 0px 20px;
    border-radius: 10px;
    width: 90%;
    display: block;
    line-height: 50px;
    margin: 0 auto;
  background: #007FC0;
  color: #fff;
  transition:0.3s;
}
a.btn-buy:hover{
  opacity:0.7;
  color:#fff;
  transition:0.3s;
}
  .case-list dl{
    text-align:center;
            border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
  }
.article-template__link{
  font-size:14px !important;
}
.article-template__content{
 font-size:18px;
  color:#000;
  border-bottom:1px solid #ddd;
  padding-bottom:40px;
}
.full-unstyled-link{
  color:#000 !important;
 font-size:16px;
      line-height: 1.5em;
}
.news-title .full-unstyled-link{
 font-size:20px;
}
.news-title .full-unstyled-link:hover,
.article-template__link:hover{
  text-decoration:underline;
}
p.date{
  margin-bottom:3px !important;
  text-align: left;
}
p.news-title{
  margin-top:0 !important;
  text-align: left;
}
.customer{
  text-align:center;
}
:is(.account,.order)>div:nth-of-type(2){
  display: block !important;
}
:is(.account,.order)>div:nth-of-type(2)>div:first-of-type{
  padding-right:0 !important;
}
:is(.account,.order){
  padding-bottom:100px !important;
}
.addresses h1,
:is(.account,.order) h1,
.customer>h1,
.customer__title,
h1.cart__empty-text{
  text-align:center !important;
  font-weight:bold !important;
  font-size:24px !important;
}
.customer:not(.account):not(.order){
  margin-bottom:80px !important;
}
:is(.account,.order) h2,
.addresses h2{
  font-weight:bold !important;
  font-size:20px !important;
}
.account-block{
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
}
.account-block.block2{
  padding-bottom:0px;
}
div[data-address]{
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
}
li[data-address]{
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
}
:is(.account,.order)>div:nth-of-type(2){
  margin-top:0 !important;
}
.wrap{
  display:flex;
  justify-content: space-between;
      position: relative;
}
.wrap .left-b,
.wrap .right-b{
  width:46%;
}
.wrap .left-b ul{
  margin-top:5px;  
}
.wrap .right-b{
  padding-top:0px;
}
.wrap .left-b h4,
.wrap .right-b h4{
  font-size:22px;
  margin: 10px 0 0 0;
    font-weight: bold;
}
.wrap .left-b h4{
  color:orange;
}
.wrap .right-b h4{
  color:#007FC0;
}
.wrap .left-b ul li,
.wrap .right-b ul li{
  font-size:18px;
}
.wrap .right-b li{
    text-decoration: underline;
    font-weight: bold;
    padding-left: 25px;
    background-image: url(/cdn/shop/files/001-check.png?v=1726729471);
    background-size: 19px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 5px;
}
.wrap .right-b li:first-child{
  margin-bottom:10px;
}
.lp-content table{
  max-width:75%;
  margin-left:auto;
  margin-right:auto;
}
.lp-content table th{
  background:#efefef;
  font-weight:normal;
}
.lp-content table td{
  background:#fff;
}
.lp-content .featured-clinic{
  border:none;
  padding:0;
  margin-bottom:60px;
}
.lp-content .featured-clinic h3{
  margin-bottom:25px;
}
.lp-content .featured-clinic p.featured-clinic-name{
  text-align:left;
      font-size: 18px;
  margin-bottom:0;
}
.lp-content .featured-clinic-list,
.featured-clinic-list2{
  row-gap:20px;
  column-gap:4%;
  flex-wrap: wrap;
}
.lp-content .featured-clinic-list li,
.featured-clinic-list2 li{
  width: 48%;
}
.contact__button{
  text-align:center;
}
.button, .shopify-challenge__button, .customer button,
.login a.btn-blue{
  background-color:#007FC0 !important;
  border:none !important;
  border-radius:100px;
}
.login a.btn-blue{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
  min-width: calc(12rem + var(--buttons-border-width)* 2);
    min-height: calc(4.5rem + var(--buttons-border-width)* 2);
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after,
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before{
box-shadow:none;  
}
img.arrow2{
  position: absolute;
    width: 70px;
    border: 0;
    top: 300px;
    left: 434px;
}
img.arrow2{
  transform: rotate(-90deg);
  width: 60px;
    border: 0;
    top: 113px;
    left: 450px;
}
.customer table{
  margin-bottom:35px;
}
.section01{
 margin-bottom:35px; 
}
.section04{
  display:none;
}
#MainContent .customer,
.cart__warnings,
#huckleberry-subscription-customer-portal-wrap{
  width:960px;
  margin:0 auto;
}
.cart__warnings{
  padding:0 !important;
}
#huckleberry-subscription-customer-portal-wrap a{
  color:#000;
}
h2.huckleberry-subscription-detail-history-title,
h2.huckleberry-subscription-detail-order-title,
h2.huckleberry-subscription-detail-delivery-title,
h2.huckleberry-subscription-detail-payment-title{
  font-size:150%;
}
.addresses li > button{
  color:white !important;
}
p.message{
  text-align:left;
}
.detail-list{
  margin-bottom:35px;
}
.mxpr-block{
  padding:0 !important;
  margin-bottom: 60px !important;
}
.mxpr-summary__headline{
  color:#007fc0;
}
.mxpr-summary__write-review{
  border: 1px solid #007fc0 !important;
  color: #007fc0 !important;
}

  .footer-block__details-content .list-menu__item--link:hover{
    text-decoration:underline;
  }

  section#search .map, section#search-page .map,
  ul.news-list{
    max-width:500px;
    margin: 0 auto;
  }
#js-slider-bnr{
  max-width:960px;
  margin:0 auto;
}
  #js-slider-bnr .bnr-list-item {
    margin: 0 10px;
  }
#js-slider-bnr .bnr-list-item:hover{
  opacity:0.7;
  transition:0.3s;
  text-decoration:underline;
}
  .slick-dotted.slick-slider{
    margin-bottom: 40px;
  }
  .slick-prev:before, .slick-next:before{
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px #979797;
    border-right: solid 2px #979797;
    position: absolute;
    left: -5px;
    top: 0;
    transform: rotate(-135deg);
  }
  .slick-next:before{
    transform: rotate(45deg);
  }

.bnr-list-item p.featured-clinic-name{
  text-align:left;
      font-size: 15px;
  margin-bottom:0;
  padding-top:10px;
}

.content .map-wrapper p{
    margin-bottom:20px;
  }
.cart__warnings{
  
}
#ColumnFulfillment,
td[data-label="発送状況"]{
  display:none;
}
#ColumnDate,
#ColumnPayment{
  text-align:center;
}
.customer form{
  border-bottom:1px solid #000;
  margin-bottom:40px;
  padding-bottom:20px;
}
.creat-account{
  margin-bottom:40px;
}
.blog-articles{
  display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3% !important;
    flex-wrap: wrap;
}
.blog-articles .article {
    width: 23%;
}
.blog-articles .article a:hover{
  opacity:0.7;
  transition:0.3s;
}
article img{
  width:100%;
  height:auto;
}
.contact .form__message{
font-size: 22px;
        text-align: center;
        display: block;
      border: 0;
    outline: none;
    box-shadow: none;
}
#MainContent .customer,
.account-block{
  position:relative;
}
a.btn-logout,
#huckleberry-subscription-customer-portal-wrap a{
position: absolute;
    padding: 0px 20px;
    border-radius: 40px;
    display: inline-block;
    line-height: 38px;
    margin: 0 auto;
    background: #007FC0;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    top: -3px;
    right: 0px;
  border:1px solid #007FC0;
}
#huckleberry-subscription-customer-portal-wrap a{
  display:none;
}
a.btn-blue{
    padding: 0px 20px;
    border-radius: 40px;
    display: block;
    line-height: 38px;
    margin: 0 auto;
    background: #007FC0;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
  border:1px solid #007FC0;
  margin-bottom:0;
  bottom: 20px;
    position: absolute;
    width: 100%;
}
.plan a.btn-blue{
  position:absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
}
#huckleberry-subscription-customer-portal-wrap a{
  position:relative;
  top:0;
left: 50%;
  transform: translateX(-50%);
  margin-bottom:60px;
}
a.btn-logout:hover,
#huckleberry-subscription-customer-portal-wrap a:hover,
a.btn-blue:hover{
    background: #fff;
    color: #007FC0;
  transition:0.3s;
  border:1px solid #007FC0;
}
.customer{
  padding-bottom:0 !important;
}
.account-wrap{
  display:flex;
  gap:4%;
}
:is(.account,.order) p{
  margin:0 !important;
}
.account-wrap .block3{
  width:48%;
  min-height:160px;
  padding-bottom: 80px;
}
:is(.account,.order) h2{
  color:#007FC0;
}
.account-wrap{
  margin-bottom:60px;
}
.account table td:first-of-type a{
  background: #e9eef6;
  border-radius: 5px;
  margin-right: 10px;
      border: none !important;
    box-shadow: none !important;
}
cart-remove-button .icon-remove{
  color:white;
}
cart-remove-button .button{
  min-width:50px !important;
  min-height:50px !important;
}
.content p.supervision{
  padding-left: 2rem;
  font-size:17px;
}
.thumbnails .slick-current{
  opacity:0.5;
}
.thumbnails img{
  margin-bottom:0;
}
.slick-slider{
 list-style:none !important; 
}
#slider2 li img{
  margin-bottom:0;
}
.thumbnails li{
  width:192px !important;
}
.thumbnails .slick-track{
  transform:none !important;
}
div.topgreetingcontents {
    display: flex;
    flex-direction: row-reverse;
    margin: 50px 0;
    gap: 150px;
    font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
}
.greetingright {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    width: 35%;
}
.greetingleft {
    width: 60%;
}
.greetingright img {
    max-width: 100%;
    height: auto;
}
.greetingright p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.6;
    margin: 0;
  font-size: 12px !important;
}
.greetingright p span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 4em;
  font-size:50px;
}
.greetingleft p {
    text-align: left;
  margin-top:0 !important;
}
p.blueline {
    background-color: #3baede;
    text-align: center !important;
    padding: 5px;
    color: #fffb8e;
    font-size: 1.6em;
}
p.blueline{
  margin-bottom: 25px !important;
}
div.iblockr {
    display: flex;
    gap: 50px;
  align-items: flex-start !important; 
}
div.iblockr img {
    width: 40%;
}
#topgreeting.content{
  max-width:100%;
  padding:0 20px 30px;
}
#topgreeting h2{
  padding-top:25px;
}
.sp{
  display: none;  
}
  @media screen and (max-width: 768px) {
.sp{
  display: block;  
}
     .account table td:first-of-type a{
    margin-right:0;
    margin-left:10px;
  }
    section.banner-slider{
    margin-bottom: 0px;
    padding:0;
    }
    .floatingBanner2 {
        bottom: 0%;
    }
    .slick-arrow{
      display:none !important;
    }
    div.topgreetingcontents {
        display: block;
    }
    .greetingright {
    gap: 0;
    padding-left: 100px;
    width: 100%;
}
    .greetingleft {
    width: 100%;
    margin-top: 30px;
}
    p.blueline {
    margin-bottom: 25px !important;
    line-height: 1.5em;
}
  }
@media screen and (min-width: 990px) {
  .article-template{
    max-width:720px;
    margin:0 auto;
  }
  .article-template__link{
    margin-bottom:80px;
  }
  .lp-content .inner{
    padding:40px 0;
  }
  .header{
    /*
    display:flex;
    justify-content: space-between;
    */
    display:inline-block;
    max-width: 100%;
    width:100%;
  }
   .case-list dl{
        margin-bottom: 60px;
  }
  .product{
    max-width:960px;
  margin: 0 auto !important;
  }
  .header--top-center .header__heading-link{
    display:block;
      margin-left: auto;
    margin-right: auto;
}
  .list-menu__item {
  font-size: 16px;
}
  /*
.list-menu li:last-child a.list-menu__item{
  background:#000;
  color:#fff;
  border-radius:50px;
  padding-left:30px;
  padding-right:30px;
}
  .list-menu li:last-child{
    margin-left:20px;
  }
  */
  .header__heading-logo{
    width:220px;
  }
  .content{
    padding-left:0;
    padding-right:0;
  }
  .content h2, h2.main-page-title{
    font-size:32px;
    font-family:sans-serif;
  }
  .content h2 span, h2.main-page-title span{
    font-size:14px;
  }
  .content img.full{
    width:100%;
    margin:0;
  }
  .content,
  p.breadcrumb{
    max-width: 960px;
    margin: 0 auto;
    } 
section#faq.content{
  max-width:100%;
}
section#faq.content dl{
  max-width:960px;
  margin:0 auto;
}
    .content#news{
      max-width:100%;
    }
  p.breadcrumb{ 
        margin-top: 15px;
        margin-bottom: 15px;
    padding-left:0;
  }
  section#search, section#news, section#featured{
    max-width:100%;
  }
  #search-page{
    max-width:100%;
  }
  .content {
    /*padding: 0px 20px !Important;*/
  }
  #news,#featured{
    padding-top:25px;
    padding-bottom:50px;
  }
  .content img{
    width:100%;
  }
  br.pc{
    display:block;
  }
  .content p {
    margin-bottom: 60px;
    font-size: 18px;
}
  .content p.message{
    margin-bottom: 35px;
  }
 #company.content p{
    margin-bottom:20px;
  }
  ul.news-list li p{
    margin-bottom:20px;
  }
  ul.news-list li p.date {
    font-size: 12px;
}
  ul.news-list li p.news-title {
    font-size: 16px;
}
  section#casestudy ul.case-list li dt, section#casestudy ul.case-list li dd{
    font-size:20px;
    margin-bottom:15px;
  }
  section#casestudy ul.case-list li dd{
    margin-bottom:25px;
  }
  section#casestudy ul.case-list li h3{
    font-size:28px;
  }
  section#faq dl dt {
    font-size: 20px;
}
  section#faq dl dd {
    font-size: 18px;
}
  section#faq dl dt:before {
    font-size: 20px;
    top: 3px;
}
  .content a.btn{
    width: 276px;
    height: 67px;
    font-size: 24px;
    margin: 58px auto 0;
  }
  .content a.btn:before{
    width: 13px;
    height: 13px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: 26px;
    top: 26px;
  }
  .footer{
    padding:60px 30px !important;
  }
  .footer-block__details-content .list-menu__item--link{
    font-size:16px !important;
  }
  .footer-block__image-wrapper {
    margin-bottom: 5rem !important;
    max-width: 260px !important;
}
  
section#search .map a.btn-map.hokkaido,
section#search-page .map a.btn-map.hokkaido{
  top: 9%;
  left: 63%;
}
section#search .map a.btn-map.tohoku,
section#search-page .map a.btn-map.tohoku{
  top: 30%;
        left: 59%;
}
section#search .map a.btn-map.chugoku,
section#search-page .map a.btn-map.chugoku{
        top: 47%;
        left: 24%;
}
  .page-width--narrow{
    max-width:100%;
  }
  #search-page details {
    width: 100%;
    margin: 0 auto;
}
  section.page-title-wrap{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 13%;
    /*margin-bottom:40px;*/
  }
  p.date{
    margin-bottom:0;
    font-size:12px;
    margin-top:0;
  }
  p.news-title{
    margin-top:0;
    font-size:16px;
  }
  .rte ul.result {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
  section#search-result ul.result li{
    width:49%;
  }
  .header:not(.header--middle-left,.header--middle-center) .header__inline-menu{
    text-align:center;
  }
  #detail01 h3{
  font-size: 28px;
}
  #faq.nobg{
    /*width:100%;*/
  }
  #detail01 h4,
  #service h4{
    font-size:22px;
  }
  #detail02 .history dt,
  #detail02 .history dd{
    font-size:20px;
  } 
  img.allon4topimg,
.base_cont img{
    margin:0 auto;
    display:block;
  }
  .base_cont img{
    margin-bottom:60px;
  }
  #about-allon4 .image_two_line {
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom:60px;
}
  #about-allon4 table{
    width:100%;
  }
  #about-allon4 table th{
    text-align:left;
  }
  div.image_two_line img {
    width: 40%;
    margin-right: 5%;
}
  div.image_two_line table {
    width: 55%;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
  #about-allon4 th,
  #about-allon4 td{
    border:1px solid #ddd;
    font-size:16px;
    color:#000;
  }
  #about-allon4 table.table2{
      border-collapse:collapse;
  }
  div.image_right_cont {
    overflow: hidden;
    margin-bottom: 50px;
}
  div.st_left {
    width: 50%;
    float: left;
}
  div.image_right_cont img {
    width: 45%;
    float: right;
    margin-left: 5%;
    margin-top:20px;
}
  div.image_left_cont img {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-top:20px;
}
  div.st_right {
    width: 50%;
    float: right;
}
div.image_left_cont {
    overflow: hidden;
    margin-bottom: 50px;
}
  div.trouble_cont {
    overflow: hidden;
    margin: 25px 0;
    display: flex;
}
  div.trouble_cont {
    overflow: hidden;
    margin: 25px 0;
    display: flex;
}
  div.trouble_cont img {
    width: 40%;
    margin-right: 5%;
}
  div.flow_list {
    margin: 30px 0;
    padding: 20px 0;
    border-bottom: 1px dotted #7c7c7c;
}
  div.flow_list:last-child {
    border-bottom: none;
}
  div.lower_cont6 h4 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom:15px;
    z-index: 10;
    border-bottom: 1px solid #7c7c7c;
}
  div.flow_block span {
    position: absolute;
    font-size: 12em;
    color: rgba(234, 234, 234, 0.7);
    font-style: italic;
    z-index: -1;
    right: 30%;
}
  div.flow_cont {
    z-index: 9;
    display: flex;
    align-items: flex-start;
}
  div.flow_cont p{
    margin-top:0;
  }
  div.flow_cont img {
    width: 30%;
    margin-left: 5%;
}
  div.cont_merit h4 span {
    font-size: 3em;
    color: #e41e92;
    margin-right: 10px;
}
  div.image_two_line table tr th, div.image_two_line table tr td, table.table2 th, table.table2 td, .ao4_cost table th, .ao4_cost table td {
    display: table-cell;
}
  #about-allon4  div.image_two_line table tr th,
  #about-allon4  table.table3 th,
  #about-allon4 .ao4_cost table th{
    text-align:center;  
  }
  /*Collection Page*/
  .collection-category-list a{
    color:#000;
  }
  .collection-category-list ul.child{
    padding-left:1.5em;
  }
  .collection-category-list ul.child_child{
    padding-left:1.5em;
  }
.product--small:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper{
  max-width:100% !Important;
  width:100% !Important;
            padding: 0;
}
  #detail01{
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }
  
section#search .map a.btn-map.hokkaido,
section#search-page .map a.btn-map.hokkaido{
  top: 8%;
  left: 65%;
}
section#search .map a.btn-map.tohoku,
section#search-page .map a.btn-map.tohoku{
  top: 27%;
  left: 59%;
}
section#search .map a.btn-map.chubu,
section#search-page .map a.btn-map.chubu{
  top: 53%;
  left: 54%;
}
section#search .map a.btn-map.kanto,
section#search-page .map a.btn-map.kanto{
    top: 42%;
    left: 72%;
}
section#search .map a.btn-map.kansai,
section#search-page .map a.btn-map.kansai{
    top: 52%;
    left: 38%;
}
section#search .map a.btn-map.hokuriku,
section#search-page .map a.btn-map.hokuriku{
    top: 40%;
    left: 35%;
}
section#search .map a.btn-map.chugoku,
section#search-page .map a.btn-map.chugoku{
  top: 48%;
left: 23%;
}
section#search .map a.btn-map.kinki-shikoku,
section#search-page .map a.btn-map.kinki-shikoku{
  top: 63%;
  left: 31%;
}
section#search .map a.btn-map.kyushu-okinawa,
section#search-page .map a.btn-map.kyushu-okinawa{
  top: 67%;
  left: 0%;
}
      .cart__warnings {
        padding: 7rem 0 7rem !important;
    }
}

@media screen and (min-width: 1300px) {
  
   .header--top-center .header__heading{
     display: inline-block;
   }
  .header--top-center .header__heading-link{
    display: inline-block;
  }
  .header:not(.header--middle-left,.header--middle-center) .header__inline-menu{
    float:right;
  }
  .header__heading-logo{
    width:270px;
  }
  .list-menu__item{
    font-size: 16px;
  }
}

@media screen and (max-width: 989px) {
  .account-wrap{
    display:block;
  }
  .plan a.btn-blue {
    position: relative;
    bottom: 0;
    left: 0px;
    width: 100%;
}
  .account-wrap .block3{
    width:100%;
  }
  .content h2, h2.main-page-title{
    font-size:24px;
  }
  .content h2 span, h2.main-page-title span{
    font-size:12px;
  }
  p.date {
    margin-top: 0px;
    margin-bottom:0px !important;
}
  .slick-slide img{
    width:100%;
    height:auto;
  }
  #MainContent{
    width:100%;
  }
  #detail01,
  #service.content{
    padding:0;
  }
  ul.service li{
    width:49%;
  }
  .mxpr-summary__headline{
    font-size:20px !important;
  }
  .customer tbody td{
        border-bottom: 1px solid #ddd;
  }
    .header--mobile-left {
        grid-template-columns: 1fr 2fr 1fr;
    }
  #huckleberry-subscription-customer-portal-wrap a {
    color: #000;
    padding: 0 20px;
}
#medicaldeduction h3{
  font-size:24px;
  text-align:left;
  margin-bottom:15px;
}
#medicaldeduction h4{
  font-size:20px;
  margin-bottom:15px;
}
  .tab_item{
        width: calc(100% / 3) !important;
    margin-bottom:0;
  }
  label.tab_item:last-child{
    margin-bottom:25px;
  }
  .featured-clinic-list li img{
    width:100%;
  }
  .featured-clinic-list{
    gap:20px;
  }
  
.wrap .right-b {
    padding-top: 30px;
}
  
  /*lp*/
  img.arrow{
    display:none;
  }
  img.arrow2{
    display:block;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        transform: rotate(0deg);
  }
  
  p.featured-clinic-name{
    margin-bottom:0;
  }
  .featured-clinic{
    margin:0px;
    position:relative;
    top:20px;
  }
  .lp-content h3{
    margin-bottom:20px;
    font-size: 20px;
  }
  .searchtable .searchtable-title,
  .searchtable .searchtable-box{
    display:block;
    width:100%;
  }
  .lp-content .featured-clinic{
    margin-bottom:0;
  }
  .full-width-content{
    margin-bottom:40px;
  }
  .tab_content{
    margin-top:20px;
  }
  .searchitem .searchitem-list li{
    width:50%;
  }
  ul.searchitem-list{
    padding:0;
  }
  .searchtable .searchtable-title, .searchtable .searchtable-box,
  .tab_content{
    padding:20px;
  }
  .tabs, .product-grid-container {
    margin-bottom: 50px;
}
  .featured-clinic-list li a{
    display:block;
  }
  .featured-clinic-list li{
    width:50%;
  }
  .wrap{
    display:block;
  }
  .wrap .left-b, .wrap .right-b {
    width: 100%;
  }
  .lp-content table{
    max-width:100%;
  }
  #lp table th, #lp table td{
    font-size:14px;
  }
  .supervision-wrap,
  section#supervision .detail{
    display: block;
    width:100%;
  }
  .content .supervision-wrap p{
    text-align:center;
  }
  .content .supervision-wrap img {
    width: 300px;
    margin: 0 auto;
    display: block;
    border: 0;
}
  section#supervision .detail h4{
    font-size:16px;
  }
  section#supervision .detail dt, section#supervision .detail dd {
    font-size: 14px;
}
  section#supervision .detail{
    padding:20px;
  }
  
  #MainContent .customer, .cart__warnings, #huckleberry-subscription-customer-portal-wrap{
    width:100%;
  }
      .customer td[data-label="発送状況"] {
        display: none;
    }
  a.btn-buy{
    padding: 0px 0px;
    width: 100%;
    line-height: 40px;
    transition: 0;
    word-break: keep-all;
    font-size: 11px;
  }
  ul.solution,
  .wrap .left-b ul{
    margin-top:10px;
    padding-left:0;
  }
  .wrap .left-b ul{
    margin-top:0px;
  }
  .lp-content .inner{
    padding-top:20px;
  }
  .wrap .left-b h4, .wrap .right-b h4{
    font-size:18px;
  }
  .wrap .left-b ul li, .wrap .right-b ul li {
    font-size: 14px;
}
  #lp .mv{
        background-position: bottom;
  }
  .lp-content .featured-clinic-list li, .featured-clinic-list2 li{
    display:block;
  }
  .lp-content .featured-clinic p.featured-clinic-name{
    font-size:11px;
  }
}
@media screen and (min-width: 750px) {
  .grid--2-col-tablet .grid__item{
        padding: 0;
    width:100%;
  }
  #detail01 h3 br{
    display:none;
  }
}
@media screen and (max-width: 750px) {
  section#search .map a.btn-map, section#search-page a.btn-map{
    font-size: 15px;
    height: 28px;
        padding: 0 12px;
  }
  
}
.footer-block.grid__item{
  width:100%;
}