@charset "UTF-8";
/* CSS Document */

/* lead */
.lead {
	padding: 60px 30px 80px;
	background: url("../img/bg_lead.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.lead__main {
	margin-bottom: 4em;
	line-height: 2.5;
	font-size: 1.2em;
}
.lead .no_indent {
	margin-top: 1.5em;
}

@media screen and (max-width: 767px) {

	.lead {
		padding-top: 30px;
	}
	.lead__main {
		font-size: min(1.2em, 4vw);
	}
	
}

/* 全タイプの性格とおすすめアロマ */
#types .h2_img {
	background-image: url("../img/bg_h2_img1.png");
}
.types__list {
	display: flex;
	flex-wrap: wrap;
}
.types__listitem {
	width: 50%;
	padding: 1em 1.25em;
}
.types__listitem > a {
	display: block;
}
.types__listitem h3 {
	margin-bottom: 0;
	font-size: 1.5em;
	font-style: italic;
}
.types__listitem p {
	font-size: min(1em, 3.5vw);
}
.types__listitem ul {
	padding-bottom: 3em;
	text-align: left;
	border-bottom: solid 1px #d4ddd7;
}
.types__listitem ul li {
	margin-top: 2em;
	padding-left: 2em;
	font-size: min(1em, 3.5vw);
	background: url("../img/bg_types.png") no-repeat 0 0;
	background-size: 2em 1.5em;
}
.types__list li:nth-last-child(1) > ul,
.types__list li:nth-last-child(2) > ul {
	border-bottom: 0;
}

@media screen and (max-width: 767px) {

	.types__listitem {
		width: 50%;
		padding: 1em 0.5em;
	}
	.types__list > li:nth-child(odd) {
		padding-left: 0;
	}
	.types__list  > li:nth-child(even) {
		padding-right: 0;
	}
	

}

/* アロマテラピーとは？ */
#about {
	padding: 3em 30px 6em;
	background: url("../img/bg_line.png") no-repeat 50% 0, url("../img/bg_about.jpg") no-repeat 50% 10px;
	background-size: 90% auto, 100% auto;
}
#about .h2_img {
	background-image: url("../img/bg_h2_img2.png");
}
#about img {
	clear: both;
	float: right;
	width: 57.5%;
	max-width: 260px;
}

@media screen and (max-width: 767px) {

	#about {
		padding: 3em 30px 3em;
	}

}

/* 性格タイプとアロマの関係とは？ */
#relation {
	padding: 4.5em 30px 6em;
	background: url("../img/bg_line.png") no-repeat 50% 0, url("../img/bg_relation.jpg") no-repeat 50% 10px;
	background-size: 90% auto, 100% auto;
}
#relation .h2_img {
	background-image: url("../img/bg_h2_img3.png");
}
#relation h3 {
	font-size: 1.25em;
	font-weight: normal;
}

@media screen and (max-width: 767px) {

	#relation{
		padding: 4.5em 30px 3em;
	}

}

.hints__list {
	text-align: left;
	background: #fff;
}
.hints__list li {
	margin-bottom: 3px;
	padding: 2px 0 0 2px;
	border-top: solid 1px #aabcb0;
	border-left: solid 1px #aabcb0;
}
.hints__qes {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-right: 30px;
	border-top: solid 1px #aabcb0;
	line-height: 1.5;
	font-size: 1.15em;
	cursor: pointer;
}
.hints__qes::before,
.hints__qes::after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 2px;
	top: calc(50% - 5px);
	right: 10px;
	background: #34577d;
}
.hints__qes::after {
	transform: rotate(90deg);
	transition: transform 0.5s;
}
.hints__qes.on::after {
	transform: rotate(0);
}
.hints__num {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 1;
	font-family: 'NOW-MM', serif;
	font-size: 1.3em;
	background: #c3d0c8;
	color: #444;
}
.hints__num span {
	display: block;
	margin: 12px 0 5px;
	line-height: 0.75;
	font-size: 0.7em;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 0.2em;
}
.hints__ans {
	display: none;
	padding: 30px 0 30px 30px;
}

@media screen and (max-width: 768px) { /* タブレットから */

	.hints__list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.hints__qes {
		padding-right: 45px;
		font-size: 1em;
	}
	.hints__num {
		width: 52px;
		height: 52px;
	}
	.hints__num span {
		margin-top: 8px;
	}

}

/* “アロマスカルプローション作り”ワークショップ */
#workshop {
	padding: 160px 0 30px;
	background: url("../img/bg_line.png") no-repeat 50% 0, url("../img/bg_h2_img4.png") no-repeat 50% 60px;
	background-size: 90% auto,150px 100px;
}
#workshop .h2_line::after {
	/*content: 'Work Shop';*/
	width: 150px;
	height: 50px;
	left: calc(50% - 75px);
	top: 0.75em;
	background: url("../img/bg_workshop.png") no-repeat 50% 50%;
	background-size: contain;
}
.h3_workshop {
	font-family: 'NOW-MM', serif;
	font-size: 1.1em;
	font-weight: bold;
}
.h3_workshop.has_line {
	position: relative;
	margin-top: 50px;
}
.h3_workshop.has_line::after {
	content: '';
	position: absolute;
	display: block;
	top: -10px;
	left: calc(50% - 25px);
	width: 50px;
	height: 1px;
	background: #aabcb0;
}
.workshop__list1, 
.workshop__list2 {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.workshop__list1 li {
	max-width: 200px;
}
.workshop__list2 li {
	max-width: 285px;
}
.workshop__list1 li h3,
.workshop__list2 li h3 {
	margin-bottom: 10px;
	font-size: min(1em, 3vw);
}
.workshop__list1 li a, 
.workshop__list2 li a {
	position: relative;
	max-width: 176px;
	margin-top: -26px;
	font-size: 0.9em;
}

@media screen and (max-width: 767px) {

	.workshop__list1, 
	.workshop__list2 {
		gap: 1em;
		margin-left: -1em;
		margin-right: -1em;
	}

}

/* 第53回アロマテラピー検定 */
#kentei {
	margin-bottom: 100px;
}
.kentei_tbl {
	width: 100%;
}
.kentei_tbl th,
.kentei_tbl td {
	padding: 1em 0;
	font-size: 0.875em;
	font-weight: normal;
	border-bottom: dotted 1px #bfbfbf;
}
.kentei_tbl th {
	white-space: nowrap;
}
.kentei_tbl td {
	padding-left: 2em;
}
#kentei .btn {
	max-width: 220px;
	font-size: 0.875em;
}

/* AEAJ認定アロマブレンドデザイナー */
#designer .btn {
	max-width: 220px;
	font-size: 0.9em;
}



