@charset "utf-8";

@media screen and (max-width: 760px){
	body{
		background-color: #DEFFEC;
		overflow-x: hidden;
		width: 100%;
		font-family: sans-serif;
	}
/*--------------▽▽共通▽▽--------------*/
	.fix-header{
		background-color: #39B54A;
		height: 40px;
		top: -40px;
		left: 20px;
		text-align: center;
		width: 200px;
		position: fixed;
		box-sizing: border-box;
		border-radius: 20px;
		line-height: 40px;
		opacity: 0;
		z-index: 1000;
		box-shadow: 1px 0 1px #999;
	}
	.fix-header a{
		color: #fff;
		font-size: 16px;
		
	}
	h1{
		font-size: 27px;
		font-weight: bold;
		
	}
	.link_button a{
		width: 250px;
		font-size: 20px;
		text-align: center;
		color: #fff;
		display: block;
		margin: auto;
		padding: 10px 0;
		background-color: #39B54A;
		border-radius: 50px;
		position: relative;
		z-index: 4;
		box-shadow: 0 1px 2px #ccc; 
	}
	.content_box{
		background-color: #fff;
		border-radius: 30px;
		box-shadow: 1px 1px 2px #999999;
		display: block;
		margin: auto;
	}
	.main_backtexture img{
		position: absolute;
		z-index: 0;
		width: 1000px;
		bottom: -50px;
	}
	#subpage_top{
		position: relative;
	}
	.subpage_top_back_sp img{
		width: 100%;
	}
	.subpage_top_back_pc img{
		display: none;
	}
	.subpage_top_title h1{
		position: absolute;
		color: #fff;
		background-color: #49A754;
		padding: 5px 10px;
		border-radius: 100px;
		top: 80px;
		text-align: center;
		left: 50%;
		transform: translate(-50%, 0);
		width: 180px;
		line-height: 35px;
		font-size: 24px;
	}
	.subpage_top_title h1 span::before {
    	content: "\A";
    	white-space: pre;
	}
	.subpage_home_link h2{
		position: absolute;
		color: #8CC63F;
		font-size: 16px;
		text-align: center;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 10px
	}
	
	.hd_contact_link{/*ヘッダー問い合わせメール・電話アイコン*/
		position: fixed;
		bottom: 90px;
		left: 0px;
		width: 50px;
		z-index: 5;
	}
	.hd_contact_link a{
		display: block;
		width: 50px;
		margin-top: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 0 10px 10px 0;
	}
	.hd_contact_link_mail{
		background-color: #49A754;
	}
	.hd_contact_link_tel{
		background-color: #eee;
	}
	.hd_contact_link_mail img{
		width: 30px;
		display: block;
		margin: auto;
	}
	.hd_contact_link_tel img{
		width: 20px;
		display: block;
		margin: auto;
	}
/*-------------△△共通△△---------------*/
	
/*--------------▽▽トップページヘッダー▽▽--------------*/
	#main_top{
		position: relative;
	}
	.main_top_back_pc{
		display: none;
	}
	.main_top_back_pc_kirakira{
		display: none;
	}
	.main_top_back_sp img{
		width: 100%;
		width: 550px;
		height: auto;
		position: relative;
		z-index: 1;
	}
	.main_top_back_sp_kirakira img{
		width: 100%;
		min-width: 550px;
		height: auto;
		position: absolute;
		top: 0;
		z-index: 3;
		animation: blink1 0.6s ease-in-out 0s infinite alternate;
	}
	.main_top_back2_pc img{
		width: 1000px;
		height: auto;
		position: absolute;
		bottom: 0;
		left: -20px;
		z-index: 2;
	}
	.main_top_character img{
		width: 270px;
		position: absolute;
		top: 150px;
		left: 50%;
		margin-top: 30px;
		transform: translate(-50%, 0);
		z-index: 2;
		animation: updown2 1.5s ease-in-out 0s infinite alternate;
	}
	.main_top_content_box2{/*キャッチコピー部分*/
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 3;
	}
	.main_top_slogan{
		font-size: 22px;
		
		letter-spacing: 5px;
		color: #8CC63F;
		text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
		transform: rotate(-5deg);
	}
	.main_top_slogan span{
		font-size: 38px;
		color: #009245;
	}
	.slogan_down{
		padding-left: 30px;
	}
	.main_top_companyname{
		width: 250px;
		padding: 5px;
		text-align: center;
		font-size: 20px;
		
		font-weight: bold;
		color: #fff;
		background-color: #39B54A;
		display: block;
		margin: auto;
		margin-top: 250px;
		border-radius: 50px;
		border: solid 3px #fff;
		box-shadow: 0 0 2px #fff; 
	}
	.main_top_content_menubox{/*メニュー部分*/
		width: 320px;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 4;
	}
	.main_top_content_menuicon{
		width: 270px;
		display: flex;
		justify-content: space-around;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 5;
	}
	.main_top_content_menuicon img{
		height: 50px;
	}
	.main_top_content_menuicon a:nth-of-type(2){
		margin-top: 40px;
	}
	.main_top_content_menuicon a:nth-of-type(4){
		margin-top: 40px;
	}
	.main_top_content_menubar{
		display: none;
	}
	.main_top_content_menubar_sp img{
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 4;
	}
	
/*-------------△△トップページヘッダー△△---------------*/
	
/*--------------▽▽キャッチコピー▽▽--------------*/
	.catchcopy{
		width: 370px;
		display: block;
		margin: auto;
		margin-top: 100px;
		position: relative;
	}
	.rakuraku_pc{
		display: none;
	}
	.rakuraku img{
		position: relative;
		width: 100%;
	}
	.catchcopy_box{
		width: 100%;
		position: absolute;
		bottom: 30px;
		z-index: 2;
	}
	.catchcopy_box h1{
		width: 250px;
		font-size: 30px;
		display: block;
		margin-right: 0;
		margin-left: auto;
		line-height: 35px;
	}
	.catchcopy_box h2{
		font-size: 19px;
		font-weight: bold;
		margin-left: 10px;
		width: 100%;
		line-height: 24px;
	}
	
/*-------------△△キャッチコピー△△---------------*/
	
	
/*--------------▽▽お悩みありませんか▽▽--------------*/
	#main_trouble{
		padding: 100px 0;
	}
	.main_trouble_content{
		width: 300px;
		padding: 10px;
		padding-bottom: 40px;
	}
	.main_trouble_content h1{
		color: #fff;
		text-align: center;
		background-color: #8CC63F;
		border-radius: 20px 20px 0 0;
		padding: 5px 0;
	}
	.main_trouble_content h1 span::before {
    	content: "\A";
    	white-space: pre;
		padding-left: 15px;
	}
	.main_trouble_icon img{
		display: block;
		margin: auto;
		margin-top: 30px;
	}
	.main_trouble_icon01 img{
		width: 160px;
	}
	.main_trouble_icon02 img{
		width: 240px;
	}
	.main_trouble_icon03 img{
		width: 220px;
	}
	.main_trouble_icon_box h2{
		font-size: 26px;
		text-align: center;
		font-weight: bold;
		
		margin-top: 10px;
		background-color: #fff;
		padding: 5px 0;
		box-shadow: 0px 2px 2px #ccc;
		border-radius: 30px;
		border-right: solid 10px #8CC63F;
		border-left: solid 10px #8CC63F;
	}
	.main_trouble_link{
		margin-top: 60px;
	}
/*-------------△△お悩みありませんか△△---------------*/
	
/*--------------▽▽まごころこめて対応します▽▽--------------*/
	#main_about{
		position: relative;
		background-color: #fff;
		padding: 50px 0;
		z-index: 1;
		padding-bottom: 200px;/*下部模様の調整用*/
	}
	.main_about_content{
		width: 260px;
		border: solid 3px #39B54A;
		border-radius: 30px;
		position: relative;
		top: 150px;
		display: block;
		margin: auto;
		padding: 30px 20px;
	}
	.main_about_content_character img{
		width: 250px;
		position: absolute;
		top: -120px;
		right: -70px;
		z-index: 3;
	}
	.main_about_content_logo img{
		width: 150px;
	}
	.main_about_content h1{
		color: #8CC63F;
		margin-top: 30px;
		text-align: center;
	}
	.main_about_content h1 span::before {
    	content: "\A";
    	white-space: pre;
	}
	.main_about_content p{
		font-size: 17px;
		color: #006837;
		
		margin-top: 20px;
		line-height: 26px;
	}
	.main_about_link a{
		margin-top: 30px;
	}
	.main_about_srp{/*SRP認証部分*/
		width: 280px;
		position: relative;
		top: 180px;
		display: block;
		margin: auto;
		z-index: 2;
	}
	.main_about_srp_box{
		
	}
	.main_about_srpimg img{
		width: 250px;
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.main_about_srp_explanation{
		
	}
	.main_about_srp_explanation h1{
		font-size: 22px;
		color: #8CC63F;
	}
	.main_about_srp_explanation p{
		font-size: 17px;
		
		margin-top: 20px;
		line-height: 26px;
	}
	.main_about_srp_explanation a{
		color: #39B54A;
	}
	.main_about_srp h3{
		font-size: 17px;
		font-weight: bold;
		
		color: #8CC63F;
		padding: 20px 0;
		line-height: 26px;
		
	}
/*-------------△△まごころこめて対応します△△---------------*/
	
/*--------------▽▽業務内容▽▽--------------*/
	.main_service_content{
		width: 300px;
		margin-top: 100px;
		padding-bottom: 50px;
	}
	.main_service_content_title{
		background-color: #39B54A;
		border-radius: 30px 30px 0 0;
		padding: 15px 0;
	}
	.main_service_content_title_box{
		width: 250px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
	}
	.main_service_content_title_img img{
		width: 50px;
	}
	.main_service_content_title{
		color: #fff;
	}
	.main_service_list{
		padding-bottom: 80px;
	}
	.main_service_list img{
		width: 230px;
		display: block;
		margin: auto;
		margin-top: 50px;
	}

/*-------------△△業務内容△△---------------*/
	
/*--------------▽▽求人募集▽▽--------------*/
	#main_job{
		position: relative;
		background-color: #fff;
		z-index: 1;
		margin-top: 100px;
		padding-top: 50px;
		padding-bottom: 200px;/*下部模様の調整用*/
	}
	.main_job_content{
		width: 300px;
		display: block;
		margin: auto;
		position: relative;
		top: 150px;
	}
	.main_job_content_character img{
		width: 210px;
		position: absolute;
		top: -140px;
		right: -40px;
		z-index: 3;
	}
	.main_job_content h1{
		width: 200px;
		color: #8CC63F;
		padding: 20px 0;
		padding-left: 20px;
		padding-right: 50px;
		border: solid 3px #39B54A;
		border-radius: 30px;
	}
	.main_job_companyname{
		
	}
	.main_job_content_logo img{
		width: 220px;
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.main_job_companyname h2{
		font-size: 24px;
		font-weight: bold;
		
		color: #009245;
		text-align: center;
		margin-top: 20px;
	}
	.main_job_content p{
		margin: 20px;
		padding: 30px;
		font-size: 17px;
		
		color: #8CC63F;
		border-top: solid 4px #8CC63F;
		border-bottom: solid 4px #8CC63F;
		line-height: 26px;
		box-sizing: border-box;
	}
/*-------------△△求人募集△△---------------*/
	
/*--------------▽▽ウォーカーシステムリンク▽▽--------------*/
	.walkersystem_link_content{
		width: 300px;
		margin-top: 150px;
		padding: 50px 0;
		margin-bottom: 100px;
	}
	.walkersystem_link_content_title{
		width: 250px;
		display: flex;
		flex-wrap: wrap-reverse;
		margin: auto;
	}
	.walkersystem_character img{
		width: 100%;
		margin-top: 20px;
	}
	.walkersystem_title img{
		width: 100%;
	}
	.walkersystem_link_content_list{
		width: 250px;
		display: block;
		margin: auto;
	}
	.walkersystem_link_content_list li{
		font-size: 17px;
		text-align: center;
		
		border: solid 2px #39B54A;
		border-radius: 30px;
		padding: 10px 0;
		width: 250px;
		margin-top: 20px;
	}
	.walkersystem_link{
		margin-top: 50px;
	}
/*-------------△△ウォーカーシステムリンク△△---------------*/
	
/*--------------▽▽フッターコンテンツ▽▽--------------*/
	.footer_link{
		width: 100%;
		background-color: #fff;
		padding: 100px 0;
	}
	.footer_link_content{
		position: relative;
	}
	.footer_link_content h1{
		
		color: #8CC63F;
		width: 300px;
		font-size: 20px;
		border: solid 3px #39B54A;
		border-radius: 30px;
		margin: 30px auto;
		padding: 10px 0;
		padding-left: 20px;
		padding-right: 100px;
		box-sizing: border-box;
		position: relative;
	}
	.footer_link_content h1 span {
    	display: none;
	}
	
	.footer_tel,.footer_mail{
		display: flex;
		width: 300px;
		align-items: center;
		margin: auto;
		margin-top: 20px;
	}
	.footer_link_content h2{
		color: #39B54A;
		font-size: 24px;
		font-weight: bold;
		margin-left: 20px;
	}
	.footer_mail{
		background-color: #39B54A;
		border-radius: 50px;
		padding: 5px 0;
	}
	.footer_link_content h3{
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		margin-left: 25px;
	}
	.footer_tel img,.footer_mail img{
		width: 300px;
	}
	.footer_character{
		display: none;
	}
	.footer_spbanner img{
		width: 90%;
		max-width: 400px;
		display: block;
		margin: auto;
	}
	.footer_link_content_box a{
		display: block;
	}
	.footer_companyname{
		
	}
	.footer_logo img{
		width: 100px;
		height: auto;
		display: block;
		margin: 20px auto;
	}
	.footer_companyname h4{
		font-size: 14px;
		color: #009245;
		text-align: center;
		
		font-weight: bold;
	}
	.footer_logo3 img{
		width: 300px;
		height: auto;
		display: block;
		margin: auto;
	}
	.footer_companyname h5{
		font-size: 24px;
		color: #009245;
		text-align: center;
		
		font-weight: bold;
	}
	.ft_menu_list{
		
	}
	.ft_menu_list li{
		
		font-size: 18px;
		text-align: center;
		margin-top: 20px;
	}
	.copyright{
		background-color: #009245;
		margin-top: 30px;
		padding: 20px 0;
	}
	.copyright h6{
		color: #fff;
		text-align: center;
		font-size: 12px;
	}
	.back_top a{
		display: block;
		position: fixed;
		bottom: 90px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 99;
	}
	.back_top img{
		width: 100%;
	}
	.ft_fix_banner{
		width: 100%;
		position: fixed;
		bottom: 0px;
		background-color: #fff;
		z-index: 5;
	}
	.ft_fix_banner img{
		width: 300px;
		display: block;
		margin: auto;
	}
	.ft_fix_banner a{
		display: block;
	}
	#footer{
		padding-bottom: 180px;
	}
/*-------------△△フッターコンテンツ△△---------------*/
	

/*--------------▽▽ABOUTページ▽▽--------------*/
	.about_clover_content{
		width: 300px;
		box-sizing: border-box;
		padding: 40px 20px;
		margin-top: 50px;
	}
	.about_clover_content h1{
		color: #8CC63F;
		text-align: center;
	}
	.about_clover_content h1 span::before {
    	content: "\A";
    	white-space: pre;
	}
	.about_clover_content p{
		font-size: 16px;
		color: #006837;
		
		margin-top: 30px;
		line-height: 26px;
	}
	
	.greet_title_img img{
		width: 50px;
		display: block;
		margin: auto;
		margin-top: 70px;
	} 
	.about_greet_title h1{
		color: #8CC63F;
		text-align: center;
		margin-top: 10px;
	}
	.about_greet_box{
		position: relative;
	}
	.about_greet_name{
		background-color: #39B54A;
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 150px;
	}
	.about_greet_name_left{
		background-color: #fff;
		box-sizing: border-box;
		padding: 20px 0;
		width: 100%;
		display: block;
		margin: auto;
		text-align: center;
	}
	.about_greet_name h2{
		color: #39B54A;
		
		font-size: 26px;
		font-weight: bold;
	}
	.about_greet_name h3{
		color: #39B54A;
		
		font-size: 18px;
		font-weight: bold;
	}
	.about_greet_name h4{
		color: #fff;
		
		font-size: 18px;
		margin-top: 10px;
		font-weight: bold;
		text-align: center;
	}
	.about_greeting{
		position: relative;
		top: -120px;
		width: 300px;
		box-sizing: border-box;
		padding: 40px 20px;
		display: block;
		background-color: #fff;
		border-radius: 30px;
		margin: auto;
	}
	.greeting1{/*.about_greetingのtop: -120px;に対する調整*/
		margin-bottom: -100px;
	}
	.about_greet_img img{
		width: 250px;
		display: block;
		margin: auto;
	}
	.about_greeting p{
		
		font-size: 16px;
		color: #006837;
		margin-top: 20px;
		line-height: 26px;
	}
/*-------------△△ABOUTページ△△---------------*/
	
/*--------------▽▽業務内容ページ▽▽--------------*/
	#service_content{
		padding: 30px 0;
	}
	.service_box{
		width: 300px;
		display: block;
		margin: auto;
		margin-top: 30px;
		box-sizing: border-box;
		padding: 20px 30px;
	}
	.service_content_img img{
		width: 200px;
		display: block;
		margin: auto;
	}
	.service_content_detail{
		
	}
	.service_content_detail h1{
		color: #8CC63F;
		text-align: center;
		border-bottom: dashed 3px #8CC63F;
	}
	.service_content_detail p{
		
		font-size: 18px;
		color: #006837;
		margin-top: 20px;
	}
	.service_price_link_btn{
		position: fixed;
		width: 30px;
		height: auto;
		top: 250px;
		padding-left: 10px;
		padding-right: 7px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #51CB05;
		border-radius: 0px 20px 20px 0;
		z-index: 3;
	}
	.service_price_link_btn p{
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
/*-------------△△業務内容ページ△△---------------*/
	
/*--------------▽▽事業所情報ページ▽▽--------------*/
	#company_content{
		padding: 30px 0;
	}
	.company_content_detail{
		display: block;
		width: 300px;
		margin: auto;
		padding: 30px 20px 20px 20px;
		box-sizing: border-box;
		background-color: #fff;
		border: solid 3px #8CC63F;
		border-radius: 30px;
	}
	.company_content_detail dt{
		width: 200px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		border-radius: 100px;
		padding: 10px 0;
		display: block;
		margin: auto;
		margin-bottom: 30px;
	}
	.company_content_detail dd{
		width: 100%;
		text-align: center;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.company_content_detail dd span::before {
    	content: "\A";
    	white-space: pre;
	}
	.company_content_title_green{
		background-color: #39B54A;
	}
	.company_content_title_lightgreen{
		background-color: #8CC63F;
	}
	.company_content_detail_green{
		color: #39B54A;
	}
	.company_content_detail_lightgreen{
		color: #8CC63F;
	}
	.map{
		display: block;
		margin: auto;
		margin-bottom: 50px;
		width: 300px;
		height: 450px;
		border-radius: 30px;
	}
/*-------------△△事業所情報ページ△△---------------*/
	
/*--------------▽▽お問合せ▽▽--------------*/
	#contact_form{
		padding: 30px 0;
	}
	.formbg{
		display: block;
		width: 300px;
		margin: auto;
		padding: 30px 20px 20px 20px;
		box-sizing: border-box;
		background-color: #fff;
		border: solid 3px #8CC63F;
		border-radius: 30px;
	}
	#formWrap h3{
		color: #8CC63F;
		font-size: 14px;
		width: 250px;
		display: block;
		margin: auto;
	}
	.fm_ip{
		margin-top: 15px;
	}
	.fm_ip p{
		width: 250px;
		background-color: #8CC63F;
		padding: 5px 0;
		font-size: 13px;
		color: #fff;
		border: solid 1px #8CC63F;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.fm_ip p span{
		padding: 2px 7px;
		background-color: #E57818;
		margin-right: 10px;
		margin-left: 25px;
		border-radius: 5px;
	}
	.fm_ip p .ninni{
		background-color:#987E5C;
	}
	.contact_form_input{
		width: 250px;
		font-size: 16px;
		height: 21px;
		padding: 0 5px;
		padding-left: 15px;
		border: solid 1px #8CC63F;
		border-radius: 50px;
		margin-top: 5px;
		appearance: none;
		box-sizing: border-box;
	}
	.fm-youken{
		padding-top: 15px;
		height: 150px;
		border-radius: 10px;
	}
	.submit{
		width: 180px;
		font-size: 18px;
		padding: 7px 0;
		margin-top: 20px;
		color: #fff;
		border: solid 2px #8CC63F;
		background-color: #39B54A;
		border-radius: 50px;
	}
	#formWrap a{
		width: 200px;
		font-size: 20px;
		text-align: center;
		padding: 10px 0;
		display: block;
		margin: auto;
		margin-top: 30px;
		color: #fff;
		border: solid 2px #8CC63F;
		background-color: #39B54A;
		border-radius: 50px;
	}
	input:invalid{
		border: solid 1px #FF0000;
	}
	textarea:invalid{
		border: solid 1px #FF0000;
	}
/*-------------△△お問合せ△△---------------*/
	
/*--------------▽▽プライバシポリシー▽▽--------------*/
	#privacypolicy{
		width: 300px;
		display: block;
		margin: 50px auto;
		background-color: #fff;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 25px;
	}
	#privacypolicy h2{
		color: #39B54A;
		font-size: 24px;
		margin-top: 20px;
		
	}
	#privacypolicy p{
		font-size: 16px;
		margin-top: 10px;
		
	}
	#privacypolicy ul{
		list-style: circle;
		margin-left: 1.5em;
		margin-top: 10px;
	}
	
/*-------------△△プライバシポリシー△△---------------*/
	
/*--------------▽▽報酬一覧▽▽--------------*/
	#price_picup{
		width: 350px;
		display: block;
		margin: auto;
		margin-top: 100px;
	}
	.price_picup_title_box{
		position: relative;
	}
	.price_picup_title_box img{
		width: 110px;
		position: relative;
		z-index: 4;
	}
	.price_picup_title_box h1{
		font-size: 32px;
		color: #fff;
		position: absolute;
		top: 48px;
		left: 25px;
		z-index: 5;
	}
	.price_picup_title_box h2{
		width: 230px;
		background-color: #fff;
		border: 3px solid #39B54A;
		border-radius: 100px;
		box-sizing: border-box;
		font-size: 26px;
		color: #39B54A;
		font-weight: bold;
		padding-left: 95px;
		position: absolute;
		z-index: 3;
		top: 43px;
		left: 16px;
		padding-top: 5px;
	}
	.price_picup_title_box2{
		display: flex;
		align-items:flex-end;
		margin-top: 40px;
	}
	.price_picup_title_box2 h3{
		font-size: 12px;
		color: #ACDC99;
		font-weight: bold;
	}
	.price_picup_title_box2 h4{
		font-size: 50px;
		color: #ACDC99;
		line-height: 40px;
		font-weight: bold;
	}
	.price_picup_title{
		display: flex;
		justify-content: space-between;
		align-items:center;
	}
	.price_picup_explanation{
		margin-top: 20px;
		background-color: #fff;
		box-sizing: border-box;
		width: 340px;
		border-radius: 20px;
		padding: 30px 40px;
		box-shadow: 15px 15px #8CC63F;
		margin-bottom: 80px;
	}
	.price_picup_explanation p{
		font-size: 18px;
	}
	#price_sample{
		width: 100%;
		background-color: #fff;
		padding: 100px 0;
	}
	.price_sample_box{
		max-width: 350px;
		display: block;
		margin: auto;
	}
	.price_sample_box h1{
		color: #fff;
		font-size: 28px;
		text-align: center;
		padding-top: 5px;
		display: block;
		margin: auto;
		width: 350px;
		background-color: #39B54A;
		border-radius: 50px;
	}
	.price_sample_box h2{
		margin-top: 70px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
		color: #39B54A;
		border-top: 2px solid #39B54A;
		border-bottom: 2px solid #39B54A;
	}
	.price_sample_box h2 span::after{
		content:"\A";
		white-space:pre;
	}
	.price_sample_box_flex{
		width: 350px;
		display: block;
		margin: auto;
		margin-top: 50px;
	}
	.price_sample_box h3{
		text-align: center;
		font-size: 26px;
		color: #603813;
		width: 300px;
		box-sizing: border-box;
		padding: 30px 0;
		border: 2px solid #8CC63F;
		border-radius: 20px;
		display: block;
		margin: auto;
	}
	.price_sample_box_flex img{
		width: 40px;
		height: 40px;
		display: block;
		margin: 20px auto;
	}
	.price_sample_box h4{
		position: relative;
		display: block;
		padding-top: 5px;
		width:300px;
		color: #fff;
		text-align: center;
		font-size: 22px;
		background: #F3ABC1;
		margin-top: 30px;
		margin-left: auto;
		margin-right: 20px;
		border-radius: 10px;
	}
	.price_sample_box h4::before{
		content: "";
		position: absolute;
		top: -30px;
		left: 90%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 16px solid #F3ABC1;
	}
	.price_sample_box h4 span::after{
		content:"\A";
		white-space:pre;
	}
	.price_sample_box_line{
		width: 100%;
		border: 5px solid #39B54A;
		position: relative;
		margin-top: 70px;
	}
	.price_sample_box_sum{
		position: relative;
		margin-bottom: 130px;
	}
	.price_sample_box_sum h5{
		font-size: 28px;
		color: #39B54A;
		font-weight: bold;
		position: absolute;
		background-color: #fff;
		top: -28px;
		right: 10px;
		padding: 0 20px;
	}
	.price_sample_box h6{
		font-size: 22px;
		margin-top: 20px;
		color: #CC0003;
		text-align: center;
	}
	#price_link{
		padding: 50px 0;
		width: 350px;
		display: block;
		margin: auto;
	}
	#price_link h1{
		font-size: 24px;
		text-align: center;
		color: #603813;
	}
	.price_link_flex{
		width: 350px;
		display: block;
		margin: 30px auto;
	}
	#price_link a{
		display: block;
		width: 300px;
		margin: 20px auto;
		text-align: center;
		border: 3px solid #39B54A;
		background: #fff;
		padding: 10px 0;
		border-radius: 50px;
	}
	#price_link h2{
		font-size: 22px;
		font-weight: bold;
		color: #39B54A;
	}
/*-------------△△報酬一覧△△---------------*/
}