@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0;
	font-family: "A-OTF じゅん Pro","ヒラギノ丸ゴ Std", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #505050;
	background-color: #fffef9;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
	color: #543221;
	display: inline-block;
}
a:hover{
	opacity: 0.6;
}

.pc{
	display: block !important;
}
.sp{
	display: none!important;
}
@media screen and (max-width:768px){
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
}


#main_vi{
	/* background: #ea5504; */
	background: #ffffff;
	position: relative;
}
#main_vi::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background: url("img/pc/com.png") repeat-x; */
}
#main_vi .main_vi{
	padding: 120px 70px;
	padding-bottom: 0px;
	margin: 0 auto;
}
#main_vi .main_vi img{
	width: 100%;
}

#day{
	background: #14a83b;
}
#day .day_txt{
	padding: 20px 0px;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
#day .day_txt p{
	font-size: 2.4rem;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
}

#bnr .bnr img{
	width: 100%;
}

#cnt1{
	background: #ffffff;
}
#cnt1 .cnt1{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0px;
}
#cnt1 .cnt1 .cnt1_ttl{
	text-align: center;
}
#cnt1 .cnt1 .cnt1_img img{
	width: 100%;
}

#cnt2{
	background: #fce4df;
}
#cnt2 .cnt2{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0px;
}
#cnt2 .cnt2 img{
	width: 100%;
}

#qa{
	background: #f4f4f4;
	position: relative;
}
#qa::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background: url("img/pc/com2.png") repeat-x; */
}
#qa .qa{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0px;
}
#qa .qa .qa_ttl{
	text-align: center;
	margin-bottom: 50px;
}
#qa .qa .qa_txt{
	font-size: 2.4rem;
	line-height: 1.4;
}
#qa .qa .qa_txt p{
	background: #ffffff;
	padding: 20px 20px 20px 80px;
	position: relative;
}
#qa .qa .qa_txt p.q{
	cursor: pointer;
	color: #00a75b;
}
#qa .qa .qa_txt p.q::before{
	content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 20px;
    width: 51px;
    height: 42px;
    padding-top: 9px;
    background: #00a75b;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
}
#qa .qa .qa_txt p.q::after{
	content: "+";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-left: 20px;
    width: 46px;
    height: 46px;
    color: #00a75b;
    text-align: center;
}
#qa .qa .qa_txt p.a{
	font-size: 2.0rem;
	display: none;
}
#qa .qa .qa_txt p.a::before{
	content: "A";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 20px;
    width: 46px;
    height: 46px;
    background: #ea590a;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
	font-size: 3.4rem;
}
#qa .qa .qa_txt p.a span{
	font-size: 1.6rem;
}
#qa .qa .qa_txt p.a a{
	color: #EA5504;
	border-bottom: solid 1px #EA5504;
}
#qa .qa .qa_txt .check p.q{
	background: #00a75b;
	color: #ffffff;
}
#qa .qa .qa_txt .check p.q::before{
	content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 20px;
    width: 51px;
    height: 42px;
    padding-top: 9px;
    background: #ffffff;
    color: #00a75b;
    border-radius: 30px;
    text-align: center;
}
#qa .qa .qa_txt .check p.q::after{
	content: "-";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-left: 20px;
    width: 46px;
    height: 46px;
    color: #ffffff;
	background: #00a75b;
    text-align: center;
}

#cnt3{
	background: #ffffff;
	/* border-top: solid #f36400 7px; */
	/* border-bottom: solid #f36400 7px; */
}
#cnt3 .cnt3{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0px;
}
#cnt3 .cnt3 .cnt3_ttl{
	text-align: center;
	margin-bottom: 50px;
}
#cnt3 .cnt3 .cnt3_txt{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
#cnt3 .cnt3 .cnt3_txt a{
	display: block;
	text-align: center;
}
#cnt3 .cnt3 .cnt3_txt p{
	font-size: 2.4rem;
	line-height: 1.4;
	color: #f36400;
	border: solid 1px #f36400;
	border-radius: 50px;
	margin-bottom: 30px;
	width: 100%;
	padding: 30px 0px;
}

#line{
	background: #09a75a;
	padding: 70px 0px;
}
#line .line{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#line .line .line_ttl1{
	margin-bottom: 60px;
}
#line .line .line_ttl1 img{
	width: 100%;
}
#line .line .line_cnt{
	background: #ffffff;
	padding: 70px 80px;
	border-radius: 30px;
}
#line .line .line_cnt .line_cnt_ttl img{
	width: 100%;
	margin-bottom: 50px;
}
#line .line .line_cnt .line_btn{
	background: #00c402;
	color: #ffffff;
	font-size: 4.7rem;
	line-height: 1.4;
	border-radius: 80px;
	padding: 40px 0px;
	margin-bottom: 40px;
}
#line .line .line_cnt .line_btn a{
	display: block;
	color: #ffffff;
}
#line .line .line_cnt .line_txt{
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}
#line .line .line_cnt .line_txt p span.color_g{
	color: #09a75a;
}
#line .line .line_cnt .line_txt p span.color_o{
	color: #f36400;
}

@media screen and (max-width:768px){
	#main_vi .main_vi{
		padding: 45px 30px;
	}
	#main_vi::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		/* background: url(img/sp/com_sp.png) repeat-x; */
		background-size: 30%;
	}
	#day .day_txt{
		max-width: 768px;
		padding: 15px 0px;
	}
	#day .day_txt p{
		font-size: 1.6rem;
	}
	
	#cnt1{
		padding: 30px 20px;
	}
	#cnt1 .cnt1{
		max-width: 768px;
		padding: 0;
	}
	#cnt1 .cnt1 .cnt1_ttl img{
		width: 100%;
	}
	#cnt2{
		padding: 30px 20px;
	}
	#cnt2 .cnt2{
		max-width: 768px;
		padding: 0;
	}
	#qa{
		padding: 60px 20px 30px;
	}
	#qa::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		/* background: url("img/sp/com2_sp.png") repeat-x; */
		background-size: 30%;
	}
	#qa .qa{
		max-width: 768px;
		padding: 0;
	}
	#qa .qa .qa_ttl img{
		width: 100%;
		margin-bottom: 0px;
	}
	#qa .qa .qa_txt{
		font-size: 1.2rem;
	}
	#qa .qa .qa_txt p{
		padding: 20px 20px 20px 36px;
	}
	#qa .qa .qa_txt p.q::before{
		width: 25px;
		height: 23px;
		padding-top: 2px;
		font-size: 1.4rem;
		margin-top: 16px;
		margin-left: 6px;
	}
	#qa .qa .qa_txt .check p.q::before{
		width: 25px;
		height: 23px;
		padding-top: 2px;
		font-size: 1.4rem;
		margin-top: 16px;
		margin-left: 6px;
	}
	#qa .qa .qa_txt p.q::after{
		margin-right: -10px;
	}
	#qa .qa .qa_txt .check p.q::after{
		margin-right: -10px;
		background: none;
	}
	#qa .qa .qa_txt p.a{
		font-size: 1.2rem;
	}
	#qa .qa .qa_txt p.a span {
		font-size: 1rem;
	}
	#qa .qa .qa_txt p.a::before{
		width: 25px;
		height: 23px;
		padding-top: 2px;
		font-size: 1.4rem;
		margin-top: 16px;
		margin-left: 6px;
	}
	
	#cnt3{
		padding: 30px 20px;
	}
	#cnt3 .cnt3{
		max-width: 768px;
		padding: 0;
	}
	#cnt3 .cnt3 .cnt3_ttl{
		margin-bottom: 25px;
	}
	#cnt3 .cnt3 .cnt3_ttl img{
		width: 100%;
	}
	#cnt3 .cnt3 .cnt3_txt p{
		font-size: 1.2rem;
		padding: 15px 0px;
		margin-bottom: 10px;
	}
	
	#line{
		padding: 30px 20px;
	}
	#line .line{
		max-width: 768px;
	}
	#line .line .line_ttl1{
		margin-bottom: 30px;
	}
	#line .line .line_cnt{
		padding: 22px;
	}
	#line .line .line_cnt .line_cnt_ttl img{
		margin-bottom: 25px;
	}
	#line .line .line_cnt .line_btn{
		font-size: 1.2rem;
		padding: 15px 0px;
		margin-bottom: 25px;
	}
	#line .line .line_cnt .line_txt{
		font-size: 1rem;
		text-align: center;
	}
}

/*加盟店*/
#merchant{
	background: #ea5504;
	position: relative;
	padding: 120px 0px;
}
#merchant::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background: url("img/pc/com.png") repeat-x; */
}
#merchant .merchant{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 30px;
	padding: 50px;
}
#merchant .merchant .mer_ttl{
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
#merchant .merchant .mer_cnt{
	width: 100%;
}
#merchant .merchant .mer_cnt table{
	width: 100%;
	font-size: 2rem;
	line-height: 1;
	border: solid 1px;
}
#merchant .merchant .mer_cnt table th,#merchant .merchant .mer_cnt table td{
	border:solid 1px #000000;
	padding: 20px;
}
#merchant .merchant .mer_cnt table th.cnt1{
	color: #ffffff;
	background: #f36400;
}
#merchant .merchant .mer_cnt table th.cnt2{
	background: #fef3cc;
}
@media screen and (max-width:768px){
	#merchant{
		padding: 45px 25px;
	}
	#merchant::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		/* background: url(img/sp/com_sp.png) repeat-x; */
		background-size: 30%;
	}
	#merchant .merchant{
		max-width: 768px;
		padding: 15px;
		width: auto;
		border-radius:0px;
	}
	#merchant .merchant .mer_ttl{
		font-size: 1.5rem;
		margin-bottom: 22px;
	}
	#merchant .merchant .mer_cnt table{
		font-size: 1.4rem;
	}
	#merchant .merchant .mer_cnt table th, #merchant .merchant .mer_cnt table td{
		padding: 10px;
	}
}

/*資金*/
#funding{
	background: #ea5504;
	position: relative;
	padding: 120px 0px;
	font-family: "小塚ゴシック Pr6N";
}
#funding::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background: url("img/pc/com.png") repeat-x; */
}
#funding .funding{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 30px;
	padding: 50px;
}
#funding .funding .fun_ttl{
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
#funding .funding .fun_cnt{
	width: 100%;
	font-size: 2rem;
	line-height: 1.4;
}
#funding .funding .fun_cnt .fun_txt{
	margin-bottom: 40px;
}
#funding .funding .fun_cnt .fun_txt p.txt_ttl{
	font-weight: bold;
}
#funding .funding .fun_cnt .fun_txt p a{
	color: #f36400;
	border-bottom: solid 1px #f36400;
}
@media screen and (max-width:768px){
	#funding{
		padding: 45px 25px;
	}
	#funding::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		/* background: url(img/sp/com_sp.png) repeat-x; */
		background-size: 30%;
	}
	#funding .funding{
		max-width: 768px;
		padding: 15px;
		width: auto;
		border-radius:0px;
	}
	#funding .funding .fun_ttl{
		font-size: 1.5rem;
		margin-bottom: 22px;
	}
	#funding .funding .fun_cnt{
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#funding .funding .fun_cnt .fun_txt{
		margin-bottom: 20px;
	}
}

/*約款*/
#clause{
	background: #ea5504;
	position: relative;
	padding: 120px 0px;
	font-family: "小塚ゴシック Pr6N";
}
#clause::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background: url("img/pc/com.png") repeat-x; */
}
#clause .clause{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 30px;
	padding: 50px;
}
#clause .clause .cla_ttl{
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
#clause .clause .cla_cnt{
	width: 100%;
	font-size: 2rem;
	line-height: 1.4;
}
#clause .clause .cla_cnt .cla_txt{
	margin-bottom: 40px;
}
#clause .clause .cla_cnt .cla_txt p.txt_ttl{
	font-weight: bold;
}
#clause .clause .cla_cnt .cla_txt p a{
	color: #f36400;
	border-bottom: solid 1px #f36400;
}
.card_info{
	border-top: solid 1px;
	padding-top: 10px;
}
.card_info p:nth-child(1){
	text-indent: -154px;
    margin-left: 154px;
}
.card_info p:nth-child(2){
	text-indent: -174px;
    margin-left: 174px;
}
@media screen and (max-width:768px){
	#clause{
		padding: 45px 25px;
	}
	#clause::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		/* background: url(img/sp/com_sp.png) repeat-x; */
		background-size: 30%;
	}
	#clause .clause{
		max-width: 768px;
		padding: 15px;
		width: auto;
		border-radius:0px;
	}
	#clause .clause .cla_ttl{
		font-size: 1.5rem;
		margin-bottom: 22px;
	}
	#clause .clause .cla_cnt{
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#clause .clause .cla_cnt .cla_txt{
		margin-bottom: 20px;
	}
	.card_info p:nth-child(1){
		text-indent: 0px;
    	margin-left: 0px;
		margin-bottom: 10px;
	}
	.card_info p:nth-child(2){
		text-indent: 0px;
    	margin-left: 0px;
		margin-bottom:10px;
	}
}