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

<!--
/*scrollin_anime.js*/
.scrollin { opacity: 0; transition: all .5s ease;}
.scrollin.show { opacity: 1; transform: none;}
.scr_lr { transform: translate(-30px, 0);}
.scr_rl { transform: translate(30px, 0);}
.scr_fadein{ transform: translate(0, 0px);}
.scr_up { transform: translate(0, 30px);}
.scr_down { transform: translate(0, -30px);}
.scr_scaleUp { transform: scale(.5);}
.scr_scaleDown { transform: scale(1.5);}
.scr_rotateL { transform: rotate(60deg);}
.scr_rotateR { transform: rotate(-60deg);}
/*/scrollin_anime.js*/
	
/*	#ashita-money{background-image: url("images/bg_ashita-money_s.jpg");background-attachment: fixed;background-position: center;background-repeat: repeat-x;}*/
	#ashita-money{background-image: url("/ashita-money/images/bg_brend.png");background-attachment: fixed;background-position: center;background-repeat: repeat-x;background-color:rgba(105,189,239,0.9);}
/*	#ashita-money.nobgimage{background-color:#5BBCD0;background-image:inherit;}*/
	#ashita-money img{height: auto;}
	.money_header{width: 90%;max-width: 600px;margin: 0 auto;}
	.money_header img{width: 100%;display: block;}
	section.money_contents > div{background-color: rgba(252,252,252,0.90);box-sizing: border-box;padding: 2rem 1rem 5rem;width: 96%;max-width: 1000px;margin: 2rem auto 3rem;border-radius: 0.5em;position: relative;}
	section.money_contents > div .dec01,
	section.money_contents > div .dec02,
	section.money_contents > div .dec03{position: absolute;}
	section.money_contents > div .dec01 img,
	section.money_contents > div .dec02 img,
	section.money_contents > div .dec03 img{width: 100%;display: block;}
	section.money_contents > div .dec01{max-width:200px;top:-50px;left: -50px;}
	section.money_contents > div .dec02{max-width:200px;top:220px;right: -50px;}
	section.money_contents > div .dec03{max-width:200px;bottom:50px;left: -50px;}
	p.main_txt01{font-weight: 600;font-size: 1.5rem; text-align: center;line-height: 1.6;padding: 2rem 0;}
	.img_catch01 {width: 96%;max-width: 600px;margin: 2rem auto;}
	.img_catch01 img{width: 100%;display: block;}
	.btn_money01 {}
	.btn_money01 a{box-sizing: border-box;display: block; width: 96%;max-width: 600px;margin: 2rem auto;background-color:#fdba04;padding: 1rem;border-radius: 1rem; font-size: 2rem;text-align: center;text-decoration: none;transition: 0.5s;color: #2f2f2f;font-weight: bold;}
	.btn_money01 a:hover{background-color:#e8413e;color: #fff; }
	.br_pc{display: block;}
	.br_sp{display: none;}
@media screen and (max-width: 768px) {
	section.money_contents > div .dec01{max-width:100px;top:-20px;left:-10px;}
	section.money_contents > div .dec02{display: none;max-width:80px;top:40%;right:10px;}
	section.money_contents > div .dec03{max-width:100px;bottom:-20px;left:0;right:0;margin: 0 auto;}
	p.main_txt01{font-size: 1.125rem;padding: 1rem 0;}
	.btn_money01 a{font-size: 1.25rem;}	
	.br_pc{display: none;}
	.br_sp{display: block;}
	}