@charset "utf-8";

.mainv {
	background-image: url(../img/disclosure/mainv.jpg);
}

.sec_inner {}

#sec1 {
	padding: 50px 0 0px;
}

#sec1 .sec_inner {}

#sec1 .sec_inner p,
#sec1 .sec_inner li {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 2;
}

.pdf_link_list {
	margin-bottom: 50px;
}

.btn_link_list {
	margin-top: 30px;
}

.btn_link_list ul li {
	width: 45%;
	max-width: 450px;
}


.h4_01--parenting {
	position: relative;
	transition: all .2s;
}

@media screen and (min-width: 1100px) {
	.h4_01--parenting:hover {
		text-decoration: underline;
	}
}

.h4_01--parenting::after {
	content: "";
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 2px #1E2677;
	border-right: solid 2px #1E2677;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7.78px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.h4_01--parenting.open::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	margin-top: -3.78px;
}

/* .parenting__item {
	border-bottom: 1px solid #1e2677;
} */


.parenting__figAndList {
	display: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4eaf3;
	margin-bottom: 65px;
}

.content-title h3 b {
	font-size: 24px;
}

.policy_ttl {
	color: #1E2678;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
}

.policy_ttl_2 {
	letter-spacing: 0.03em;
	margin-bottom: 3px;
	margin-left: 10px;
}

.policy_txt {
	margin-left: 10px;
}

#sec1 .sec1_01 {
	margin-bottom: 45px;
}

.ten {
	list-style-type: disc;
	margin-left: 20px;
}

.seemore-btn {
	display: inline-block;
	margin-bottom: 50px;
	color: #fff;
	background-color: #1E2677;
	padding: 4px 37px;
	border-radius: 50px;
	transition: all .2s;
}

.seemore {
	text-align: right;
}

.seemore-btn:hover {
	opacity: 0.6;
	cursor: pointer;
}


/*---------------------------------------------------------
	w1200
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {



}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {

	.mainv {}

	.sec_inner {}

	#sec1 {
		padding: 40px 0 8px;
	}

	#sec1 .sec_inner {}

	#sec1 .sec_inner p {
		font-size: 14px;
	}

	.btn_link_list ul {
		max-width: 100%;
	}

	.btn_link_list ul li {
		width: 100%;
		max-width: 100%;
	}

	.content-title {
		width: 200px;
	}

	.seemore {
		text-align: center;
	}

}