@charset "UTF-8";

/*
検索key "=" + "n"

	=1		メインコンテンツ
	=1-1	美山工房紹介
	=1-2	WORKS
	=1-3	私たちが大切にしている4つのこと
	=1-4	事業概要
*/



/* ----------------------------------------------
	=1 メインコンテンツ
   ---------------------------------------------- */
.sectionBox {
	padding: 0 0;
}

section:last-child {
	margin-bottom: 20px;
}


/* =1-1 美山工房紹介
   ----------------------------------- */
.introduction .sectionBox {
	padding: 25px 20px;
}

.introduction h2 {
	margin-bottom: 15px;
	font-size: 2.0rem;
}

.introduction h2 span {
	font-size: 1.5rem;
}


/* =1-2 WORKS
   ----------------------------------- */
/* 3column 白 aタグリスト */
.contentList_2col li {
	width: calc(50% - 15px / 2);
	margin: 0 15px 20px 0;
}

.contentList_2col li h3 {
	font-size: 1.5rem;
}

.contentList_2col li p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.contentList_2col li a {
	padding: 15px 15px 20px;
}


/* =1-3 私たちが大切にしている4つのこと
   ----------------------------------- */
.important .sectionBox ul li {
	width: 43%;
	margin-bottom: 20px;
	padding: 15px 10px;
	font-size: 1.5rem;
}

.important .sectionBox p {
	text-align: left;
}


/* =1-4 事業概要
   ----------------------------------- */
.summary .section_title {
	margin-bottom: 30px;
}