/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 08:34:41 */
/*==========================================================
	フォントサイズ設定
==========================================================*/
/* パソコン */
@media screen and (min-width: 960px) {
	.post_content p,
	.post_content li {
		font-size: 20px !important;
		line-height: 1.9;
	}
}

/* スマホ・タブレット */
@media screen and (max-width: 959px) {
	.post_content p,
	.post_content li {
		font-size: 19px !important;
		line-height: 1.9;
	}
}
/*==========================================================
	見出しカスタマイズ
==========================================================*/
/* 「子宮筋腫専門の漢方相談」の下に余白を作る */
.wp-block-heading.is-style-section_ttl.pc_only
> .swl-inline-color:first-child {
  display: block;
  margin-bottom: 10px !important;
}

/* 改行タグによる余分な改行をなくす */
.wp-block-heading.is-style-section_ttl.pc_only
> br {
  display: none;
}

/*==========================================================
	Flowカード型カスタマイズ
==========================================================*/
/* ========================================
   ご利用の流れ：リッチカラム
======================================== */

/*
矢印がリッチカラムの外側にはみ出せるようにする
「>」を使わず、SWELL内部の構造変更にも対応
*/
.flow-grid,
.flow-grid .swell-block-columns__inner {
	overflow: visible !important;
}

/* SWELLの各リッチカラム項目 */
.flow-grid .swell-block-columns__inner > .swell-block-column {
	position: relative;
	overflow: visible !important;
}


/* ========================================
   カードの角丸
======================================== */

.flow-grid .flow-card {
	overflow: hidden !important;
	background-color: #ffffff;
	border-radius: 18px !important;
}


/* ========================================
   PC：右向き矢印
======================================== */

@media screen and (min-width: 600px) {

	/* 最後以外のカラムに矢印を表示 */
	.flow-grid
	.swell-block-columns__inner
	> .swell-block-column:not(:last-child)::after {
		content: "" !important;
		display: block !important;
		position: absolute;
		top: 50%;
		left: calc(100% + 1.3rem);
		z-index: 100;
		width: 0;
		height: 0;
		transform: translate(-50%, -50%);
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 17px solid #657466;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: none;
	}

	/* 最後のカラムには矢印を表示しない */
	.flow-grid
	.swell-block-columns__inner
	> .swell-block-column:last-child::after {
		content: none !important;
		display: none !important;
	}
}


/* ========================================
   スマートフォン：下向き矢印
======================================== */

@media screen and (max-width: 599px) {

	/* 縦方向のカード間隔 */
	.flow-grid .swell-block-columns__inner {
		row-gap: 3rem !important;
	}

	/* 最後以外のカラムに下向き矢印を表示 */
	.flow-grid
	.swell-block-columns__inner
	> .swell-block-column:not(:last-child)::after {
		content: "" !important;
		display: block !important;
		position: absolute;
		top: auto;
		right: auto;
		bottom: -1.5rem;
		left: 50%;
		z-index: 100;
		width: 0;
		height: 0;
		transform: translate(-50%, 50%);
		border-top: 17px solid #657466;
		border-right: 14px solid transparent;
		border-bottom: 0;
		border-left: 14px solid transparent;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: none;
	}

	/* 最後のカラムには矢印を表示しない */
	.flow-grid
	.swell-block-columns__inner
	> .swell-block-column:last-child::after {
		content: none !important;
		display: none !important;
	}
}

/*==========================================================
	角丸カード型カスタマイズ
==========================================================*/
.card_kadomaru {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 18px;
/*	box-shadow: 0 10px 30px rgba(70, 80, 65, 0.08);*/
}


/*==========================================================
	ヘッダーカスタマイズ
==========================================================*/
.c-gnav {
    font-weight: bold;
    font-size: 1.2em;
}

/*==========================================================
	Cloudflare Turnstile
==========================================================*/
.cf-turnstile {
    display: flex;
    justify-content: center; /* 中央に配置 */
    margin: 10px 0; /* 必要に応じて上下の余白を追加 */
}

/*==========================================================
	テーブル左項目の幅27%固定カスタマイズ
==========================================================*/
/* パソコン：費用テーブルの列幅を統一 */
.fee-table table {
	width: 100%;
	table-layout: fixed;
}

/* 左側の列 */
.fee-table table tr > *:first-child {
	width: 27% !important;
	min-width: 27% !important;
}

/* 右側の列 */
.fee-table table tr > *:nth-child(2) {
	width: 73% !important;
}

/* スマホ：上下に並べて横幅100%にする */
@media screen and (max-width: 767px) {

	.fee-table table {
		table-layout: auto;
	}

	.fee-table table,
	.fee-table table tbody,
	.fee-table table tr,
	.fee-table table th,
	.fee-table table td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.fee-table table tr > *:first-child,
	.fee-table table tr > *:nth-child(2) {
		width: 100% !important;
		min-width: 0 !important;
	}
}

/*==========================================================
	お問い合わせフォームの入力
==========================================================*/
#cf-tbl{
width: 100%;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}

.check_send{
    margin-top:20px;
	
}

/*-- チェックボックスボックス --*/
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #DD0000;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 80%;
    background: #DD0000;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 0px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 100%;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
