@charset "utf-8";
.lcl-head {}
.block-flex--stretch {
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.ttlarea-icon{
	width: 60px;
	height: 61px;
	background: url(../img/ico_01.png) center /100% no-repeat;
}
.main-imgarea{
	background: url(../img/img_01.jpg?211014) center /100% no-repeat;
}

/* ---------------------------------------------------------------- box ---- */

.lcl-box {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.lcl-box__ttl {
	color: #fff;
	background: url(../img/bg_01.png) center / cover;
	text-align: center;
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.lcl-box-img {
	background: url(../img/img_01.png?230327) center / cover;
	width: 822px;
	height: 41px;
	margin: 20px auto;
}
.lcl-box__text {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #6c1670;
}
.lcl-btn {
	display: block;
	background-color: #f6f2ed;
	color: #86148b;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.lcl-btn::after {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f6f2ed transparent transparent transparent;
}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-box01-ttl {
	width: 646px;
	height: 57px;
	background: url(../img/h_01.png) center /100% no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------------------------------------- Block  ---- */

.lcl-block {}
.lcl-block__ttl {
	display: block;
	background-color: #6c1670;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.lcl-block__contents {
	border-right: 3px solid #6c1670;
	border-bottom: 3px solid #6c1670;
	border-left: 3px solid #6c1670;
}
.lcl-block__sub-ttl {
	color: #6c1670;
}
.lcl-select-block {
	box-sizing: border-box;
	background: #fffaf5;
	width: 100%;
}
.lcl-select-block--half {
	width: 49%;
}
.lcl-select-block select {
	margin-left: 15px;
}
.lcl-block__price-text {
	color: #6c1670;
	font-weight: bold;
}
.lcl-answer-color {
	color: #ed606a;
}
.lcl-answer {
	display: inline-block;
	color: #ed606a;
	background-color: #f7f7f7;
	line-height: 1;
	font-weight: 600;
}
.js-yukan_block.dn {
	display: none;
}
.lcl-answer-value {
	margin-top: 30px;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-block-txt {
	color: #6c1670;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-top: 24px;
}

/* ---------------------------------------------------------------- Decorations  ---- */

.lcl-plus-icon {
	position: relative;
	display: block;
	margin: 20px auto;
	width: 25px;
	height: 25px;
}
.lcl-plus-icon::before, .lcl-plus-icon::after {
	content: '';
	width: 25px;
	height: 5px;
	background-color: #b5b5b5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.lcl-plus-icon::after {
	transform: rotate(90deg);
}
.lcl-equal-icon {
	position: relative;
	display: block;
	height: 25px;
	width: 14px;
	margin: 20px auto;
}
.lcl-equal-icon::before, .lcl-equal-icon::after {
	content: '';
	width: 5px;
	height: 25px;
	background-color: #b5b5b5;
	position: absolute;
	top: 0;
}
.lcl-equal-icon::before {
	left: 0;
}
.lcl-equal-icon::after {
	right: 0;
}
.lcl-double-triangle-icon {
	position: relative;
	display: block;
	width: 24px;
	height: 12px;
}
.lcl-double-triangle-icon::before, .lcl-double-triangle-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #b5b5b5;
}
.lcl-double-triangle-icon::before {
	left: 0;
}
.lcl-double-triangle-icon::after {
	right: 0;
}

.lcl-note{
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	.ttlarea-icon{
		width: 30px;
		height: 30.5px;
	}
	.main-imgarea {
	    background: url(../img/sp/img_01.jpg?211014) center /100% no-repeat;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-wrapper {
		padding-bottom: 35px;
	}
	.lcl-groups>*:not(:first-child) {
		margin-top: 15px;
	}
	.lcl-box01-ttl {
		width: 225px;
		height: 41px;
		background: url(../img/sp/h_01.png) center /100% no-repeat;
	}
	.lcl-small-groups>*:not(:first-child) {
		margin-top: 5px;
	}
	.lcl-main-box {
		width: 100%;
		height: 0;
		background: url(../img/sp/main.jpg) center /100% no-repeat;
		padding-top: 61.40625%;
	}
	.lcl-btn {
		width: 100%;
		max-width: 320px;
		margin-top: 20px;
		padding: 10px 15px;
		font-size: 13px;
		border-radius: 15px;
	}
	.lcl-btn::after {
		bottom: -10px;
		border-width: 10px 5px 0 5px;
	}
	.lcl-text-list {
		margin-top: 20px;
	}
	.lcl-text-img {
		display: block;
		width: 70%;
		margin: auto;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 15px;
	}
	.lcl-box--sp {
		background: #fdf2e7;
	}
	.lcl-box--bottom {
		background: transparent;
		padding-top: 0;
	}
	.lcl-box__ttl {
		width: 265px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		top: -15px;
	}
	.lcl-box-img {
		background: url(../img/sp/img_01.png?230327) center / cover;
		width: 290px;
		height: 67px;
		margin: 22px auto;
	}
	.lcl-box__text {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.025em;
		color: #6c1670;
	}
	.lcl-small-text {
		display: block;
		font-size: 11px;
		margin-top: 5px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-block-txt {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0.01em;
		margin-top: 0;
		border-top: 1px solid #c74999;
		padding-top: 13px;
	}
	.lcl-plus-icon {
		margin: 17px auto;
		width: 17px;
		height: 17px;
	}
	.lcl-plus-icon::before, .lcl-plus-icon::after {
		width: 17px;
		height: 3px;
		background-color: #b5b5b5;
	}
	/* ---------------------------------------------------------------- blcok ---- */
	.lcl-block__ttl {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.lcl-block__contents {
		border-right: 1px solid #6c1670;
		border-bottom: 1px solid #6c1670;
		border-left: 1px solid #6c1670;
	}
	.lcl-block__left-contents {
		padding: 15px;
		width: 100%;
	}
	.lcl-small-groups {
		width: 100%;
	}
	.lcl-select-block {
		width: 80%;
		margin: auto;
		padding: 8px 15px;
	}
	.lcl-block__sub-ttl {
		font-size: 13px;
	}
	.lcl-block__table {
		margin-top: 15px;
		width: 100%;
		font-size: 10px;
	}
	.lcl-block__price-area {
		border-top: 1px dashed #6c1670;
		padding: 15px;
		width: 100%;
	}
	.lcl-block__price-text {
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		display: block;
	}
	.lcl-2col-list>*:not(:first-child) {
		margin-top: 5px;
	}
	.lcl-answer-block {
		text-align: center;
	}
	.lcl-double-triangle-icon {
		margin: 10px auto;
		transform: rotate(90deg);
		right: 3px;
	}
	.lcl-answer {
		font-size: 35px;
		border-radius: 5px;
		padding: 5px 12px;
	}
}
@media screen and (min-width: 768px) {
	/* ---------------------------------------------------------------- PC Style ---- */
	.lcl-row__1 {
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
	}
	.lcl-row__2 {
		-webkit-flex-grow: 2;
		-ms-flex-grow: 2;
		flex-grow: 2;
	}
	.lcl-row__3 {
		-webkit-flex-grow: 3;
		-ms-flex-grow: 3;
		flex-grow: 3;
	}
	.lcl-row__4 {
		-webkit-flex-grow: 4;
		-ms-flex-grow: 4;
		flex-grow: 4;
	}
	.lcl-main-box {
		width: 1000px;
		height: 280px;
		background: url(../img/main.jpg) center /100% no-repeat;
	}
	.lcl-box--bottom {
		padding-bottom: 20px;
		border-top: 1px solid #fdf2e7;
	}
	.lcl-wrapper {
		padding-bottom: 80px;
	}
	.lcl-groups>*:not(:first-child) {
		margin-top: 30px;
	}
	.lcl-small-groups>*:not(:first-child) {
		margin-top: 10px;
	}
	.lcl-btn {
		width: 545px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		margin-top: 40px;
		border-radius: 25px;
	}
	.lcl-btn::after {
		bottom: -20px;
		border-width: 20px 10px 0 10px;
	}
	.lcl-text-img {
		display: block;
		width: 546px;
		margin: auto;
	}
	.lcl-text-list {
		margin-top: 27px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box {
		width: 1000px;
		padding: 30px;
	}
	.lcl-box--top {
		padding: 48px 120px 53px;
	}
	.lcl-box--half {
		width: 49%;
		padding: 40px 30px 25px;
		margin: 0;
	}
	.lcl-box__ttl {
		width: 331px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		top: -25px;
	}
	.lcl-small-text {
		display: block;
		font-size: 13px;
		/*margin-top: 5px;*/
	}
	/* ---------------------------------------------------------------- Block  ---- */
	.lcl-block {}
	.lcl-block__ttl {
		width: 100%;
		padding: 15px;
	}
	.lcl-block__sub-ttl {
		font-size: 16px;
	}
	.lcl-block__left-contents {
		padding: 35px 25px;
	}
	.lcl-select-block {
		font-size: 16px;
		padding: 12px 20px;
	}
	.lcl-block__price-area {
		display: flex;
		min-width: 220px;
		justify-content: center;
		align-items: center;
		border-left: 2px dashed #6c1670;
	}
	.lcl-block__price-text {
		font-size: 35px;
		margin-top: 15px;
	}
	.lcl-block__table {
		width: 450px;
	}
	.lcl-2col-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 664px;
	}
	.lcl-2col-list>* {
		margin-top: 10px;
	}
	.lcl-2col-list>*:first-child, .lcl-2col-list>*:nth-child(2) {
		margin-top: 0;
	}
	.lcl-answer-block {
		width: 710px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: auto;
	}
	.lcl-answer {
		font-size: 53px;
		padding: 15px 30px;
		border-radius: 10px;
	}
	/* ---------------------------------------------------------------- card ---- */
	.lcl-card-list {
		display: flex;
		justify-content: space-between;
	}
	.lcl-card {
		width: 880px;
		margin: 0 auto;
	}
	.lcl-card__contents {
		display: flex;
		justify-content: flex-start;
		gap: 5px;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.lcl-card__tab {
		position: relative;
		background-color: #fff;
		font-size: 12px;
		/* font-size: 18px; */
		line-height: 1.3;
		color: #b03d86;
		border-left: 1px solid #c74999;
		border-right: 1px solid #c74999;
		border-top: 1px solid #c74999;
		width: calc(100% / 6 - 5px);
		/* width: calc(100% / 3 - 5px); */
		height: 70px;
		font-weight: bold;
		border-radius: 5px 5px 0 0;
		transition: border 0.25s ease, background 0.25s ease, color 0.25s ease, height 0.25s ease;
	}
	.lcl-card__tab--osaka {
		color: #7891bc;
		border-color: #90a7cf;
	}
	.lcl-card__tab--active {
		color: #fff;
		height: 80px;
		background-color: #c74999;
	}
	.lcl-card__tab--osaka.lcl-card__tab--active {
		color: #fff;
		background: #90a7cf;
	}
	.lcl-card__tab-link {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
	}
	.lcl-card__tab-link strong{
		font-size: 14px;
		/* font-size: 20px; */
	}
}

.lcl-jinkenhi{
	margin: 50px auto 0;
	width: 600px;
}
.lcl-jinkenhi__in{
	padding: 35px 25px;
	color: #6c1670;
}
.lcl-jinkenhi-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 30px;
}
.lcl-jinkenhi-list__item {
	/* color: #000; */
	font-size: 16px;
}
.lcl-jinkenhi__note {
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	.lcl-jinkenhi{
		margin: 40px auto 0;
		width: 100%;
	}
	.lcl-jinkenhi__in{
		padding: 15px;
	}
	.lcl-jinkenhi-list {
		gap: 2px 15px;
	}
	.lcl-jinkenhi-list__item {
    font-size: 11px;
    letter-spacing: 0.025em;
    line-height: 22px;
	}
	.lcl-jinkenhi__note {
		font-size: 10px;
		margin-top: 5px;
	}
}

