@charset "utf-8";
@import url(common.css);
@import url(common_contents.css);


#contents > .inner {
	padding: 4.16% 0 0;
}

#contents .frame {
	box-sizing: border-box;
	max-width: 950px;
	border: 4px solid #e0ecd5;
	padding: 8.21% 9.57%;
	margin: 0 auto;
}

#contents .frame h2 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 8.21%;
	color: #46892a;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

#contents .frame p.txt {
	line-height: 2;
	margin-bottom: 9.6%;
}

#contents .frame .btns {
	width: 91.05%;
	margin: 0 auto;
}
#contents .frame .btns li {
	width: 47.68%;
}
#contents .frame .btns li.left {
	float: left;
}
#contents .frame .btns li.right {
	float: right;
}
#contents .frame .btns li a {
	width: 100%;
}


/* @media   */
@media screen and (max-width: 799px) {
  #footer .bottom {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
	#contents > .inner {
		padding: 6.16% 0 0;
	}

	#contents .frame {
		border: 2px solid #e0ecd5;
		padding: 8.21% 6.89% 10.21%;
		margin: 0 auto;
	}

	#contents .frame h2 {
		font-size: 1.8px;
		font-size: 1.8rem;
		margin-bottom: 8.21%;
		color: #46892a;
		font-weight: bold;
		text-align: center;
	}

	#contents .frame p.txt {
		line-height: 2;
		margin-bottom: 9.6%;
	}

	#contents .frame .btns {
		width: 100%;
	}
	#contents .frame .btns li {
		width: 100%;
	}
	#contents .frame .btns li.left,
	#contents .frame .btns li.right {
		float: none;
	}
	#contents .frame .btns li.left {
		margin-bottom: 6%;
	}

	#contents .frame .btns li a {
		width: 100%;
	}
  #footer .bottom {
    padding-bottom: 1.5rem;
  }
/*
	.btn.icon_circlearrow {
		padding-left: 1.2rem;
		text-align: center;
	}
	.btn.icon_circlearrow::before {
		left: 4.3em;
	}*/
}



/* @media   */
