@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
figure {
	margin: 0;
}
.baby {
	background-color: #fcf8f5;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.baby.baby-form {
		background-color: #fff;
	}
	.baby.baby-form .container {
		padding: 0;
	}
}
.baby-form h2 {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 40px;
	color: #132743;
}
@media screen and (max-width: 768px) {
	.baby-form h2 {
		font-size: 20px;
	}
}
.baby-form .babyinfo-header {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 40px;
	color: #132743
}
.baby-form .baby-info {
	padding: 40px 40px 22px;
	border-radius: 20px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #ffffff;
}
.baby-form .baby-info .photo {
	display: flex;
	justify-content: space-between;
	width: 572px;
}
.baby-form .baby-info .photo li {
	width: 280px;
}
.baby-form .baby-info .photo li img {
	border-radius: 20px;
}
.baby-form .baby-info .about {
	width: 400px;
}
.baby-form .baby-info .about dl {
	display: flex;
	border-bottom: 1px solid #eee8e2;
	padding: 8px 10px;
}
.baby-form .baby-info .about dt {
	font-size: 14px;
	width: 100px;
	font-weight: 700;
	color: #413d3b;
}
.baby-form .baby-info .about dd {
	font-weight: 500;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.baby-form .baby-info {
		padding: 1rem;
		border-radius: 20px;
		display: block;
		margin-bottom: 2rem;
	}
	.baby-form .baby-info .photo {
		width: 100%;
		margin-bottom: 1rem;
	}
	.baby-form .baby-info .photo li {
		width: 48%;
	}
	.baby-form .baby-info .about {
		width: 100%;
	}
	.baby-form .baby-info .about dl {
		padding: 4px 5px;
	}
	.baby-form .baby-info .about dd {
		width: calc(100% - 100px);
	}
}
.baby-form .form-container {
	padding: 40px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	.baby-form .form-container {
		padding: 0;
		box-sizing: border-box;
		border-radius: 0px;
		background-color: #fff;
	}
}
.baby-form .amount {
	margin-bottom: 60px;
	background-color: #f8f6f6;
	padding: 40px 100px;
	border-radius: 20px;
	box-sizing: border-box;
}
.baby-form .amount .calc {
	display: flex;
	margin-bottom: 12px;
}
.baby-form .amount .calc .symbol {
	width: 50px;
	position: relative;
}
.baby-form .amount .calc .symbol span {
	position: absolute;
	display: block;
	width: 32px;
	height: 6px;
	border-radius: 20px;
	background-color: #413d3b;
	left: 10px;
}
.baby-form .amount .calc .symbol.plus span {
	top: 85px;
}
.baby-form .amount .calc .symbol.plus span:last-child {
	transform: rotate(90deg);
}
.baby-form .amount .calc .symbol.equal {
	height: 56px;
	margin: 0 auto;
}
.baby-form .amount .calc .symbol.equal span {
	top: 20px;
	transform: rotate(90deg);
}
.baby-form .amount .calc .symbol.equal span:first-child {
	left: calc(50% - 24px);
}
.baby-form .amount .calc .symbol.equal span:last-child {
	left: calc(50% - 8px);
}
.baby-form .amount .calc .amounts {
	display: flex;
	margin: 0 auto;
}
.baby-form .amount .calc .box {
	padding: 20px 5px 16px 5px;
	border-radius: 20px;
	border: solid 1px #132743;
	background-color: #ffffff;
	width: 160px;
	position: static;
	box-sizing: border-box;
	text-align: center;
}
.baby-form .amount .calc .box.insurance {
	min-width: 170px;
}
.baby-form .amount .calc .box .title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.baby-form .amount .calc .box .price {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0px;
}
.baby-form .amount .calc .box.amounts {
	min-width: 240px;
	padding-left: 20px;
	padding-right: 20px;
}
.baby-form .amount .calc .box.amounts div {
	font-size: 24px;
}
.baby-form .amount .calc .box.amounts .title {
	margin-bottom: 0;
}
.baby-form .amount .calc .box figure {
	width: 48px;
	margin: 0 auto 24px;
}
.baby-form .amount .calc .box.insurance figure {
	margin-bottom: 0;
}
.baby-form .amount .calc .box figure img {
	width: 100%;
	height: auto;
}
.baby-form .amount .bnr-pack {
	width: 100%;
	margin: 0 auto
}
.baby-form .amount .bnr-pack a {
	position: relative;
	height: 116px;
	border-radius: 20px;
	display: block;
	width: 100%;
	text-decoration: none;
}
.baby-form .amount .bnr-pack a .text {
	width: 500px;
	height: 100%;
	position: absolute;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	left: 0;
	padding: 16px 24px;
	box-sizing: border-box;
	top: 0;
	background-color: #413d3b;
	color: #fff;
	z-index: 2;
}
.baby-form .amount .bnr-pack a .text .title {
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.baby-form .amount .bnr-pack a figure {
	position: absolute;
	right: 0;
	width: 334px;
	top: 0;
	z-index: 1;
}
.baby-form .amount .calc .box.insurance .form-price {
	position: relative;
}
.baby-form .amount .calc .box.insurance .form-price::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 7px;
	top: 14px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}
.baby-form .form-price select {
	padding: 4px 15px 3px 4px;
	border: solid 1px #b3b1b1;
	background-color: #ffffff;
	color: #413d3b;
	font-size: 14px;
	background-image: none;
	font-weight: 500;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.baby-form .amount {
		margin-bottom: 4rem;
		padding: 2.5rem 1rem;
		border-radius: 0px;
	}
	.baby-form .amount .calc {
		display: block;
		margin-bottom: 0;
	}
	.baby-form .amount .calc .symbol {
		width: 100%;
		position: relative;
		height: 56px;
	}
	.baby-form .amount .calc .symbol span {
		width: 32px;
		height: 6px;
		left: calc(50% - 16px);
	}
	.baby-form .amount .calc .symbol.plus span:first-child {
		top: 26px;
	}
	.baby-form .amount .calc .symbol.plus span:last-child {
		transform: rotate(90deg);
		top: 27px;
	}
	.baby-form .amount .calc .symbol.equal span:first-child {
		top: 26px;
	}
	.baby-form .amount .calc .symbol.equal span:last-child {
		top: 26px;
	}
	.baby-form .amount .calc .box {
		padding: 10px 20px 10px;
		width: 100%;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.baby-form .amount .calc .box .title {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.baby-form .amount .calc .box .price {
		font-size: 16px;
		margin-left: auto;
	}
	.baby-form .amount .calc .box figure {
		width: 48px;
		margin: 0 20px 0 0;
	}
	.baby-form .amount .bnr-pack {
		width: 100%;
		margin: 0 auto
	}
	.baby-form .amount .bnr-pack a {
		position: relative;
		height: auto;
		display: flex;
		flex-direction: column;
		width: 100%;
		text-decoration: none;
	}
	.baby-form .amount .bnr-pack a .text {
		width: 100%;
		height: auto;
		position: static;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		padding: 20px;
	}
	.baby-form .amount .bnr-pack a .text .title {
		font-weight: 700;
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.baby-form .amount .bnr-pack a .text p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.baby-form .amount .bnr-pack a figure {
		position: static;
		margin-top: -15px;
		width: 100%;
		border-bottom-left-radius: 20px;
		overflow: hidden;
	}
}
.baby-form .service .banners {
	display: flex;
	margin-bottom: 80px;
	justify-content: space-between;
}
.baby-form .service .banners li {
	width: 320px;
	height: 144px;
}
.baby-form .service .banners a {
	display: block;
	color: #132743;
	position: relative;
}
.baby-form .service .banners figure {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.baby-form .service .banners .text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 17px;
	box-sizing: border-box;
	z-index: 2;
}
.baby-form .service .banners .text .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}
.baby-form .service .banners .text p {
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 8px;
}
.baby-form .service .banners .seemore {
	width: 98px;
	height: 26px;
	font-weight: 500;
	font-size: 13px;
	box-sizing: border-box;
	padding: 6px 12px 6px;
	border-radius: 13px;
	line-height: 1;
	background-color: #ffffff;
	text-align: center;
}
.baby-form .service .banners .bnr-cam .text .title {
	text-align: center;
}
.baby-form .service .banners .bnr-cam .text p {
	text-align: center;
}
.baby-form .service .banners .bnr-cam .text .title {
	text-align: center;
}
.baby-form .service .banners .bnr-cam .seemore {
	background-color: #132743;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.baby-form .service {
		padding: 0 1rem;
	}
	.baby-form .service .banners {
		display: block;
		margin-bottom: 80px;
	}
	.baby-form .service .banners li {
		width: 100%;
		height: 155px;
		margin-bottom: 1rem;
		overflow: hidden;
	}
	.baby-form .service .banners li .bnr {
		height: 100%;
	}
	.baby-form .service .banners a {
		display: block;
		height: 100%;
	}
	.baby-form .service .banners figure {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.baby-form .service .banners .seemore {
		margin: 0 auto;
	}
}
.baby-form .form-container .flow {
	margin: 80px 0;
	padding: 40px 100px;
	border-radius: 20px;
	background-color: #f8f6f6;
}
.baby-form .form-container .flow h3 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 16px;
	color: #413d3b;
}
.baby-form .form-container .flow p {
	color: #413d3b;
	font-weight: 500;
}
.baby-form .form-container .flow .step {
	display: flex;
	color: #413d3b;
}
.baby-form .form-container .flow .step figure {
	width: 160px;
	margin: 0 35px 12px 0;
}
.baby-form .form-container .flow .step .text {
	width: calc(100% - 195px);
}
.baby-form .form-container .flow .step .step-label {
	padding: 2px 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	border-radius: 12px;
	background-color: #eee8e2;
}
.baby-form .form-container .flow .step-after {}
.baby-form .form-container .flow .step-after span {
	display: block;
	width: 8px;
	height: 8px;
	margin-bottom: 10px;
	margin-left: 76px;
	border-radius: 50%;
	background-color: #132743
}
.baby-form .form-container .flow .after49 {
	color: #fff;
	font-size: 14px;
	height: 32px;
	width: 120px;
	margin: 0 55px 12px 20px;
	padding: 1px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #132743;
}
.baby-form .form-container .flow .after49 span {
	font-weight: 700;
	font-size: 20px;
	padding: 0 4px 0;
}
.baby-form .form-container .flow p.attention {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.baby-form .form-container .flow {
		margin: 0px 0;
		padding: 2.54rem 1rem;
		border-radius: 0px;
	}
	.baby-form .form-container .flow h3 {
		margin-left: 116px;
	}
	.baby-form .form-container .flow p {
		color: #413d3b;
		font-weight: 500;
	}
	.baby-form .form-container .flow .step {
		display: block;
		position: relative;
	}
	.baby-form .form-container .flow .step figure {
		width: 100px;
		margin: 0;
		position: absolute;
		left: 0;
		top: -26px;
	}
	.baby-form .form-container .flow .step .text {
		width: 100%;
	}
	.baby-form .form-container .flow .step .step-label {
		margin-left: 116px;
	}
	.baby-form .form-container .flow .step-after {
		margin-bottom: 2rem;
	}
	.baby-form .form-container .flow .step-after span {
		margin-left: calc(50% - 4px);
	}
	.baby-form .form-container .flow .after49 {
		margin: 0 auto 1rem;
	}
	.baby-form .form-container .flow p.attention {
		margin-bottom: 2rem;
	}
}
.baby-form .faq h3 {
	display: flex;
	font-weight: 500;
	margin-bottom: 40px;
	color: #132743;
	font-size: 16px;
	align-items: baseline;
}
.baby-form .faq h3 figure {
	width: 88px;
	margin-right: 16px;
}
.baby-form .faq dl {
	background-color: #f8f6f6;
	margin: 0 100px 12px;
	border-radius: 20px;
}
.baby-form .faq dl dt {
	border-bottom: none;
	padding: 25px 20px;
	font-weight: 500;
	font-size: 18px;
	color: #132743;
	margin: 0;
}
.baby-form .faq dl dt::before {
	content: none;
}
.baby-form .faq dl dt::after {
	width: 40px;
	height: 40px;
	background-image: url("../images/baby/plus.svg");
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center center;
	background-color: #eee6e0;
	border-radius: 50%;
	top: 16px;
	right: 14px;
}
.baby-form .faq dl dt.change::after {
	background-image: url("../images/baby/minus.svg");
	background-color: #132743;
	top: 16px;
	right: 14px;
}
.baby-form .faq dl dd {
	font-weight: 500;
	font-size: 14px;
	color: #413d3b;
	padding: 0px 100px 20px 40px;
}
@media screen and (max-width: 768px) {
	.baby-form .faq {
		padding: 2.5rem 1rem;
	}
	.baby-form .faq dl {
		margin: 0 0px 12px;
	}
	.baby-form .faq dl dt {
		border-bottom: none;
		padding: 12px 64px 12px 16px;
		font-size: 14px;
		margin: 0;
	}
	.baby-form .faq dl dt::after {
		top: 12px;
		right: 12px;
	}
	.baby-form .faq dl dt.change::after {
		top: 16px;
		right: 14px;
	}
	.baby-form .faq dl dd {
		font-size: 13px;
		padding: 12px;
	}
}
.baby-form .form-body {
	padding: 40px 140px 40px 140px;
	border-radius: 20px;
	background-color: #ffffff;
}
.baby-form .form-body .tab {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.baby-form .form-body .tab li {
	cursor: pointer;
	background-color: #eef0f2;
	text-align: center;
	width: 311px;
	padding: 10px 0;
	border-radius: 24px;
	color: #a0a7b1;
	font-size: 20px;
	margin: 0 9px;
	font-weight: 700;
}
.baby-form .form-body .tab li.active {
	background-color: #132743;
	color: #fff;
	position: relative;
}
.baby-form .form-body .tab li.active:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 10px solid #132743;
	margin-left: -10px;
}
/* old form css reset */
.baby-form .form-body input, .baby-form .form-body button, .baby-form .form-body select, .baby-form .form-body textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
.baby-form .form-body textarea {
	resize: vertical;
}
.baby-form .form-body input[type='checkbox'], .baby-form .form-body input[type='radio'] {
	display: none;
}
.baby-form .form-body input[type='submit'], .baby-form .form-body input[type='button'], .baby-form .form-body label, .baby-form .form-body button, .baby-form .form-body select {
	cursor: pointer;
}
.baby-form .form-body select::-ms-expand {
	display: none;
}
/* new form css add */
.baby-form .form-body input[type="text"], .baby-form .form-body input[type="tel"], .baby-form .form-body input[type="email"], .baby-form .form-body textarea,
.baby-form .form-body select {
	border-radius: 12px;
	width: 100%;
	font-size: 16px;
	padding: 0.5rem;
	box-sizing: border-box;
	border: solid 1px #b3b1b1;
	background-color: #ffffff;
}
.baby-form .form-body input[type="text"]:focus, .baby-form .form-body input[type="te"]:focus, .baby-form .form-body input[type="mail"]:focus
{
	border: solid 1px #132743;
}
.baby-form .form-body select {
	font-size: 14px;
	position: relative;
}
.baby-form .form-body select::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #b3b1b1;
	border-right: 1px solid #b3b1b1;
	width: 10px;
	height: 10px;
	top:10px;
	right: 10px;
	z-index: 2;
}
.baby-form .form-body label {
	font-weight: 700;
	font-size: 14px;
	color: #132743;
	display: block;
	margin-bottom: 12px;
}
.baby-form .form-body .sex ul li, .baby-form .form-body .purpose ul li {
	display: flex;
	width: 100%;

}
.baby-form .form-body .mwform-radio-field {
	width: 390px;
}

.baby-form .form-body .mwform-radio-field span {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 10px 0 0;
	padding: 16px 12px 16px 42px;
	border-radius: 12px;
	border: solid 2px #a1a9b4;
	box-sizing: border-box;
	color: #132743;
	line-height: 1rem;
	font-weight: 500;
	font-size: 16px;
	background-color: #ffffff;
}
.baby-form .form-body .mwform-radio-field input[type="radio"]:checked + span {
	border: solid 2px #132743;
}
.baby-form .form-body .mwform-radio-field  span::before{
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	left: 12px;
	top: 12px;
	border-radius: 50%;
	border: solid 2px #a1a9b4;
}
.baby-form .form-body .mwform-radio-field input[type="radio"]:checked + span::before {
	border: solid 2px #132743;
}
.baby-form .form-body .mwform-radio-field input[type="radio"]:checked + span::after {
	width: 12px;
	height: 12px;
	background-color: #132743;
	content: '';
	position: absolute;
	left: 19px;
	top: 19px;
	border-radius: 50%;
}
.baby-form .form-body .mwform-tel-field input[type="text"],.baby-form .form-body .mwform-zip-field input[type="text"]{
	width: auto;
	margin-right: 0.5rem;
}
.baby-form .form-body .mwform-tel-field input[type="text"]:not(:first-child),
.baby-form .form-body .mwform-zip-field input[type="text"]
{
	margin-left: 0.5rem;
}
.baby-form .form-body .where ul {

}
.baby-form .form-body .where li {

	display: flex;
	flex-wrap: wrap;
}
.baby-form .form-body .where li span {
	margin-right: 32px;
	margin-bottom: 24px;
}
.baby-form .form-body .where li label {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
}
.baby-form .form-body .where li label span {
	margin-right: 0;
	margin-bottom: 0;
}
.baby-form .form-body .mwform-checkbox-field span::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	left: 0px;
	top: 3px;
	z-index: 1;
	border-radius: 6px;
	background-color: #f2eee9;
}
.baby-form .form-body .mwform-checkbox-field input[type="checkbox"]:checked + span::before{
	background-color: #132743;
}
.baby-form .form-body .mwform-checkbox-field input[type="checkbox"]:checked + span::after {
	position: absolute;
	left: 5px;
	top: 8px;
	content: '';
	width: 10px;
	height: 5px;
	z-index: 2;
	transform: rotate(-45deg);
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.baby-form .form-body fieldset, .baby-form .form-body .sub-field {
	margin-bottom: 24px;
}
¥.baby-form .form-body .sub-field:last-child {
	margin-bottom: 0;
}
.baby-form .form-body .name {
	display: flex;
	justify-content: space-between;
}
.baby-form .form-body .name .last {
	width: 390px;
}
.baby-form .form-body .name .first {
	width: 390px;
}
.baby-form .form-body .sex {
	border-radius: 0;
	background-color: inherit;
	text-align: left;
	padding: 0;
	height: auto;
	width: auto;
	margin-right: 0;
}
.baby-form .form-body .number {
	display: inline-block;
    font-size: 12px;
    text-align: left;
    color: inherit;
    padding: 0;
	width: 100%;
    background-color: inherit;
    margin-bottom: 24px;
    border-radius: 0;
}
.baby-form .form-body .address-first {
		display: flex;
}
.baby-form .form-body .address-first .zip {
	margin-right: 7rem;
	width: 210px;
}
.baby-form .form-body .address-first .pref{
	width: calc(100% - 4rem - 120px - 210px);
}
.baby-form .form-body .zipseach {
	border-radius: 24px;
	border: solid 1px #132743;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
	height: 48px;
	padding-top: 12px;
	margin-top: 24px;
	box-sizing: border-box;
	color: #132743;
	font-weight: 500;
	width: 120px;
	margin-right: 2rem;
}
.form-price{
	font-weight: 500;
font-size: 16px;
margin-left: auto;
}
.mwform-zip-field{
	display: flex;
	align-items: center;
}
.under .baby-form .form-body .f-btn {
	width: 224px;
	margin: 40px auto 0;
	padding: 16px 0;
	display: block;
	text-align: center;
	border-radius: 24px;
	line-height: 1rem;
	color: #fff;
	background-color: #132743;
	box-shadow: none;
}
@media screen and (max-width: 768px) {
	.baby-form .form-body {
		padding: 2.5rem 1rem;
		box-sizing: border-box;
	}
	.baby-form .form-body .name .last, .baby-form .form-body .name .first, .baby-form .form-body .sex li, .baby-form .form-body .purpose li {
		width: 48%;
	}
	.baby-form .form-body .mwform-radio-field span {
		font-size: 13px;
	}

	.baby-form .form-body .mwform-radio-field {
		width: 50%;
	}

	.baby-form .form-body .where li {
		margin-right: 20px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.baby-form .form-body button {
		margin: 0 auto;
		display: block;
	}
	.baby-form .form-body .name, .baby-form .form-body .address-first {
		flex-wrap: wrap;
	}
	.baby-form .form-body .address-first .zip {
		width: 200px;
		margin-right: 1rem;
		margin-bottom: 1.5rem;
	}
	.baby-form .form-body .zipseach {
		margin-right: 0;
	}
	.baby-form .form-body .address-first .pref {
		width: 100%;
	}
}
