/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 08:18:24 */
/*産後骨盤矯正*/
.sango-box {
	display: flex;
	justify-content: space-between;
}
.sango-img {
	width: 20%;
}
.sango-text {
	width: 78%;
}

/*赤ちゃんの頭の形*/
.baby_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.baby_title30 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0 10px 0;
}
.baby_title50 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 50px 0 10px 0;
}
.cta_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
}
.checklist_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}
.ba_title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.ba_subtitle {
	text-align: center;
	margin-top: 30px;
}
.ba_subtitle span {
	color: #ea5969;
}
.baby_section_box {
	display: flex;
	flex-direction: row-reverse;
	margin: 30px 0 60px 0;
}
.baby_section_img {
	width: 25%;
}
.baby_section_text_box {
	width: 68%;
	margin-top: 20px;
}
.baby_section_box_title {
	font-size: 25px;
	font-weight: bold;
	border-bottom: dotted 3px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.baby_section_box_text p {
	padding-bottom: 20px;
}
.symptoms_title {
	text-align: center;
	color: #ea5969;
	font-weight: bold;
	font-size: 24px;
	margin: 60px 0 10px 0;
}
.baby_cv_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.cta_box {
	display: flex;
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 30px 0 30px 0;
	margin: 10px 0 50px 0;
}
.tel_box {
	width: 50%;
}
.beby_banner_box {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
}
.baby_name {
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}
.baby_schedule {
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
}
.baby_schedule_02 {
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin-top: 0;
	font-weight: bold;
}
.baby_schedule_02 span {
	color: #ea5969;
}
.baby_line {
	background-color: #00c300;
	border-radius: 10px;
}
.baby_line_img {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;
}
.baby_tel {
	background-color: #ff9519;
	border-radius: 10px;
	margin-top: 10px;
}
.baby_tel_img {
	width: 60%;
	margin: 0px auto 0 auto;
	padding: 10px 0 15px 0;
}
.baby_syojo_title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.baby_syojo_box {
	display: flex;
}
.baby_syojo_box02 {
	display: flex;
	margin-top: 30px;
	position: relative;
}
.baby_syojo_img {
	width: 18%;
}
.baby_syojo_text {
	width: 80%;
}
.baby_syojo_box02::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px dashed;
	position: absolute;
	top: -1.5em;
}
.helmet_title {
	margin: 50px 0 20px 0;;
}
.helmet_text_title {
	font-size: 22px;
	font-weight: bold;
}
.helmet_text_title02 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
}
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;
}
#baby h3 {
	text-align: center; 
	margin-top: 50px !important;
}
#baby h3.demerit {
	border-bottom: solid 1px #8ac5ef !important; 
	border-top: solid 1px #8ac5ef !important; 
	color: #8ac5ef !important;
}
.baby_section_box {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 50px 0 20px 0;
	padding: 20px 0 20px 0;
	background-color: #fff5f6;
	border-bottom: solid 2px #ff9d9e;
	border-top: solid 2px #ff9d9e;
}
.baby_section_img {
	width: 20%;
}
.baby_section_text {
	width: 75%;
}
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/05/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/05/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.35em;
  left: -0.5em;
}
h2.message {
	text-align: center;
	margin-top: 10px !important;
}
.baby_q_box {
	font-weight: bold;
	position: relative;
	padding: 0 0px 0 1.2em;
}
.baby_q_box::before {
	content: "Q. ";
	position: absolute;
	left: 0em;
}
.baby_a_box {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0px 0 1.2em;
}
.baby_a_box::before {
	content: "A. ";
	position: absolute;
	left: 0em;
}
@media screen and (max-width: 787px) {
.baby_title {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
}
.cta_title {
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	padding-top: 0px; 
}
.checklist_title {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	padding: 0px 0 10px 0;
}
.ba_title {
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 20px;
}
.ba_subtitle {
	text-align: center;
	margin-top: 20px;
}
.baby_section_box {
	display: flex;
	flex-direction: row-reverse;
	flex-direction: column;
	margin-top: 30px;
}
.baby_section_img {
	width: 45%;
	margin: 0 auto 0 auto;
}
.baby_section_text_box {
	width: 100%;
	margin-top: 20px;
}
.baby_section_box_title {
	font-size: 5vw;
	font-weight: bold;
	border-bottom: dotted 3px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.baby_section_box_text p {
	padding-bottom: 20px;
}
.symptoms_title {
	text-align: center;
	color: #ea5969;
	font-weight: bold;
	font-size: 5vw;
	margin-bottom: 10px;
}
.baby_cv_title {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	padding-bottom: 10px;
}
.cta_box {
	display: flex;
	flex-direction: column;
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 30px 0 30px 0;
	margin: 10px 0 50px 0;
}
.tel_box {
	width: 100%;
}
.beby_banner_box {
	width: 100%;
}
.baby_name {
	font-size: 5vw;
	font-weight: 900;
	text-align: center;
}
.baby_schedule {
	font-size: 4vw;
	display: flex;
	justify-content: center;
	margin: 0.8em 0 0em 0;
	font-weight: bold;
}
.baby_schedule_02 {
	font-size: 4vw;
	display: flex;
	justify-content: center;
	margin-top: 0;
	font-weight: bold;
}
.baby_line {
	background-color: #00c300;
	border-radius: 10px;
	margin-top: 10px;
}
.baby_line_img {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;
}
.baby_tel {
	background-color: #ff9519;
	border-radius: 10px;
	margin-top: 10px;
}
.baby_tel_img {
	width: 60%;
	margin: 0px auto 0 auto;
	padding: 10px 0 15px 0;
}
.baby_syojo_title {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-top: 10px;
}
.baby_syojo_box {
	display: flex;
	flex-direction: column;
}
.baby_syojo_box02 {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	position: relative;
}
.baby_syojo_img {
	width: 50%;
	margin: 0 auto 0 auto;
}
.baby_syojo_text {
	width: 100%;
}
.helmet_text_title {
	font-size: 4.5vw;
	font-weight: bold;
}
.helmet_text_title02 {
	font-size: 4.5vw;
	font-weight: bold;
	padding-top: 20px;
}
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;
}
.baby_section_box {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-direction: column;
	margin: 50px 0 20px 0;
	padding: 20px 10px 20px 10px;
	background-color: #fff5f6;
	border-bottom: solid 2px #ff9d9e;
	border-top: solid 2px #ff9d9e;
}
.baby_section_img {
	width: 40%;
}
.baby_section_text {
	width: 100%;
}
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/05/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/05/icon_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0.35em;
  left: -0.5em;
}
h2.message {
	text-align: center;
	margin-top: 10px !important;
}
/*産後骨盤矯正*/
.sango-box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.sango-img {
	width: 60%;
}
.sango-text {
	width: 100%;
}
}
