/*----------------------------------
	style.cssを上書き
	：価格
------------------------------------*/
body > main section.anchor-block a {
	font-size: 18px;
}

body > main section.anchor-block a {
	font-size: 18px;
}

body > main section .price-block th a.capsule {
	margin-top: 1rem;
}

body > main section.before-cv {
	padding-bottom: 4.5em;
}

.table-type-02-wrapper .table-type-02-plan {
	display: none;
}

.table-type-02-wrapper table.table-type-02 thead th:first-child {
	visibility: visible;
}

.table-type-02-wrapper table.table-type-02 .table-img-center {
	margin: 0 auto;
	width: min(60vw, 235px);
}

.option-service {
	padding-bottom: 80px;
}

ul.note-list.-numbered.-price li{
	display: flex;
	text-indent: unset;
	margin-left: -1.25em;
}

/* トライアルパック追加 */
.price-list thead th{
	padding: 24px;
}
.price-list thead th:not(:first-of-type){
	vertical-align: top;
}
.table-type-02 th, .table-type-02 td{
	padding: 12px;
}
.table-type-02 th .capsule.-apply.-m{
	padding: 0 56px;
}
/* トライアルパック追加ここまで */



@media (max-width: 1300px) {
}


/*231212fix*/
@media (max-width: 896px) {
	h2 {
		font-size: 24px;
	}

	body > main section.before-cv {
		padding-bottom: 0;
	}

	.table-type-02-wrapper {
		overflow: visible;
		border: 0;
	}

	/* newcss240724 */
	.table-type-02-wrapper .table-type-02-plan{
		display: flex;
		flex-flow: wrap;
		border: 1px solid #ccc;
		border-radius: 8px;
		width: 100%;
		padding: .8rem;
	}
	.plan-type{
		padding: .5em;
		text-align: center;
		width: calc(100% / 3);
		display: flex;
		flex-direction: column;
	}
	.plan-type.plan-free{
		display: grid;
		place-items: center;
	}
	.plan-free img{
		width: min(60vw,200px);
	}
	.plan-type-title{
        font-size: 1rem;
	}
	.plan-type-price{
		line-height: 1.5;
	}
	.plan-type-price span{
		display: block;
	}
	.plan-type-about {
		/* text-align: left; */
		flex-grow: 1;
	}
	.plan-type-btn-wrap{
		margin-top: 5px;
	}
	.plan-type-btn-wrap .capsule.-m{
		padding: .9em 0 1em;
        height: auto;
        width: min(100%, 180px);
	}
	.plan-type-btn-wrap .capsule.-m::before{
		width: .5em;
		height: .5em;
	}
	.plan-type-btn-wrap .capsule.-m::after{
		transform: scale(1) translate(0, 0);
	}
	/* newcssここまで */

	.table-type-02-wrapper table.table-type-02 {
		overflow: hidden;
		border-collapse: separate;
		border-spacing: 0;
		border: 1px solid #ccc;
		border-radius: 8px;
		margin-top: 1em;
		width: 100%;
	}

	.table-type-02-wrapper table.table-type-02 col:first-child {
		width: 100%;
	}

	.table-type-02-wrapper table.table-type-02 col:not(:first-child) {
		width: 0;
	}

	.table-type-02-wrapper table.table-type-02 thead tr {
		display: flex;
		justify-content: stretch;
		align-items: center;
	}

	.table-type-02-wrapper table.table-type-02 thead tr > :first-child {
		width: 33%;
		padding: 0;
	}

	.table-type-02-wrapper table.table-type-02 thead tr th:not(:first-of-type) {
		width: calc(67% / 2.8);
	}
	.table-type-02-wrapper table.table-type-02 thead tr th:nth-of-type(2),
	.table-type-02-wrapper table.table-type-02 thead tr th:nth-of-type(3) {
		width: calc(67% / 2);
	}

	.table-type-02-wrapper table.table-type-02 thead tr th .u-fs-l {
		font-size: 18px !important;
		text-align: center;
	}

	.table-type-02-wrapper table.table-type-02 thead tr th :not(.u-fs-l) {
		display: none;
	}

	.table-type-02-wrapper table.table-type-02 thead tr th {
		padding: 0.25em 0;
	}

	.table-type-02-wrapper table.table-type-02 thead tr:first-of-type {
		display: none;
	}

	.table-type-02-wrapper table.table-type-02 thead th:first-child {
		visibility: hidden;
	}

	.table-type-02-wrapper table.table-type-02 tr th:not(:first-child),
	.table-type-02-wrapper table.table-type-02 tr td:not(:first-child) {
		border-left: solid #ccc;
		border-width: 0 0 0 1px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr.cat-space,
	.table-type-02-wrapper table.table-type-02 tbody tr:last-child {
		border-bottom: 0;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th,
	.table-type-02-wrapper table.table-type-02 tbody tr td {
		display: block;
		padding: 0 0 0 0.5em;
		border: 0;
		background-color: #fff;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th .note,
	.table-type-02-wrapper table.table-type-02 tbody tr td .note {
		font-size: 15px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th {
		width: 33%;
		font-size: 19px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th[rowspan] {
		padding: 0.5em 0;
		background-color: #03bfe6;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th:not([rowspan]) {
		padding: 0.25em 0.75em;
		border-left: 0;
		font-size: 18px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr td {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		width: calc(66% / 2);
		font-size: 18px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr td:last-of-type {
		width: calc(67% / 2);
	}

	.price-block > ul.note-list {
		margin-left: 2em;
		font-size: 16px;
	}

	.price-block > ul.note-list li {
		text-indent: -2em;
	}

	.option-service {
		padding-bottom: 2em;
	}
}


@media (max-width: 767px) {
	.table-type-02-wrapper table.table-type-02 thead tr th .u-fs-l {
		/* 12-18px : 375-767 */
		font-size: 12px !important;
		font-size: max(0.75rem, min(0.391rem + 1.53vw, 1.125rem)) !important;
		font-size: clamp(0.75rem, 0.391rem + 1.53vw, 1.125rem) !important;
	}
	.table-type-02-wrapper table.table-type-02 thead tr th .u-fs-l._fs-xxxs{
		font-size: 11px !important;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th .note,
	.table-type-02-wrapper table.table-type-02 tbody tr td .note {
		/* 10-15px : 375-767 */
		font-size: 10px;
		font-size: max(0.625rem, min(0.326rem + 1.28vw, 0.938rem));
		font-size: clamp(0.625rem, 0.326rem + 1.28vw, 0.938rem);
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th {
		/* 13-19px : 375-767 */
		font-size: 13px;
		font-size: max(0.813rem, min(0.454rem + 1.53vw, 1.188rem));
		font-size: clamp(0.813rem, 0.454rem + 1.53vw, 1.188rem);
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th:not([rowspan]) {
		/* 12-18px : 375-767 */
		font-size: 12px;
		font-size: max(0.75rem, min(0.391rem + 1.53vw, 1.125rem));
		font-size: clamp(0.75rem, 0.391rem + 1.53vw, 1.125rem);
	}

	.table-type-02-wrapper table.table-type-02 tbody tr td {
		/* 12-18px : 375-767 */
		font-size: 12px;
		font-size: max(0.75rem, min(0.391rem + 1.53vw, 1.125rem));
		font-size: clamp(0.75rem, 0.391rem + 1.53vw, 1.125rem);
	}

	.price-block > ul.note-list {
		/* 11-16px : 375-767 */
		font-size: 11px;
		font-size: max(0.688rem, min(0.389rem + 1.28vw, 1rem));
		font-size: clamp(0.688rem, 0.389rem + 1.28vw, 1rem);
	}

}


@media (max-width: 374px) {

	.table-type-02-wrapper table.table-type-02 thead tr th .u-fs-l {
		font-size: 11px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th .note,
	.table-type-02-wrapper table.table-type-02 tbody tr td .note {
		/* 9px固定 : 320-375 */
		font-size: 10px;
		transform: scale(0.9);
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th {
		font-size: 12px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr th:not([rowspan]) {
		font-size: 11px;
	}

	.table-type-02-wrapper table.table-type-02 tbody tr td {
		font-size: 11px;
	}

	.price-block > ul.note-list {
		font-size: 10px;
	}
}

@media (max-width: 630px) {
	/* newcss240724 */
	.table-type-02-wrapper .table-type-02-plan{
		flex-direction: column;
	}
	.plan-type{
		width: 100%;
	}
	.plan-type-about{
		text-align: center;
	}
	/* newcss240724ここまで */
}
