body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/top-bg_sub03.png);
	background-repeat: repeat-x;
	background-color: rgba(255,252,235,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clear {
	clear: both;
	background-color: undefined;
}
/*clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

.titile {
	font-weight: bold;
	font-size: 45px;
	color: #7A4511;
	text-align: center;
	letter-spacing: 6px;
	padding-top: 24px;
}
@media screen and (max-width: 767px){
	.titile{
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 1;
		padding-top: 40px;
	}
}
.titile_s {
	font-size: 16px;
	color: #F37C12;
	text-align: center;
	letter-spacing: 3px;
	padding-bottom: 14px;
}
@media screen and (max-width: 767px){
	.titile_s{
		font-size: 14px;
		letter-spacing: 1px;
		padding-bottom: 30px;
	}
}
.left_article1 h2 {
	width: 750px;
	background-image: url(images/top_h3ber.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-top: 25px;
	height: 95px;
	padding-left: 58px;
	letter-spacing: 2px;
	margin: 10px 0 0 5px;
	font-size: 28px;
	line-height: 1;
}
@media screen and (max-width: 767px){
	.left_article1 h2{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		font-size: 18px;
		background-image: none;
		height: auto;
		background: #75b62a;
		letter-spacing: 0;
		border-bottom: 5px solid #5aa400;
		position: relative;
		padding: 0;
	}
	.left_article1 h2:before{
		content: '';
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #5aa400 transparent transparent transparent;
		position: absolute;
		bottom: -19px;
		left: 50px;
	}
	.left_article1 h2:after{
		content: '';
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #75b62a transparent transparent transparent;
		position: absolute;
		bottom: -12px;
		left: 50px;
	}
	.left_article1 h2 span{
		position: relative;
		display: block;
		height: 100%;
		width: 100%;
		padding: 15px 10px 15px 30px;
		box-sizing: border-box;
	}
	.left_article1 h2 span:before{
		content: '';
		width: 8px;
		height: 8px;
		border-top: 2px solid #ffe614;
		border-right: 2px solid #ffe614;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 10px;
	}
}

#right {
	width: 265px;
	float: right;
	padding-top: 3px;
}
.left_article {
	padding-bottom: 10px;
}
.left_article1 {
}
.left_article2 {
	padding-bottom: 10px;
}
.article {
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
	margin-top: 0px;
	width: auto;
	height: auto;
	min-height: 110px;
}
.article2 {
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	width: auto;
	height: auto;
	min-height: 70px;
}

/** TOP用 **/
.fuction_box {
	width: 780px;
}
.fuction_box ul {
	margin: 0px;
	padding: 0px;
}
.fuction_box li {
	width: 380px;
	list-style-type: none;
	height: 149px;
	float: left;
	margin-right: 5px;
	font-size: 17px;
}
.function_box ul li {
	list-style-type: none;
	width: 779px;
	height: 262px;
	background-image: url(images/box_img_49.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px){
	.function_box{
		padding: 40px 20px 0;
	}
	.function_box ul li{
		background-image: none;
		width: 100%;
		height: auto;
		border: 1px solid #75b62a;
		box-sizing: border-box;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 30px;
		background: #fff;
	}
	.function_box ul li:before{
		content: '';
		width: 70px;
		height: 102px;
		background: url(/images/icon-function2.png) no-repeat center;
		background-size: cover;
		position: absolute;
		top: -12px;
		left: 4px;
	}
}

.fuction_box_m {
	width: 340px;
	list-style-type: none;
	height: 99px;
	float: left;
	font-size: 17px;
	padding-left: 40px;
	padding-top: 30px;
	background-position: 8px 0%;
	background-repeat: no-repeat;
	background-image: url(images/function_33.png);
	margin-right: 5px;
}
.fuction_box_menu  {
	width: 310px;
	list-style-type: none;
	height: 69px;
	float: left;
	font-size: 17px;
	padding-left: 70px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.function_box_left {
	width: 100px;
	float: left;
	padding-left: 30px;
	padding-top: 50px;
	font-size: 72px;
	font-weight: bold;
	color: #BFE891;
	letter-spacing: -6px;
}
@media screen and (max-width: 767px){
	.function_box_left{
		width: 68px;
		position: relative;
		z-index: 3;
		font-size: 40px;
		padding: 20px 10px 18px 0;
		margin-left: 6px;
		text-align: center;
		letter-spacing: -2px;
	}
}
.function_box_left2 {
	width: 370px;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}
@media screen and (max-width: 767px){
	.function_box_left2{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 40px 15px 0;
	}
}
.function_box_left2_m {
	width: 370px;
	font-size: 15px;
	line-height: 22px;
}
@media screen and (max-width: 767px){
	.function_box_left2_m{
		width: 100%;
		font-size: 14px;
		line-height: 1.8;
	}
}
.function_box_right_photo {
	float: right;
	width: 240px;
	padding-right: 15px;
	padding-top: 40px;
}
@media screen and (max-width: 767px){
	.function_box_right_photo{
		float: none;
		width: 100%;
		text-align: center;
		padding: 20px 0 0;
	}
}
.function_box_title {
	font-size: 25px;
	color: #8CB45E;
	margin-bottom: 15px;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.function_box_title{
		font-size: 17px;
		letter-spacing: -0.9px;
	}
}
.font_49 {
	font-weight: bold;
	font-size: 49px;
	color: #C4DCA0;
	width: 70px;
	float: left;
	padding-left: 12px;
	padding-top: 10px;
}
.font_18 {
	font-size: 18px;
	color: #646464;
	font-weight: bold;
}
.font_15 {
	font-size: 15px;
	padding: 0 15px;
}
@media screen and (max-width: 767px){
	.font_15{
		font-size: 14px;
		line-height: 1.8;
		padding: 0 20px;
	}
}
.font_13 {
	font-size: 13px;
	width: 230px;
	float: left;
	padding-left: 17px;
}
.font_12 {
	font-size: 12px;
}

.button_box {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
.button_box ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.button_box ul li {
	width: 380px;
	float: left;
	list-style-type: none;
}
/** TOP用 ここまで **/

/*--------------page useage ------------*/
.p-useage_text1{
	width:490px;
	float:left;
	padding-left:10px;
}
@media screen and (max-width: 767px){
	.p-useage_text1{
		width: 100%;
		float: none;
	}
}
.p-useage_text2{
	width:740px;
	float:left;
	padding:0 10px;
}
@media screen and (max-width: 767px){
	.p-useage_text2{
		width: 100%;
		float: none;
		font-size: 14px;
		box-sizing: border-box;
	}
}
.p-useage_ttl1{
	margin-top:0px;
	margin-bottom:0px;
}
.p-useage_qr{
	width:150px;
	height:150px;
	float:left;
}
.p-useage_qr_text{
	width:740px;
	padding: 23px 0 10px;
}
.p-useage_img{
	padding-left:10px;
}
@media screen and (max-width: 767px){
	.p-useage_imgtxt1, .p-useage_imgtxt2, .p-useage_imgtxt3{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.p-useage_imgtxt1 .p-useage_img1{
		order: 1;
		text-align: center;
		width: 100%;
	}
	.p-useage_imgtxt1 h3{
		order: 2;
		width: 100%;
		margin: 0 0 5px;
	}
	.p-useage_imgtxt1 .p-useage_text1{
		order: 3;
		font-size: 14px;
	}
	.p-useage_imgtxt2 .p-useage_qr{
		order: 1;
		text-align: center;
		width: 100%;
	}
	.p-useage_imgtxt2 .p-useage_ttl1{
		order: 2;
		width: 100%;
	}
	.p-useage_imgtxt2 .p-useage_qr_text{
		order: 3;
		font-size: 14px;
		padding: 5px 0 0px;
	}
	.p-useage_imgtxt3 .p-useage_img1{
		order: 1;
		text-align: center;
		width: 100%;
	}
	.p-useage_imgtxt3 .p-useage_ttl1{
		order: 2;
		width: 100%;
	}
	.p-useage_imgtxt3 .p-useage_text1{
		order: 3;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.p-useage_img{
		padding-left: 0;
		text-align: center;
	}
	.p-useage_img img{
		max-width: 400px;
		width: 100%;
	}
	.article_box h3{
		margin: 0;
		font-size: 16px;
	}
	.p-useage_mv{
		background: url('/images/bg_sp.png') no-repeat center;
	}
}