@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */

figure {
	padding-top: 40px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#sec02, #sec05, #sec06 {
	padding-bottom: 40px;
}

#sec03, #sec04 {
	padding-bottom: 40px;
}

#main h3 {
	margin-top: 30px;
	font-size: min(30px, 5vw)!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: url("../img/h3_check.png") left top no-repeat;
	background-size: 8%;
	padding-left: 10%;
	padding-top: 0.5rem;
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

@media (max-width: 768px) {
	#main h3 {
		margin-top: 2rem;
	}
	figure {
		padding-top: 3rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	#sec03, #sec04 {
		padding-bottom: 3rem;
	}
	#sec02, #sec05, #sec06 {
		padding-bottom: 3rem;
	}
}


/* --------------------------------
	#sec01
-------------------------------- */
#sec01 {
	padding-top: min(80px, 4rem);
	padding-bottom: min(80px, 4rem);
}

#sec01 h2 {
	font-size: min(34px, 6vw);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	line-height: 1.4;
}

#sec01 p {
	padding-top: min(40px, 2rem)!important;
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
	padding-bottom: 40px;
}

#sec02 div {
	border-top: 1px solid #736357;
	border-bottom: 1px solid #736357;
	padding-bottom: 30px;
}

#sec02 p {
	color: #736357;
	padding-top: 30px!important;
}

@media (max-width: 768px) {
	figure {
		padding-top: 3rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	#sec02 {
		padding-bottom: 2rem;
	}
	#sec02 div {
		padding-bottom: 1rem;
	}
}

/* --------------------------------
	sec06
-------------------------------- */
#sec06 h4 {
	font-size: min(28px, 5vw);
	font-weight: 400;
	text-align: center;
}

#sec06 figure {
	padding-top: 20px;
}

#sec06 p.name {
	font-size: 20px;
	padding-top: 5px!important;
}

@media (max-width: 768px) {
	#sec06 p.name {
		padding-top: 0.5rem!important;
		font-size: 4vw;
	}
}


/* --------------------------------
	sec07
-------------------------------- */
#sec07 {
	padding-bottom: min(80px, 5rem);
}

#sec07 figure {
	padding-top: 0;
}



/*# sourceMappingURL=style.css.map */