@charset "utf-8";

/*タイトル*/
.heading_kanzen  {
padding:5px 10px;
margin-top:5px;
margin-bottom:10px;
font-size:20px;
font-weight:800;
background:#fff;
border-left:7px solid #8F6130;
border-bottom:1px solid #8F6130;
}

/* ===========================
   完全合格コーストップ 全体
=========================== */

.kanzen-hero {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-left: 10px; 

  /* === 斜線背景 Pattern === */
  border-left:10px solid #ffffff ;
  background-color: #fff;
  background-image: repeating-linear-gradient(
      -45deg,
      rgba(160, 100, 0, 0.12) 0px,
      rgba(160, 100, 0, 0.12) 16px,   /* 線條粗細 */
      transparent 6px,
      transparent 26px              /* 線條間隔 */
  ); 
  font-family: "Noto Sans JP", sans-serif;
}

/* ===========================
   上段：金色タイトル帯
=========================== */
.kanzen-month-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%; 
  z-index: 10;
}
.kanzen-month-bar {
  position: relative;
  display: inline-block;
  padding: 0.5em;  
  background: #a97b03;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem 1rem; 
  margin:1rem 0 1rem 0; 
   -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.kanzen-month-bar::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-left: solid 10px transparent;
  border-top: solid 10px rgb(120, 90, 0);
}

/* ===========================
   月生・最適・年度帯
=========================== */

.kanzen-header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 10px auto;
  text-align: center; 
}

/* N月生 丸ラベル */
.kanzen-label {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  flex-wrap: wrap;
  font-weight: 900;
  width: 100%; 
}


.kanzen-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 10px 0;
}
/* 1文字ボックス */
.kanzen-wrap span {
  width: 95px;          /* PCサイズ */
  height: 95px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #c08a1f 0%, #8a5d17 100%);
  border: 1px solid rgba(255,255,255,0.3);
  box-sizing: border-box;
}

/* SP対策：画面が狭い時は自動縮小 */
@media (max-width: 480px) {
  .kanzen-wrap span { 
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .kanzen-wrap span {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
  }
}

/* ===========================
   右側人物写真
=========================== */

.kanzen-hero-img {
  position: absolute;
  right: 0;
  top: 320px;
  width: 38%;
  height: 230px;
  background-image: url("./image/top-usepcgirl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

/* ===========================
   下段：キャッチコピー
=========================== */

.kanzen-copy-box {
 /* position: absolute;
  top: 0;            
  transform: translate(-50%, -50%);*/

  background-color: rgba(255, 255, 255, 0.6); /* ← 透明白底 */
  padding: 10px 20px;
  
  text-align: center; 
  display: block;
  margin: 0 auto;
  width:100%;
  max-width: 660px;
  height: auto;
}

.kanzen-line {
  margin: 12px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;

  text-shadow:
      3px 3px 0 #ffffff,
     -3px 3px 0 #ffffff,
      3px -3px 0 #ffffff,
     -3px -3px 0 #ffffff,
      3px 0 0 #ffffff,
      0 3px 0 #ffffff,
     -3px 0 0 #ffffff,
      0 -3px 0 #ffffff;
}

/* SP */
@media (max-width: 768px) {
  .kanzen-hero {
    padding-right: 10px;
  }
  .kanzen-title-bar {  
  font-size: 1.4rem !important;
  text-align: left; 
  padding-left: 10px;
  margin-bottom: 10px;
}
  .kanzen-header-row {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
  align-items: center; 
  text-align: center; 
}


/* 最適（紅色カプセル） */
.kanzen-tag {
  padding: 3px 8px; 
  font-size: 1.8rem; 
  width: 80px;
}

/* 年度テキスト */
.kanzen-year-text {width:100%; font-size: 1.6rem; font-weight: 700; color: #333;}
.kanzen-copy-box { margin-top: 20px; max-width: 350px; padding:10px 2px; }

.kanzen-hero-img {top: 770px; }

.kanzen-line {font-size: 1.3rem;}
}
@media (max-width: 992px) {
  .kanzen-hero-img {
   display: none;
  }
}
@media (max-width: 701px) {
  .kanzen-hero-img {
   display: none;
  }
}
@media (max-width: 481px) {
  .kanzen-hero-img {
   top: 570px;
  }
}
/* 強調色 */
.em-brown {
  color:#7a4a13;
  font-weight: 900;

  text-shadow:
      3px 3px 0 #ffffff,
     -3px 3px 0 #ffffff,
      3px -3px 0 #ffffff,
     -3px -3px 0 #ffffff,
      3px 0 0 #ffffff,
      0 3px 0 #ffffff,
     -3px 0 0 #ffffff,
      0 -3px 0 #ffffff;
}
.em-red {
  color:#b10d0d;
  font-weight: 900;

  text-shadow:
      3px 3px 0 #ffffff,
     -3px 3px 0 #ffffff,
      3px -3px 0 #ffffff,
     -3px -3px 0 #ffffff,
      3px 0 0 #ffffff,
      0 3px 0 #ffffff,
     -3px 0 0 #ffffff,
      0 -3px 0 #ffffff;
}
.kanzen-line  .small {font-size: 0.8rem; font-weight: 400;}
.big { font-size: 1.9rem; }
.huge { font-size: 2.4rem; }

/*＝＝＝締切＝＝＝＝*/
/* 外框 */
.deadline-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 15px 20px;
  margin: 10px auto;
  width: 100%;
  height: 100px;
  max-width: 380px;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

/* 左側「募集締切」 */
.deadline-label {
  background: #593a0a; /* 深咖啡 */
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.15;
  padding: 10px 14px;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  width: 80px;
  height: 80px;
}

/* 中央日期 */
.deadline-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 日付 */
.big-text {
  font-size: 3.5rem;
  font-weight: 900;
  color: #593a0a;
  line-height: 1;
}

/* 「曜日」 */
.weekday {
  background: #593a0a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* まで */
.made {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}

/* ===========================
   （RWD）
   =========================== */
@media (max-width: 1025px) {

  .deadline-box {
    padding: 12px 15px;
    border-radius: 15px;
  }

  .deadline-label {
    font-size: 1.5rem;
    padding: 4px 5px;
    margin-right: 10px;
    width: 70px;
    height: 70px;
  }

  .big-text {
    font-size: 3rem;
  }

  .weekday {
    font-size: 1.1rem;
    width: 28px;
    height: 28px;
  }

  .made {
    font-size: 0.8rem;
  }
}

/* SP */
@media (max-width: 360px) {
  .big-text {
    font-size: 3rem;
  }

  .weekday {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }

  .deadline-label {
    font-size: 1.2rem;
    padding: 8px 8px;
  }

  .made {
    font-size: 1.1rem;
  }
}

/* ================================
   チェック項目（上段3つ）
   ================================ */
.kanzen-check-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.check-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #fdf8ec;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 25px; 
}

.check-icon {
  font-size: 30px;
  color: #e57c57;   /* ピンクオレンジのチェック */
  margin-right: 8px;
  position: relative;
  top:-10px;
}

.check-text {
  display: inline-block;
  font-size: 1.3rem;
  color: #57260d;
  font-weight: 700;
  line-height: 1.6;
}

/* SP版は文字を少し縮小 */
@media (max-width: 480px) {
  .check-text {
    font-size: 1.2rem;
  }

  .check-box {
    padding: 18px 18px;
  }
}

/* ================================
   ハイライト帯コピー
   ================================ */
.kanzen-copy-highlight {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.highlight-text {
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(transparent 50%, #fff18a 50%);
  padding: 0 8px;
  line-height: 1.8;
}

/* SP版は文字を少し縮小 */
@media (max-width: 480px) {
 .highlight-text {
  font-size: 0.9rem; 
  background: linear-gradient(transparent 80%, #fff18a 80%);
}
}

/* ================================
   合格者からの感想・ご意見 大枠
================================ */
.voice-box {
  background: #fafafa;
  border: 1px solid #ebe8e4;
  border-radius: 12px;
  padding: 35px 25px;
  margin: 40px 0;
}

/* ================================
   左側プロフィール
================================ */
.voice-left {
  margin-bottom: 25px;
}

.voice-icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ffdbe6; /* ピンク背景 */
}

.voice-name {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 18px;
}

.voice-info {
  font-size: 0.8rem;
  color: #555;
}

/* ピンクタグ */
.voice-tag {
  display: inline-block;
  border: 2px solid #c39000;
  color: #c39000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-top: 10px;
}

/* ================================
   右側テキスト
================================ */
.voice-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c39000;
  margin-bottom: 20px;
}

.voice-text {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #333;
}

/* ================================
   下ボタン
================================ */
.voice-btn {
  display: inline-block;
  margin: 30px 0 50px;
  padding: 18px 40px;
  border: 2px solid #60371a;
  font-size: 1.1rem;
  border-radius: 20px;
  color: #60371a;
  background: #ffffff;
  transition: 0.2s;
  text-decoration: none;
}

.voice-btn:hover {
  background: #60371a;
  color:#ffffff;
}

/* ================================
   SP 調整
================================ */
@media (max-width: 480px) {
  .voice-title {
    font-size: 1rem;
  }

  .voice-text {
    font-size: 0.9rem;
  }

  .voice-btn {
    font-size: 1.1rem;
    padding: 14px 30px;
  }
}

/* ================================
   ご入学までの流れ　枠
================================ */
/* 全体の囲み枠 */
.course-flow-box {
  background: #fdfaf3;              /* うっすらクリーム色 */
  border: 1px solid #eee3cf;
  border-radius: 16px;
  padding: 30px 28px 35px;
  margin: 40px 0;
}

/* 1ステップごとの行 */
.course-flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-bottom: 18px;
}

/* 左側の番号ボックス */
.course-flow-num {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 3px solid #d89421;
  background: #ffffff;
  color: #d89421;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  margin-right: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* 右側テキストエリア */
.course-flow-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* タイトル（オレンジ） */
.course-flow-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c78416;
  margin: 4px 0 6px;
}

/* 説明文 */
.course-flow-text {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}

.course-flow-body .small {
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ▼ の矢印 */
.course-flow-arrow {
  text-align: center;
  margin: 4px 0 18px;
}

.course-flow-arrow span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #c59a31;  /* 矢印の色 */
}

/* -------------------------
   SP 調整
-------------------------- */
@media (max-width: 767px) {
  .course-flow-box {
    padding: 20px 15px 25px;
  }

  .course-flow-step {
    margin-bottom: 14px;
  }

  .course-flow-num {
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 18px;
    margin-right: 12px;
  }

  .course-flow-title {
    font-size: 1.1rem;
  }

  .course-flow-text {
    font-size: 0.9rem;
  }

  .course-flow-arrow {
    margin-bottom: 14px;
  }
}


/*テーブル*/

table.kanzen tr, table.kanzen th, table.kanzen td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	font-size: 0.9rem;
}


/*タイトル：：なぜ、受験勉強は早期スタートがいいの？*/
/* ▼ 全体の余白 */
.worries-title-wrapper {
  margin: 60px 0 40px;
}

/* ▼ 丸い？マーク（吹き出し付き） */
.worries-icon {
  width: 45px;
  height: 45px;
  background-color: #2b338a; /* 濃い紺色 */
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.worries-icon span {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

/* ▼ 吹き出しの三角形 */
.worries-icon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #2b338a;
}


.worries-title {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2b338a; 
  letter-spacing: 2px;
 }


 @media (max-width:481px) {
  .worries-title  {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 0 10px;
    line-height: 1.7;
}
.worries-icon {
    width: 70px;
    height: 70px;
  }

  .worries-icon span {
    font-size: 36px;
  }
}

.worries-list {
      background: #fff;
      border: 1px solid #ccc;
      padding: 20px;
      border-radius: 8px;
      margin: 30px auto;
      width: 100%;
      max-width: 480px;
    }

.worries--list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1.2em;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.8;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.worries--list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #c55f2c; /* 淡藍色 check */
  font-weight: bold;
  font-size: 1em;
}
.worries--list a {
  color: #2c64c5;
  text-decoration: underline;
}
.worries--list a:hover {
  text-decoration: none;
}

.worries--list strong {
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: bolder;
   font-size: 1.1rem;
}


/* 完全合格無料資料請求_btn */
.shiryou_btn-kan{
	 display: inline-block;
   padding: 0.6em 0.2em;
	 margin: 8px 0;
   text-decoration: none; 
   background:#348457;/*ボタン色*/
   color: #fff;
   border-bottom: solid 3px #197443;
   border-radius: 8px; 
	 letter-spacing:0;
   font-weight: 500;
	 font-size: 1.2rem;
	 max-width: 500px;
}

@media (max-width:480px) {
	.shiryou_btn-kan{
		font-size: 0.9rem;
	  letter-spacing:1px;
    padding: 1em 0.2em;
	} 
	
}
.shiryou_btn-kan:hover{
	 color: #fff;
	 -webkit-transform: translateY(1px);
     transform: translateY(1px);/*下に動く*/
     border-bottom: none;/*線を消す*/}
.shiryou_btn-kan:active{
	-webkit-transform: translateY(1px);
     transform: translateY(1px);/*下に動く*/
     border-bottom: none;/*線を消す*/}



/* ===== 全体 ===== */
.course-flow-wrapper{
  max-width:900px;
  margin:40px auto;
  padding:20px 0;
  font-family:"Noto Sans JP",sans-serif;
}

/* ===== タイトル ===== */
.flow-title {
  color: #60371a;
  font-size:1.3rem;
  margin-bottom:45px; 
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 45px; 
}
.flow-title::before, .flow-title::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color:#60371a;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.flow-title::before {
  left:0;
}
.flow-title::after {
  right: 0;
}

/* ===== タイムライン外枠 ===== */
.timeline-box{
  background:#fafafa;
  border:1px solid #ddd;
  padding:25px 20px;
  border-radius:12px;
  margin-bottom:30px;
}

/* ===== 年份 ===== */
.timeline-year{
    position:absolute;
    left:-70px;
    top:0;
    background:#6b4731;
    color:#fff;
    padding:5px 12px;
    border-radius:10px;
    font-weight:bold;
}

/* ===== 單行 ===== */
.timeline-row{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:25px 0;
    border-left:3px solid #ccc;
    margin-left:50px;
}

/* ===== 月份 ===== */
.timeline-month{
    background:#c39000;
    color:#fff;
    padding:5px 16px;
    margin-left: 10px;
    border-radius:8px;
    font-weight:500;
    font-size: 0.8rem;
    flex-shrink:0;
}

/* ===== 文案 ===== */
.timeline-content{
    flex:1;
}
.timeline-content p{
    font-size: 0.95rem;
}
.timeline-content .small{
  font-size:0.75rem;
  line-height: 1.2;
  font-weight: normal;
}
.phase-title {  
  color: #6b4731;
  font-size:1.25rem;
  font-weight:bold;
  display:flex;
  align-items:center;
}
.phase-title:before {
  content: '●';
  color: #6b4731;
  margin-right: 8px;
}

/* ===== タグ ===== */
.tag-wrap{
    margin:8px 0;
    padding-left: 10px;
}

.tag{
    border: 1px solid #c39000;
    color: #c39000;
    padding:5px 10px;
    border-radius:8px;
    margin-right:10px;
    font-size:14px;
}

/* ===== イラスト ===== */
.timeline-img img{
    width:180px;
    background:#d3f1ff;
    border-radius:4px;
}


/* ===== SP（RWD） ===== */
@media(max-width:768px){

    .timeline-box{
        padding:20px 10px;
    }

    .timeline-row{
        flex-direction:column;
        gap:10px;
        margin-left:35px;
    }

    .timeline-img img{
        width:100%;
        max-width:240px;
        margin-top:10px;
    }

    .timeline-year{
        left:-55px;
    }
    .timeline-content p {
    margin-left: 10px;
}
}

/* ===== 共通イベント ===== */
.event-item{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:25px auto;
  max-width:800px;
  gap:15px;
}

/* ===== 左側カプセル（丸角タグ） ===== */
.event-label{
  padding:12px 22px;
  border-radius:999px;
  font-size:1.2rem;
  font-weight:bold;
  color:#fff;
  white-space:nowrap;
}

/* 色：8月上旬 / 10月末 */
.event-label.brown{
  background:#9c6b43;
}

/* 色：8月〜9月 */
.event-label.pink{
  background:#d7356c;
}

/* ===== 右側白い大枠 ===== */
.event-box{
  flex:1;
  border:2px solid #d3b18c;
  background:#fff;
  border-radius:12px;
  padding:18px 16px;
  font-size:1.3rem;
  text-align:center;
  font-weight:bold;
}

.event-box.big{
  font-size:1.5rem;
}

/* 科目履修用 補助タイトル（粉色の帯） */
.subject-title{
  background:#d7356c;
  color:#fff;
  padding:8px 0;
  display:block;
  font-size:1.2rem;
  border-radius:10px 10px 0 0;
  margin-bottom:8px;
}

.subject-detail{
  font-size:1.15rem;
  padding-top:4px;
}

.subject-box{
  flex:1;
  border:2px solid #d7356c;
  background:#fff;
  border-radius:12px;
  padding:1px 1px 16px;
  font-size:1.3rem;
  text-align:center;
  font-weight:bold;
}

/* ===== SP レスポンシブ ===== */
@media (max-width:768px){
  .event-item{
    flex-direction:column;
    text-align:center;
  }

  .event-label{
    font-size:1.1rem;
    padding:10px 20px;
  }

  .event-box{
    width:100%;
    font-size:1.2rem;
  }

  .event-box.big{
    font-size:1.35rem;
  }
}

/* -------------------------
  よくある質問
-------------------------- */
/* 全体の1項目枠 */
.faq-item {
  border: 1px solid #f0ece6;
  border-radius: 20px;
  padding: 10px 5px;
  margin-bottom: 25px;
  position: relative;
  background: #ffffff;
}

/* checkbox を隠す */
.faq-check {
  display: none;
}

/* Q 行 */
.faq-question {
  display: flex;
  align-items: center;   
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8c6a18;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

/* Q の丸アイコン */
.faq-q-icon {
  flex: 0 0 42px;               /* 固定サイズでつぶれ防止 */
  width: 42px;
  height: 42px;
  background: #b68e2a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;            /* 文字を中央揃え */
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 12px;
}

/* ＋／− の丸アイコン */
.faq-plus,
.faq-minus {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);  /* 常に縦中央 */
  border-radius: 50%;
  border: 2px solid #d9d4cd;
  text-align: center;
  line-height: 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #b68e2a;
  background: #fff;
  pointer-events: none;
}

/* + と − の文字 */
.faq-plus::before {
  content: "+";
}
.faq-minus::before {
  content: "-";
}

/* 初期状態：− は非表示 */
.faq-minus {
  display: none;
}

/* チェックされたら + を非表示、− を表示 */
.faq-check:checked + .faq-question .faq-plus {
  display: none;
}
.faq-check:checked + .faq-question .faq-minus {
  display: block;
}

/* A ブロック（初期は閉じる） */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 35px; /* A の位置調整 */
  transition: all .35s ease;
}

/* A: アイコン */
.faq-a-icon {
  font-weight: 700;
  color: #b68e2a;
  font-size: 1.7rem;
  margin-right: 8px;
}

/* チェックされたら回答オープン */
.faq-check:checked ~ .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 12px;
}

/* SP 調整 */
@media (max-width: 480px) {
  .faq-q-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.3rem;
  }

  .faq-question {
    font-size: 1.2rem;
    padding-right: 50px;
  }

  .faq-plus, .faq-minus {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}