/* CSS Document */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
  overflow-x: hidden;
}
img {
	width: 100%;
	border: none;
	vertical-align: bottom;
}

/*Setting***************************************************/
:root {
    --primary-color: #000;
    --secondary-color: #ff1d25;
	--jp-primary-font: 'LINE Seed JP', sans-serif;
  --jp-secondary-font: 'Noto Sans JP', sans-serif;
	--en-primary-font: 'Montserrat', sans-serif;
  	--font-weight-Regular: 400;
  	--font-weight-bold: 700;
  	--font-weight-exBold: 800;
	--text-color: #000;
	--text-color-red: #ff1d25;
	--text-color-grey: #333;
    --text-color-white: #fff;
    --bg-color:#fff4e6;
}

::selection {
  background-color: #ed5f74;
}

.sp-only {
  display: none;
}
.pc-only {
  display: block;
}

/*base****************/
body {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-family: var(--jp-primary-font);
	background: var(--bg-color);
  color: var(--text-color);
  overflow-x: hidden;
}


.report-wrapper {
  width: 100%;
  font-feature-settings: "palt";
}


/*専用ヘッド部分********/
.gnav-sec-irr {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.cont-head-irr {
  position: relative;      /* SVG絶対配置の基準 */
  overflow: hidden;  
  background-color: var(--secondary-color);
}


.cont-head-irr .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 200px 0 450px;
  position: relative;
  z-index: 1;
}

.irr-title-logo {
    width: 55%;
    margin-bottom: 40px;
}
.irr-title-logo img {
    width: 50vw;
    max-width: 600px;  /* 最大幅を制限 */
  height: auto;      /* 高さは比率を維持 */
  display: block; 
}

.irr-title-lead {
    font-size: 3.5rem;
    color: var(--text-color-white);
    font-family: var(--jp-primary-font);
    font-weight: var(--font-weight-exBold);
    line-height: 1.5;
}

.irr-h-machiko {
    position: absolute;
    top: -320px;
    right: 8%;
    width: 30%;
    z-index: 5;
}

/* ===== INDEX全体 ===== */
#irr-index-2q {
  background-image: url(../images/2026_2q/bg-index-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1150px;
  width: 100%;
  margin-top: -450px;
  position: relative;
  padding-bottom: 300px;
}
#irr-index-2q .inner {
  width: 100%;
  margin: 0 auto;
  padding: 280px 0 0;
  background-image: url('../images/2026_2q/bg-index-l.png'), url('../images/2026_2q/bg-index-r.png');
  background-position: 0 120%,  100% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;  
  background-size: auto 500px, auto 500px;
}



/* タイトル */
.irr-2q-index-title {
  display: block;
  width: fit-content;
  font-size: 3.5rem;
  font-weight: var(--font-weight-exBold);
  letter-spacing: 0.1em;
  color: var(--primary-color);
  font-family: var(--jp-primary-font);
  margin: 0 auto;
  background-image: url(../images/2026_2q/bg-index-title.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 0 15px 90px 15px;
}

/* コンテンツリスト */
.irr-2q-index-contents-box {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  color: var(--primary-color);
  font-family: var(--jp-primary-font);
  text-align: center;
  z-index: 2;
  position: relative;
}

/* 各li */
.irr-2q-index-contents-box li {
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
}

/* 文字＋画像をまとめるspan */
.irr-2q-index-contents-box li span {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 20px;   /* 画像分のスペース */
  padding-bottom: 10px; /* アンダーライン用余白 */
  cursor: pointer;
  transition: color 0.3s;
}

/* 先頭に画像 */
.irr-2q-index-contents-box li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url('../images/2026_2q/img-circle-red.svg') no-repeat center center;
  background-size: contain;
}

/* アンダーライン */
.irr-2q-index-contents-box li span::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  height: 2px;
  border-bottom: 4px dotted var(--secondary-color);
}

/* リンク */
.irr-2q-index-contents-box li span a {
  text-decoration: none;
  color: var(--primary-color);
}

/* ホバー */
.irr-2q-index-contents-box li span:hover a {
  color: var(--secondary-color);
}

/* 下部波（大円） */
.wave-bottom-circle {
position: absolute;
  left: 50%;          /* 左端を画面中央に合わせる */
  transform: translateX(-50%); /* 中央にずらす */
  width: 3500px;
  height: 3500px;
  display: block;
  top:830px;
}



/*************************************************/





/**********************************************************ここからCONTENTS*/
section#irr-contents-2q {
  position: relative;
  background-color: var(--bg-color);
  padding: 50px 0 20px;
  overflow: visible;
  z-index: 2;

}
/* ===== 回転背景（本番用） ===== */
.bg-wrapper {
   position: absolute;
  left: 50%;
  top: -5.8%;
  width: 3500px;
  height: 3500px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.rotating-bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/2026_2q/img-circle-l.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: rotate 40s linear infinite;
}
@keyframes rotate {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}


/* 前面コンテンツの一枚上 */
.content-qa-area-wrapper {
  position: relative;
  z-index: 3;
  margin: 50px auto 0;
  width: 100%;
  background-color: var(--bg-color);
}
/* 前面コンテンツ */
.content-qa-area {
  position: relative;
  z-index: 3;
  margin: 0 auto 130px;
  padding: 0;
  width: 1100px;
}
.content-qa-area a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.content-qa-area a:visited {
  color: var(--secondary-color);
  text-decoration: underline;
}
.question-area {
  width: 100%;
  padding-left: 47px;
  z-index: 1;
  position: relative;
}
.question-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 24px;
  padding: 40px 35px 45px; /* ← 左を広めに */
  box-sizing: border-box;
  overflow: visible;
  width: fit-content;
}
.question-box::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  transform: translateY(-50%);
  width: 94px;
  height: 94px;
  background: url('../images/2026_2q/icon-q.svg') no-repeat center;
  background-size: contain;
}
.question-txt {
  margin: 0;
  font-size: 2.7rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--text-color-white);
  line-height: 1.5;
  word-break: keep-all;
  text-decoration: underline;
  text-decoration-color: #f6cc4a;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.answer-area {
  width: 100%;
  margin: -50px auto 0;
  z-index: 0;
  position: relative;
}
.answer-box {
  position: relative;
  background: #fff0ee;
  border: 0.5px solid #ccc;
  padding: 20px;
  width: 825px;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box01-over.png) no-repeat center top / cover;
}
.answer-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 225px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box01-under.png) no-repeat center bottom / cover;
}
.answer-box .inner {
  border: 4px solid #ff1d25;
  padding: 50px 70px;
  border-radius: 8px;
}
.answer-box .inner .title {
  font-size: 3.0rem;
  line-height: 1.5;
 font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.answer-box .inner hr.red-line {
  border: none;
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  margin: 20px 0 20px 2px;
  border-radius: 5px;
}
.answer-box .inner .txt {
  font-size: 1.9rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-Regular);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}
/******************右寄りパターン*****************/
.question-area-r01 {
  width: 100%;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-end; /* ← 右寄せ */
}
.question-box-r01 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 24px;
  padding: 40px 35px 45px; /* ← 左を広めに */
  box-sizing: border-box;
  overflow: visible;
  width: fit-content;
}
.question-box-r01::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  transform: translateY(-50%);
  width: 94px;
  height: 94px;
  background: url('../images/2026_2q/icon-q.svg') no-repeat center;
  background-size: contain;
}
.question-txt-r01 {
  margin: 0;
  font-size: 2.7rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--text-color-white);
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #f6cc4a;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.answer-area-r01 {
  width: 100%;
  margin: -50px auto 0;
  z-index: 0;
  position: relative;
}
.answer-box-r01 {
  position: relative;
  background: #fff0ee;
  border: 0.5px solid #ccc;
  padding: 20px;
  width: 825px;
  border-radius: 8px;
  margin: 0 50px 0 0;
}
.answer-box-r01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box02-over.png) no-repeat center top / cover;
}
.answer-box-r01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box02-under.png) no-repeat center bottom / cover;
}
.answer-box-r01 .inner {
  border: 4px solid #ff1d25;
  padding: 50px 70px;
  border-radius: 8px;
}
.answer-box-r01 .inner .title {
  font-size: 3.0rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
    margin-bottom: 20px;
}
.answer-box-r01 .inner hr.red-line {
  border: none;
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  margin: 20px 0 20px 2px;
  border-radius: 5px;
}
.answer-box-r01 .inner .txt {
  font-size: 1.9rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-Regular);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

/************************3つ目*********************/

.answer-box03 {
  position: relative;
  background: #fff0ee;
  border: 0.5px solid #ccc;
  padding: 20px;
  width: 825px;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box03-over.png) no-repeat center top / cover;
}
.answer-box03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box03-under.png) no-repeat center bottom / cover;
}
.answer-box03 .inner {
  border: 4px solid #ff1d25;
  padding: 50px 70px;
  border-radius: 8px;
}
.answer-box03 .inner .title {
  font-size: 3.0rem;
  line-height: 1.5;
 font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
  text-indent: -0.5em;
    margin-bottom: 20px;
}
.answer-box03 .inner hr.red-line {
  border: none;
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  margin: 20px 0 20px 2px;
  border-radius: 5px;
}
.answer-box03 .inner .txt {
  font-size: 1.9rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-Regular);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

/*******************4つめ*************************/
.answer-box-r04 {
  position: relative;
  background: #fff0ee;
  border: 0.5px solid #ccc;
  padding: 20px;
  width: 825px;
  border-radius: 8px;
  margin: 0 50px 0 0;
}

.answer-box-r04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box04-over.png) no-repeat center bottom / cover;
  pointer-events: none;
}
.answer-box-r04 .inner {
  border: 4px solid #ff1d25;
  padding: 50px 70px 65px 70px;
  border-radius: 8px;
}
.answer-box-r04 .inner .title {
  font-size: 3.0rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
    margin-bottom: 20px;
}
.answer-box-r04 .inner hr.red-line {
  border: none;
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  margin: 20px 0 20px 2px;
  border-radius: 5px;
}
.answer-box-r04 .inner .txt {
  font-size: 1.9rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-Regular);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}



/************************5つ目*********************/

.answer-box05 {
  position: relative;
  background: #fff0ee;
  border: 0.5px solid #ccc;
  padding: 20px;
  width: 880px;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 225px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box05-over.png) no-repeat center bottom / cover;
}
.answer-box05 .inner {
  border: 4px solid #ff1d25;
  padding: 50px 70px 70px 70px;
  border-radius: 8px;
}
.answer-box05 .inner .title {
  font-size: 3.0rem;
  line-height: 1.5;
 font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--secondary-color);
  letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.answer-box05 .inner hr.red-line {
  border: none;
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  margin: 20px 0 20px 2px;
  border-radius: 5px;
}
.answer-box05 .inner .txt {
  font-size: 1.9rem;
  font-family: var(--jp-secondary-font);
  font-weight: var(--font-weight-Regular);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}


/******************キャラ位置********************/
.box1-machiko-img {
  position: absolute;
  top:-150px;
  right:150px;
  width: 230px;
}
.box2-machiko-img {
  position: absolute;
  bottom:90px;
  right:130px;
  width: 230px;
}
.box3-machiko-img {
  position: absolute;
  top:-150px;
  right:150px;
  width: 230px;
}
.box4-machiko-img {
  position: absolute;
  top:-180px;
  left:-20px;
  width: 215px;
}
.box5-machiko-img {
  position: absolute;
  top:-130px;
  right:120px;
  width: 243px;
}
.cont-body-irr {
	padding: 150px 0 0 0;
	background: url(../images/2026_2q/bg-footer.svg) #fff4e6 repeat-x;
	background-size: 1200px auto;
	background-position: center bottom;
}
#question01,#question02,#question03,#question04,#question05,#question06 {
    scroll-margin-top: 100px;
}





@media screen and (max-width: 768px) {

  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }


/*専用ヘッド部分********/

.cont-head-irr .inner {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 200px;
  position: relative;
}

.cont-head-irr .inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}
.irr-title-logo-sp {
    width: 90%;
    margin: 0 auto 10px;
}
.irr-title-lead {
    font-size: clamp(2.0rem, 6vw, 2.5rem);
    margin: 0 auto;
    text-align: center;
}

/* ===== INDEX全体 ===== */
#irr-index-2q {
  background-image: url(../images/2026_2q/bg-index-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: none;
  width: 100%;
  margin-top: -250px;
  position: relative;
  padding-bottom: 250px;
}
#irr-index-2q .inner {
  width: 100%;
  margin: 0 auto;
  padding:250px 0 0;
  background-image: none;
}

/* タイトル */
.irr-2q-index-title {
  display: block;
  width: fit-content;
  font-size: clamp(2.0rem, 6vw, 2.5rem);
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  padding: 0 10px 80px 10px;
}

/* コンテンツリスト */
.irr-2q-index-contents-box {
  list-style: none;
  padding: 0;
  margin: -30px auto 0;
  color: var(--primary-color);
  font-family: var(--jp-primary-font);
  text-align: center;
}

/* 各li */
.irr-2q-index-contents-box li {
    margin: 0 0 30px;
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    line-height: 1.4;
    letter-spacing: 0;
}


.irr-2q-index-contents-box li span {
     display: inline-flex;
    align-items: baseline;
    position: relative;
    padding-left: 5px;
    padding-bottom: 10px;
    gap: 4px;
}

/* 先頭に画像 */
.irr-2q-index-contents-box li span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/2026_2q/img-circle-red.svg') no-repeat center center;
    background-size: contain;
    position: static;
    transform: none;
    flex-shrink: 0;
    vertical-align: baseline;
    transform: translateY(-1px); /* 下に2pxずらす */
}

/* アンダーライン */
.irr-2q-index-contents-box li span::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  height: 2px;
  border-bottom: 4px dotted var(--secondary-color);
}

/* リンク */
.irr-2q-index-contents-box li span a {
  text-decoration: none;
  color: var(--primary-color);
}

/* ホバー */
.irr-2q-index-contents-box li span:hover a {
  color: var(--secondary-color);
}

/* 下部波（大円） */
.wave-bottom-circle {
position: absolute;
  left: 50%;          /* 左端を画面中央に合わせる */
  transform: translateX(-50%); /* 中央にずらす */
  width: 3500px;
  height: 3500px;
  display: block;
  top:830px;
}

/**********************************************************ここからCONTENTS*/
section#irr-contents-2q {
  position: relative;
  background-color: var(--bg-color);
  padding: 0 0 20px;
  overflow: visible;
  z-index: 2;

}
/* ===== 回転背景（本番用） ===== */
.bg-wrapper {
   position: absolute;
  left: 50%;
  top: -5%;
  width: 2000px;
  height: 2000px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

/* 前面コンテンツの一枚上 */
.content-qa-area-wrapper {
  margin: 0 auto;
}
/* 前面コンテンツ */
.content-qa-area {
  position: relative;
  z-index: 3;
  margin: 0 auto 130px;
  padding: 0;
  width: 100%;
}
.question-area {
  width: 88%;
  padding-left: 0;
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
.question-box {
  border-radius: 20px;
  padding: 15px 20px 22px;
  margin: 0;
  max-width: 80%;
}
.question-box::before {
  left: 0;
  top:-18%;
  width: 60px;
  height:60px; 
}
.question-txt {
  margin: 0;
  font-size: clamp(1.5rem, 8vw, 2.0rem);
  line-height: 1.6;
  word-break: break-all;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  text-align: left;
}
.question-txt span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.2em;
}
.question-txt span::after {
  left: 0;
  bottom: -2px; /* 下線の縦位置 */
  width: 100%;
  height: 3px; /* 線の太さ */
}


.answer-area {
  width: 95%;
  margin: -20px auto 0;
  z-index: 0;
  position: relative;
}
.answer-box {
  position: relative;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box01-over.png) no-repeat center top / contain;
}
.answer-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 225px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box01-under.png) no-repeat center bottom / contain;
}

/******************右寄りパターン*****************/
.question-area-r01 {
  width: 88%;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.question-box-r01 {
  border-radius: 20px;
 padding: 15px 20px 22px;
  max-width: 90%;
  margin: 0;
}

.question-box-r01::before {
  left: 0;
  top:-18%;
  width: 60px;
  height:60px; 
}
.question-txt-r01 {
  margin: 0;
  font-size: clamp(1.5rem, 8vw, 2.0rem);
  line-height: 1.6;
  word-break: break-all;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  text-align: left;
}
.question-txt-r01 span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.2em;
}
.question-txt-r01 span::after {
  left: 0;
  bottom: -2px; /* 下線の縦位置 */
  width: 100%;
  height: 3px; /* 線の太さ */
}

.answer-area-r01 {
  width: 95%;
  margin: -20px auto 0;
  z-index: 0;
  position: relative;
}
.answer-box-r01 {
  position: relative;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}

.answer-box-r01::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 360px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box02-over.png) no-repeat center top / contain;
}

/************************3つ目*********************/

.answer-box03 {
  position: relative;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box03-over.png) no-repeat center top / contain;
}
.answer-box03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box03-under.png) no-repeat center bottom / contain;
}

/*******************4つめ*************************/
.answer-box-r04 {
  position: relative;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}

.answer-box-r04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box04-over.png) no-repeat center bottom / contain;
}






/************************5つ目*********************/

.answer-box05 {
  position: relative;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}
.answer-box05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 225px; /* 上画像の高さ */
  background: url(../images/2026_2q/bg-box05-over.png) no-repeat center bottom / contain;
}

.answer-box .inner,
.answer-box-r01 .inner,
.answer-box03 .inner,
.answer-box-r04 .inner,
.answer-box05 .inner {
  border: 3px solid #ff1d25;
  padding: 10% 8%;
}

.answer-box .inner .title,
.answer-box-r01 .inner .title, 
.answer-box03 .inner .title,
.answer-box-r04 .inner .title,
.answer-box05 .inner .title {
  font-size: clamp(1.5rem, 8vw, 2.0rem);
  line-height: 1.4;
}
.answer-box .inner .txt,
.answer-box-r01 .inner .txt,
.answer-box03 .inner .txt,
.answer-box-r04 .inner .txt,
.answer-box05 .inner .txt {
  font-size: clamp(1.2rem, 5vw, 1.5rem);
  line-height: 1.7;
}


/******************キャラ位置********************/
.box1-machiko-img {
  position: absolute;
  top:-110px;
  right:-5%;
  width: 145px;
}
.box2-machiko-img {
  position: absolute;
  bottom:0;
  right:1%;
  width: 150px;
}
.box3-machiko-img {
  position: absolute;
  top:-180px;
  right:0;
  width: 150px;
}
.box4-machiko-img {
  display: none;
}
.box5-machiko-img {
  position: absolute;
  top:-175px;
  right:0%;
  width: 150px;
}
.cont-body-irr {
	padding: 100px 0 0 0;
	background: url(../images/2026_2q/bg-footer.svg) #fff4e6 repeat-x;
	background-size: 1200px auto;
	background-position: center bottom;
}
#question01,#question02,#question03,#question04,#question05,#question06 {
    scroll-margin-top: 100px;
}


}