@charset "utf-8";
/* CSS Document */

#mainBlock {

}

#contentsBlock {

}

	#contentsBlock .ttl_main {
		padding: 10px 0;
	}

#section01 {

}

	#section01 h2 {
		background: transparent url('../img/bg_menu.png') repeat center center;
		background-size: 10px 10px;
		margin: 0 0 20px;
		line-height: 1;
		padding: 10px 0;
	}

	#section01 ul {
		font-size: 0;	/*inline-block対応*/
		background-image: url('../img/bg_menu_001.png'), url('../img/bg_menu_002.png');
		background-repeat: no-repeat;
		background-position: left 5% bottom 20px, right 5% bottom 20px;
		background-size: 80px 55px, 80px 55px;
	}

		#section01 ul li {
			font-size: 16px;
			font-size: 1.6rem;
			display: inline-block;
			vertical-align: top;
			width: 31%;
			height: 80px;
			margin: 0 1.16% 8px;
			background: #fff;
			border: 2px solid #f8b400;
			border-radius: 5px;
			position: relative;
		}

			#section01 ul li a {
				display: block;
				height: 100%;
				color: #ab7d00;
				line-height: 1.4;
				position: absolute;
				width: 100%;
			}

				#section01 ul li a span {
					display: block;
					width: 100%;
					padding: 0 5px;
					position: absolute;
					left: 50%;
					top: 45%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

				#section01 ul li:after {
					display: block;
					content: '\f0d7';
					font-family: 'FontAwesome';
					color: #73211d;
					line-height: 1;
					position: absolute;
					bottom: 5px;
					left: 50%;
					-webkit-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
					transform: translateX(-50%);
				}

#section02 {
	margin: 30px 0 0;
}

	#section02 .item {
		margin: 30px 0 0;
	}

		.item h3 {
			background: #ca000b;
			color: #fff;
			font-size: 18px;
			font-size: 1.8rem;
			padding: 5px 0;
			position: relative;
		}

			.item h3:after {
				content: '';
				position: absolute;
				right: 0;
				bottom: -5px;
				width: 110px;
				height: 64px;
				background: transparent url('../img/img_ribbon.png') no-repeat center center;
				background-size: contain;
			}

			.item h3 span {
				display: block;
				border-top: 1px dashed #fff;
				border-bottom: 1px dashed #fff;
				padding: 2px 15px;
				text-align: left;
			}

		.item .item_dtl {
			background: #fff;
			width: 95%;
			margin: 10px auto;
			padding: 15px;
		}

			.item_dtl .item_lead {
				text-align: center;
				font-size: 18px;
				font-size: 1.8rem;
				font-weight: bold;
				color: #ab7d00;
			}

			.item_dtl h4 {
				border-bottom: 2px dotted #f8b400;
				text-align: left;
				color: #73211d;
				font-size: 20px;
				font-size: 2.0rem;
				margin: 20px 0 5px;
				padding: 0 0 0 35px;
				background-size: 29px 25px !important;
				background-position: 0 3px !important;
			}

			.item_dtl h4:first-child {
				margin-top: 0;
			}

			.item_dtl .h04_01 { background: transparent url('../img/icon_001.png') no-repeat;}
			.item_dtl .h04_02 { background: transparent url('../img/icon_002.png') no-repeat;}
			.item_dtl .h04_03 { background: transparent url('../img/icon_003.png') no-repeat;}
			.item_dtl .h04_04 { background: transparent url('../img/icon_004.png') no-repeat;}
			.item_dtl .h04_05 { background: transparent url('../img/icon_005.png') no-repeat;}

			.item_dtl p {
				text-align: justify;
			}

			.item_dtl .grey_box {
				background: #e6e6e6;
				margin: 10px 0 0;
				padding: 10px;
			}

				.grey_box p {

				}

				.grey_box p.asterisk {
					text-indent: -1em;
					padding-left: 1em;
				}
