@charset "UTF-8";
html, body {
  overflow-x: hidden; /*水平スクロールの防止*/
  overflow-y: visible; /*水平スクロールの防止*/
}
html {
  font-size: 16px; /*ルート要素サイズ指定（remのベースの値）*/
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif; /*サイトの基本となるフォント（ゴシックフォント）*/
  line-height: 2; /*行間調整*/
  font-weight: normal;
  font-style: normal;
font-feature-settings: "palt"; /* プロポーショナル仮名 */
  text-align: center;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; /*テキスト装飾をすべて取り除く*/
  color: #949494;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.red {
  color: #e60012;
}
.blue {
  color: #0000ff;
}
.black {
  color: #000;
}
.bold {
  font-weight: 600;
}
.normal {
  font-weight: normal !important;
}
.bgy {
  background-color: #fff100;
}
.ul {
  text-decoration: underline;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5% 0 !important;
}
.p8 {
  padding: 8% 0 !important;
}
.p10 {
  padding: 10% 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1% !important;
}
.pt3 {
  padding-top: 3% !important;
}
.pt5 {
  padding-top: 5% !important;
}
.pt8 {
  padding-top: 8% !important;
}
.pt10 {
  padding-top: 10% !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1% !important;
}
.pb3 {
  padding-bottom: 3% !important;
}
.pb5 {
  padding-bottom: 5% !important;
}
.pb8 {
  padding-bottom: 8% !important;
}
.pb10 {
  padding-bottom: 10% !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1% !important;
}
.mt3 {
  margin-top: 3% !important;
}
.mt5 {
  margin-top: 5% !important;
}
.mt8 {
  margin-top: 8% !important;
}
.mt10 {
  margin-top: 10% !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1% !important;
}
.mb3 {
  margin-bottom: 3% !important;
}
.mb5 {
  margin-bottom: 5% !important;
}
.mb8 {
  margin-bottom: 8% !important;
}
.mb10 {
  margin-bottom: 10% !important;
}
/* font（親要素に対して大きくなる） */
.font07{
  font-size: 0.7em;
}
.font08{
  font-size: 0.8em;
}
.font09{
  font-size: 0.9em;
}
.font11{
  font-size: 1.1em;
}
.font12{
  font-size: 1.2em;
}
.font13{
  font-size: 1.3em;
}
.font14{
  font-size: 1.4em;
}
.font15{
  font-size: 1.5em;
}
.font16{
  font-size: 1.6em;
}
.font17{
  font-size: 1.7em;
}
.font18{
  font-size: 1.8em;
}
.font19{
  font-size: 1.9em;
}
.font20{
  font-size: 2.0em;
}

/* text-align */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.w_50 {
  width: 50%;
  margin: 0 auto;
}
.w_60 {
  width: 60%;
  margin: 0 auto;
}
.w_70 {
  width: 70%;
  margin: 0 auto;
}
.w_80 {
  width: 80%;
  margin: 0 auto;
}
/*--------------------------------------
ここからサイトの個別のcss*/
.image_fr {
  float: right;
  width: 200px;
}

h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.3529rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  color: #222222;
}
h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  }

p {
  font-size: 1.1146rem;
  padding-bottom: 2em;
  color: #232323;
  letter-spacing: 0.03em;
}
p:last-child {
  padding-bottom: 0;
}
.image {
  padding-bottom: 2rem;
  text-align: center;
}
.image:last-child {
  padding-bottom: 0;
}

.green {
  color: #00a66d;/*SmileNowaグリーン*/
}
.highlight {
  background: linear-gradient(transparent 70%, #fff1b2 0%);
}

/*--------------------------------------
ヘッダー用*/
header {
  padding: 0.5rem 0;
  background: #000;
}
header .inner {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}
h1 {
  width: 300px;
  max-width: 50%;
}
/*--------------------------------------
キャッチ用*/
.catch {
  padding: 3rem 0;
}
.catch p {
  font-size: 1.3rem;
    padding-bottom: 1em;
  line-height: 1.5em;
}
.catch .catch__subtitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  letter-spacing: -0.03em;
  font-weight: 600;
  padding-bottom: 1em;
}
.catch .catch__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: -0.03em;
  margin: 2rem auto;
}
.catch .catch__title .big {
  font-size: 1.3em;
  font-weight: inherit;
}
.catch .catch__title .big2 {
  font-size: 1.6em;
  font-weight:  inherit;
}
.catch-line {
  width: 80%; /* 長さはお好みで */
  height: 1px;
  background-color: #999; /* 色も自由に変更可 */
  margin: 0.5rem auto 1rem auto; /* 上・下の余白調整 */
}

.cta {
  padding-bottom: 3rem;
}
.cta .btn,.btn-submit .submit{
  position: relative; /* 擬似要素配置のため */
  background-color: #f4b647; /* オレンジ色の背景 */
  color: #000; /* 文字色：白 */
  border: none; /* 枠線なし */
  border-radius: 10px; /* 角丸 */
  padding: 0.5em 1em; /* 内側の余白 */
  font-size: 1.5rem; /* フォントサイズ */
  font-weight: 500;
  cursor: pointer; /* ポインターに変更 */
  transition: background-color 0.3s ease, transform 0.1s ease;
  width: 70%;
  display: block;
  margin: auto;
  /* 段差用の見た目をボックスシャドウで再現 */
  box-shadow: 0 6px 0 #9c6b2e;
}
/* 下部の段差を固定し、クリック時にボタンを下げる */
.cta .btn:active,.btn-submit .submit:active {
  transform: translateY(6px);
  box-shadow: none;
}
/* ホバー時に背景色を変更 */
.cta .btn:hover , .btn-submit .submit:hover{
  background-color: #e69500;
}
/*--------------------------------------
本文用*/
#section1, #section3, #section5, #section7, #section9, #section11, #section13 {
  background: #eaeaea; /***/
}
#free-trial {
  background: #e5f6f0;
}
.section {
  padding: 3rem 0;
}

.inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

ul {
  margin-bottom: 2rem;
}
.float-image {
  float: right;
  width: 270px; /* お好みのサイズに調整 */
  margin: 1rem 0 1rem 3rem; /* 下と左に余白を追加 */
  display: block;
}
.section p {
  text-align: justify;
}


#section3 li, #section5 li, #section6 li, #section10 li {
  background-color: #fff; /* 白背景 */
  border-radius: 10px; /* 角丸のサイズ */
  padding: 1rem; /* 内側の余白 */
  margin: 0 auto 1rem; /* 各liの余白 */
  border: 0.05px solid #A7A7A7; /* 黒の実線枠 */
  font-size: 1.1146rem;
  max-width: 750px;
}
#section6 li {
  background: #f9f9f9;
}
#section7 ul, #section9 ul, #section10 ul, #section12 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  
}
#section7 ul li, #section9 ul li {
  flex: 1 1 calc(50% - 1rem); /* 2列にする */
  background-color: #fff;
  border: 0.05px solid #A7A7A7; /* 黒の実線枠 */
  font-size: 1.1146rem;
  border-radius: 10px;
  padding: 1rem;
  box-sizing: border-box;
}

#section7 .catch-line {
  width: 100%; /* 長さはお好みで */
  height: 1px;
  background-color: #00a66d; /* 色も自由に変更可 */
  margin: 0.5rem 0; /* 上・下の余白調整 */
}
#section8 li {
  text-align: left;
  display: flex;
  align-items: center;
  border: 0.05px solid #A7A7A7;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #f9f9f9;
}
#section8 .box {
  flex: 1;
}
#section8 .section-number {
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
  color: #fff;
  margin-right: auto;
  background: #00a66d;
  display: inline-block;
  padding: 0 2em;
  border-radius: 10px 0 10px 0;
}
#section8 .txt-box {
  margin: 0.5rem 2rem 2rem;
}
#section8 img {
  width: 245px;
  display: inline-block;
  vertical-align: top;
  margin: 1rem;
}

#section8 .catch-line {
  width: 100%; /* 長さはお好みで */
  height: 1px;
  background-color: #999; /* 色も自由に変更可 */
  margin: 0.5rem 0; /* 上・下の余白調整 */
}
#section10 li {
  flex: 1 1 calc(33.33% - 1rem); /* 3等分にする */
  box-sizing: border-box;
  border: 0.05px solid #A7A7A7;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}
#section10 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
#section10 th, td {
  padding: 0.4rem;
  text-align: center;
  vertical-align: middle;
}
#section10 th {
  font-weight: bold;
}
#section10 td {
  border-top: 1px solid #A7A7A7; /* 上線のみ */
}
#section10 .smile-nowa {
  background-color: #f9f9f9;
  
  border-left: 3px solid #00a66d; /* 左側は3pxの緑線 */
  border-right: 3px solid #00a66d; /* 右側は3pxの緑線 */
  font-weight: bold;
  font-size: 1.1em;
}
#section10 .smile-nowa-top {
  border-top: 3px solid #00a66d; /* 上側は3pxの緑線 */
}
#section10 .smile-nowa-bottom {
 border-bottom: 3px solid #00a66d; /* 下側は3pxの緑線 */
}
#section10 th:nth-child(n+3), #section10 td:nth-child(n+3) {
  width: 18%;
}
#section11 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* 要素間の隙間 */
}
#section11 ul li {
  flex: 1 1 calc(25% - 1.5rem);
  box-sizing: border-box;
  border: 0.05px solid #A7A7A7;
  border-radius: 10px; /* 角を丸くする */
  background-color: #fff; /* 背景を白にする */
  padding: 1rem; /* 内側の余白 */
  position: relative; /* 相対配置の基準点 */
}
#section11 ul li::before {
  content: '▶'; /* 右向きの三角記号 */
  position: absolute; /* 絶対配置 */
  top: 50%; /* 親要素の垂直中央 */
  left: calc(100% + 5px); /* 親要素の右端から少し離して配置 */
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  color: #333; /* 三角の色 */
}
#section11 ul li:last-child::before {
  content: none; /* 最後の要素の三角を消す */
}
#section11 ul li h4 {
  font-size: 1rem;
  line-height: 1.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  height: 3.5em; /* 高さを固定 */
  display: flex; /* Flexboxレイアウト */
  align-items: center; /* 垂直方向中央揃え */
  justify-content: center; /* 水平方向中央揃え */
  margin-bottom: 1rem;
}
#section11 ul li img {
  margin-bottom: 1rem;
}
#section11 ul li p {
  font-size: 0.8rem;
  line-height: 1.5em;
}
#section12 ul {
  margin-bottom: 1rem;
}
#section12 li {
  flex: 1 1 calc(33.33% - 1rem); /* 3等分にする */
  box-sizing: border-box;
  border: 0.05px solid #A7A7A7;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}
#section12 li h4 {
  padding: 0.5em;
  background: #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
}
#section12 li p {
  text-align: center;
}
#section12 li .price {
  font-size: 1.5rem;
  font-weight: 600;
}
#section12 .discount-info {
  background-color: #f9f9f9; /* 白背景 */
  border-radius: 10px; /* 角丸のサイズ */
  padding: 1rem; /* 内側の余白 */
  margin: 0 auto 1rem; /* 各liの下に余白 */
  border: 0.05px solid #A7A7A7; /* 黒の実線枠 */
}
#section12 .discount-info h4 {
  font-size: 2rem;
}
#section12 p.kome {
  font-size: 0.8em;
  text-align: center;
}
#section13 li {
  background-color: #fff; /* 白背景 */
  border-radius: 12px; /* 角丸のサイズ */
  padding: 1rem; /* 内側の余白 */
  margin: 0 auto 1rem; /* 各liの下に余白 */
  border: 0.05px solid #A7A7A7; /* 黒の実線枠 */
  max-width: 750px;
}
/*強調文字*/
.dot {
  position: relative; /* 疑似要素の基準点とする */
  font-size: 1.3em;
  font-weight: 600;
}

.dot::before {
  content: '';
  position: absolute;
  top: -0.3em; /* 点を文字の上に配置（調整してください） */
  left: 50%; /* 水平方向中央に配置 */
  transform: translateX(-50%); /* 中央揃え */
  width: 0.3em; /* 点の幅（調整してください） */
  height: 0.3em; /* 点の高さ（調整してください） */
  background-color: #00a66d; /* 点の色（調整してください） */
  border-radius: 50%; /* 点を円形にする */
}
/*--------------------------------------
フォーム用*/
.form-group {
  margin-bottom: 2rem;
}
.form-group p br {
  display: none;
}
.form-group p label {
  display: inline-block;
  font-weight: bold;
}
.form01 .form-group p label {
  width: 30%;
}
.form01 .form-group p .formbox01,
.form01 .form-group p .formbox02 {
  display: inline-block;
  width: calc(100% - 30% - 2.5em);
  font-size: 1.1146rem;
  padding: 1em;
   flex-grow: 1; /* 残りのスペースを占有 */
}
.form02 .title {
  font-weight: 600;
  padding-bottom: 0.5em;
}
.form02 .gole {
  border: 0.05px solid #A7A7A7; 
   border-radius: 10px; /* 角丸のサイズ */
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.form02 .gole .txt_title {
  font-size: 1.0rem;
  padding-bottom: 0;
  font-weight: 600;
}
.form02 .gole li {
 
   border: 0.05px solid #a7a7a7; 
   border-radius: 10px; /* 角丸のサイズ */
  background: #fff;
  padding: 0.5rem ;
  margin-bottom: 0.5rem;
}
.form02 .gole li p {font-size: 0.8rem;}
.form02 .gole ul {
  margin-bottom: 0;
}
.form02 .form-group p input {
  width: 10rem;
  font-size: 1.1146rem;
  padding: 1em;
}
.form02 .form-group .right p {
  text-align: right;
}
.form-group p {
  padding-bottom: 0;
}
.form-group p label {
  vertical-align: top;
margin-top: 0.5em}
.form-group .formred,.form02 .title .formred {
 color: #ee0000;
  font-size: 0.8em;
}
.scroll-box {
  width: 100%; /* 固定の幅 */
  height: 200px; /* 固定の高さ */
  overflow: auto; /* 内容がはみ出た場合にスクロールバーを表示 */
  border: 0.05px solid #A7A7A7;  /* 見やすくするためのボーダー */
  padding: 1rem; /* 内側の余白 */
  background: #fff;
}
.scroll-box h4{
  font-size: 1.2rem;
}

.scroll-box  p {
  font-size: 0.9rem;
  line-height: 1.5em;
  padding-bottom: 1em;
}



/*--------------------------------------
フッター用*/
footer {
   background-color: #000;
  padding: 1rem 0;
}

footer p {
  text-align: center;
  font-size: 0.8rem!important;
  color: #fff;
  line-height: 1.5
}
footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
  text-decoration: none;
  color: #fff;
}
/*----------------------------------------
reCAPTCHA*/
.grecaptcha-badge { 
    visibility: hidden;
}
.recaptcha {
    padding: 10px;
    border: 1px solid #888;
    background-color: #fff;
    border-radius: 4px;
  margin: 1em auto;
  display: inline-block;
  max-width: 95%;
}
.recaptcha p {
  color: #333333;
}
.recaptcha a {
    color: #0073e6!important;
    text-decoration: underline!important;
}
.recaptcha a:hover {
    text-decoration: none!important;
}
/*----------------------------------------
メニュー配置

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
}
-------------------------------------------*/
/*--------------------------------------
レスポンシブ*/
@media screen and (min-width: 800px) {
  .sp {
    display: none;
  }
  br.sp {
    display: none;
  }
}
@media print, screen and (max-width: 800px) {
html {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .catch {
  padding: 2rem 0;
}
.catch p {
  font-size: 1.2rem;

}
  .catch .catch__subtitle{
    font-size:  1.5em;
  }
.catch .catch__title {
  font-size: 1.9rem;
  }
  .cta .btn {
    width: 90%;
  }
  h3 {
    font-size: 1.7rem;
  }
 .section img {
    max-width: 80%;
    margin: 0 auto 1rem;
  }
  .section {
    padding: 2rem 0;}

  #section7 .benefits,  #section8 li  ,#section9 .features, #section10 ul, #section11 ul,#section12 ul   {
    flex-direction: column;
  }
  #section8 .txt-box {
    margin: 0.5rem 1rem 1rem;
    text-align: center;
  }
  #section8 img {
    max-width: 100%;
    margin: 1rem auto;
  }
  #section10 li {
    width: 100%; /* 各項目を全幅にする */
    margin-bottom: 0;
  }
  #section11 ul li {
    flex: 1 1 100%; /* 各項目を全幅にする */
  }
  #section11 ul {
    gap: 2.5rem;
  }
  
  #section11 ul li::before {
    content: '▼'; /* 下向きの三角記号 */
    top: calc(100% + 5px); /* 親要素の下端から少し離す */
    left: 50%; /* 横方向は中央揃え */
    transform: translateX(-50%); /* 横中央に補正 */
  }
  #section11 ul li h4 {
    font-size: 1.5rem;
  }
  
  #section11 ul li img {
    width: 50%;
  }
  #section11 ul li p {
    font-size: 1rem;
  } 
  .form01 .form-group p label {
    width: 90%;
  }
  .form01 .form-group p .formbox01, .form01 .form-group p .formbox02 {
    width: 90%;
  }
}
@media print, screen and (max-width: 800px) and (min-width: 640px) {
  body {
    font-size: 118%;
  }
  br {
    display: block;
    content: none;
  }
}