@charset "utf-8";

/*-------------------------------------------------
/* $COMPANY
-------------------------------------------------*/
h2.pageTtl {
	margin-bottom: 24px;
}

h3 {
	width: 50%;
	margin-bottom: 15px;
}

p {
	font-size: 1.2rem;
}


/* $SEC01
-------------------------------------------------*/
#sec01 {
	margin-bottom: 20px;
}

#sec01 .txtImg {
	margin-bottom: 15px;
}

#sec01 .photo {
	text-align: center;
	margin-bottom: 12px;
}

#sec01 .txtBlock {
	
}

#sec01 .txtBlock .txt_right {
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}


/* $SEC02
-------------------------------------------------*/
#sec02 {
	width: 100%;
	background: #fcfbf2;
	border-top: 1px solid #f1efdf;
	border-bottom: 1px solid #f1efdf;
	padding: 20px 0 40px 0;
}

#sec02 ul.outline li {
	padding-top: 14px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #cac9c2;
}

#sec02 ul.outline li:nth-child(2n+0) {
	background-color: #f9f7e5;
}

#sec02 ul.outline dl {
	width: 100%;
	padding: 0 5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	color: #333333;
}

#sec02 ul.outline dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#sec02 ul.outline dl dd {
}

#sec02 {
}

#sec02 {
}


