


.page .wp-block-post-title {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.wrapper {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
    height: auto !important;
    min-height: 100vh;
}

.form{
height: 155%;
}


body {
  font-family: "Helvetica Neue", sans-serif;
  background: #fff;
  color: #fff;
  margin: 0;

}
html, body {
  width: 100%;
  overflow-x: hidden;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}

.section-title span {
  display: inline-block;
  padding: 12px 30px;
  border: 3px solid #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  text-align: center;
}

.section {
  padding: 0px 20px;
  text-align: center;
}
img.sample{
      width: 57%;
    max-width: 100%;
    margin: auto;
    display: block;
}

.form-header h2.sys {
	color:#000;
  font-size: 30px;
  margin-bottom: 20px;
	font-weight: bold;
  text-align: center;
}

.form-header p.sys_s{
  color:#000;
  text-align: center;
}


p.k-riyou{
	font-size:19px;
}

.faq-container,
.tips-container {
/*   background: #000; */
  border-radius: 10px;
  margin: 20px auto;
  max-width: 1000px;
  padding: 30px;
}

.price-container{
  border-radius: 10px;
  margin: auto;
  max-width: 1000px;
  padding: 30px 0 6px 0;
}

.price-container2{
  border-radius: 10px;
  margin: auto;
  max-width: 80%;
}

h2.faq{
	color:#fff;
}

.faq-answer {
  display: none;
}
.price-box {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* 画面右下に固定表示するCTAボタン（画像のみ） */
#ctabtn {
  position: fixed;
  right: -3%;
  bottom: 15%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctabtn__button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: box-shadow 0.2s, transform 0.1s;
  text-decoration: none;
}

.ctabtn__text {
  display: none;
}

.ctabtn__button:hover,
.ctabtn__button:focus {
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  transform: translateY(-2px) scale(1.05);
}
.ctabtn__img {
  display: block;
  width: 80%;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  object-fit: cover;
  transition: box-shadow 0.2s;
}


/* 従量料金一覧 */

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: none;
}
.itiran {
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

.itiran h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.table-scroll {
  display: flex;
  justify-content: center;
/*   overflow-x: auto;  */
}

.pricing-table {
  border-collapse: collapse;
  width: auto;
  min-width: 600px; /* 最低幅 */
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #000;
  text-align: center;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}

.pricing-table th {
  background: #e60033;
  color: #fff;
	padding: 15px 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}


.price-card {
  flex-shrink: 0;
  background: #fff;
  padding: 50px;
}

.price-card2 {
  flex-shrink: 0;
}

.kihon{
	font-size:30px;
	    color: #000;
}
.kakin{
	font-size:20px;
	    color: #fff;
}

.kakin-s{
	font-size:20px;
	color: #ff4040;
	font-weight:bold;
}

.plus-symbol {
  font-size: 2em;
  margin: 0 10px;
  color: #fff;
  flex-shrink: 0;
}
.highlight {
  color: red;
  font-weight: bold;
  font-size: 35px !important;
 
}

.btn {
  background: red;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  margin: 10px;
}

/* QA */

.faq-section h2.faq-title{
	color:#fff;
	margin-top:-50px;
	
}

.faq-section {
 background: transparent !important;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 2px;
  box-sizing: border-box;
  color: #fff;
  text-align: center !important;
　border-radius: 0;
}

/* 各質問ブロックのデザインをフラットに */
.faq-item {
  padding: 10px 0;
  margin: 12px auto;
  background: transparent;
  border-radius: 0;        /* 丸みを無効化 */
  box-shadow: none;        /* 影がある場合も除去 */
}

/* 質問行の表示 */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.faq-answer {
  display: none;
  padding: 1em 0;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.answer-header {
  text-align: right;
}
.close-icon {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-icon {
  font-weight: bold;
}

/* 質問テキスト */
.question-text {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  word-break: break-word;
  text-align: left;
}

.faq-answer{
	text-align:left;
}


/* よくある質問リンク */
.faq-more-link {
  margin-top: 40px;
  text-align: center;
}

.faq-more-link a {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #ff4040;
  border-radius: 9999px; /* ← 丸みを最大にする */
  color: #ff4040;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.faq-more-link a:hover {
  background: #fff;
  color: #ff4040;
}
.section-qlabel{
	display: inline-block;
    border: 1px solid white;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 16px;
    margin-bottom: 20px;
	}

/* TIPSスライド */
.ptips-more-link{
	text-align:center;
	margin-top: 40px;
	
}
.ptips-more-link a{
	 display: inline-block;
    padding: 12px 75px !important;
    border: 2px solid #ff4040;
    border-radius: 9999px;
    color: #ff4040;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
	
	
}

.ptips-label {
    display: inline-block;
    border: 1px solid white;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 16px;
    margin-bottom: 20px;
	text-align:center !important;
	
}
.tips-price {
  max-width: 1000px;
  width: 100%;
  padding: 60px 20px;
 background:transform !important;
	text-align:center;
}
.four-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.section-plead{
	    line-height: 1.0;
	    margin: 40px 0;
	  text-align: center;
}




.ptips-title span{
	    color: #ff4040;
}


.item {
  flex: 1 1 calc(25% - 20px);
  text-align: center;
	background: #fff;
}

.item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.item h2{
	font-size:25px !important;
	color:#000 !important;
}
.item a{
	color:#fff;
	text-decoration: underline !important;
	color:#000 !important;
}

.item p{
	text-align:left;
	padding-bottom: 10px;
	font-size: 14px;
	color:#000 !important;
	padding: 10px;
}

/* セルの共通スタイル */
table.pricing-table th,
table.pricing-table td {
  border: 1px solid #ccc;
  padding: 26px;
  text-align: center;
/*   font-weight: bold; */
  color: #111;
  background-color: #fff;
  white-space: nowrap;
}

/* ヘッダーセルにグレー背景 */
table.pricing-table th {
  background: #e60033;
    color: #fff;
}

/* 利用料金事例セクション全体 */
.example-section {
  padding: 60px 20px;
  text-align: center;
  background-color: transparent;
  color: #fff;
	max-width: 1000px;
/*     width: 100%; */
}
.example-section h2{
	color:#fff;
	text-align:center;
}
.example-section p{
	font-size:18px;
}

/* テーブル */
table.example-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
  color: #fff;
  background: transparent;
  margin-top: 20px;
}

/* セル共通 */
table.example-table th,
table.example-table td {
  border: 1px solid #555;
  padding: 12px;
  text-align: center;
/*   font-weight: bold; */
	color:#000;
	background:#fff;
}

/* ヘッダー行 */
table.example-table thead th {
  background-color: #e60033;
  color: #fff;
}

/* 偶数行背景 */
table.example-table tbody tr:nth-child(even):not(.total-row) {
  background-color: #1a1a1a;
}

/* 合計行 */
table.example-table .total-row td {
  background-color: #f2f2f2;
  color: #111;
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  padding: 20px;
}

/* 赤文字強調 */
table.example-table .total-price {
  color: #e60033;
  font-size: 1.3em;
}
.sim-section{
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      display: inline;
      flex-direction: column;
      align-items: center;
    }

.sim-section h2{
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	margin-top:60px;
}
.sim-section .container {
      max-width: 920px;
      width: 93%;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      padding: 40px;
    }

.sim-section  label {
      font-size: 18px;
      color: #555;
      margin-bottom: 5px;
      display: block;
    }

.sim-section input {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px;
    }

.sim-section button {
      background: #e60033;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

.sim-section button:hover {
      background: #0056b3;
    }

.sim-section table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

.sim-section table th, table td {
      padding: 10px;
      text-align: center;
      border: 1px solid #ddd;
	color:#000;
    }

.sim-section table th {
      background: #e60033;
      color: #fff;
      font-size: 14px;
    }

.sim-section table tr:nth-child(even) {
      background: #f9f9f9;
    }

.sim-section table tr:nth-child(odd) {
      background: #fff;
    }

.sim-section .total {
      margin-top: 20px;
      text-align: right;
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }
#cost-summary {
    background: #eef;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}




/* CTA */

.price-cta-section {
 width: 98vw !important;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(to bottom, #200, #000);
    padding: 60px 20px;
    text-align: center;
	color: #fff;align-content
}





.price-cta .price-cta-section h2 {
 font-size: 35px;
 margin-bottom: 20px;
color:#fff;
font-weight: bold;
}

.price-cta .price-cta-section p {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.price-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.price-cta .cta-buttons a {
  display: inline-block;
  padding: 14px 90px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

/* ボタンタイプ */
.price-cta .btn-red {
  background-color: #ff4141;
  color: white;
  border: none;
}

.price-cta .btn-red-outline {
  border: 2px solid #ff4141;
  color: #ff4141;
  background-color: transparent;
}
.price-cta .btn-red-outline:hover {
background:#fff;
}

.price-cta .btn-red:hover {
background: #000;
border: 2px solid #ff4040;
}

p.sim-sub{
		text-align:center !important;
		
	}
	

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

  .form-header p.sys_s{
    font-size: 12px;
  }
	
	.faq-more-link a{
		font-size: 11px;
	}
	
	.price-cta .price-cta-section {
        padding: 40px 16px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        box-sizing: border-box;
        text-align: center;
    }
	
	.tips-price {
    text-align: center;
		padding:0;
  }
	
  #ctabtn {
    right: -12%;
    bottom: 10%;
  }
  
  #ctabtn.minimized {
    bottom: 10%; /* 位置調整 */
    right: 0px;
    width: auto;
    height: auto;
    z-index: 9999;
  }
  
  #ctabtn.minimized .ctabtn__img {
    display: none;
  }
  
  #ctabtn.minimized .ctabtn__text {
    display: inline-block;
    background: #ff3c46;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px;
    padding: 10px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;   /* ← これを追加 */
    text-orientation: mixed;     /* ← これも追加（日本語推奨） */
    line-height: 1.2;
  }
  
  #ctabtn.minimized .ctabtn__button {
    padding: 0;
    min-width: 0;
    min-height: 0;
  }

  .ptips-label {
	 display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	 border-radius: 9999px; 
	  padding: 10px 30px;

  }

  .ptips-title {
	  margin-left:0;
	  margin-bottom:20px;
	  font-size: 24px;
  }
	
  .ptips-title span {
    display: block;
    font-weight: bold;
  }

  .section-plead {
  margin: 20px 0!important;
  margin-left: 0 !important;
	  line-height: 1.5;
	  font-size: 14px;
  }

  .four-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .four-items .item {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
  }

  .four-items .item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .four-items .item h2 {
    font-size: 16px;
    margin: 10px 0 5px;
  }

  .four-items .item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .four-items .item a {
    font-size: 14px;
    color: #7ec9ff;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
  }

  .ptips-more-link {
    margin-top: 30px;
  }

  .ptips-more-link a {
    font-size: 14px;
    color: #ff4040;
    text-decoration: underline;
  }
	
	.item {
    flex: 1 1 calc(30% - 20px);
  }
	body {
  overflow-x: hidden;
}
	.sim-section h2{
		font-size: 25px;
    margin-bottom: 20px;
		margin-top:70px;
	}

	
	.itiran h2{
		font-size: 25px;
    margin-bottom: 20px;
    margin-top: 70px;
	}
	.faq-section{
		padding: 60px 0px;
	}
	
	.kakin-s{
		font-size:21px !important;
	}
	
	.section-lead{
		font-size: 15px;
    line-height: 1.5;
	}
	
	.tips-section span {
    font-size: 34px;
}
.tips-price {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* 縦方向中央 */
  align-items: center;      /* 横方向中央 */
  text-align: center;
  padding: 40px 20px;
  min-height: 100vh;        /* 必要に応じて画面高さ */
  background-color: #000;   /* 黒背景（画像と同様） */
  color: #fff;
}

	h2.sys{
		font-size: 30px;
	}
	.highlight{
		font-size:28px !important;
	}
	.kihon{
		font-size: 25px;
	}
	.price-cta {
  background: #000; /* 背景が黒の場合 */
  padding: 40px 20px;
  text-align: center;
}

.price-cta-section {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
	.price-cta .price-cta-section {
		width: 90vw;
	}
	.price-cta .price-cta-section h2{
		font-size: 25px;
	}
	.price-cta .price-cta-section p{
		font-size: 13px;
	}

.mail_tit {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mail_txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-red {
  display: inline-block;
  padding: 14px 32px;
  background-color: #ff4a4a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s;
}

.btn-red:hover {
  background-color: #e60033;
}

	
	.itiran{
		    padding: 0px 20px;
	}

	.table-scroll {
    -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
        width: 80vw;
        display: inline-block;
  }

  .itiran table.pricing-table {
    min-width: 700px !important;  /* 表の幅を確保して横スクロール可能にする */
  }
	
	
	
.tips-title {
font-size: 28px;
}

	
.tip-card {
width: 100%;
}

.tips-section span {
	font-size:40px !important;
}
	
	.example-section{
		    padding: 60px 0px;
	}
	h2.faq-title{
		margin-top: 0px !important;
	}
	.faq-title{
		padding-top: 10px;
	}
	
	.faq-question {
    flex-wrap: wrap;
    gap: 10px;
  }
  .question-text {
    font-size: 14px;
  }
  .toggle-icon {
    font-size: 18px;
  }
	.price-box {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: center;
    text-align: center;
  }

  .price-card {
    width: 60% !important;
    max-width: 320px;
    margin: 0 auto;
  }

  .plus-symbol {
    font-size: 28px;
    margin: 0;
  }
	.price-container{
		padding:10px;
	}
	
	.section{
		  padding: 0px;
	}
	p.k-riyou{
		font-size: 17px;
	}
	.section-title{
		margin: 0 !important;
	}
	.faq-more-link a{
		padding: 12px 25px;
	}
	
	.example-section h2{
		margin-top: 90px;
	}
	
	:root :where(.is-layout-flow) > :last-child{
		margin: 0 -25px;
	}
	
}
