@charset "UTF-8";
/* CSS Document */

#of_wrap{
	margin: 0 auto;
	max-width: 860px;
	padding-bottom: 60px;
}
#of_wrap p{
	color: #1b1b1b;
	line-height: 1.6;
	font-size: 17px;
}

/* wrap */
/* ============================================ */

#of_wrap h1{
	color: #6da125;
	margin: 40px auto 30px;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.07em;
	display: inline-block;
	position: relative;
}
#of_wrap h1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  display: inline-block;
  width: 400px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6da125;
}
#of_wrap h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 400px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6da125;
}
#of_wrap .h1_parent{
	text-align: center;
}
#of_wrap h2{
	margin: 40px 0 16px;
	font-size: 20px;
	font-weight: bold;
}
#of_wrap table {
  border-collapse: collapse;
  border: solid 2px #80b636;/*表全体を線で囲う*/
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#of_wrap table td {
	border: solid 1px #80b636;
  	background-color: #fff;
  	padding: 16px;
	vertical-align: middle;
}
#of_wrap table th{
	background-color: #80b636;
	color: #fff;
	text-align: center;
	border: dashed 1px #fff;
	padding: 16px;
}
#of_wrap table tr{
	border: solid 1px #80b636;
}
#of_wrap table .p_name{
	background-color: #eef7e3;
	width: 50%;
}
#of_wrap .big_text{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	text-decoration: underline;
	text-underline-offset: 0.4em;
}

#of_wrap .button {
  	max-width: 300px;
  	margin: 60px auto 0;
}
#of_wrap a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 50px;
  	position: relative;
	border: solid 2px #80b636;
  	border-radius: 20px;
  	box-sizing: border-box;
  	padding: 0 45px;
  	color: #80b636;
  	font-size: 16px;
	font-weight: bold;
  	line-height: 1.3;
  	transition-duration: 0.3s;
}
#of_wrap a.btn_more:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}
#of_wrap a.btn_more:hover{
	opacity: 0.6;
}


#footer footer{
	width: 100%;
	background-color: #80b636;
	height: 60px;
    text-align: center;
    color: #fff;
    padding: 24px 0;
}

#footer p{
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}



@media screen and (max-width: 767px){

#of_wrap{
	margin: 0 auto;
	width: 96%;
}
#of_wrap p{
	line-height: 1.68;
}
#of_wrap h1{
	font-size: 24px;
}
#of_wrap h1:before {
  width: 300px;
}
#of_wrap h1:after {
  width: 300px;
}
#of_wrap table td {
  	padding: 10px;
}
#of_wrap table th{
	padding: 10px;
}
#of_wrap table .p_name{
	line-height: 1.48;
}


}

