@charset "utf-8";

.contents_nav-item:nth-child(2) {
	background: #fff6b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #fee101;
}

#contents .section {
	margin-top: 4em;
	margin-left: 10px;
	margin-right: 10px;
}
#contents .section:first-of-type,#contents .section:nth-of-type(2) {
	margin-top: 0;
}
@media screen and (min-width:768px) {
	#contents .section {
		margin-top: 100px;
		margin-left: 0;
		margin-right: 0;
	}
}


/* section title
--------------------*/
#contents .quality__ttl {
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
}
#contents .quality__subttl {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#contents .quality__description {
	margin-bottom: 4em;
	font-size: 1.6rem;
}
@media screen and (min-width:768px) {
	#contents .quality__ttl {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 3.4rem;
		font-weight: normal;
		line-height: 1.2em;
		text-align: center;
	}
	#contents .quality__subttl {
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	#contents .quality__description {
		margin-bottom: 4em;
		font-size: 1.6rem;
		text-align: center;
	}
}


#contents .section .clearfix {
	margin-top: 2.5em;
}
/* section style
--------------------*/
@media screen and (max-width:767px) {
	#contents .point {
		margin-top: 2em;
	}
	#contents .point_right {
		margin-top: 2.0em;
		margin-bottom: 1.5em;
		padding-top: 1.5em;
	}
	#contents .point_right img {
		max-width: 70%;
	}
}
@media screen and (min-width:768px) {
	#contents .point {
		margin-top: 3em
	}
	#contents .point_left {
		float: left;
		/* width: 528px; */
		width: 53%;
	}
	#contents .point_right {
		float: right;
		/* width: 404px; */
		width: 42%;
		padding-top: 1.5em;
		text-align: center;
		margin-bottom:40px;
	}
}


/* section style
--------------------*/
#contents .bnr_oricon {
	margin-top: 1em;
	margin-bottom: 3em;
	text-align: center;
}
#contents .bnr_oricon img {
	max-width: 100%;
}

/* section style
--------------------*/
#contents .box_border {
	border: 1px solid #ccc;
	padding-left: 1em;
	padding-right: 1em;
}
#contents .box_border h4 {
	font-size: 1.8rem;
}
#contents .box_border p {
	font-size: 1.4rem;
}
@media screen and (min-width:768px) {
	#contents .box_border {
		padding: 1.5em;
	}
	#contents .box_left {
		float: left;
		width: 53%;
	}
	#contents .box_right {
		float: right;
		width: 45%;
		padding-top: 24px;
		/* text-align: right; */
	}
	#contents .box_right figure {
		text-align: right;
	}
	#contents .box_border h4 {
		font-size: 1.8rem;
	}
	#contents .box_border p {
		font-size: 1.6rem;
	}
}


#contents .app_container {
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
}
#contents .ico_app {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}


/* section style
--------------------*/
#contents .point_left .red {
	color: #FF0000;
}


#contents .point_container {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 80px;
}
#contents .point_no_container {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	flex-basis: 32%;
	max-width: 32%;
	text-align: center;
}
#contents .point_no {
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom:2px solid #ffe100;
}
#contents .point_no-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
/* section style
--------------------*/
#contents .quality_subttl {
	font-size: 2.0rem;
	line-height: 1.4;
}
#contents .quality_text {
	font-size: 1.6rem;
}
@media screen and (min-width:768px) {
	#contents .quality_subttl {
		font-size: 2.4rem;
	}
	#contents .quality_text {
		font-size: 1.6rem;
	}
}





