/* noukotsu_about.html */
h1 {
	position: absolute;
	top: 0;
	color: #6A5C54;
	text-align: center;
	background-image: url("../images/common/bg_title.png");
	width: 100%;
}
.paddingBottom_60 {
	padding-bottom: 60px;
}
#noukotsu_about {
	color: #503F36;
}
#noukotsu_about h2 {
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 2.5rem 0;
	text-shadow: 7px 7px 2px rgba(0,0,0,0.2);
}
#noukotsu_about h3 {
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 600;
	font-size: 1.9em;
	white-space: nowrap;
}
#noukotsu_about h4 {
	font-size: 1.5em;
}
#noukotsu_about .explanationText {
	margin: 0 0 20px 0;
}
#noukotsu_about .bgWhite {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px 15px;
}
#noukotsu_about_service h4 {
	display: inline-block;
	padding: 0 0 1rem 2rem;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid #503F36;
}
#noukotsu_about p {
	margin: 0 0 0 0;
}
#noukotsu_about_message {
	background-image: url("../images/noukotsu_about/bg_tree01.png"), url("../images/noukotsu_about/bg_tree02.png"), url("../images/noukotsu_about/bg_sky.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 50%, 50%, 120%;
	background-position: left -1.5rem, right bottom, left top;
	padding: 130px 40px;
}
#noukotsu_about_message p {
	text-align: center;
	-webkit-animation: fadeIn 5s ease 0s 1 normal;
	animation: fadeIn 5s ease 0s 1 normal;
	font-size: 19px;
}
#noukotsu_about_service {
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5)),url("../images/noukotsu_about/bg_saya.jpg") no-repeat right bottom / 200%;
}
.noukotsu_featuresFlex li:first-child img {
	box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.3);
}
#noukotsu_about_recommend {
	background: url("../images/noukotsu_about/bg_washi_up_before_g.png") no-repeat right bottom / 70%;
	padding: 0 0 80px 0;
}
#noukotsu_about_recommend .noukotsu_about_box img {
	position: absolute;
	bottom: 0;
	right: 0;
}
#noukotsu_about_price {
	background: url("../images/noukotsu_about/bg_washi_up_middle_g.png") repeat-y 0 0 / 70%;
	background-size:auto;
	padding: 80px 0 40px 0;
}
#noukotsu_about_price ul.goudou,
#noukotsu_about_price ul.kobetsu {
	font-size: 1.3em;
	display: flex;
	/*max-width: 100%;*/
}
#noukotsu_about_price ul.goudou {
	border-bottom: 1px solid #7E8C82;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#noukotsu_about_price ul.kobetsu {
	margin: 0 0 40px 0;
}
#noukotsu_about_price ul.goudou li:nth-child(1), 
#noukotsu_about_price ul.kobetsu li:nth-child(1) {
	width:40%;
	text-align: center;
	padding: 10px;
	margin: 0 7px 0 0;
}
#noukotsu_about_price ul.goudou li:nth-child(2) ,
#noukotsu_about_price ul.kobetsu li:nth-child(2) {
	width:60%;
	text-align: center;
	padding: 10px;
}
#noukotsu_about_price ul.goudou li:nth-child(1) {
	color: #fff;
	background-color: #59946B;
}
#noukotsu_about_price ul.goudou li:nth-child(2) {
	background-color: #CFDED4;
}
#noukotsu_about_price ul.kobetsu li:nth-child(1) {
	color: #fff;
	background-color: #923535;
}
#noukotsu_about_price ul.kobetsu li:nth-child(2) {
	background-color: #E5D5D5;
}
#noukotsu_about_price h4 {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 3px 20px;
	margin: 0 0 10px 0;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex li {
	text-align: center;
	padding: 0px 10px 20px;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex li p {
	font-size: 1.2em;
	padding: 5px 0 0;
}
#noukotsu_about_facility {
	background-image: url("../images/noukotsu_about/bg_washi_up_after_g.png"), url("../images/noukotsu_about/bg_washi_down_before.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: left top, left bottom;
}
#noukotsu_about_facility table.priceList {
	width: 100%;
	border-spacing: 5px 5px;
	border-collapse:collapse;
	margin: 40px auto 60px;
	font-size: 1.2em;
}
#noukotsu_about_facility table.priceList tr {
	border-bottom:1px solid #918680;
}	
#noukotsu_about_facility table.priceList th,
#noukotsu_about_facility table.priceList td {
	padding: 20px;	
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(1) {
	width: 30%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(2) {
	width: 35%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(3) {
	width: 35%;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(2) {
	color: #fff;
	background-color: #59946B;
}
#noukotsu_about_facility table.priceList tr:nth-child(1) th:nth-child(3) {
	color: #fff;
	background-color: #923535;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) th:nth-child(1) {
	background-color: #EBF2ED;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) td:nth-child(2) {
	background-color: #CFDED4;
}
#noukotsu_about_facility table.priceList tr:nth-child(even) td:nth-child(3) {
	background-color: #E5D5D5;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) th:nth-child(1) {
	background-color: #FAFFFC;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) td:nth-child(2) {
	background-color: #F3F9F5;
}
#noukotsu_about_facility table.priceList tr:nth-child(odd) td:nth-child(3) {
	background-color: #F8F4F4;
}


/* SP用 */
.pc_br {
	display: none;
}
h1 {
	font-size: 1.7857rem;
	height: 174px;
	padding-top: 80px;
}
main {
	margin-top: 174px;
}
.noukotsu_about_box {
	margin: 0 20px 0 20px;
}
#noukotsu_about h3 {
	position: relative;
	padding: 0 0 1rem 0;
	margin: 0 0 2rem 0;
}
#noukotsu_about h3 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	border-bottom: 3px solid #CADA43;
	width: 3rem;
	padding: 0 0 5px 0;
}
#noukotsu_about_price h3 span:before {
	border-bottom: 3px solid #fff;
}
#noukotsu_about h3 span {
	padding: 75px 45px 0 0;
	background: url("../images/common/title_icon.png") no-repeat right 0px top 40px / 39px 45px;
}
ul.noukotsu_featuresFlex {
	/*max-width: 100%;*/
}
.noukotsu_featuresFlex li {
	position: relative;
	margin: 0 0 1rem 0;
}
.noukotsu_featuresFlex li:first-child {
	width: 100%;
}
.noukotsu_featuresFlex li:first-child img {
	width: 100%;
}
.noukotsu_featuresFlex li:first-child span {
	position: absolute;
	top: -15%;
	right: 0%;
	max-width: 25%;
}
.noukotsu_featuresFlex li:first-child span img {
	box-shadow: none;
}
.noukotsu_featuresFlex li:nth-child(2) {
	width: 100%;
	margin: 0 0 4rem 0;
}
#noukotsu_about_recommend .noukotsu_about_box {
	border-top: 1px solid #503F36;
	border-bottom: 1px solid #503F36;
	padding: 2rem 0 1rem 0;
	position: relative;
}
#noukotsu_about_recommend .noukotsu_about_box img {
	width: 36%;
}
ul#noukotsu_about_check {
	font-size: 1.2em;
	padding: 10px 0 0 0;
}
ul#noukotsu_about_check li {
	background: url("../images/noukotsu_about/ico_checkmark.png") no-repeat 0 15px / 22px;
	padding: 10px 0 10px 2.5rem;
}
#noukotsu_about_service h4 {
	padding: 0 0 0.5rem 0;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid #503F36;
}
#noukotsu_about_facility {
	padding: 100px 0 20px 0;
}
#noukotsu_about_price ul#noukotsu_about_serviceFlex {
}
#noukotsu_about_flow li {
	padding: 0 5px 20px;
}
#noukotsu_about_flow li span {
	padding: 8px 5px;
	width: 100%;
}

/* PC用 */

.mobile_br {
	display: none;
}
.pc_br {
	display: block;
}
h1 {
	height: 335px;
	padding-top: 150px;
	font-size: 3.0625rem;
}
main {
	margin-top: 335px;
}
#noukotsu_about_message {
	background-size: 30%, 30%, 100%;
	background-position: left -1rem, right bottom, left top;
	padding: 12rem 2rem;
}
#noukotsu_about_message p {
	font-size: 1.875rem;
}
#noukotsu_about_service {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.6)),url("../images/noukotsu_about/bg_saya.jpg") no-repeat right bottom / 100%;
}
#noukotsu_about h3 {
	position: relative;
	padding: 0 0 1rem 0;
	margin: 0 0 2rem 0;
}
#noukotsu_about h3 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5rem;
	border-bottom: 3px solid #CADA43;
	width: 3rem;
	padding: 0 0 10px 0;
}
#noukotsu_about_price h3 span:before {
	border-bottom: 3px solid #fff;
}
#noukotsu_about h3 span {
	padding: 75px 60px 0 0;
	background: url("../images/common/title_icon.png") no-repeat right 0px top 30px / 49px 57px;
}
.noukotsu_about_box {
	width: 1280px;
	margin: 0 auto;
	max-width: 100%;
}

#qa .qa_wrap{
  margin-bottom: 170px;
}

#qa h2 {
  text-align: center;
  margin-bottom: 50px;
}


@media (max-width: 768px) {
	#qa .qa_wrap {
	  margin-bottom: 100px;
	}
	#qa h2 {
	  text-align: center;
	  margin-bottom: 30px;
	}
}