@charset "utf-8";

.sec_ttl .title {
	font-size: 2.8rem;
	margin-top: 10px;
}
.sec_ttl .text {
	margin-top: 20px;
}

.sec_page {
	margin-top: 80px;
}
.sec_page01 {
	margin-top: 80px;
	text-align: center;
}
	.sec_page a {
/*
		color: #9ca900;
*/
	}
	.sec_page .sec_title {
		border: 5px solid #f2f2f2;
		margin: 0 auto 40px;
		padding: 10px;
		width: 520px;
		font-size: 2.0rem;
		text-align: center;
		position: relative;
	}
		.sec_page .sec_title:before {
			content: "";
			display: inline-block;
			margin-left: -10px;
			border: 10px solid transparent;
			border-top: 15px solid #f2f2f2;
			position: absolute;
			left: 50%;
			bottom: -28px;
		}
	.sec_page .title01 {
		border-bottom: 2px solid #fabe00;
		color: #fabe00;
		font-size: 2.0rem;
		text-align: center;
	}
	.sec_page .title02 {
		background: url(../../../img/common/bg_ptn_gray.gif) repeat 0 0;
		padding: 5px 10px;
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
		.sec_page .title02 span {
			display: inline-block;
			margin-right: 10px;
		}
	.sec_page .title03 {
	    font-size: 2.0rem;
	    text-align: center;
	}
	.sec_page .image {
		text-align: center;
	}
		.sec_page .image p {
			margin-top: 5px;
			text-align: left;
		}
	.sec_page .title {
		font-size: 2.0rem;
		margin: 0 30px 5px;
	}
	.sec_page .text {
		margin: 0;
	}
	.sec_page .text01 {
		margin: 10px 0 0;
	}
	.sec_page .text02 {
		margin: 20px 0 0;
	}
	.sec_page .lead {
		margin: 20px 0 40px;
		text-align: left;
	}
	.sec_page .wrap {
		margin-top: 40px;
	}
	.sec_page .pic {
		margin-bottom: 20px;
	}
	.sec_page .comm {
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.sec_page .title_style01 h3 {
		margin-top: 5px;
	}
	.sec_page .item01 {
		margin-top: 5px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

/* btn_area */
.sec_page .btn_area {
	margin-top: 30px;
	text-align: center;
}
	.sec_page .btn_t01 {
		display: block;
		position: relative;
		border: 3px solid #222;
		padding: 10px 20px;
		text-align: center;
		color: #222;
	}
		.sec_page .btn_type:hover {
			border: 3px solid #f67979;
			color: #f67979;
		}
		.sec_page .btn_item:before {
			position: absolute;
			font-family: FontAwesome;
			content: '\f07a';
			left: 7%;
			top: 50%;
			margin-top: -11px;
		}
		.sec_page .btn_list:before {
			position: absolute;
			font-family: FontAwesome;
			content: '\f0ca';
			left: 7%;
			top: 50%;
			margin-top: -11px;
		}
		.sec_page .btn_item:after {
			position: absolute;
			font-family: FontAwesome;
			content: '\f101';
			right: 7%;
			top: 50%;
			margin-top: -11px;
		}

	.sec_page .btn_t02 {
		display: block;
		position: relative;
		border: 3px solid #222;
		padding: 10px 20px;
		text-align: center;
		color: #222;
	}
		.sec_page .btn_t02 span {
			position: relative;
		}
		.sec_page .btn_t02 .btn_page:after {
			position: absolute;
			font-family: FontAwesome;
			content: '\f054';
			right: -15px;
			top: 50%;
			margin-top: -10px;
		}

.sec_page .table01 {
	border: 1px solid #a9a9a9;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
	.sec_page .table01 th {
		border: 1px solid #767676;
		background-color: #ADD8E6;
		padding: 4px;
		width: 40px;
		vertical-align: middle;
	}
	.sec_page .table01 td {
		border: 1px solid #767676;
		background-color: #F0F8FF;
		padding: 4px;
		text-align: center;
		vertical-align: middle
	}
		.sec_page .table01 td li {
			margin-left: 13px;
			text-align: left;
		}
		.sec_page .table01 td li:before {
			content: '●';
			margin-left: -13px;
		}



@media (max-width: 667px) {
.sec_ttl .title {
	font-size: 2.0rem;
}
.sec_ttl .text {
	margin-top: 10px;
}

.sec_page {
	margin-top: 40px;
}
	.sec_page .sec_title {
		margin-bottom: 15px;
		padding: 10px;
		width: 100%;
		font-size: 1.6rem;
	}
	.sec_page .title01 {
		margin-bottom: 0;
		font-size: 1.6rem;
		text-align: center;
	}
	.sec_page .title02 {
		margin-bottom: 10px;
	}
		.sec_page .title02 span {
			display: block;
			margin: 0;
		}
	.sec_page .title {
		margin: 0 0 10px;
	}
	.sec_page .text {
		margin: 0;
	}
		.sec_page .text p {
			margin: 0 0 10px;
		}
	.sec_page .image {
		margin-bottom: 0;
	}
	.sec_page .pic {
		text-align: center;
	}
	.sec_page .col {
		margin-top: 20px;
	}
	.sec_page .inline {
		display: block;
	}
	.sec_page .wrap {
		margin-top: 0;
	}



}
