@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :point.css
 author     :Ability Consultant
style info  :ラの壱のこだわり
=================================================================== */
/*----------------------------------------------------
	.con_page_nav	ページ内リンク
----------------------------------------------------*/
.con_page_nav {
	padding: 0 10px;
	margin: 0 0 30px;
}

.con_page_nav .page_nav {
	width: 100%;
	overflow: hidden;
	display: table;
}

.con_page_nav .page_nav li {
	width: 33%;
	border: 1px dotted #b5b5b5;
	min-height: 50px;
	display: table-cell;
	vertical-align: middle;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	/* IE6-9 */
}

.con_page_nav .page_nav li a {
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px 10px 13px;
}

/*----------------------------------------------------
	.con_point	共通レイアウト
----------------------------------------------------*/
.con_point {
	margin-bottom: 20px;
}

.con_point h3 {
	margin-bottom: 20px;
}

.con_point .wrp_content {
	padding: 0 10px;
}

.con_point .wrp_content .box {
	overflow: hidden;
	padding: 0 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b5b5b5;
}

.con_point .wrp_content .box .photo {
	width: 30%;
	float: left;
}

.con_point .wrp_content .box .photo img {
	width: 100%;
	border: 1px solid #dfdfdf;
}

.con_point .wrp_content .box h4 {
	width: 70%;
	float: right;
	padding-left: 10px;
	font-weight: bold;
	font-size: 115%;
}

.con_point .wrp_content .box h4 span {
	color: #d0111b;
}

.con_point .wrp_content .txtarea {
	padding: 10px;
}

.con_point .wrp_content .txtarea p {
	margin-bottom: 10px;
}

.con_point .wrp_content .txtarea h5 {
	padding: 10px 0 5px;
}

/*----------------------------------------------------
	.con_tea
----------------------------------------------------*/
.con_tea {
	margin-bottom: 40px;
}

.con_tea h3 {
	margin-bottom: 20px;
}

.con_tea .wrp_content {
	padding: 0 20px;
}

.con_tea .wrp_content h4 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #b5b5b5;
	margin-bottom: 20px;
	font-size: 115%;
}

.con_tea .wrp_content h4 span {
	color: #d0111b;
}

.con_tea .wrp_content .txt_tea {
	margin-bottom: 20px;
}

.con_tea .wrp_content .btn_open {
	text-align: center;
	margin-bottom: 20px;
}

.con_tea .wrp_content .btn_open p {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none !important;
	font-size: 100%;
	padding: 5px 15px;
	border: 1px dotted #b5b5b5;
	color: #222;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, white 0%, #e8e8e8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	/* IE6-9 */
}

.con_tea .wrp_content .btn_open p i {
	margin-left: 10px;
}

.con_tea .wrp_content .box_point li {
	margin-bottom: 20px;
}

.con_tea .wrp_content .box_point li h5 {
	color: #fff;
	background: #650e12;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.con_tea .wrp_content .box_point li h5 i {
	color: #d0111b;
	margin-right: 5px;
}

.con_btn {
	padding: 0 10px;
	margin-bottom: 20px;
}
