@charset "UTF-8";


/* aboutIndexLayout
------------------------------------*/

.aboutIndexLayout #c01 p.img {
	text-align: center;
}

.aboutIndexLayout #c01 p.img img {
	max-width: 100%;
}

.aboutIndexLayout p.read {
	font-size: 110%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 769px) {
				.aboutIndexLayout #c01 p {
					text-align: center;
				}
				.aboutIndexLayout #c01 .flex {
					justify-content: space-between;
				}
				.aboutIndexLayout #c01 .flex p {
					width: 48%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.aboutIndexLayout #c01 .flex p {
					width: 475px;
				}
			}

.aboutIndexLayout #c02 .flex > div {
	box-sizing: border-box;
	padding: 20px;
	background: linear-gradient(150deg, rgba(205,187,141,1) 0%, rgba(205,187,141,0.5) 20%, rgba(205,187,141,1) 80%);
	margin: 0 0 30px;
	color: #000;
}

.aboutIndexLayout #c02 .flex div div h3 img {
	display: block;
	margin: 0 auto 5px;
	height: 50px;
}

.aboutIndexLayout #c02 .flex div div p {
	padding: 0;
}

.aboutIndexLayout #c02 .flex div div ul {
	padding: 0 10px 10px;
}

.aboutIndexLayout #c02 .flex div div ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

.aboutIndexLayout #c02 .flex div:nth-child(1) div {
	background: url(../img/index_bg01_sp.png) no-repeat center top;
	background-size: 295px auto;
}

.aboutIndexLayout #c02 .flex div:nth-child(2) div {
	background: url(../img/index_bg02_sp.png) no-repeat center top;
	background-size: 311px auto;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 769px) {
				.aboutIndexLayout #c02 .flex {
					justify-content: space-between;
				}
				.aboutIndexLayout #c02 .flex > div {
					width: 48%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.aboutIndexLayout #c02 .flex > div {
					padding: 30px 50px;
					width: 475px;
				}
				.aboutIndexLayout #c02 .flex div div h3 {
					padding: 0 0 20px;
				}
				.aboutIndexLayout #c02 .flex div div h3 img {
					height: auto;
				}
				.aboutIndexLayout #c02 .flex div div p {
					padding: 0 0 10px;
				}
				.aboutIndexLayout #c02 .flex div:nth-child(1) div {
					background: url(../img/index_bg01.png) no-repeat center bottom;
					background-size: auto;
					height: 100%;
					box-sizing: border-box;
					padding: 0 0 200px;
				}
				.aboutIndexLayout #c02 .flex div:nth-child(2) div {
					background: url(../img/index_bg02.png) no-repeat center bottom;
					background-size: auto;
					height: 100%;
					box-sizing: border-box;
					padding: 0 0 200px;
				}
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */