@charset "utf-8";

/* 20240417 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.entry-content .row {
	margin-right: -10px;
	margin-left: -10px;
}
.entry-content .row > div {
	margin-bottom: 20px;
	padding: 0 10px;
}
.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	margin: 0;
	padding: 0;
}

.entry-content .template-text :first-child {
	margin-top: 0;
}

.entry-content dl dt {
	color: #e67385;
	font-size: 17px;
	font-weight: bold;
}
.entry-content dl dd {
	margin-bottom: 10px;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.strong {
	color: #e67385;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.table-bordered th {
	width: 25%;
	background: #fef2f5;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.table-fixed th {
	background: #fef2f5;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #eff7fc;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.contents-colorbox h4 {
	margin: 20px 0 0 !important;
}

.contents-flowbox-group {
	margin: 40px 0 50px;
}
.contents-flowbox {
	position: relative;
	padding: 0 0 45px 35px;
}
.contents-flowbox:last-child {
	padding-bottom: 0;
}
.contents-flowbox::before {
	content: '';
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 6px;
	width: 2px;
	background: #fa85a1;
}
.contents-flowbox::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 10;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fa85a1;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin: 0 0 0 25px;
	text-align: center;
}
.contents-flowbox h4 {
	margin-bottom: 10px;
	padding: 0;
	border: none;
	background: none;
	line-height: 1.6;
	font-size: 19px;
}
.contents-flowbox h4:before {
	display: none;
}

.contents-stepbox-group {
	margin: 30px 0 40px;
}
.contents-stepbox {
	position: relative;
	padding-bottom: 30px;
}
.contents-stepbox:last-child {
	padding-bottom: 0;
}
.contents-stepbox::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 2px;
	background: #f6a8bd;
}
.contents-stepbox-ico {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 10;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	background: #f6a8bd;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.contents-stepbox-detail {
	overflow: hidden;
}
.contents-stepbox h4 {
	display: inline-block;
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none;
	background: none;
	font-size: 16px;
}
.contents-stepbox h4::before {
	display: none;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: '\f00c';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.8;
	color: #f6a8bd;
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	font-weight: 900;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

/* よくある質問 */
.table-faq {
	width: 100%;
	margin-bottom: 10px;
}
.table-faq th,
.table-faq td {
	padding: 10px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 75px;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:first-child td {
	border-bottom: #ddd 1px solid;
	font-size: 16px;
	font-weight: bold;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}

/*iframe*/
.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.entry-btn {
	margin-top: 30px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 50px;
	background: #f6a8bd;
	line-height: 50px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	text-decoration: none !important;
}
.entry-btn a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f105';
	color: #fff;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-btn a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* 2024/04/18 inose */
.entry-content p {
	font-size: 1.1rem;
}
.reserve-box {
	width: 100vw !important;
	position: relative;
	transform: translateX(-50%);
	text-align: center;
	left: 50%;
	background: url(/images/default/main-contact-bg.jpg) no-repeat center top / cover;
	padding: 109px 0 100px;
}
.reserve-box-inner {
	margin: 1em auto 1em;
	width: 980px;
}
.template-backpattern {
	border-radius: 20px;
}
.contents-centerbox {
	text-align: center;
}
.contents-commentbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #eff7fc;
	border-radius: 20px;
}

.contents-commentbox  dl {
	margin-bottom: 0px;
}
.contents-commentbox  dl dd {
	border-left: 2px solid #c7dae5;
	font-size: 1.1rem;
}

