 body{font-family: 'Noto Sans JP', sans-serif; font-size: 20px; line-height: 1.6;}
		 .container{max-width: 830px;}
		 h1,h2,h3,h4,h5,strong{font-weight: bold;}
		 h1{margin-bottom: 1.5em;}
		 img{width: 100%; max-width: auto;}
		 .f120{font-size: 110%;}
		 .f150{font-size: 150%;}
		 .y-marker{ background: linear-gradient(transparent 60%, #ffed4f 0%);
				line-height: 1.3em;}
		 .button05 a {
				  display: flex;
				  justify-content: space-between;
				  align-items: center;
				  margin: 0 auto;
				  padding: 1em 2em;
				  width: 300px;
				  color: #333;
				  font-size: 24px;
				  font-weight: 700;
					background-color: #ffdd36;
					box-shadow: 0 5px 0 #c1b52a;
				  transition: 0.3s;
					}

.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button05 a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}
h2 {
    border-bottom: solid 3px skyblue;
    position: relative;
    font-size: 30px;
    margin-top: 3em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    padding-bottom: 12px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}	
		 
.yoshi_box {
    border: solid 10px #f7eed6;
    padding: 15px;
    width: 100%;
    max-width: 640px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
}		
		 
		 .yoshi_box img{
			 width: 80%;
			 margin: auto;
			 margin-bottom: 24px;
		 }		 
.back_orange {
    background: linear-gradient(45deg,#f39800 0%,#f7e07a 26%,#e94946 100%);
    padding: 30px 0;
	border-radius: 10px;
	margin-top: 40px;
}	
.form {
    width: 90%;
    border-radius: 20px;
    background: #fff;
    margin: auto;
    padding: 20px 4%;
    font-family: 'Noto Sans JP',sans-serif;
    box-shadow: 4px 4px 6px rgb(0 0 0 / 40%);
    position: relative;
}		
		 .form .top {
    position: relative;
    z-index: 3;
}
	.form img.mail {
    top: -30px;
    left: -20px;
    width: auto;
		position: absolute;
}	 
form button {
    background: transparent;
    border: none;
}
form .button {

    margin: 20px auto;
    text-align: center;
}		 
form input {
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    border: solid 2px #aaa;
    padding: 28px;
    margin: 10px auto;
}		 
		 
/*　プルプルボタン　*/

.animate72,.a-option72,.a-btnsub72 {
    margin: 0 auto;
    -webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;
}

a.a-btn {
    position:relative;display:inline-block;margin:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
a.a-btn img {
    display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
img.a-main {position:relative;z-index: 54;}
a.shover:hover * {animation-name:none!important;}

@-moz-keyframes animate72 {0%{ -moz-transform:rotate(0deg);}40%{ -moz-transform:rotate(0deg);}50%{ -moz-transform:rotate(2deg);}60%{ -moz-transform:rotate(-1deg);}70%{ -moz-transform:rotate(3deg);}80%{ -moz-transform:rotate(-2deg);}90%{ -moz-transform:rotate(0deg);}100%{ -moz-transform:rotate(0deg);}}@-o-keyframes animate72 {0%{ -o-transform:rotate(0deg);}40%{ -o-transform:rotate(0deg);}50%{ -o-transform:rotate(2deg);}60%{ -o-transform:rotate(-1deg);}70%{ -o-transform:rotate(3deg);}80%{ -o-transform:rotate(-2deg);}90%{ -o-transform:rotate(0deg);}100%{ -o-transform:rotate(0deg);}}@-webkit-keyframes animate72 {0%{ -webkit-transform:rotate(0deg);}40%{ -webkit-transform:rotate(0deg);}50%{ -webkit-transform:rotate(2deg);}60%{ -webkit-transform:rotate(-1deg);}70%{ -webkit-transform:rotate(3deg);}80%{ -webkit-transform:rotate(-2deg);}90%{ -webkit-transform:rotate(0deg);}100%{ -webkit-transform:rotate(0deg);}
}

@keyframes animate72 {0%{ transform:rotate(0deg);}40%{ transform:rotate(0deg);}50%{ transform:rotate(2deg);}60%{ transform:rotate(-1deg);}70%{ transform:rotate(3deg);}80%{ transform:rotate(-2deg);}90%{ transform:rotate(0deg);}100%{ transform:rotate(0deg);}
}
.animate72{-webkit-animation-name: animate72;-moz-animation-name: animate72;-o-animation-name: animate72;animation-name: animate72;}
.a-btn72{padding-left:0%!important;}
.a-option72{top:0%!important;}
.a-option72{width:20%!important;}
.a-btn72{max-width:100%!important;}
.animate72,.a-btnsub72,.a-option72{animation-duration:1s!important;-webkit-animation-duration:1s;-ms-animation-duration:1s;-moz-animation-duration:1s!important;} 

		 
		 @media (max-width: 767px) { 
	h1{font-size: 24px;}
	h2{font-size: 20px; margin-top: 2.5em; margin-bottom: 1em;}
			 .f120{font-size: 110%;}
		 .f150{font-size: 120%;}
	
	.form img.mail {
    position: absolute;
    top: -3vw;
    left: -3vw;
    width: 30%;
}
			 
button {padding: 0px;
    margin: -16px;}		 
	
		 }		
h1, .h1 {
    font-size: 2rem;
}
@media (max-width: 767px) {h1, .h1 {
    font-size: 1.5rem;
}
	
h3, .h3 {
    font-size: 1.6rem;
}	
	
	}	
		 @media (max-width: 375px) { 
    h3, .h3 {
        font-size: 1.35rem;
    }
		 }	
		 
		 @media (max-width: 320px) {     h3, .h3 {
        font-size: 1.2rem;
    }}

    .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
}

.modal-content {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
}
@media (max-width: 420px) {

.modal p {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0rem;
}


.modal form input {
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    border: solid 2px #aaa;
    padding: 11px;
    margin: 2px auto;
}
}
@media (max-width: 375px) {
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.modal form input {
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    border: solid 2px #aaa;
    padding: 11px;
    margin: 2px auto;
}

}


.emphasis-quote {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #c06020;
  padding: 25px;
  margin: 30px 0;
  background: #fff8e8;
  border-top: 3px solid #e87020;
  border-bottom: 3px solid #e87020;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .check-list-title { font-size: 18px; }
  .check-text { font-size: 16px; }
  .future-text { font-size: 16px; }
  .gift-name { font-size: 22px; }
  .why-free-head { font-size: 30px !important; }
  .emphasis-quote { font-size: 20px; }
}

.gift-features {
    background: #fff9e8;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    list-style: none;
    padding-left: 20px;
}/* 追加スタイル（元LPに無い要素用・既存のデザインルールに揃える） */
.check-list-box {
  background: #fff8e8;
  border: 3px solid #ffcc66;
  border-radius: 12px;
  padding: 30px 25px;
  margin: 30px 0;
}
.check-list-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #c06020;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ffc778;
}
.check-item {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-start;
}
.check-mark {
  color: #c06020;
  font-size: 22px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  line-height: 1.3;
}
.check-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.check-text small {
  display: block;
  font-size: 15px;
  color: #888;
  margin-top: 4px;
}
.check-voice {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #c06020;
  font-style: italic;
  margin: 25px 0 15px;
}
.check-hope {
  text-align: center;
  font-size: 16px;
  color: #555;
}

.future-list-box {
  background: #fff8e8;
  border: 3px solid #ffcc66;
  border-radius: 12px;
  padding: 30px 25px;
  margin: 30px 0;
}
.future-item {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.future-check {
  color: #e87020;
  font-size: 22px;
  font-weight: bold;
  margin-right: 14px;
  flex-shrink: 0;
}
.future-text {
  font-size: 18px;
  color: #333;
}

.gift-card {
  background: #fff;
  border: 3px solid #ffc778;
  border-radius: 16px;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(232, 112, 32, 0.1);
}
.gift-badge {
  display: inline-block;
  background: #e87020;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.gift-name {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 12px;
}
.gift-price {
  font-size: 18px;
  color: #c06020;
  font-weight: bold;
  margin-bottom: 20px;
}
.gift-price .strike {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  margin-right: 10px;
}
.gift-price .free-label {
  font-size: 22px;
  color: #d9001f;
}
.gift-image {
  text-align: center;
  margin: 20px 0;
}
.gift-image img {
  max-width: 300px;
  border-radius: 8px;
}
.gift-features {
  background: #fff9e8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  list-style: none;
  padding-left: 20px;
}
.gift-features li {
  color: #444;
  padding: 6px 0;
}
.gift-warning {
  background: #ffe8d4;
  border-left: 5px solid #d9001f;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 17px;
  color: #a00010;
  border-radius: 0 8px 8px 0;
}

.voice-card {
  background: #fff8e8;
  border-left: 6px solid #e87020;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 0 12px 12px 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}
.voice-name {
  font-size: 16px;
  font-weight: bold;
  color: #c06020;
  margin-bottom: 12px;
}
.voice-text {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  white-space: pre-line;
}

.faq-item {
  background: #fff;
  border: 2px solid #ffc778;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-q {
  background: #fff8e8;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: bold;
  color: #c06020;
  border-bottom: 1px solid #ffd89b;
}
.faq-a {
  padding: 20px 22px;
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  white-space: pre-line;
}

.ribbon-label {
  display: inline-block;
  background: #e87020;
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.ribbon-center {
  text-align: center;
  margin-top: 50px;
}

.why-free-head {
  font-size: 40px !important;
  font-weight: 900 !important;
  color: #e87020 !important;
  text-align: center;
  margin: 20px 0 30px !important;
  line-height: 1.4 !important;
}

.honest-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 25px;
  margin: 30px 0;
}
.honest-list {
  background: #fff;
  border-left: 5px solid #ff9e3d;
  padding: 20px 25px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.honest-list-item {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  padding: 6px 0;
}

.summary-box {
  background: #fff9e8;
  border: 3px solid #e87020;
  border-radius: 12px;
  padding: 30px 25px;
  margin: 30px 0;
}
.summary-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #c06020;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ffc778;
}
.summary-item {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.6;
  padding-left: 10px;
}
.summary-item strong {
  display: block;
  color: #c06020;
  font-size: 18px;
  margin-bottom: 4px;
}

.emphasis-quote {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #c06020;
  padding: 25px;
  margin: 30px 0;
  background: #fff8e8;
  border-top: 3px solid #e87020;
  border-bottom: 3px solid #e87020;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .check-list-title { font-size: 18px; }
  .check-text { font-size: 16px; }
  .future-text { font-size: 16px; }
  .gift-name { font-size: 22px; }
  .why-free-head { font-size: 30px !important; }
  .emphasis-quote { font-size: 20px; }
}