@charset "UTF-8";

body{
	background: #FFF !important;
}

h3.center{
	text-align: center;
	width: 100%;
	color: #005A3B;
}

#contact{
	background: #005A3B;
}

.policy p{
	margin-bottom: 1em;
	font-size: 20px;
	line-height: 1.4;
}

.policy p.right{
	text-align: right;
}

.policy ul.ul01,.policy dl {
	padding: 0;
	margin: 4em 0;
}

.policy ul.ul01 li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 1em;
	text-indent: -2em;
	margin-left: 2em;
}

.policy dl dt{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	
}

.policy dl dd{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 1em;
}

.border{
	border: 1px solid #000;
	padding: 20px;
}

.border h4{ 
	color: #000;
	margin-bottom: 40px;
	text-align: center;
}

.border p{
padding: 0 40px;
} 

.table table{
	font-size:16px;
}

table{
	margin-bottom: 1em;
}
table th{
	background: #005A3B;
	color: #fff;
	padding: 20px;
}
table th.mW{
	min-width: 300px;
}

table td{
	padding: 20px;
	font-size: 14px;
}


#btnArea{
	width: 100%;
	padding-top: 40px;
	font-size: 20px;
	border-top: 1px solid #005A3B;
	text-align: center;
}

#btnArea .back{
	margin-top: 20px;
} 

#btnArea a{

	color: #555;
	font-size: 14px;

}

.botto_g{
	position: relative;
	z-index: 999 !important;
}

.gBtn{
	text-align: center;
	
}

.gBtn a{
	display: inline-block;
	background: #005A3B;
	color: #fff !important;
	text-decoration: none;
	padding: 20px 40px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

@media (max-width: 768px) {

	.policy{
		width: 100%;
	}

	.policy p{
		font-size: 16px;
	}
	
	.policy ul.ul01 li{
		font-size: 16px;
	}

	h4{
		font-size: 16px;
	}

	.border p{
		padding: 0;
	}

	table {
	  width: 1000px; /* 必要に応じてテーブル幅を設定 */
	  border-collapse: collapse; /* ボーダーの重なりを防ぐ */
	}

	.policy dl dt,
	.policy dl dd{
		font-size: 16px;
	}

	label{
		font-size: 16px;
	}

	.table{
  overflow-x: auto; /* 横スクロールを有効にする */
  -webkit-overflow-scrolling: touch; /* スムーズスクロール（モバイル対応） */
}

}

	