@charset "utf-8";
/* CSS Document */
/* top.css */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
  line-height: 1.6;
  background-color: #fff;
}
a {
  color: #5B57D1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  background-color: #fff;
  flex-wrap: wrap;
}
.site-header {
    background: white;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.logo img {
 /* height: auto;*/
  width: 100%;
  max-width: 800px; /* ロゴの最大表示サイズ（お好みで調整） */
  display: block;
}


nav a {
  margin-left: 16px;
  margin-right: 16px;	
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 0.95em;
}
/*.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  border: 1px solid #ccc;
  z-index: 10;
  min-width: 200px;
}

.has-submenu:hover .submenu {
  display: block;
}*/

.menu-toggle {
  display: none; /* スマホ時にCSSで表示切替 */
}
/* デフォルトは表示（スマホ） */
.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* 画面幅が765px以上のときは非表示 */
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

/* スマホ向けレスポンシブ表示 */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-list {
    display: none;
    flex-direction: column;
  }

  .nav-list.active {
    display: flex;
  }
}


.main-nav {
  background-color: white;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.nav-list li {
  position: relative;
}
.nav-list > li > a {
  text-decoration: none;
  padding: 10px 16px;
  display: block;
  font-weight: bold;
  color: #333;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  list-style: none;
  padding: 10px 0;
  display: none;
  z-index: 10;
}
.submenu li a {
  display: block;
  padding: 10px 16px;
  color: #5B57D1;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
.submenu li a:hover {
  background-color: #f0f0ff;
}
.has-submenu:hover .submenu {
  display: block;
}
  .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    z-index: 1000;
  }
  .submenu li a {
    display: block;
    padding: 8px 16px;
    color: #5B57D1;
    text-decoration: none;
	font-weight: bold;
  }
  .has-submenu:hover .submenu {
    display: block;
  }
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }
    .nav-list {
      display: none;
      flex-direction: column;
      background: #fff;
      position: absolute;
      /*top: 60px;*/
		top: 100px;
      right: 0;
      width: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .nav-list.open {
      display: flex;
    }
    .nav-list li {
      text-align: center;
    }
    .has-submenu:hover .submenu {
      position: static;
      box-shadow: none;
    }

  }

/* Hero */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
  /*background-color: #f8f8ff;*/
  flex-wrap: wrap;
  gap: 40px;
}

.hero-text {
  flex: 1.2; /* ←やや広めに */
  min-width: 300px;
}
.responsive-image img {
  width: 100%;
  max-width: 600px; /* PCでの最大表示サイズ */
  height: auto;
  display: block;
  /*margin: 0 auto;*/
	margin: auto;
}
.hero-text h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #5a4eff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.btn-primary a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color; 
    transition-property: color;
}
.btn-primary:hover,.btn-primary:focus {
	background-color: #9B98F4;
    color: #fff;
    text-decoration: none;
	
}
.btn-primary::after{
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* Section */
.section {
  padding: 60px 5%;
  background-color: #f5f5fb;
  text-align: center;
}
/* Responsive */
@media screen and (max-width: 960px) {
/* Hero */
  .hero {
    /*flex-direction: column;*/
	   flex: initial; /* 特定の画面サイズで解除 */
	   text-align: center;
	   padding: 20px 5%;
  }

  .hero-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

 .responsive-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
  }
@media screen and (max-width: 768px) {
	.site-header {
    /*background: white;*/
    padding: 5px 0;
    /*border-bottom: 1px solid #ddd;*/
  }
  .logo img {
    max-width: 375px;
  }
  .features, .services {
    flex-direction: column;
    align-items: center;
  }

  .feature-box, .service-box {
    max-width: 100%;
  }

  nav {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  nav a {
    display: inline-block;
    margin: 5px 10px;
  }
}

@media screen and (max-width: 480px) {
/*  .logo img {
    max-width: 400px;
  }*/
  .hero-text h1 {
    font-size: 1.5em;
  }

  .btn-primary {
    padding: 10px 16px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  .logo img {
    max-width: 325px;
  }
}


/*/////////////////////////// TOP-睡眠評価試験受託サービス ///////////////////////////*/

.sleep-service-summary {
  background-color: #f6f6fb;
  padding: 60px 20px;
  text-align: center;
}

.sleep-service-summary .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sleep-service-summary .label {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.summary-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}

.summary-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1;
  min-width: 280px;
  /*max-width: 32%;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
  box-sizing: border-box;
}

.summary-heading {
  color: #5b57d1;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 12px;
}

.summary-lead {
  font-size: 1.4em;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.5;
}

.summary-text {
  font-size: 0.95em;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.summary-link {
  display: inline-block;
  color: #5b57d1;
  border: 1px solid #5b57d1;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.summary-link:hover {
  background-color: #5b57d1;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 940px) {
	.summary-cards {
	  display: block;
	}
	.summary-card {
	max-width: 100%;
	padding: 20px 20px;
	margin: 20px 0;
	}
}

@media screen and (max-width: 600px) {
	.summary-title {
  	font-size: 1.3em;
	}
	.summary-cards {
	flex-direction: column;
	align-items: center;
	}
/*	.summary-card {
	max-width: 100%;
	padding: 20px 20px;
	}*/
}










/*/////////////////////////// TOP-当社の強み ///////////////////////////*/


.section.features {
  padding: 60px 5%;
  background-color: #EDEFFB;
  text-align: center;
}

.section .label {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.feature-box {
  flex: 1;
  min-width: 250px;
  /*max-width: 32%;*/
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  text-align: center;
  box-sizing: border-box;
}

.feature-num {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 8px;
  font-weight: bold;
}

.feature-num strong {
  font-size: 4em;
  color: #000;
}

.feature-box h3 {
  font-size: 1.1em;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 0.95em;
  line-height: 1.5;
}

.feature-icon img {
  margin-top: 12px;
  width: 80px;
  height: auto;
}

.btn-container {
  margin-top: 40px;
}

.btn-outline {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #5B57D1;
  border-radius: 8px;
  color: #5B57D1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
  background-color: #5B57D1;
  color: #fff;
	    text-decoration: none;
}

@media screen and (max-width: 940px) {
	.features-list {
	  display: block;
	}
.feature-box {
	max-width: 100%;
	padding: 20px 20px;
	margin: 20px 0;
	}
}



/*//////////////////////////////   睡眠評価試験受託サービス //////////////////////////////*/
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5%;
  /*background-color: #f8f8ff;*/
  flex-wrap: wrap;
  gap: 40px;
}

.page-header h1 {
  font-size: 2em;
  color: #5B57D1;
}
.page-header-text {
  flex: 1.2; /* ←やや広めに */
  min-width: 300px;
}
.banner-image img {
  width: 100%;
  /*max-width: 600px;*/ /* PCでの最大表示サイズ */
	max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page{
	padding-top: 5px;
	/*padding-top: 20px;*/
	/*background-color: #fff;*/
	background-color: #f9f9f9;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 5%;*/
	padding: 0 1%;
/*	background-color: #f9f9f9;*/
}

.breadcrumb {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
  margin-bottom:  10px;
}

.section-title {
	max-width: 1200px;
	margin: auto;
  background-color: #5B57D1;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

.service-banner h2 {
  font-size: 1.5em;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
  align-items: flex-start;
}

.main-service-box {
	display: flex;
	margin: auto;
		
/*  flex: 1;
  min-width: 280px;*/
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
	gap: 0px 20px ;
}
.service-desc {
  /*flex: 2;*/
	flex: 3;
}


.service-links-list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
 /* width: fit-content;*/
	width: 90%;
	margin: auto
}
.service-links-list a {
  border: 2px solid #5B57D1;
  color: #5B57D1;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.service-links-list a:hover {
  background-color: #5B57D1;
  color: #fff;
}

.service-links-list a::after{
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #5B57D1;
    border-bottom: 2px solid #5B57D1;
    transform: rotate(-45deg);
}

.service-links-list a:hover::after{
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.sub-service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}

.sub-service-box {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 5px;
  border-radius: 8px;
}

.sub-service-box a {
  display: block;
  color: #5B57D1;
  margin-top: 10px;
  /*font-weight: bold;*/
  text-decoration: none;
}
.sub-service-box h4{
	font-size: 1.0em;
	  color: #5B57D1;
}

.sub-service-box2 {
}

.sub-service-box2 h4{
	font-size: 1.0em;
	  color: #5B57D1;
}
.feature-summary {
  background: #ffffff;
  padding-top: 60px;
}

.feature-summary-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.feature-summary-box {
  background: #f0f3ff;
 /* border-radius: 12px;*/
	border-radius: 50%;
  padding: 30px 30px;
  flex: 1 1 280px;
  max-width: 200px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


.feature-summary .number {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.feature-summary p {
  margin: 0;
  font-size: 1em;
font-weight: bold;
}




.feature-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-item {
  flex: 1 1 30%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}

.feature-item h3 {
  font-size: 1.2em;
  color: #5B57D1;
  margin-bottom: 12px;
  border-bottom: 2px solid #5B57D1;
}

.feature-item img {
  width: 100%;
  height: auto;
/*  margin-bottom: 12px;*/
}

.feature-item p {
  font-size: 0.95em;
/*  color: #555;*/
  line-height: 1.6;
	font-weight: normal;
}

/* スマホ対応 */
@media (max-width: 768px) {
		
  .feature-item-box {
    flex-direction: column;
  }

  .feature-item {
    flex: 1 1 100%;
  }
}



/*  ページ下部　お問い合わせはこちら　*/
.contact-cta {
  background-color: #f8f8f8;
  padding: 40px 0;
  text-align: center;
}
/*Font*/
.highlight {
  color: #ff6b00;
  font-weight: bold;
}
.highlight-b {
  font-weight: bold;
}
.highlight-p {
  color: #5B57D1;
}
.sub-service-box h4 span.fss{
  font-size:  72%;
  color: #000;}/* base 14px -> 10px */




/* モバイル対応 */
@media (max-width: 768px) {
.service-links-list {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 縦の間隔は残すならそのまま */
  }
  .service-grid,
  .sub-service-grid {
    flex-direction: column;
  }

  .service-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .service-links a {
    flex: 1 1 48%;
  }
}

/* //////////// Footer /////////// */
footer {
  background-color: #f9f9f9;
  padding: 40px 5%;
  text-align: center;
  font-size: 0.9em;
}

.footer_logo img{
  max-width: 400px;	
}
@media (max-width: 768px) {
	.footer_logo img{
	  max-width: 350px;	
	}
}
/* /////////// サービスの流れ /////////// */
.flow img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.flow-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.step {
  background: #fff;
  padding: 20px;
  width: 150px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.step-number {
  font-size: 2em;
  font-weight: bold;
  color: #5B57D1;
  margin-bottom: 10px;
}

/* ////////// 試験事例と価格 ////////// */
#price{
	text-align: left;
}
#price h3 {
  font-size: 1.2em;
  color: #5B57D1;
  margin-bottom: 12px;
  border-bottom: 2px solid #5B57D1;
}
#price h4 {
	font-size: 1.5em;
}
.case {
	display: flex;
	background-color: #fff;
	margin: 20px 0;
	padding: 20px;
}
.child-left{
  flex-basis : 70%;
	padding: 0 20px 0 20px;
}

.child-right{
  flex-basis : 30%
}
.case img {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 6px;
}

.price-table {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.plan {
  width: 300px;
  text-align: left;
}
.plan h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #5B57D1;
}
.plan ul {
  padding-left: 20px;
  list-style: disc;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .flow-steps, .case-blocks, .price-table {
    flex-direction: column;
    align-items: center;
  }
  .step, .case, .plan {
    width: 90%;
  }
	.case {
	display: block;

}
}

/* ////////////価格////////// */
#price-table {
  padding: 40px 20px;
  background-color: #fff;
}

#price-table h2 {
  font-size: 1.2em;
  color: #5B57D1;
  margin-bottom: 12px;
  border-bottom: 2px solid #5B57D1;
}

#price-table p {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 30px;
}

.price-table-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.price-box {
  /*flex: 1 1 48%;*/
  flex: 1 1 30%;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.price-box.internal {
  background-color: #f2f3ff;
}

.price-box.external {
  background-color: #fff0e8;
}

.price-box h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #5B57D1;
  text-align: center;
  margin-bottom: 20px;
  background-color:#FFF;
  border-radius: 20px;
}

.price-box dl {
display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.price-box dt {
  width: 20%;
  font-weight: bold;
  margin: 12px 0 4px 0;
  color: #444;
  border-bottom: 2px solid #ccc;
  padding-bottom: 4px;
	margin-right: 20px;
}

.price-box dd {
  width: 70%;
  margin: 12px 0 4px 0;
  font-size: 0.95em;
  line-height: 1.6;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .price-table-container {
    flex-direction: column;
  }

  .price-box {
    flex: 1 1 100%;
  }
}


/*////// TOPへ戻る　////////// */
/*----------------------------------------------------------
!pagetop
---------------------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ff6b00;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #5B57D1;
    text-align: center;
    color: #EDEFFB;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*/////////////////////////// 当社の強みのページ ///////////////////////////*/
.point-list {
/*  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;*/
  margin: 40px 0 40px 0;
}

.point-box {
/*  flex: 1;
  min-width: 250px;
  max-width: 32%;  */
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 20px 0;
}

.point-num {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 8px;
  font-weight: bold;
}

.point-num strong {
  font-size: 4em;
  color: #000;
}

.point-box h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}

.point-box p {
  font-size: 0.95em;
  line-height: 1.5;
}


/*//////////////////// お問い合わせ　/////////////////////////*/
.consent-section {
  padding: 2rem;
  background-color: #fff;
	text-align: center;
}

.consent-header h2 {
  background-color: #6759e2;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.5rem;
  text-align: center;
}

.consent-header p {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
}
.if-box {
  height: 400px;
  width: 100%;
/*border: solid 1px;*/
/*padding: 10px 10px 10px 10px;*/
  margin: 0 auto;
}

.consent-box {
  margin-top: 2rem;
  border: 1px solid #999;
  padding: 1.5rem;
}

.consent-box h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.consent-content p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.consent-content ol {
  padding-left: 1.2rem;
  font-size: 0.95rem;
}

.consent-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.consent-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/*///// 　同意する同意しないのボタン　/////*/
.btn-disagree,
.btn-agree {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  border-radius: 6px;
  border: 2px solid #6759e2;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn-disagree a {
  /*background-color: #fff;*/
  color: #6759e2;
  text-decoration: none;
}

.btn-disagree:hover {
  background-color: #f1efff;
  text-decoration: none;
}


.btn-disagree::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  vertical-align: 1px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #6759e2;
  border-bottom: 2px solid #6759e2;
  transform: rotate(-45deg);
}


.btn-agree {
  background-color: #6759e2;
  color: #fff;
}
.btn-agree a {
/*  background-color: #6759e2;*/
  color: #fff;
  text-decoration: none;
}
.btn-agree:hover {
  background-color: #4c44cc;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .btn-agree, .btn-disagree {
    /*width: 40%;*/
	width: 100%;
    font-size: 1rem;
  }

  .consent-header h2 {
    font-size: 1.2rem;
  }
	.pagetop {
   /* display: none;
    position: fixed;
    bottom: 30px;*/
    right: 40px;
}
}
@media screen and (max-width: 480px) {
	.consent-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 縦の間隔は残すならそのまま */
	}
}