@charset "utf-8";

/* プライバシーポリシー（/helth_connect/index.html） */



/*-------------------------------------------------
#helth_connect
------------------------------------------------*/

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
h2 {
	line-height: 1.4;
}
h2 span{
	font-size: 2.6rem;
}
#helth_connect {
	background-color: #fffbc7;
}
#helth_connect .inner {
	width: 1040px;
	margin: 0 auto;
	padding: 100px 0;
}
#helth_connect h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #45b035;
	color: #45b035;
	font-size: 3.0rem;
	line-height: 1.4;
}
#helth_connect h4 {
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 5px;
	color: #fff;
	background-color: #45b035;
	border-radius: 10px;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .1em;
}
#helth_connect h5 {
	margin-bottom: 10px;
	padding: 7px;
	color: #fff;
	background-color: #898989;
	border-radius: 30px;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .1em;
}
#helth_connect h5.green{
	color: #fff;
	background-color: #45b035;
}
#helth_connect .inner p {
	font-size: 1.6rem;
	line-height: 2.0;
}
#helth_connect p.font_green {
	color: #45b035;
	font-size: 2.0rem;
	font-weight: 600;
}
#helth_connect ul.list_disc{
	font-size: 1.6rem;
	line-height: 2.0;
	margin-left: 1.0em;
	padding-left: 0.4em;
}
#helth_connect ul.list_disc li{
	list-style-type: disc;
	line-height: 2.0;
	counter-increment: none;
}
#helth_connect ul.list_disc li::before {
	content: none;
}
#helth_connect .indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
#helth_connect .indent02 {
	text-indent: -2em;
	padding-left: 2em;
}
#helth_connect .box01 {
	box-sizing: border-box;
	padding: 40px;
	border: 2px solid #45b035;
	background-color: #fff;
}
#helth_connect .box02 {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	gap:20px ;
}
#helth_connect .box02 li{
	flex: 1;
	box-sizing: border-box;
	padding: 20px;
	border: 2px solid #45b035;
	background-color: #fff;
	position: relative;
}
#helth_connect .box02 li::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #45b035;
	color: #fff;
	font-weight: 600;
	font-size: 2.6rem;
	content: attr(data-number);
}
#helth_connect .box02 li p{
	color: #45b035;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}
#helth_connect .box02 li a{
	padding: 15px;
}
#helth_connect img.img01 {
	max-width: 70%;
	margin: auto;
	display: block;
}
#helth_connect a.btn02 {
	border-radius: 30px;
	width: 400px;
	margin: 10px auto 0px;
}
#helth_connect a.btn01 {
	width: 450px;
	margin: 50px auto;
}


/*//////////////////////////////////////////////////////////////

SmartPhone

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

	
	
	
/*-------------------------------------------------
#helth_connect
------------------------------------------------*/
#helth_connect {
	margin: 0 auto;
}
#helth_connect .inner {
	position: static;
	flex-flow: column-reverse nowrap;
	width: auto;
	padding: 30px 3%;
}
h2 {
	font-size: 5.314vmin;
}
h2 span{
	font-size: 4.0625vmin;
	letter-spacing: 0em;
}
#helth_connect h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 4px dotted #45b035;
	font-size: 5.314vmin;
	text-align: center;
}
#helth_connect h4 {
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 5.314vmin;
	border-radius: 10px;
}
#helth_connect h5 {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 30px;
	font-size: 4.0625vmin;
}
#helth_connect .box01 {
	padding: 10px;
}
#helth_connect img.img01 {
	max-width: 100%;
}
#helth_connect .box02 {
	flex-direction: column;
	gap:10px ;
}
#helth_connect .box02 li{
	width: 100%;
}
#helth_connect .box02 li::before {
	top: -0.4em;
	left: -0.4em;
	width: 1.8em;
	height: 1.8em;
	font-size: 5.314vmin;
}
#helth_connect .box02 li p{
	font-size: 5.314vmin;
	line-height: 1.4;
}




#helth_connect a.btn02 {
	width: 100%;
}

#helth_connect a.btn01 {
	width: 100%;
}


}/* / @media*/
