@charset "UTF-8";
/*                共通
======================================================= */
html {
  color: #193255;
}

img {
  max-width: 100%;
	vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
.main_btn {
  max-width: 650px;
  width: 86.6666666667%;
  display: block;
  margin: 0 auto;
}

.link_txt {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #06B4D7;
  font-weight: 500;
  border-bottom: 2px solid #06B4D7;
  padding: 0 25px 5px 0;
  letter-spacing: 0.03em;
}
.link_txt::before {
  content: "";
  background: url(../images/link_txt_arw.png) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #193255;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  line-height: 1.3;
}

.note {
  font-size: 1.5em;
  line-height: 1.5;
}
.note a {
  color: #06B4D7;
  border-bottom: 1px solid #06B4D7;
  font-weight: bold;
}

strong {
  color: #06B4D7;
  font-weight: bold;
}


@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 32px;
  }
}
/*                content
======================================================= */
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: auto;
}

.main_visual {
  background: url(../images/fv-bg.png) no-repeat center center/cover;
  width: 100%;
  padding: 40px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
.main_visual h1 {
  max-width: 670px;
  width: 89.3333%;
  margin: 0 auto 24px;
}
.main_visual .main_btn {
  margin: 0 auto 30px;
}
.main_visual .main_cta_text{
  width: 80%;
  margin: 0 auto 2%;
}

.time_bord_block {
  margin-bottom: 40px;
}
.time_bord_block .img_area {
  max-width: 570px;
  width: 76%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translate(17px, 19px);
}
.time_bord_block .time_bord {
  max-width: 550px;
  width: 73.3333333333%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #193255;
  box-shadow: 10px 10px 0 0 #A0D7EF;
  border-radius: 20px;
  padding: 30px 0;
  position: relative;
}
.time_bord_block .time_bord::before {
  content: "";
  background: url("../images/mainvisual_internal.png") no-repeat center center/contain;
  width: 46%;
  height: 47.78%;
  top: -16%;
  left: -20%;
  position: absolute;
  z-index: 3;
}

.time_bord_block .time_bord .time_inner {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
/*  background-color: #DFF5FF;*/
  color: #193255;
  font-weight: bold;
  padding: 20px 0 0;
	letter-spacing: 0.1em;
}
.time_bord_block .time_ttl{
  color: #193255;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2%;
}
.time_bord_block .waiting_time{
	display: inline-block;
	width: 70%;
  color: #06B4D7;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 3% auto 0;
	background-color: #daf4ff;
	border-radius: 14px;
    padding: 20px 0;
}
.time_bord_block .time_bord_night .waiting_time{
	padding: 30px 0 10px;
}
.time_bord_block .waiting_time .waiting_time_ttl{
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.time_bord_block .time_bord_night .waiting_time_ttl{
	margin-bottom: 0;
}

.time_bord_block .waiting_time .waiting_time_text{
  font-size: 5.2rem;
}
.time_bord_block .time_bord .time_inner .line_txt_l {
  font-size: 1.6rem;
	display: inline-block;
	padding-right: 0.5em;
}
.time_bord_block .time_bord .time_inner .time_waku{

}
.time_bord_block .time_bord .time_inner .time_0 {
  font-size: 2.4rem;
}
.time_bord_block .time_bord .time_inner .line_txt_r {
  font-size: 1.6rem;
	display: inline-block;
	padding-left: 0.5em;
}
@media screen and (max-width: 480px) {
  .main_visual {
    padding: 30px 0;
  }
  .main_visual h1 {
    margin: 0 auto 5px;
  }
  .main_visual .main_btn {
    margin: 0 auto 10px;
  }
  .time_bord_block {
    margin-bottom: 30px;
  }
  .time_bord_block .img_area {
    transform: translate(10px, 10px);
  }
  .time_bord_block .time_bord {
    padding: 10px 0 14px;
	 width: 84%;
      border: 4px solid #193255;
  }
    .time_bord_block .waiting_time{
        padding: 10px 0;
    }
    .time_bord_block .waiting_time .waiting_time_ttl{
        font-size: 2.4rem;
    }
	
  .time_bord_block .time_bord .time_inner {
    padding: 10px 0 0;
    margin: 0 auto;
	  width: 100%;
  }
	.time_bord_block .time_bord .time_ttl {
	  font-size: 2.4rem;
	}
	.time_bord_block .time_bord .time_inner .time_0 {
	  font-size: 2.8rem;
	}
	.time_bord_block .time_bord .time_inner .line_txt_r {
	  font-size: 1.8rem;
	}
	.time_bord_block .time_bord::before {
		left: -17%;
	}	
}
@media screen and (max-width: 340px) {
  .time_bord_block .img_area {
    transform: translate(10px, 8px);
  }
}


.reserve_btn_area {
  padding: 50px 0 40px;
}
.reserve_btn_area a {
  display: block;
  max-width: 650px;
  width: 86.6666666667%;
  margin: 0 auto;
}
.reserve_btn_area a:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .reserve_btn_area {
    padding: 45px 0 30px;
  }
  .reserve_btn_area a:first-child {
    margin-bottom: 16px;
  }
}

.sameday_delivery{
	width: 89.333%;
	margin: 5% auto 10%;
}
.merit {
  background: #DFF5FF;
  padding: 60px 0 50px;
}
.merit .merit_content {
  max-width: 680px;
  width: 90.6666666667%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .merit {
    padding: 40px 0;
  }
}

.member{
	width: 84.9333%;
	margin: 4% auto 5%;
}
.recommend{
	width: 89.333%;
	margin: 6% auto 5%;
}

.case {
  overflow: hidden;
  padding: 5% 0 6%;
}
.case .click{
	text-align: center;
	margin-top: 8%;
	font-size: 1.4rem;
}

.case .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}
.case .click .click_text{
	vertical-align: text-top;
}
.case .tab-container {
  width: 92%;
  max-width: 650px;
  margin: 2% auto 0;
}

.case .tabs {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  gap: 10px;
}

.case .tab {
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
	font-family: 'Noto Sans JP';
}

.case .tab.active {
  background: #0086c2;
  color: #fff;
  border-color: #004DAB;
}

.case .tab-contents .tab-content {
  display: none;
}
.case .tab-contents{
	width: 92%;
	margin: 8% auto 0;
}
/* --- カード --- */
.case .card {
  max-width: 700px;
  background-color: #fff;
  border-radius: 14px;
  border: 4px solid #DDDDDD;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  margin: 30px auto 0;
  padding: 32px 24px;
  box-sizing: border-box;
}

.case h3 {
  color: #233b63;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  font-feature-settings: "palt";
}

.case .description {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 28px;
}

.case .symptoms-section {
	position: relative;
	margin-top: 20px;
}

.case .symptoms-header {
	background: #2c4a6f;
	color: white;
	padding: 10px 20px;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 16px 16px 0 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.case .symptoms-content {
	padding: 50px 40px;
	background: white;
	border: 4px solid #2c4a6f;
	border-radius: 0 16px 16px 16px;
	margin-top: -4px;
	position: relative;
	z-index: 1;
}

.case .symptoms-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.case .symptom-tag {
	background: #ffcdd2;
	color: #2c3e50;
	padding: 10px 20px;
	border-radius: 12px;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.05em;
	flex: 0 0 auto;
}

@media (max-width: 768px) {
	.case .click{
	font-size: 1.8rem;
}
	.case .description{
		font-size: 1.4rem;
	}
	.case .symptoms-header {
		font-size: 1.5em;
		padding: 15px 20px;
	}

	.case .symptoms-content {
		padding: 30px 20px;
	}

	.case .symptom-tag {
		font-size: 1.4em;
		padding: 15px 30px;
	}
}

@media screen and (max-width: 480px) {
  .case {
    padding: 20px 0 30px;
  }
	.case h3{
		font-size: 2.2rem;
	}
	.case .material-symbols-outlined {
	  font-size: 5vw;
	}
	.case .tab{
		padding: 10px 3px;
		letter-spacing: -0.1em;
	}
	.case .description{
		font-size: 1.6rem;
	}
	.case .symptom-tag {
	font-size: 1.6em;
	padding: 10px 20px;
}
	.case .symptoms-grid{
		gap:8px;
	}
}

.subject{
	width: 92%;
	margin: 50px auto 60px;
}
.subject .subject_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.subject .subject_list li{
	width: 30%;
	margin-bottom: 3%;
}

.subject p{
	text-align: right;
	font-weight: bold;
	font-size: 1.8rem;
	padding-right: 3%;
}
.subject p span{
	font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
	.subject{
		width: 92%;
		margin: 20px auto 50px;
	}
}

#example{
	margin: 12% auto 11.467%;
}
#example h2{
	width: 75.46%;
	margin: 0 auto 1em;
}
.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 40s linear infinite;
}
.slider_second{
	margin-top: 2em;
}
.text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important; 
}

.logos {
  flex-shrink: 0;
}
.logos li img{
	height: 50px;
}
.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}


.medical {
  padding: 16px;
}
.medical .bg-blue_inner {
  background-color: #EEF9FE;
  padding: 60px 0;
}
.medical .heading_txt {
  max-width: 580px;
  width: 77.3333333333%;
  margin: 0 auto 40px;
}
.medical .medical-content {
  max-width: 640px;
  width: 85.3333333333%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .medical .bg-blue_inner {
    padding: 50px 0;
  }
  .medical .heading_txt {
    margin: 0 auto 25px;
  }
}
.receive {
  padding: 40px 0 0;
}
.receive .sub_ttl {
  max-width: 480px;
  width: 64%;
  margin: 0 auto;
}
.receive .receive_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto 64px;
}

@media screen and (max-width: 480px) {
  .receive {
    padding: 44px 0 0;
  }
  .receive .receive_content {
    margin: 0 auto 44px;
  }
}
.information {
  padding: 80px 0;
  background-color: #F2F4F6;
}
.information .content_wrap {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.information .content_wrap .content_item {
  padding: 48px 0;
  border-bottom: 2px solid #DCE3EA;
}
.information .content_wrap .content_item:last-child {
  border-bottom: none;
}
.information .content_wrap .content_item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #193255;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #193255;
}
.information .content_wrap .content_item:nth-of-type(1) {
  padding-top: 0;
}
.information .content_wrap .content_item:nth-of-type(1) h3 + p {
  font-size: 2rem;
}
.information .content_wrap .content_item:nth-of-type(1) p {
  line-height: 1.6;
}
.information .content_wrap .content_item:nth-of-type(2) .note {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.information .content_wrap .content_item:nth-of-type(3) {
  padding-bottom: 0px;
}
.information .content_wrap .content_item:nth-of-type(3) .price_point {
  color: #fff;
  background-color: #193255;
  padding: 10px 10px 12px 10px;
  border-radius: 7px;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
.information .content_wrap .content_item:nth-of-type(3) .price_point + p {
  font-size: 2rem;
  line-height: 1.3;
  margin: 15px 0;
}
.information .content_wrap .content_item:nth-of-type(3) .note {
  margin-top: 0.5em;
}

@media screen and (max-width: 480px) {
  .information {
    padding: 60px 0;
  }
  .information .content_wrap .content_item {
    padding: 32px 0;
  }
}
.difference {
  padding: 80px 0;
}
.difference .difference_table_wrap {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
  position: relative;
  height: 800px;
  overflow: hidden;
  transition: height 0.4s ease;
}
.difference .difference_table_wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7411764706);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.difference .difference_table_wrap.is-open {
  height: auto;
}
.difference .difference_table_wrap.is-open::before {
  opacity: 0;
}
.difference .open_btn_area {
  margin-top: 30px;
}
.difference .open_btn_area .open_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.difference .open_btn_area .open_btn .btn_icon {
  width: 70px;
  height: 70px;
  background-color: #06B4D7;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
.difference .open_btn_area .open_btn .btn_icon span {
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.difference .open_btn_area .open_btn .btn_icon span:first-child {
  width: 5px;
  height: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.difference .open_btn_area .open_btn .btn_icon span:last-child {
  width: 38px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.difference .open_btn_area .open_btn .btn_icon.is-open span:first-child {
  opacity: 0;
}
.difference .open_btn_area .open_btn p {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .difference {
    padding: 50px 0 60px;
  }
  .difference .difference_table_wrap {
    height: 600px;
  }
}
.step {
  padding: 50px 0;
  background-color: #F2F4F6;
}
.step h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.step .heading_txt,
.step .step_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.step .heading_txt {
  margin-bottom: 56px;
}
.step .step_content {
}
.step .step_content img {
  margin-bottom: 24px;
}
.step .step_content img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .step {
    padding: 50px 0;
  }
  .step .heading_txt {
    margin-bottom: 32px;
  }
  .step h3 {
    margin-bottom: 24px;
  }
  .step .step_content {
  }
  .step .step_content img {
    margin-bottom: 16px;
  }
}
.voice {
  background-color: #EEF9FE;
  padding: 50px 0;
}
.voice .voice_content {
  max-width: 670px;
  width: 92%;
  margin: 0 auto 64px;
}

/*.voice .voice_content img {
  margin-bottom: 24px;
}
.voice .voice_content img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .voice {
    padding: 60px 0;
  }
  .voice .voice_content {
    margin: 0 auto 44px;
  }
  .voice .voice_content img {
    margin-bottom: 16px;
  }
}*/
.question {
  padding: 80px 0;
}
.question .question_content {
  max-width: 670px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.question .question_content dl {
  margin-bottom: 8px;
}
.question .question_content dl dt div, .question .question_content dl dd div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.question .question_content dl dt div .txt, .question .question_content dl dd div .txt {
  width: calc(100% - 70px);
}
.question .question_content dl dt {
  background-color: #06B4D7;
  padding: 20px 24px;
  padding-right: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.question .question_content dl dt::before {
  content: "";
  background: url(../images/q-arw.png) no-repeat center center/contain;
  width: 24px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.question .question_content dl dd {
  padding: 20px 24px;
  font-size: 1.875rem;
  line-height: 1.5;
  display: none;
}
.question .question_content dl dd div {
  align-items: flex-start;
}
.question .question_content dl.is-open dt::before {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 480px) {
  .question {
    padding: 60px 0;
  }
  .question .question_content dl dt {
    padding: 14px 18px;
    padding-right: 60px;
  }
  .question .question_content dl dd {
    padding: 14px 18px;
  }
}
.cooperation {
  padding-bottom: 60;
  overflow: hidden;
}
.cooperation h2 + p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 48px;
}
.cooperation .cooperationclinics_wrap {
  max-width: 643px;
  width: 85.7333333333%;
  margin: 60px auto 80px;
}

@media screen and (max-width: 480px) {
  .cooperation {
  }
	.cooperation .cooperationclinics_wrap {
	  margin: 60px auto;
	}
}
.contact {
  padding: 16px;
}
.contact .bg-blue_inner {
  background-color: #EEF9FE;
  padding: 64px 0;
}
.contact .txt_area {
  max-width: 590px;
  width: 78.6666666667%;
  margin: 0 auto 24px;
}

@media screen and (max-width: 480px) {
  .contact .bg-blue_inner {
    padding: 44px 0;
  }
  .contact .txt_area {
    margin: 0 auto 16px;
  }
}

.last_btn a{
  margin: 0 auto 10%;
	width: 90%;
	display: block;
}
 .last_btn .last_cta_text{
  width: 80%;
  margin: 0 auto 2%;
}







/*スライダー*/
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #7ABEE6;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-next{
	right: -15px;
	width: 50px;
	height: 50px;
}
.slick-prev{
	left: -15px;
	width: 50px;
	height: 50px;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-next:before, .slick-prev:before{
	font-size: 50px;
}
.slick-dots {
    position: absolute;
    bottom: -50px!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #7ABEE6!important;
    -webkit-font-smoothing: antialiased;
}

    /* ▼バナーの基本デザイン */
.follow-banner {
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 88%;
  max-width: 620px;
  background: rgba(255,255,255,.9);
  padding: 10px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  z-index: 999;
}
.follow-banner.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.follow-banner .close-btn {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
.follow-banner .main_cta_text{
	width: 70%;
	margin: 0 auto 1%;
}
.follow-banner .close-btn:hover {
  background: rgba(0,0,0,0.5);
}
.follow-banner .btn_block{
	display: flex;
	width: 90%;
	margin: 2% auto 1%;
}
.follow-banner a:hover{
	opacity: 0.8;
}
.follow-banner a:first-child {
  display: block;
  margin-right: 1%;
}
.follow-banner a:last-child {
  display: block;
  margin-left: 1%;
}



    /* スマホ対応 */
    @media (max-width: 600px) {
      .follow-banner {
		left: 50%;
		right: auto;
		width: calc(100% - 32px); /* 画面端から16pxずつ余白 */
		bottom: 5px;
		transform: translateX(-50%) translateY(20px);
		  padding: 10px 10px;
	  }
		.follow-banner .btn_block{
			margin: 2% auto 0;
		}
	  .follow-banner.is-visible {
		transform: translateX(-50%) translateY(0);
	  }
    }

/*改行*/
/* デフォルトは非表示（PC） */
.br-sp-only { display: none; }

/* スマホ（768px未満）で表示：改行を有効にする */
@media (max-width: 480px) {
  .br-sp-only { display: block; }
}

.time_bord_block .content { display: none; }
.time_bord_block .active { display: block; }