html {
  margin-top: 0!important;
}


.body {
  font-family: "Noto Sans JP", "Noto Serif JP", "Noto Sans", "Roboto",
    sans-serif;
}

html { scroll-padding-top: var(--header-h, 80px); }
:target { scroll-margin-top: var(--header-h, 80px); }

/* FV */

.fv{
width:100%;
	margin-top: 45px;
}

.a-fv-img {
  width: 100%;
 
}

.fva-inner {
  width: 100%;
  margin: 0 auto;
}

.a-inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

/* タブレット以上 */
@media screen and (min-width: 1024px) {
 
.a-inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}	
	
.fva-inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
	
	.inner {
    max-width: 768px;
  }
}

.a-header {
  background: #f0e2d6;
  position: fixed;
  width: 100%;
  top: 0px; /* 忘れずに！ */
  left: 0;
	 z-index: 9999;  
}

.a-header-log-img {
  width: 40%;
  margin: 0 auto;
  padding: 10px;
}




/* a-section01 */

.a-section01 {
  padding: 22px 16px;
}

.a-section01-title {
  font-size: 17px;
  background: #f6e4cf;
  text-align: center;
  padding: 10px 19px;
}

.a-fv-img02 {
  margin: 0 auto;
  padding: 14px 0;
}

.a-section01-txt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 19px;
}

.a-section01-pic {
  font-size: 30px;
  color: #ff0404;
  font-weight: 700;
}

.a-section01-box {
  text-align: center;
  background: #f6e4cf;
  padding: 12px;
}

.a-section01-box-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.a-section01-box02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0;
  gap: 5px;
}

.a-section01-su {
  font-size: 13px;
  margin-bottom: -10px;
}

.a-section01-en {
  font-size: 30px;
  font-weight: 500;
}

/* a-section02 */

.a-section02 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.no-contents {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #ff9f5b;
  font-family: "Noto Serif JP";
  font-size: 28.128px;
  margin-top: 30px;
  margin-bottom: 23px;
}

.question-img{
	width: 150px;
height: auto;
}

.no-txt-p {
  background: #fff;
  padding: 2px 14px;
}

.no-txt {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 14px;
}

/* a-section03 */

.a-section03 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.question-box {
  padding: 28px 15px;
  background: linear-gradient(180deg, #fff 0%, #fff7e0 100%);
}

.question-box-en {
  text-align: center;
  border-radius: 100px;
  background: #f6e4cf;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 20px;
}

.question-box-txt {
  padding: 18px 0px;
  font-size: 20px;
  text-align: center;
  font-family: "Noto Serif JP";
}

.question-img-box-txt-02{
	text-align: center;
    margin-bottom: 8px;
}

.question-img-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 28px;
}

.button-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.answer {
  padding: 15px 56px;
  font-size: 50px;
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  stroke: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: solid 1px #fff;
  border-radius: 15px;
  color: #fff;
}

.answer-txt {
  text-align: center;
  padding: 18px 0;
  font-family: "Noto Serif JP";
  font-size: 17px;
}

.answer-img {
  margin: 0 auto;
	width: 300px;
}

.a-pic-color {
  color: #ff0000;
}

.answer-contents {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
}

.answer-casebox {
  padding: 10px 40px;
  background: #fff;
  margin-top: 13px;
}

.answer-title {
     text-align: center;
    margin-top: 35px;
    position: relative;
    font-family: "Noto Serif JP";
    z-index: 1;
    font-size: 24px;
	padding-bottom: 3px;
	line-height: 1.5;
}

.answer-title::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: auto;
  left: 15%;
  right: 15%;
  height: 10px;
  background-color: rgba(255, 136, 0, 0.4);
  z-index: -1;
}

.answer-casebox-title {
  text-align: center;
  font-size: 44px;
  color: rgba(255, 136, 0, 0.2);
  margin-bottom: 7px;
}

.answer-imgbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casebox-img02 {
  width: 12%;
  margin: 0 auto;
}

.answer-casebox-txt {
  font-size: 18px;
  text-align: center;
  margin-top: 13px;
  font-weight: 600;
}

.next-button01 {
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  font-size: 30px;
  width: 100%;
  margin-top: 24px;
  border-radius: 50px;
  border: solid 1px #fff;
  color: #fff;
  filter: drop-shadow(1px 2px 1.5px rgba(0, 0, 0, 0.25));
}

/* アンケートボタン用 */

.a-section03 {
  display: none;
}

.a-section04 {
  display: none;
}

.a-section05 {
  display: none;
}

.a-section06 {
  display: none;
}

.a-section07 {
  display: none;
}

.a-section08 {
  display: none;
}

.a-section09 {
  display: none;
}

.a-section10 {
  display: none;
}

/* a-section04 */

.a-section04 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.answer-04 {
  padding: 15px 36px;
  font-size: 45px;
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  stroke: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: solid 1px #fff;
  border-radius: 15px;
  color: #fff;
}

/* a-section05 */

.a-section05 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.answer-txt05 {
  text-align: left;
  padding: 18px 0;
  line-height: 1.7;
  font-size: 14px;
}

.answer-pic {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-family: "Noto Serif JP";
}

.answer-casebox-title05 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  font-family: "Noto Serif JP";
}

.answer-casebox-txt05 {
  font-size: 17px;
  text-align: left;
  margin-top: 13px;
  font-weight: 600;
}

.next-button02 {
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  font-size: 30px;
  width: 100%;
  margin-top: 24px;
  border-radius: 50px;
  border: solid 1px #fff;
  color: #fff;
  filter: drop-shadow(1px 2px 1.5px rgba(0, 0, 0, 0.25));
}

/* a-section06 */

.a-section06 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.answer-06 {
  padding: 15px 36px;
  font-size: 45px;
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  stroke: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: solid 1px #fff;
  border-radius: 15px;
  color: #fff;
}

/* a-section07 */

.a-section07 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.next-button03 {
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  font-size: 30px;
  width: 100%;
  margin-top: 24px;
  border-radius: 50px;
  border: solid 1px #fff;
  color: #fff;
  filter: drop-shadow(1px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.a-section07-title {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 75%, 0 50%);
  text-align: center;
  background: #ff9f5b;
  color: #fff;
  padding: 10px 0 40px;
  font-size: 20px;
  margin-top: 20px;
  font-family: "Noto Serif JP";
  font-weight: 600;
}

.a-section07-txtbox {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.a-section07-list {
  background: #ff9f5b;
  padding: 25px 20px 30px;
  color: #fff;
  position: relative;
}

.a-section07-list::after {
  position: absolute;
  bottom: -30px;
  right: -5px;
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3); /* 白で透過 */
  pointer-events: none; /* テキストの上でもクリックを通す */
  z-index: 0;
}

.a-section07-list:nth-of-type(1)::after {
  content: "01";
}

.a-section07-list:nth-of-type(2)::after {
  content: "02";
}

.a-section07-list:nth-of-type(3)::after {
  content: "03";
}

.a-section07-item {
  text-align: center;
  border-bottom: solid 1px;
  line-height: 2.2;
  font-size: 15px;
  font-weight: 600;
}

.a-section07-txtbox {
  margin-top: 10px;
  font-size: 14px;
}

/* a-section08 */

.a-section08 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.answer-08 {
  padding: 15px 36px;
  font-size: 45px;
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  stroke: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: solid 1px #fff;
  border-radius: 15px;
  color: #fff;
}

/* a-section09 */

.a-section09 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.answer-imgbox-txt {
  text-align: center;
  margin-top: 10px;
}

.answer-imgbox09 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* a-section10 */

.a-section10 {
  background: #f6e4cf;
  padding: 0 0 22px 0;
	
    
}

.a-inner10{
	width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.a-section10-box {
  background: #ff9f5b;
  padding: 30px 20px;
  text-align: center;
  clip-path: polygon(0 0, 1000% 0, 100% 60%, 50% 75%, 0 60%);
}

.a-section10-title {
  font-size: 30px;
  color: #fff;
  border-bottom: dotted 3px;
  padding-bottom: 12px;
  font-family: "Noto Serif JP";
}

.a-section10-txt {
  font-size: 25px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 88px;
  font-family: "Noto Serif JP";
}

.a-section10-contents {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP";
  margin-top: -40px;
}

.a-section010-box {
  text-align: center;
  background: #fff;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.a-line {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #00b900;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 30px;
  font-family: "Noto Serif JP";
}

.a-pic-txt {
  font-size: 32px;
  color: red;
  font-weight: 700;
}

.next-button09 {
  background: linear-gradient(180deg, #f9e7af 0%, #ffbf00 100%);
  font-size: 30px;
  width: 100%;
  margin-top: 24px;
  border-radius: 50px;
  border: solid 1px #fff;
  color: #fff;
  filter: drop-shadow(1px 2px 1.5px rgba(0, 0, 0, 0.25));
}

/* a-section11 */

.a-section11 {
  background: #f6e4cf;
  padding: 22px 16px;
}

.a-section11title {
  text-align: center;
  font-size: 25px;
  font-family: "Noto Serif JP";
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  line-height: 1.3;
  margin-top: 30px;
}

.a-section11-txt {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}

.a-section11-box {
  padding: 10px 25px;
  border: 1px solid #ff9f5b;
  margin-bottom: 30px;
}

.a-section11-box-pic {
  text-align: center;
  background: #ff9f5b;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Serif JP";
}

.a-section11-box-titile {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 27px;
  font-family: "Noto Serif JP";
}

.a-section11-box-txt {
  font-size: 14px;
}

.a-inner10 {
  background: #f6e4cf;
  padding: 22px 16px;
}
