@charset "utf-8";

/*-------------------------------
	common.css
-------------------------------*/

@media screen and (min-width:501px) , print{

}
@media screen and (max-width:500px) , print{

}



/*-------------------------------
	フォーム
-------------------------------*/

/*----- 帯 */
.Offer__obititle{
	padding: .2rem 1rem;
	border-radius: .6rem;
	margin-bottom: 2rem;
	color: #7ab7cc;
	background: rgba(151,196,212,.15);
}

/*----- 個人鑑定の対象者 */
.C-form-block--target:not(:last-child){
	margin-bottom: 5.2rem;
}
.Personal-appraisal-family{
	margin-top: 2.5rem;
	/* display: none; */
}
.Personal-appraisal-family.on{
	display: block;
}

/*----- 出生情報 */
.C-form-block--birthdata > .C-form-block__title{
	margin-bottom: 2.8rem;
}
.C-form-block--birthdata__text{
	font-size: 1.2rem;
	letter-spacing: .04em;
	line-height: 1.5;
	font-weight: 400;
	color: #696983;
	margin-bottom: 4.5rem;
}

/*----- 製本の希望 */
.C-form-block--hope:not(:last-child){
	margin-bottom: 2rem;
}

/*----- クーポン */
.Personal-appraisal__notice-text{
	margin-top: .5rem;
	font-size: 1.2rem;
}
.Personal-appraisal__notice-text a{
	color: #5b84ae;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.Personal-appraisal__notice-text a::after{
	width: .8rem;
	height: .8rem;
	right: -1.2rem;
	top: calc(50% - .4rem);
	position: absolute;
	background-image: url(../images/common/icon_blank.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	content: "";
}

/*----- テキスト */
.C-form-block--text {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}

/*----- 購入時の注意事項 */
.C-form-notice{
	margin-bottom: 2rem;
}
.C-form-notice__title{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 3rem;
	padding-right: 3rem;
}
.C-form-notice__inner{
	padding-left: 3rem;
	padding-right: 3rem;
}
.C-form-notice-content{
	width: 100%;
	/* height: 13.6rem; */
	padding: 1.5rem 2rem;
	margin-bottom: 3rem;
	border: 1px solid #CCCED5;
	position: relative;
}
/* .C-form-notice-content::before{
	width: 100%;
	height: 4.5rem;
	background: rgb(255,255,255);
	background: linear-gradient(360deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 6000;
	transition: .3s all ease-in-out;
	position: absolute;
	display: block;
	content: "";
} */
.C-form-notice-content.end::before{
	opacity: 0;
}
.C-form-notice-content .mCSB_container{
	margin-right: 0;
}
.C-form-notice-content .mCSB_scrollTools{
	opacity: 0 !important;
}
.C-form-notice-list__item{
	line-height: 1.714285;
	padding-left: 1em;
	position: relative;
}
.C-form-notice-list__item:not(:last-child){
	margin-bottom: 1rem;
}
.C-form-notice-list__item::before{
	left: 0;
	top: 0;
	position: absolute;
	content: "・";
}
.C-form-notice__inner .C-form-block__checkbox{
	text-align: center;
}

.C-form-text-position {
	margin-left: 14rem;
}

.C-form-margin-top {
	margin-top: 15px;
}

@media screen and (min-width:501px) , print{

}
@media screen and (max-width:500px) , print{

	.C-form-line--last::before{
		display: none;
	}

	/*----- 帯 */
	.Offer__obititle{
		margin-bottom: 2.5rem;
		font-size: 1.3rem;
	}

	/*----- 個人鑑定の対象者 */
	.C-form-block--target:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.Personal-appraisal-family{
		margin-top: 3.5rem;
	}

	/*----- 出生情報 */
	.C-form-block--birthdata > .C-form-block__title{
		margin-bottom: 2.4rem;
	}
	.C-form-block--birthdata__text{
		margin-top: -1.5rem;
	}

	/*----- 製本の希望 */
	.C-form-block--hope:not(:last-child){
		margin-bottom: 3.5rem;
	}

	/*----- 送付先 */
	.Personal-appraisal-sending__title{
		margin-bottom: 2.5rem;
		font-size: 1.3rem;
	}

	/*----- クーポン */
	.Personal-appraisal__notice-text a::after{
		width: .7rem;
		height: .7rem;
		right: -1rem;
		top: calc(50% - .35rem);
	}

	
	/*----- 購入時の注意事項 */
	.C-form-notice{
		margin-bottom: 5rem;
	}
	.C-form-notice__title{
		margin-bottom: 1.7rem;
		padding-left: 0;
		padding-right: 0;
	}
	.C-form-notice__inner{
		padding-left: 0;
		padding-right: 0;
	}
	.C-form-notice-content{
		/* height: 25rem; */
		padding: 2.5rem 1.5rem 2rem;
		margin-bottom: 2.5rem;
	}
	.C-form-notice-list__item:not(:last-child){
		margin-bottom: 1rem;
	}
	.C-form-text-position {
		margin-left: 0;
	}
	.C-form-br {
		display: none;
	}
}