@charset "UTF-8";

/*-----------------------------------

	club.css

-----------------------------------*/

.line {text-decoration: underline;}

/* =====================
  main_image
===================== */

#lower #main_img {
	background:	url(../img/club/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#lower #main_img h2 {
	width: 660px;
}
table th {
	font-size: 16px;
	font-weight: normal;
	color: #404040;
	padding: 20px 0;
	background: #e6e4cf;
	border-top: 2px solid #f4f4f4;
	vertical-align: middle;
}
table td {
	font-size: 16px;
	padding: 20px 0 20px 30px;
	border-top: 2px solid #f4f4f4;
	vertical-align: middle;
}
table tr:last-child th,
table tr:last-child td {
	border-bottom: 2px solid #f4f4f4;
}
#block_01 .sp_head,
#block_02 .sp_head {
	display: none;
}
/* =====================
  block_01
===================== */
#block_01 {
	margin-bottom: 110px;
	padding-top: 100px;
}
#block_01 h3 {
	text-align: center;
	margin-bottom: 80px;
}
#block_01 .h4_style,
#block_02 .h4_style {
	display: inline-block;
	color: #5fa23a;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 35px;
	padding: 0 5px 10px 5px;
	border-bottom: 5px solid #5fa23a;
}

/* block_01_01 */
.block_01_01 {
	margin-bottom: 65px;
}
.block_01_01 .right {
	width: 565px;
	margin-top: 10px;
}
.block_01_01 .right p {
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

/* block_01_02 */
.block_01_02 .list_img li {
	float: left;
	margin-right: 65px;
}
.block_01_02 .list_img li:nth-child(3n) {
	margin-right: 0;
}
.block_01_02 .list_img li:last-child {
	padding-top: 100px;
}
.block_01_02 .list_img li img {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.block_01_02 .arrow_box {
	width: 290px;
	height: 86px;
	font-size: 13px;
	line-height: 160%;
	margin: 10px 0 25px;
	padding: 10px;
	position: relative;
	background: #f4f2e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.block_01_02 .arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 242, 229, 0);
	border-bottom-color: #f4f2e5;
	border-width: 7px;
	margin-left: -15px;
}

/* block_01_02 */
.block_01_02 table {
	margin-top: 50px;
}
.block_01_02 table th {
	width: 180px;
}
.block_01_02 table td .red_text {
	color: #cc4a4a;
}
.block_01_02 table td ul li {
	list-style: disc;
	margin-left: 20px;
	line-height: 180%;
}
.block_01_02 table td ul li:last-child {
	margin-top: 15px;
}

/* block_01_03 */
.block_01_03 {
	margin-top: 80px;
}
.block_01_03 p {
	font-size: 15px;
	margin-bottom: 20px;
}
.block_01_03 table {
	margin-bottom: 80px;
}
.block_01_03 table tr:first-child th:nth-child(2),
.block_01_03 table td.border_lr {
	border-left: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
}
.block_01_03 table th.w_286 {
	width: 286px;
}
.block_01_03 table th.w_428 {
	width: 428px;
}
.block_01_03 table th.w_105 {
	width: 105px;
}
.block_01_03 table th.w_714 {
	width: 714px;
}

.block_01_03 #sp_table {
	display: none;
}

/* block_01_04 */
.block_01_04 p {
	font-size: 15px;
}
.block_01_04 table {
	margin-top: 40px;
}
.block_01_04 table th {
	width: 215px;
}
.block_01_04 table td {
	width: 784px;
}

/* =====================
  block_02
===================== */

#block_02 {
	margin-bottom: 250px;
}
#block_02 h3 {
	margin-bottom: 30px;
	text-align: center;
}
#block_02 .intro_text {
	font-size: 15px;
	text-align: center;
	/*letter-spacing: 0.2em;*/
	letter-spacing: 0.1em;
}

/* block_01_05 */
.block_01_05 table {
	margin-top: 55px;
}
.block_01_05 table th {
	width: 183px;
}
.text_right {
	margin-top: 20px;
	font-size: 15px;
	text-align: right;
}


/*-----------------------------------

	tablet

-----------------------------------*/

@media screen and (max-width: 840px) {

	#lower #main_img {
		background-position: 40%;
	}
	table th,
	table td {
	font-size: 14px;
	}

/* =====================
  block_01
===================== */

	#block_01 {
		margin-bottom: 60px;
	}

/* block_01_01 */
	.block_01_01 .left {
		max-width: 35%;
	}
	.block_01_01 .right {
		width: 61%;
		margin-top: 0;
	}

/* block_01_02 */
	.block_01_02 .list_img li {
		width: 32%;
		margin-right: 2%;
	}
	.block_01_02 .list_img li img {
		max-width: 100%;
	}
	.block_01_02 .arrow_box {
		width: 100%;
	}

/* block_01_03 */
	.block_01_03 table td:nth-child(2) {
		width: 200px;
	}

/* block_01_04 */
	.block_01_04 table th {
		width: 250px;
	}

/* =====================
  block_02
===================== */

	#block_02 {
		margin-bottom: 90px;
	}

}

/*-----------------------------------

	sp

-----------------------------------*/

@media screen and (max-width: 640px) {

	#lower #main_img h2 {
		width: 90% !important;
		font-size: 17px !important;
	}
	#block_01 .pc_tab_head,
	#block_02 .pc_tab_head {
		display: none;
	}
	#block_01 .sp_head,
	#block_02 .sp_head {
		display: inline-block;
	}
	table th {
		font-size: 12.5px;
		padding: 10px 0;
	}
	table td {
		font-size: 12.5px;
		padding: 10px 0 10px 10px;
	}
    
/* =====================
  block_01
===================== */

	#block_01 {
		margin-bottom: 0;
		padding-top: 40px;
	}
	#block_01 p {
		font-size: 13px;
	}
	#block_01 h3 {
		margin-bottom: 40px;
	}
	#block_01 .h4_style,
	#block_02 .h4_style {
		width: 100%;
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
		padding: 10px 5px;
		border-top: 2px solid #5fa23a;
		border-bottom: 2px solid #5fa23a;
	}

/* block_01_01 */
	.block_01_01 {
		margin-bottom: 25px;
	}
	.block_01_01 .left {
		display: block;
		max-width: 95%;
		margin: 0 auto;
		float: none !important;
	}
	.block_01_01 .right {
		display: block;
		width: 95%;
		margin: 20px auto 0;
		float: none !important;
	}
	.block_01_01 .right p {
		font-size: 15px;
		line-height: 180%;
	}

/* block_01_02 */
	.block_01_02 .list_img li {
		width: 49%;
		margin-right: 2%;
	}
	.block_01_02 .list_img li:nth-child(2n) {
		margin-right: 0;
	}
	.block_01_02 .list_img li:nth-child(3) {
		margin-right: 2%;
	}
	.block_01_02 .list_img li:last-child {
		display: inline-block;
		padding-top: 10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.block_01_02 .list_img li:last-child img {
		max-width: 50%;
		text-align: center;
	}
	.block_01_02 .arrow_box {
		height: 110px;
		font-size: 12px;
	}
	.block_01_02 table {
		margin-top: 30px;
	}
	.block_01_02 table th {
		width: 70px;
	}

/* block_01_03 */
	.block_01_03 {
		margin-top: 50px;
	}
	.block_01_03 table {
		margin-bottom: 50px;
	}
	.block_01_03 #pc_table {
		display: none;
	}
	.block_01_03 #sp_table {
		display: inline-table;
		width: 100%;
	}
	.block_01_03 #sp_table .table_head {
		width: 100%;
		color: #6c5752;
		font-weight: bold;
		padding: 10px 0 !important;
		background: #fff;
		border: 3px solid #6c5752;
	}
	#sp_table th {
		width: 30%;
		border-top: none;
		border-bottom: 2px solid #f4f4f4;
		padding: 10px 5px !important;
	}
	#sp_table td {
		padding: 10px 0 10px 10px !important;
		border-top: none;
		border-bottom: 2px solid #f4f4f4;
	}

/* block_01_04 */
	.block_01_04 table {
		width: 100%;
	}
	.block_01_04 table th,
	.block_01_04 table td {
		width: 100%;
		display: inline-block;
	}
	.block_01_04 table th {
		border-bottom: none !important;
	}

/* block_01_05 */
	.block_01_05 table {
		margin-top: 40px;
	}
	.block_01_05 table th {
		width: 80px;
	}


/* =====================
  block_02
===================== */

	#block_02 {
		margin: 55px auto 0;
	}
	#block_02 .intro_text {
		font-size: 14px;
	}
	.text_right {
		margin-top: 15px;
		font-size: 13px;
		text-align: left;
	}

}

@media screen and (max-width: 320px) {

	.block_01_02 .arrow_box {
		height: 120px;
	}

}