@charset "utf-8";
/* CSS Document */

/*--====== パンくずリスチE======--*/
/* パンくず全佁E*/
#pan_box {
  text-align: right; /* 全体を右寁E�� */
	background: #01c0ef;
}

.topic-path {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 2.2%;
  z-index:9999;
}

.topic-path li {
  font-size: 60%;
  letter-spacing: 2px;
  font-weight: bold;
}

.topic-path li a,
.topic-path li.visited {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン */
.topic-path li a {
  color: #333;
}

.topic-path li a:hover {
  background: #ffe680;
  border-color: #f0c040;
}

/* visited風チE��イン�E�固定！E*/
.topic-path li.visited {
  background: #ffe680;
  color: #555;
  border-color: #f0c040;
}

.topic-path li:not(:last-child)::after {
  content: /2794; /* 矢印 */
  color: gold;
  margin: 0 0px 0px 8px;
  font-size: 15px;
}
/*--====== ここまでパンくずリスチE======--*/




.mainvisual{
	width: 100%;
	height: 574px;
	background:url(../img/support/mainvisual.jpg) center top no-repeat;
	position: relative;
}
h1.main_title{
	z-index: 100;
	text-align: center;
	color: #FFF;
	font-size: 230%;
	letter-spacing: 5px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	position: relative;
	top: 260px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}
span.ss_title{
	font-size:77%;
}




main {
	background: #01c0ef;
	padding-bottom: 180px;
}

article.container {
  width: 80%;
  height: auto;
  max-width: 1200px; 
  margin: 0 auto;
  background: #FFF;
  border-radius: 30px;
  position: relative;
  top: 50px;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 95%;
  }
}
	




h2.title_01{
	text-align: center;
	color: #444;
	letter-spacing: 2px;
	font-size: 200%;
	font-weight: normal;
	padding-top: 70px;
	padding-bottom: 20px;
}
.photo_01 img {
  max-width: 85%;
  height: auto;
  display: block;   
  margin: 0 auto;   
}


p.text_01{
	text-align: justify;
	letter-spacing: 2px;
	line-height: 1.6;
	font-size: 110%;
	color: #535353;
	width: 85%;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 30px;
}







.lead{font-size:1rem; color:#333; margin-bottom:18px;}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2rem;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
}


.card p.small {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.check {
  list-style: none;
  padding: 0;
}

.check li {
  margin-bottom: 0.6rem;
  padding-left: 1.6rem;
  position: relative;
}

.check li::before {
  content: "・";
  color: #4caf50;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}





.check_01 {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 90%;
  margin:0 auto;
}

.check_01 li {
  background: #f9fafc;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.check_01 li::before {
  content: "💡"; /* ↁEアイコンを変えられまぁE*/
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.check_01 li {
  padding-left: 3rem; /* アイコンの余白確俁E*/
}


p.small{
	font-size: 0.9rem; 
	color: #535353;
	letter-spacing: 2px;
	}



p.small_01{
	font-size: 0.9rem; 
	color: #F60;
	position: absolute;
	right: 0;
	letter-spacing: 2px;
	}

.price {
  width: 95%;
  margin: 2rem auto;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 12px;
  overflow: hidden;
}

.price thead th {
  background: #72387d;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price tbody td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.price tbody tr:nth-child(even) td {
  background: #f9fcff; 
}


.price th,
.price td {
  border-right: 1px solid #eee;
}

.price th:last-child,
.price td:last-child {
  border-right: none;
}


.faq-section {
  max-width: 80%;
  margin: 0 auto;
}

.flow-list {
  width: 85%;
  margin: 2rem auto;
  padding-left: 0;
  counter-reset: step;
  list-style: none;
}

.flow-list li {
  background: #f0f8ff; /* 薁E��ブルーでポップ感 */
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  border-left: 5px solid #2196f3; /* 左側にカラーラインでアクセンチE*/
}

.flow-list li strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  color: #1565c0; /* 青系で強調 */
}

/* カウンター番号を丸にして左に表示 */
.flow-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background: #2196f3;
  color: #fff;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  font-size: 1rem;
}







.faq-section {
  max-width: 80%;
  margin: 0 auto;
}

.faq .faq-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.faq dt {
  cursor: pointer;
  padding: 15px;
  background: linear-gradient(90deg, #893478, #8acecd);
  font-weight: bold;
  position: relative;
  transition: background 0.3s;
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 10px;
}

.faq dt:hover {
  background: linear-gradient(90deg, #ff7f7f, #ffe97f);
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 10px;
}

.faq dt::after {
  content: "＋";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active dt::after {
  content: "ー";
}

.faq dd {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  line-height: 1.6;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active dd {
  max-height: 200px; /* 適宜調整 */
  padding: 15px;
}



.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  width: 90%;
  margin: 40px auto;
}

.works-grid .card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
  position: relative;
}

.works-grid .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.works-grid h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2c3e50;
  line-height: 1.4;
  border-left: 5px solid #4da6ff;
  padding-left: 10px;
}

.works-grid .card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
  position: relative; /* �� �����N���E���Œ肷�邽�߂ɕK�v */
  min-height: 220px; /* ������������x�m�� */
}

.works-grid a.small {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.05rem; /* �� �����傫�� */
  font-weight: 600;
  color: #4da6ff;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}


p.lead{
	text-align: center;
	font-size:116%;
	letter-spacing:2px;
	color: #535353;
  margin: 0 10px 18px;
}
p.lead_01{
	text-align: center;
	font-size:116%;
	letter-spacing:2px;
	color: #F30;
}

.link-btn-container {
  text-align: center; /* �������� */
  margin: 20px 0;
}

.pop-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #FC0;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  text-shadow:1px 1px 1px #535353;
}

/* �z�o�[���̓��� */
.pop-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* �������� */
.pop-btn:active {
  transform: scale(0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

