/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2025 | 10:13:47 */
body {
  display: block;
  margin: auto;
}

.summary-title .underline {
    position: relative;
    display: inline-block;
    z-index: 1
}

.summary-title .underline::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 14px;
    border-radius: 10px;
    background: #67C1BE;
    content: ""
}
.em {
    color: #003973;
}

.content-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 7px;
    border-radius: 10px;
    background: #67C1BE;
    margin-top: 20px;
    border: none
}

.plan .price {
	font-size: 40px;
	font-weight : 700;
	margin-top: 15px;
}
.plan .text {
	font-size: 18px;
	font-weight : 700;
	line-height : 1.7;
}

/*
.new::before {
    content: "new!";
    background: red;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	padding: 3px 5px;
	margin-right: 10px
}
*/

.new { 
	position: relative;
	display: inline-block;
}
.new::before { 
	content: "new!";
	position: absolute;
	top: -15px;
	color: #fff;
	background: #bd0000;
	font-size: 11px;
	width: 40px;
	height: 15px;
	line-height: 13px;
	border-radius: 0%;
	text-align: center;
}

.release { 
	position: relative;
	display: inline-block;
}
.release::before { 
	content: "2025年12月リリース決定！";
	position: absolute;
	top: -25px;
	color: #fff;
	background: #bd0000;
	font-size: 11px;
	width: 150px;
	height: 18px;
	line-height: 18px;
	text-align: center;
    transform: rotate(-3deg);
}

.release2 { 
	position: relative;
	display: inline-block;
}
.release2::before { 
	content: "業界初！月額4,980円の\Aビギナープランから使える！";
	white-space: pre;
	position: absolute;
	top: -40px;
	color: #fff;
	background: #bd0061;
	font-size: 11px;
	width: 180px;
	height: 35px;
	line-height: 18px;
	text-align: center;
    transform: rotate(-3deg);
}

/* 料金表 */
.pricingTable__table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}
.pricingTable__thead th{
	vertical-align: top;
  padding: 1em .8em;
  border-right: 5px solid#fff;
}
.pricingTable__table tr {
  background-color: #fff;
  padding: .35em;
}
.pricingTable__table tr:nth-child(even){
  background-color: #f9f9f9;
}
.pricingTable__table td {
  padding: .7em;
  text-align: center;
}
.pricingTable__table th {
  font-size: .8em;
}
.pricingTable__table .txt {
  height: 60px;
  font-weight: 600;
}
.pricingTable__table i{
  font-size:1.5em
}
.plan1{
  border-bottom: 3px solid #666;
}
.plan1_i{
  color:#333;
}
.plan4{
  border-bottom: 3px solid #FF00CB;
}
.plan4_i{
  color:#333;
}
.plan5{
  border-bottom: 3px solid #7900DB;
}
.plan5_i{
  color:#333;
}
.plan3{
  border-bottom: 3px solid #67C1BE;
}
.plan3_i{
  color:#333;
}
.plan2{
  border-bottom: 3px solid #FFD814;
}
.plan2_i{
  color:#333;
}
.pricingTable__price{
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
  margin-bottom:10px
}
.pricingTable__price span {
    font-size: .6em;
}
.price_btn{
  background: #003973;
  color: #FFF;
  padding: 1em;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-size: 1em;
}

.special_btn{
  background: #00B900;
  color: #FFF;
  padding: 1em;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-size: 1em;
}

@media screen and (max-width: 600px) {
  .pricingTable__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
  }

  .pricingTable__table {
    min-width: 1150px;
	}
}