/*////////////////////
設定
////////////////////*/
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.cnt_inner{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header_inner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: fixed;
}
.flow_inner{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
.tb_line{
	display: none;
}
.sp_line{
	display: none;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.tb_line{
		display: block;
	}
}
/*SP
---------------*/
@media (max-width: 500px) {
	.header_inner{
		width: 95%;
	}
	.sp_line{
		display: block;
	}
}

/*////////////////////
ヘッダー
////////////////////*/
header{
	padding: 15px 0;
	background: #FFF;
	position: fixed;
	z-index: 20;
	display: flex;
	align-items: center;
	height: 60px;
	width: 100%;
	margin-top: -90px;
	border-bottom: 1px solid #ccc;
}
#header_area{
	display: flex;
}
#header_area li{
	display: flex;
	align-items: center;
}
#header_area li:first-child{
	margin-right: auto;
	display: flex;
	align-items: center;
	padding-right: 30px;
}
#header_area li:nth-child(2){
	padding-right: 20px;
}
#header_area a{
	transition: 0.2s linear;
}
#header_area a:hover{
	opacity: 0.6;
}
.logo{
	text-decoration: none;
	display: inline-block;
}
.logo img{
	width: 100%;
	width: 167px;
}
.cnt_btn{
	display: inline-block;
}
.cnt_btn img{
	width: 100%;
	max-width: 283px;
	vertical-align: bottom;
}
.tell_btn_sp{
	display: none;	
}
/*SP
---------------*/
@media (max-width: 600px) {
	.logo img{
		max-width: 100px;
	}
	#header_area li:first-child{
		padding-right: 10px;
	}
	#header_area li:nth-child(2){
		padding-right: 5px;
	}
	.cnt_btn .tell_btn{
		display: none;
	}
	.cnt_btn .tell_btn_sp{
		display: block;
		width: 100%;
		max-width: 59px;
	}
}
@media (max-width: 500px) {
	header{
		height: 50px;
		margin-top: -80px;
		
	}
	section.mainvisual{
		margin-top: 80px;
	}
}
@media (max-width: 375px) {
	header{
		height: 40px;
		margin-top: -70px;
		
	}
	section.mainvisual{
		margin-top: 70px;
	}
}

/*////////////////////
メインビジュアル
////////////////////*/
.mainvisual{
	position: relative;
	background: url("../images/mainvisual_bg.jpg")no-repeat;
	background-size: 100%;
	padding-bottom: 57%;
	height: 100%;
	margin-top: 90px;
}
.main_txt_area{
	position: absolute;
	top: 12%;
	left: 0;
	width: 50%;
	left: 4%;
}
.mv_maintxt{
	width: 100%;
	max-width: 1060px;
	padding-bottom: 50px;
}
.mv_subtxt{
	width: 100%;
	max-width: 1040px;
}
.arrow{
	position: absolute;
	bottom: 70px;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 24px;
}
.mv_mail_btn{
	position: absolute;
	bottom: -45px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	max-width: 430px;
	background: #80C269 url("../images/btn_arrow.png")no-repeat right 20px center;
	background-size: 31px;
	border-bottom: 4px solid #4E753F;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
	z-index: 10;
	box-sizing: border-box;
}
.mv_mail_btn:hover{
	bottom: -55px;
}
/*TB
---------------*/
@media (max-width: 1060px) {
	.mv_maintxt{
		padding-bottom: 20px;
	}
}
@media (max-width: 800px) {
	.arrow{
		display: none;
	}
}
/*SP
---------------*/
@media (max-width: 600px) {
	.mainvisual{
		background: url("../images/mainvisual_bg_sp.jpg")no-repeat;
		background-size: cover;
		padding-bottom: 130%;
	}
	.main_txt_area{
		top: initial;
		bottom: 8%;
		width: 100%;
		left: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.mv_maintxt{
		padding-bottom: 20px;
	}
	.mv_mail_btn{
		width: 90%;
		bottom: -35px;
		padding: 20px;
		font-size: 20px;
		background-size: 21px;
	}
	section .mv_mail_btn:hover{
		bottom: -40px;
	}
}

/*////////////////////
なないろ弁当とは？?
////////////////////*/
.about{
	background: #F8F7EA;
	background-size: 576px;
	display: flex;
}
.about_img_area{
	width: 40%;
	display: flex;
	background: url(../images/about_bg_img.png)no-repeat left 90% center;
	background-size: cover;
}
.about_img_area img{
	width: 100%;
	height: 100%;
	max-width: 576px;
	max-height: 511px;
}
.about_txt_area{
	width: 60%;
	max-width: 700px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-right: 20px;
}
.about_txt_area h2{
	font-size: 35px;
	font-weight: bold;
	padding: 120px 0 30px;
	border-bottom: 1px solid #aaaaaa;
	color: #474747;
	width: 100%;
}
.about_txt_area p{
	padding: 30px 0 100px;
	font-size: 16px;
	line-height: 30px;
	color: #474747;
	width: 100%;
}
/*SP
---------------*/
@media (max-width: 500px) {
	.about{
		flex-wrap: wrap;
	}
	.about_img_area{
		width: 100%;
		display: flex;
		background: url(../images/about_bg_img_sp.png)no-repeat center center;
		background-size: cover;
		padding-bottom: 60%;
		order: 2;
	}
	.about_txt_area{
		width: 100%;
		padding: 0 30px;
		order: 1;
	}
	.about_txt_area p{
		padding-bottom: 40px;
	}
	.about_txt_area h2{
		padding-top: 90px;
	}
}

/*////////////////////
なないろ弁当を始める8つのメリット
////////////////////*/
.merit{
	padding: 80px 0;
}
.merit h2{
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	padding-bottom: 50px;
	color: #454545;
}
.merit h2 span{
	color: #F8B62B;
}
.merit h2 img{
	max-width: 179px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.merit ul{
	justify-content: center;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.merit ul li{
	width: 25%;
	padding: 0 25px 40px;
	box-sizing: border-box;
}
.merit ul li:nth-child(5){
	padding-bottom: 0;
}
.merit ul li:nth-child(6){
	padding-bottom: 0;
}
.merit ul li:nth-child(7){
	padding-bottom: 0;
}
.merit ul li:nth-child(8){
	padding-bottom: 0;
}
.merit ul li img{
	width: 100%;
	max-width: 235px;
}
.merit ul li h3{
	font-weight: bold;
	font-size: 24px;
	color: #F8B62B;
	padding: 20px 0;
	line-height: 30px;
}
.merit ul li p{
	font-size: 12px;
	color: #474747;
	line-height: 22px;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.merit ul li h3{
		padding-bottom: 5px;
		font-size: 22px;
	}
	.merit ul li{
		text-align: center;
		width: 50%;
	}
	.merit ul li:nth-child(5){
		padding-bottom: 40px;
	}
	.merit ul li:nth-child(6){
		padding-bottom: 40px;
	}
}
@media (max-width: 500px) {
	.merit{
		padding: 50px 0;
	}
	.merit ul li{
		width: 100%;
		text-align: center;
	}
	.merit ul li:nth-child(7){
		padding-bottom: 40px;
	}
	.merit h2{
		font-size: 33px;
		line-height: 50px;	
	}
}

/*////////////////////
開業にかかわる費用は、わずか5万円
////////////////////*/
.cost{
	background: url("../images/cost_bg.jpg")no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.cost_area{
	padding: 40px;
	background: #F8F7EA;
}
.cost_area h2{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #454545;
	line-height: 60px;
	padding-bottom: 60px;
}
.cost_area h2 span{
	color: #F8B62B;
	padding-bottom: 10px;
	border-bottom: 3px solid #F8B62B;
}
.initial_cost_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.initial_cost_image{
	width: 45%;
}
.initial_cost_image img{
	width: 100%;
	max-width: 500px;
}
.initial_cost_area ul{
	padding-left: 40px;
	width: 55%;
	box-sizing: border-box;
}
.initial_cost_area ul li{
	padding-bottom: 22px;
	width: 100%;
	display: flex;
}
.initial_cost_area ul li:last-child{
	padding-bottom: 0;
}
.initial_cost_list_left{
	position: relative;
	width: 80%;
	border-radius: 10px 0 0 10px;
	display: flex;
	padding: 14px 20px 14px 20px;
	align-items: center;
}
.initial_cost_area .cross{
	position: absolute;
	top: 16%;
	right: -78px;
	left: 0;
	margin: 0 auto;
	max-width: 117px;
}
.initial_cost_sub_txt{
	background: #FFF;
	padding: 8px 5px 8px 5px;
	width: 80px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 40px;
}
.initial_cost_found .initial_cost_sub_txt{
	color: #785814;
}
.initial_cost_kitchen .initial_cost_sub_txt{
	color: #bf782c;
}
.initial_cost_deposit .initial_cost_sub_txt{
	color: #4d86a1;
}
.initial_cost_construction .initial_cost_sub_txt{
	color: #bf7b5e;
}
.initial_cost_found .initial_cost_list_left{
	background: #EFC262;
}
.initial_cost_found .initial_cost_list_right{
	background: #BD994D url("../images/cost_list_arrow_01.jpg")no-repeat center left;
	background-size: 18px;
}
.initial_cost_kitchen .initial_cost_list_left{
	background: #EEAD67;
}
.initial_cost_kitchen .initial_cost_list_right{
	background: #BA8750 url("../images/cost_list_arrow_02.jpg")no-repeat center left;
	background-size: 18px;
}
.initial_cost_deposit .initial_cost_list_left{
	background: #83CCEE;
}
.initial_cost_deposit .initial_cost_list_right{
	background: #66A0BA url("../images/cost_list_arrow_03.jpg")no-repeat center left;
	background-size: 18px;
}
.initial_cost_construction .initial_cost_list_left{
	background: #F29B76;
}
.initial_cost_construction .initial_cost_list_right{
	background: #bf7b5e url("../images/cost_list_arrow_04.jpg")no-repeat center left;
	background-size: 18px;
}
.initial_cost_main_txt{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: 70%;
	color: #FFF;
}
.initial_cost_list_right{
	width: 20%;
	padding: 10px 10px 10px 30px;
	border-radius: 0 10px 10px 0;
	align-items: baseline;
	justify-content: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	display: flex;
	letter-spacing: 1px;
}
.initial_cost_list_right span{
	font-size: 18px;
}
.cost_area_txt{
	text-align: center;
	color: #454545;
	line-height: 30px;
	padding: 50px 0;
	font-size: 16px;
}
.cost_area_txt span{
	color: #EE5B5B;
	border-bottom: 1px solid #EE5B5B;
	font-weight: bold;
}
.cost_monthly_amount_box{
	background: #FFF;
	padding: 40px 10px;
	border: 1px solid #E6E6E2;
	border-radius: 10px;
}
.cost_monthly_amount_box .cross{
	position: absolute;
	top: 16%;
	right: -78px;
	left: 0;
	margin: 0 auto;
	max-width: 117px;
}
.cost_monthly_amount_box h3{
	color: #454545;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 40px;
	line-height: 50px;
}
.cost_monthly_amount_box h3 .red{
	color: #EE5B5B;
}
.cost_monthly_amount_box h3 .strong{
	background: url(../images/cost_dot.png)repeat-x top left 8px;
	background-size: 28px;
	padding-top: 10px;
}
.cost_monthly_amount_box ul{
	display: flex;
	max-width: 880px;
	margin: 0 auto;
}
.cost_monthly_amount_box ul li{
	padding-bottom: 22px;
    width: 50%;
    display: flex;
    padding: 0 20px;
}
.monthly_cost_list_left{
	position: relative;
	width: 80%;
	border-radius: 10px 0 0 10px;
	display: flex;
	padding: 14px 20px 14px 20px;
	align-items: center;
}
.monthly_cost_sub_txt{
	background: #FFF;
	padding: 8px 5px 8px 5px;
	width: 80px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 40px;	
}
.monthly_cost_royalty .monthly_cost_sub_txt{
	color: #ac91c2;
}
.monthly_cost_system .monthly_cost_sub_txt{
	color: #6c99b8;
}
.monthly_cost_main_txt{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	width: 70%;
	color: #FFF;
}
.monthly_cost_list_right{
	width: 20%;
	padding: 10px 10px 10px 30px;
	border-radius: 0 10px 10px 0;
	align-items: baseline;
	justify-content: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	display: flex;
	letter-spacing: 1px;	
}
.monthly_cost_list_right span{
	font-size: 18px;
}
.monthly_cost_royalty .monthly_cost_list_left{
	background: #DAB8F6;	
}
.monthly_cost_royalty .monthly_cost_list_right{
	background: #AC91C2 url("../images/cost_list_arrow_05.jpg")no-repeat center left;
	background-size: 18px;
}
.monthly_cost_system .monthly_cost_list_left{
	background: #8ac3ea;
}
.monthly_cost_system .monthly_cost_list_right{
	background: #6c99b8 url("../images/cost_list_arrow_06.jpg")no-repeat center left;
	background-size: 18px;
}
/*資料請求はこちら
---------------*/
.claim{
	position: relative;
	background: #FBCB66 url("../images/cost_arrow_bg.png")no-repeat center top;
	background-size: 1200px;
	padding: 110px 20px 50px 20px;
	border-radius: 0 0 10px 10px;
}
.claim p{
	text-align: center;
	padding-bottom: 40px;
	font-size: 20px;
	color: #454545;
	line-height: 30px;
}
.claim div{
	width: 100%;
}
.claim_btn{
	margin: 0 auto;
	padding: 30px;
	display: block;
	width: 100%;
	max-width: 430px;
	background: #80C269 url("../images/btn_arrow.png")no-repeat right 20px center;
	background-size: 31px;
	border-bottom: 4px solid #4E753F;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
	box-sizing: border-box;
}
.claim_btn:hover{
	opacity: 0.8;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.cost_monthly_amount_box{
		padding: 40px;	
	}
	.cost_monthly_amount_box ul{
		flex-wrap: wrap;
	}
	.cost_monthly_amount_box ul li:first-child{
		padding-top: 0;
	}
	.cost_monthly_amount_box ul li{
		width: 100%;
		padding: 20px 0 0 0;
	}
	.monthly_cost_main_txt{
		font-size: 16px;	
	}
	.monthly_cost_list_right{
		padding-top: 16px;
		font-size: 25px;
	}
	.cost_area{
		padding-bottom: 0;
	}
	.initial_cost_image{
		width: 100%;
	}
	.initial_cost_area ul{
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
	.cost_monthly_amount_box h3{
		padding-bottom: 20px;	
	}
	.initial_cost_main_txt{
		font-size: 20px;	
	}
}
/*SP
---------------*/
@media (max-width: 500px) {
	.cost{
		padding: 50px 0;
	}
	.cost_area{
		padding: 40px 15px 0;
	}
	.initial_cost_list_right{
		padding: 12px 10px 10px 30px;
		font-size: 25px;
	}
	.initial_cost_sub_txt{
		display: none;
	}
	.initial_cost_main_txt{
		width: 100%;
	}
	.initial_cost_area .cross{
		position: absolute;
		top: 22%;
		right: 0px;
		left: 0;
		margin: 0 auto;
		max-width: 87px;
	}
	.monthly_cost_sub_txt{
		display: none;
	}
	.monthly_cost_main_txt{
		width: 100%;
	}
	.cost_monthly_amount_box .cross{
		position: absolute;
		top: 22%;
		right: 0px;
		left: 0;
		margin: 0 auto;
		max-width: 87px;
	}
	.cost_monthly_amount_box{
		padding: 40px 20px;	
	}
	.claim{
		padding-top: 90px;
		padding-bottom: 40px;
	}
	.claim_btn{
		font-size: 20px;
		background-size: 21px;
		padding: 20px;
	}
	.cost_area h2{
		font-size: 30px;
		line-height: 45px;
		padding-bottom: 40px;
	}
	.cost_area_txt{
		font-size: 14px;
		padding: 30px 0;
	}
	.claim p{
		font-size: 16px;
		padding-bottom: 20px;
	}
}

/*////////////////////
空き時間の活用で、月間45万円もの営業利益UP
////////////////////*/
.utilization{
	background: #F8F7EA;
	padding: 80px 0;
}
.utilization h2{
	color: #454545;
	font-weight: bold;
	text-align: center;
	font-size: 45px;
	line-height: 60px;
	padding-bottom: 30px;
}
.utilization h2 span{
	color: #F29B76;
	padding-bottom: 5px;
	border-bottom: 3px solid #F29B76;
}
.utilization p{
	text-align: center;
	line-height: 30px;
	padding-bottom: 50px;
	font-size: 16px;
	color: #454545;
}
.utilization table{
	width: 100%;
	border: 1px solid #F29B76;
}
.utilization th{
	background: #F29B76;
	color: #fff;
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	border-right: 1px solid #fff;
}
.utilization th:last-child{
	border-right: none;
}
.utilization td{
	text-align: right;
	background: #FFF;
	color: #454545;
	padding: 20px;
	font-size: 16px;
	border-right: 1px solid #F29B76;
	border-bottom: 1px solid #F29B76;
}
.utilization td:first-child{
	color: #F29B76;
	font-weight: bold;
	text-align: center;
}
.utilization td:last-child{
	border-right: none;
	/*border-bottom: none;*/
}
section .utilization_caution_txt{
	font-size: 14px;
	color: #454545;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.utilization_table{
		overflow: auto;
		white-space: nowrap;
	}
	.utilization_table::-webkit-scrollbar{
		height: 5px;
	}
	.utilization_table::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.utilization_table::-webkit-scrollbar-thumb{
		background: #BCBCBC;
	}
}
/*SB
---------------*/
@media (max-width: 500px) {
	.utilization{
		padding: 50px 0;
	}
	.utilization h2{
		font-size: 30px;
		line-height: 50px;		
	}
	section .utilization_caution_txt{
		text-align: left;
		line-height: 20px;
	}
	.utilization p{
		font-size: 14px;
		line-height: 25px;
	}
}

/*////////////////////
開業までの流れ
////////////////////*/
.flow{
	padding-top: 80px;
	background: #FBCB66;
}
.flow_btn{
	padding: 20px;
	margin-top: 20px;
	display: block;
	width: 100%;
	max-width: 280px;
	background: #80C269 url(../images/btn_arrow.png)no-repeat right 20px center;
	background-size: 21px;
	border-bottom: 4px solid #4E753F;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
	box-sizing: border-box;
}
.flow_btn:hover{
	opacity: 0.8;
}
.flow_ttl_area h2{
	text-align: center;
	color: #454545;
	padding-bottom: 50px;
	font-size: 45px;
	font-weight: bold;
}
.flow_ttl_area h2 img{
	max-width: 179px;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;	
}
.flow_ttl_area p{
	text-align: center;
	color: #454545;
	line-height: 30px;
	padding: 0 20px;
	font-size: 16px;
}
.flow .step01{
	background: #FBCB66;
	position: relative;
}
.flow .step02{
	background: #ffe4aa;
	position: relative;
}
.flow .step03{
	background: #fff9f0;
	position: relative;
}
.flow .step04{
	position: relative;
	background: #fff url("../images/flow_detail_bg.png")center center;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
.step01 .flow_item{
	margin-top: 40px;
}
.flow_item{
	background: #FFF;
	padding: 20px;
	margin: 70px 0;
	display: flex;
	width: 100%;
}
.step01 .flow_item{
	box-shadow: 0px 0px 26px 3px #e8ba5d;
}
.step02 .flow_item{
	box-shadow: 0px 0px 26px 3px #ecd19b;
}
.step03 .flow_item{
	box-shadow: 0px 0px 26px 3px #ece4db;
}
.step04 .flow_item{
	box-shadow: 0px 0px 26px 3px #f1f1f1;
}
.step02::before{
	content: "";
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 30px solid #fbcb66;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.step03::before{
	content: "";
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 30px solid #ffe4aa;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.step04::before{
	content: "";
	position: absolute;
	width: 0;
	top: -2px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 30px solid #fff9f0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	z-index: 10;
}
.step04::after{
	content: "";
	position: absolute;
	width: 0;
	top: -1px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 31px solid #D2D2D2;
	border-right: 31px solid transparent;
	border-left: 31px solid transparent;
	D2D2D2
}
.flow_item_image{
	width: 80%;
}
.flow_item_image img{
	width: 100%;
	max-width: 450px;
}
.flow_item_txt{
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 20px;
	width: 100%;
	max-width: 640px;
}
.flow_item_txt h3{
	color: #F8B62B;
	font-weight: bold;
	font-size: 32px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #0E0C0C;
	display: flex;
	align-items: center;
}
.small_txt{
	font-size: 25px;
	padding: 8px 4px 0 4px;
	vertical-align: baseline;
}
.flow_item_txt p{
	color: #454545;
	line-height: 27px;
	font-size: 16px;
}
.flow_item_txt h3 img{
	width: 98px;
	padding-right: 30px;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.flow_item_image{
		width: 100%;
	}
	.flow_btn{
		max-width: initial;
	}
	.flow_item{
		flex-wrap: wrap;
	}
	.flow_item_txt{
		padding: 20px 0 20px 0px;	
	}
}
/*SP
---------------*/
@media (max-width: 500px) {
	.flow{
		padding: 50px 0 0;
	}
	.flow_item_txt h3{
		flex-wrap: wrap;
	}
	.flow_item_ttl{
		width: 100%;
		padding-top: 10px;
	}
	.flow_item{
		margin: 50px 0;
	}
	.flow_ttl_area h2{
		font-size: 35px;
		line-height: 45px;
		padding-bottom: 20px;
	}
	.flow_ttl_area p{
		font-size: 14px;
		line-height: 25px;
	}
	.flow_item_txt p{
		font-size: 14px;
		line-height: 25px;
	}
}

/*////////////////////
今すぐ資料請求
////////////////////*/
.contact{
	padding: 80px 0;
	text-align: center;
}
.contact h2{
	text-align: center;
	font-size: 45px;
	color: #80C269;
	border-bottom: 3px solid #80C269;
	padding-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}
.contact p{
	text-align: left;
	color: #454545;
	line-height: 25px;
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
}
/*TB
---------------*/
@media (max-width: 800px) {
	.contact h2{
		margin-bottom: 40px;
	}
	.contact p{
		padding-top: 40px;
	}
}
/*SP
---------------*/
@media (max-width: 500px) {
	.contact{
		padding: 50px 0;
	}
	.contact h2{
		font-size: 35px;
		margin-bottom: 0;
	}
	.contact p{
		max-width: 320px;
		font-size: 14px;
	}
}
/*////////////////////
フッター
////////////////////*/
footer{
	background: #885B33;
	padding: 30px 20px;
	text-align: center;
	line-height: 20px;
}
footer small{
	font-size: 12px;
	color: #fff;
}
