@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
h1 img{
	margin-bottom: 5px;
}
h1 a:hover {
	cursor: pointer;
	opacity: 0.8;
}
h2 {
	width: 100%;
	background-color: #2e70b9;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
	padding: 20px 0;
	letter-spacing: 3px;
	margin-bottom: 0;
}
.member_text {
	background-color: #c7e2ff;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.member_text a {
	color: #2e70b9;
	cursor: pointer;
}
.member_text a:hover {
	text-decoration: none;
}
#wrapper {
	width: 1230px;
	margin: 0 auto;
	text-align: center;
	color: #3f3a39;
	overflow: hidden;
}
.hojin_box {
	float: left;
	width: 550px;
}
.ippan_box {
	float: right;
	width: 550px;
}
.text_sab_hojin {
	font-size: 26px;
	color: #379328;
	letter-spacing: 1px;
}
.text_sab_ippan {
	font-size: 26px;
	color: #2e70b9;
	letter-spacing: 1px;
}
.index_hojin {
	font-size: 55px;
	color: #379328;
	letter-spacing: 1px;
	margin-bottom: -5px;
}
.index_ippan {
	font-size: 55px;
	color: #2e70b9;
	letter-spacing: 1px;
	margin-bottom: -5px;
}
.muryo_hojin {
	font-size: 18px;
	color: #379328;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.muryo_ippan {
	font-size: 18px;
	color: #2e70b9;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.text_box {
	font-size: 18px;
}
.tokuten_img {
	width: 100%;
	margin: 20px 0 0;
}
.btn_img {
	margin: 40px;
	cursor: pointer;
}
.btn_img:hover {
	opacity: 0.8;
}
.tyuui_box {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
}
.tyuui_p {
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
	margin: 10px 0;
}
.tyuui_p span {
	color: #DD0003;
	font-weight: bold;
}
footer {
	width: 100%;
	background-color: #222222;
	color: #FFFFFF;
	padding: 50px 0;
	text-align: center;
	margin-top: 100px;
	clear: both;
}
.footer-nav {
	margin-bottom: 30px;
}
.footer-nav li {
	display: inline;
	padding: 0 15px;
}
.footer-nav li a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-nav li a:hover {
	cursor: pointer;
	text-decoration: none;
}
.style_hr {
	width: 60%;
	margin: 150px auto;
	display: none;
}







@media screen and (max-width: 769px) {
	
header {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
h1 img{
	margin-bottom: 0;
	width: 50%;
}
h2 {
	width: 100%;
	background-color: #2e70b9;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.member_text {
	background-color: #c7e2ff;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#wrapper {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.hojin_box {
	float: none;
	width: 100%;

}
.ippan_box {
	float: none;
	width: 100%;
}
.text_sab_hojin {
	font-size: 16px;
	color: #379328;
	letter-spacing: 1px;
}
.text_sab_ippan {
	font-size: 16px;
	color: #2e70b9;
	letter-spacing: 1px;
}
.index_hojin {
	font-size: 34px;
	color: #379328;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.index_ippan {
	font-size: 34px;
	color: #2e70b9;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.muryo_hojin {
	font-size: 14px;
	color: #379328;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.muryo_ippan {
	font-size: 14px;
	color: #2e70b9;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.text_box {
	font-size: 16px;
}
.btn_img {
	width: 60%;
	margin: 30px;
}
.tyuui_box {
	width: 96%;
	margin: 0 auto;
	padding: 5px 8px;
	text-align: left;
}
.tyuui_p {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
	margin: 8px 0;
}
footer {
	width: 100%;
	background-color: #222222;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
	margin-top: 30px;
	font-size: 10px;
}
.footer-nav {
	margin-bottom: 15px;
}
.footer-nav li {
	display: inline;
	padding: 0 3px;
}
.style_hr {
	width: 70%;
	margin: 50px auto;
	border-top: 1px dotted #ccc;
	display: block;
}

	 
}
