/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 05:31:32 */
/*赤ちゃんの頭のゆがみ*/
.baby_line {
	margin: 20px 0 -30px 0;
}
.baby_flow_box {
	display: flex;
	justify-content: space-between;
	border-bottom: dotted 2px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.baby_flow_box_end {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.baby_flow_img {
	width: 30%;
}
.baby_flow_right {
	width: 68%;
}
.baby_flow_title {
	font-size: 22px;
	font-weight: bold;
	color: #cb4d36;
}
.leaveit_box {
	display:flex;
	justify-content: space-between;
}
.leaveit_img {
	width: 30%;
}
.leaveit_text {
	width:68%;
}
.leaveit_title {
	font-size: 1.4em;
	font-weight: bold;
	color: #cb4d36;
	border-bottom: 2px dotted #333333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
dl.list_square dd {
	padding: 0 10px 0 35px !important;
}
dl.list_square dt {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px 0 35px !important;
}
dl.list_square dt::before {
	content: "■";
	position: absolute;
	left: 7px;
}
dl.list_check {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 20px 0 20px 0;
	margin: 50px 0 50px 0;
}
dl.list_check dt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
dl.list_check dt::before {
	content: "▼ ";
}
dl.list_check dt::after {
	content: " ▼";
}
dl.list_check dd {
	position: relative;
	width: calc(33.333% - 2em);
}
dl.list_check dd::before {
	display: block;
	content: "";
	height: 1.1em;
	aspect-ratio: 29 / 24;
	background-image: url(/wp-content/uploads/2025/12/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.35em;
  left: -0.5em;
}
dl.list_check_second {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 20px 0 20px 0;
	margin: 50px 0 50px 0;
}
dl.list_check_second dt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
dl.list_check_second dt::before {
	content: "▼ ";
}
dl.list_check_second dt::after {
	content: " ▼";
}
dl.list_check_second dd {
	position: relative;
	width: calc(45% - 2em);
}
dl.list_check_second dd::before {
	display: block;
	content: "";
	height: 1.1em;
	aspect-ratio: 29 / 24;
	background-image: url(/wp-content/uploads/2025/12/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.35em;
  left: -0.5em;
}
/*産後骨盤矯正*/
.sango-box {
	display: flex;
	justify-content: space-between;
}
.sango-img {
	width: 20%;
}
.sango-text {
	width: 78%;
}
/* 院長からのご挨拶 */
.profile_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.profile_img {
	width: 40%;
	margin: 0 0 20px 0;
}
.profile_text {
	width: 55%;
}
/* マッチリスト（青◯アイコン） */
.list-match {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
}

.list-match li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
}

.list-match li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;           /* solidで視認性アップ */
  content: "\f111";           /* fa-circle */
  color: #0baedd;             /* 濃いめの青 */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 1.2em;           /* テキストより少し大きめ */
}

/* アンマッチリスト（赤×アイコン） */
.list-unmatch {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
}

.list-unmatch li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.8em;
}

.list-unmatch li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f057";           /* fa-circle-xmark */
  color: #cb6c5c;             /* 鮮やかな赤 */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 1.4em;           /* 少し大きめで強調 */
}
/*ボックス（赤）*/
.box_style_red {
	background-image: linear-gradient(
			-45deg,
			#fff 25%,
			#cb6c5c 25%, #cb6c5c 50%,
			#fff 50%, #fff 75%,
			#cb6c5c 75%, #cb6c5c);
}
.box_style_red .list_style02 li::before, .box_style_red .box_style_title span {
	background-color: #cb6c5c;
}
/* ---------------------------------- */
.difference01 {
	color: #fe284e;
	font-size: 20px;
	font-weight: bold;
	text-align: center !important;
	margin: 3px 0 10px 0 !important;
}
.difference02 {
	text-align: center !important;
	margin: 0 0 3px 0 !important;
	font-size: 0.9em;
}
.article-body p {
	margin-bottom: 20px !important;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
/* faq */
.faq-details {
  width: 100%; margin-top: 1em;
  border: 1px solid #cb6c5c;
}
.faq-details__summary {
	display: flex; position: relative;
	padding: 0.5em 1em; line-height: 1.75;
	background: #ffffff; cursor: pointer;
}
.faq-details__summary::-webkit-details-marker { display: none;	}
.faq-details__summary::after {
	display: block;	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	right: 1em;
	width: 6px;	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #cb6c5c;
	transition: all 0.4s ease-out;
	transform-origin: 3px 6px;
	transform: rotate(90deg);
}
.faq-details[open] .faq-details__summary::after {
	transform: rotate(-90deg);
}
.faq-details__summary > p {
	margin-bottom: 0;
	padding: 0 1.5em 0 2.25em;
	font-weight: bold; color: #cb6c5c;
	position: relative;
}
.faq-details__summary > p::before {
	content: "Ｑ";	color: #ffffff;
	background-color: #cb6c5c;
	display: block; text-align: center;
	height: 1.75em; aspect-ratio: 1 / 1;
	border-radius: 5px;
	position: absolute; left: 0;
}
.faq_answer {
	padding: 1em;	line-height: 1.75;
	border-top: 1px solid #cb6c5c;
}
.faq_answer_inner {
	padding-left: 2.25em;
	position: relative;
}
.faq_answer_inner::before {
	content: "Ａ";	color: #cb6c5c;
	font-weight: bold;
	line-height: calc( 1.75em - 4px );
	display: block; text-align: center;
	height: calc( 1.75em - 4px );
	aspect-ratio: 1 / 1;
	border: 2px solid #cb6c5c;
	border-radius: 5px;
	position: absolute; left: 0; top: 0;
}
.faq_answer_inner > p {
	margin-bottom: 1em;
}
.faq_answer_inner > p:last-child {
	margin-bottom: 0;
}
/* ---------------------------------- */
.gmap {
	overflow:hidden;
	margin:0 0 30px 0;
}
.gmap iframe { 
	width:100%;
	height:580px; 
}
tbody th {
	border-top: 1px solid #c7957d !important;
	border-left: 1px solid #c7957d !important;
	border-right: 1px solid #c7957d !important;
	border-bottom: 1px solid #fff !important;
	background: #c7957d;
	color: #fff;
}
.f_bottom {
	margin: -20px 0 0px 0;
}
.f_bottom_s {
	margin: 10px 0 0 0;
}
.PC_header {
	overflow:hidden; 
}
.PC_header {
	overflow:hidden; 
	width:110%;
	float:right; 
}
.h_left {
	width:50%;
	float:left; 
}
.h_right {
	width:48%;
	float:right; 
}
/*背景を白にする*/
.keni-container {
   background: #fff;
}
/*ヘッダーのボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
/*記事タイトルのボーダーを非表示*/
.keni-section h1{
	background-size: 0px 0px;
	border:2px solid #c7957d;
	padding:20px !important;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.keni-copyright_wrap {
	background: #c7957d;
	text-align:center;
	color:#fff;
	font-weight:bold; 
}
/*ハンバーガーメニューも追従させない*/
@media only screen and (max-width : 736px){
.keni-gnav_btn {
   position: absolute;
}
.fixed { 
	position: absolute;
}
}
/*ヘッダーロゴ画像の余白をなくす*/
/*@media only screen and (max-width : 100%){
.site-title {
   padding: 0;
}
}*/
/*メイン記事左右の余白をなくす*/
@media only screen and (max-width : 736px){
.keni-section_wrap {
    margin: 0;
}
}
/*ヘッダーコンテンツの上下の余白をなくす*/
@media screen and (max-width: 787px) {
.keni-header_cont{
  padding: 0 10px;
}
}
/*サイドバーの文字色*/
.keni-sub .widget .keni-section .sub-section_title {
   color: #fff;
	background: #c7957d !important; 
}
/*フッターバーの背景色*/
.keni-section .sub-section_title {
	background: #c7957d !important; 
}
/*サイドバーの枠線*/
.keni-sub .widget  {
   border: #c7957d solid 1px;
}
.list1{
	    border: 8px solid #c7957d !important;
}
/*ヘッダーのボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
.page-top {
	display: none !important;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px){
.keni-footer {
	display: none !important;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.keni-header_cont {
		display:none !important;
}
/*フッターパネル背景色の変更*/
.keni-footer-panel li:first-child {
    background: #dff3f9;
}
.keni-footer-panel li:nth-child(2) {
    background: #dff3f9;
}
.keni-footer-panel li:nth-child(3) {
    background: #dff3f9;
}
/*-----------------------------------*/
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.faq-details__summary {
	padding: 0.5em; line-height: 1.75;
	background: #fefafb; cursor: pointer;
}
.faq-details__summary::after {
	right: 0.5em;
}
.faq-details__summary > p {
	padding: 0 1.25em 0 1.75em;
}
.faq-details__summary > p::before {
	font-size: 12px; top: 3.5px;
}
.faq_answer {	padding: 0.5em; }
.faq_answer_inner {
	padding-left: 1.75em;
}
.faq_answer_inner::before {
	font-size: 12px; top: 3.5px;
}
/* ---------------------------------- */
.list-match,
  .list-unmatch { 
    margin-left: 0 !important; 
    font-size: 20px;
  }
  .list-match li::before,
  .list-unmatch li::before {
    font-size: 1.2em;
  }
#ff_menu {
		margin:0;
		padding:0;
}
#ff_menu_inner {
		display: flex;
		justify-content: space-between;
}
.ff_tel {
	float:left;
	width:49.5%;
	text-align:center;
	background:#cb6c5c;
	color:#fff;
}
.ff_tel a {
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:16px 0;
	display:block;
}
.ff_line {
	float:right;
	width:49.5%;
	text-align:center;
	background:#3cb156;
	color:#fff;
}
.ff_line a {
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:16px 0;
	display:block;
}
.gmap {
	overflow:hidden;
	margin:0 0 30px 0;
}
.gmap iframe { 
	width:100%;
	height:400px; 
}
/* 院長からのご挨拶 */
.profile_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.profile_img {
	width: 100%;
}
.profile_text {
	width: 100%;
}
/*産後骨盤矯正*/
.sango-box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.sango-img {
	width: 60%;
	margin: 0 auto 0 auto;
}
.sango-text {
	width: 100%;
}
/*赤ちゃんの頭のゆがみ*/
.baby_flow_box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border-bottom: dotted 2px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
	.baby_flow_box_end {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 50px;
}
.baby_flow_img {
	width: 96.5%;
	padding: 0 0 20px 3.5%;
}
.baby_flow_right {
	width: 100%;
}
.baby_flow_title {
	font-size: 22px;
	font-weight: bold;
	color: #cb4d36;
	text-align: center;
}
.leaveit_box {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
.leaveit_img {
	width: 60%;
	margin: 0 auto 20px auto;
}
.leaveit_text {
	width:100%;
}
.leaveit_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #cb4d36;
	border-bottom: 2px dotted #333333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align:center;
}
dl.list_square dd {
	padding: 0 10px 0 30px !important;
}
dl.list_square dt {
	position: relative;
	font-size: 4.5vw;
	font-weight: bold;
	padding: 0 10px 0 30px !important;
}
dl.list_square dt::before {
	content: "■";
	position: absolute;
	left: 5px;
}
dl.list_check {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 20px 0 20px 0;
	margin: 50px 0 50px 0;
}
dl.list_check dt {
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
dl.list_check dt::before {
	content: "";
}
dl.list_check dt::after {
	content: "";
}
dl.list_check dd {
	position: relative;
	width: calc(50% - 1%);
	font-size: 14px;
	padding: 0 0 0 1.5em;
}
dl.list_check dd::before {
	display: block;
	content: "";
	height: 1.1em;
	aspect-ratio: 29 / 24;
	background-image: url(/wp-content/uploads/2025/12/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.5em;
    left: 0em;
}
dl.list_check_second {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 20px 0 20px 0;
	margin: 50px 0 50px 0;
}
dl.list_check_second dt {
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
dl.list_check_second dt::before {
	content: "";
}
dl.list_check_second dt::after {
	content: "";
}
dl.list_check_second dd {
	position: relative;
	width: 275px;
	font-size: 14px;
}
dl.list_check_second dd::before {
	display: block;
	content: "";
	height: 1.1em;
	aspect-ratio: 29 / 24;
	background-image: url(/wp-content/uploads/2025/12/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.35em;
  left: -0.5em;
}
}
