@charset "UTF-8";
/*-----------------------------------

	contents_wrap

-----------------------------------*/
.contents_wrap{
	padding: 40px 0 60px;
}
.h2_title{
	padding: 40px 0;
}
.h2_title .contents_inner:before,
.h2_title .contents_inner:after{
	position: absolute;
	content: "";
	width: 18%;
	height: 12px;
	background: url("../img/common/line_double.png");
	top: 58%;
}
.h2_title .contents_inner:before{
	left:0;
}
.h2_title .contents_inner:after{
	right: 0;
}
.h2_title .box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content: center;
	flex-wrap: wrap;
}
.h2_title .box:before,
.h2_title .box:after{
	position: absolute;
	content: url("../img/common/deco_leaf_02.png");
	top:35%;
	z-index: 1;
}
.h2_title .box:before{
	left:3%;
}
.h2_title .box:after{
	right: 3%;
	transform: scale(-1, 1);
}
.h2_title h2{
	margin: 0 15px;
}
.h2_title .leaf{
	margin-top: 30px;
}
.h2_title .leaf_02{
	transform: scale(-1, 1);
}
.h2_title .woman{
	position: absolute;
	bottom: -40px;
	z-index: 2;
}
.lead{
	line-height: 2.8rem;
}
#about .h2_title .contents_inner:before,
#about .h2_title .contents_inner:after,
#support .h2_title .contents_inner:before,
#support .h2_title .contents_inner:after{
	height: 12px;
	background:none;
}
#about .h2_title .contents_inner:before,
#support .h2_title .contents_inner:before{
	content: url("../img/common/deco_gorgeous_03.png");
	width: 300px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:-60px;
}
#support .h2_title .leaf {
    margin-top: -25px;
}
#about .h2_title .box::before,
#about .h2_title .box::after {
    content:"";
}
#about .h2_title .box .psrl,
#support .h2_title .box .psrl{
	position: static;
	background: url("../img/common/line_double.png");
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
	.h2_title h2 {
		padding-bottom: 10px;
	}
	.h2_title .leaf {
		width: 15%;
		margin-top: 30px;
		z-index: 1;
		position: absolute;
	}	
	.h2_title .leaf_01{
		left: 0;
	}
	.h2_title .leaf_02{
		right: 0;
	}
}
@media screen and (max-width: 980px) {
	.contents_wrap .leadwrap{
		width: 100%;
		max-width: 740px;
		margin: 0 auto;
	}
	.contents_wrap .leadwrap .woman{
		width: 48%;
		float: left;
	}
	.contents_wrap .leadwrap .lead{
		width: 50%;
		float: right;
		margin-top: 30px;
	}
	.contents_wrap .lead{
		text-align: left;
	}
}
@media screen and (max-width: 740px) {
	.contents_wrap {
		padding: 40px 0;
	}
	.contents_wrap .leadwrap .woman{
		width: 60%;
		float: none!important;
		margin: 0 auto;
	}
	.contents_wrap .leadwrap .lead{
		width: 100%;
		float: none!important;
		margin-top: 20px;
	}
	.contents_wrap .lead{
		line-height: 2.1rem;
	}
	.h2_title .box:before, .h2_title .box:after {
		position: static;
		content: "";
	}
	.h2_title .box .psrl .fz21{
		font-size: 1.4rem;
	}
	.h2_title {
		padding: 20px 0 15px;
	}
	#about .h2_title h2,
	#support .h2_title h2{
		padding-bottom: 10px;
	}

	#about .h2_title .box .psrl,
	#support .h2_title .box .psrl{
		width: 100%;
	}
	#blog .h2_title .leaf,
	#area .h2_title .leaf {
		top:20%;
	}
}
/*-----------------------------------

	main

-----------------------------------*/
#main{
    width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 750px;
	background: url("../img/index/main_img_01.png"),url("../img/index/bg_main.jpg");
	background-size: 750px, cover;
	background-repeat: no-repeat;
    margin: 0 auto;
	position:relative;
	background-position:100% 0,center;
}
#main .contents_inner{
	min-height: 700px;
}
#main #main_title{
	width: 800px;
	left: -10%;
	top: 90px;
	z-index: 997;
}
#main #main_bnr{
	width: 335px;
	right: 5%;
	bottom: 5%;
	z-index: 997;
}
#main #main_txt{
	right: -25%;
	top: 5%;
}
@media screen and (max-width: 1700px) {
	#main #main_txt{
		right: -15%;
		top: 5%;
	}
}
@media screen and (max-width: 1500px) {
	#main{
		background-size: 750px, cover;
		background-position:100% 0,center;
	}
	#main #main_title{
		width: 60%;
		max-width: 800px;
		left: 1%;
		top: 90px;
		z-index: 997;
	}
	#main #main_txt{
		width: 15%;
		max-width: 190px;
		right: -5%;
		top: 5%;
	}
}
@media screen and (max-width: 1400px) {
	#main{
		background-size: 750px, cover;
		background-position:140% 0,center;
	}
	#main #main_txt{
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	#main{
		min-height: 650px;
		max-height: 650px;
		background-size: 650px, cover;
	}
	#main #main_title{
		width: 65%;
		max-width: 800px;
		left: -5%;
		top: 90px;
		z-index: 997;
	}
	#main #main_bnr {
		width: 35%;
		max-width: 335px;
		right: 0%;
		bottom: 18%;
		z-index: 997;
	}
}
@media screen and (max-width: 1100px) {
#main{
		background-position:150% 0,center;
	}
}

@media screen and (max-width: 980px) {
	#main{
		height: inherit!important;
		min-height: inherit!important;
		max-height: inherit!important;
		background:url("../img/index/bg_main.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 20px 0 40px;
		position:relative;
		background-position:center;
	}
	#main .contents_inner{
		width: 100%;
		max-width: 740px;
		min-height: inherit!important;
	}
}
/*-----------------------------------

	about

-----------------------------------*/
#about .h2_title{
	padding-top: 120px;
}
#about .h2_title .woman_01{
	left: -100px;
	bottom: -80px;
}
#about .h2_title .woman_02{
	right: -100px;
	bottom: -40px;
}
#about .h2_title .box{
	margin-bottom: 20px;
}
#about .deco_03 {
	width: 60%;
	max-width: 240px;
	margin: 0 auto 20px;
	left: 0;
	right: 0;
	z-index: 1;
}
#about .contents_wrap{
	padding-top: 60px;
}
#about ul.list_01 {
	margin-top: 60px;
}
#about ul.list_01 li{
	width: 32%;
	max-width: 350px;
	margin-right: 2%;
}
#about ul.list_01 li:last-child{
	margin-right: 0;
}
#about ul.list_01 li:before{
	content: url("../img/common/deco_gorgeous_04.png");
    width: 165px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
	position: absolute;
}
#about ul.list_01 li .box{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
#about ul.list_01 li .title{
	padding: 10px 2.5% 15px;
}
#about ul.list_01 li .title span{
	display: block;
	margin-top: 3px;
}
#about ul.list_01 li .img{
	height: 280px;
}
#about ul.list_01 li .img img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
#about .deco_01{
	bottom:-40px;
	left: -50px;
}
#about .deco_02{
	top: -40px;
	right: -50px;
}
#about_people{
	margin: 50px 0 20px;
	padding: 40px 2% 25px;
}
#about_people ul li{
	width: 30%;
	float: left;
}
#about_people ul li:first-child{
	width: 37%;
}
#about_people ul li:nth-child(2){
	width: 32%;
}
#about_people ul li p{
	padding-left: 70px;
}
#about_people ul li p span{
	width: 60px;
	left: 0;
	position: absolute;
}
#about_people .title {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    top: -10px;
    left: 0;
    right: 0;
    padding: 0 10px;
}
#about .link_btn{
	margin: 30px 0;
}
@media screen and (max-width: 1200px) {
	#about .h2_title .woman_01{
		width: 20%;
		left: -5%;
	}
	#about .h2_title .woman_02{
		width: 20%;
		right:-5%;
	}
}
@media screen and (max-width: 1100px) {
	#about_people .title {
		width: 80%;
	}
}
@media screen and (max-width: 980px) {
	#about .leadwrap .woman{
		width: 28%;
	}
	#about .leadwrap .lead{
		width: 70%;
		margin-top: 20px;
	}
	#about ul.list_01{
		width: 80%;
		max-width: 740px;
		margin: 0 auto;
	}
	#about ul.list_01 li{
		width: 100%;
		max-width: 100%;
		margin-right:0;
		margin-top: 40px;
		border: solid 10px #fffdbd;
	}
	#about ul.list_01 li .box{
		width: 96%;
		padding: 10px 0;
	}
	#about ul.list_01 li .title {
		padding: 10px 2.5% ;
	}
	#about ul.list_01 li .img{
		height: 200px;
	}
	#about ul.list_01 li .img img{
		height: 200px;
	}
	#about_people {
		width: 90%;
		max-width: 640px;
		margin: 40px auto 0;
		padding: 30px 2% 25px;
	}
	#about_people ul li{
		width: 100%;
		float: none!important;
		text-align: left;
		margin-top: 30px;
	}
	#about_people ul li:first-child,
	#about_people ul li:nth-child(2) {
		width: 100%;
	}
}
@media screen and (max-width: 740px) {
	#about .h2_title .box {
		margin-bottom: 20px;
	}
	#about .leadwrap .woman {
		width: 50%;
		max-width: 245px;
	}
	#about .leadwrap .lead {
		width: 100%;
		float: none!important;
	}
	#about .deco_03 {
		width: 50%;
	}
	#about .h2_title {
		padding-top: 80px;
	}
	#about ul.list_01 {
		margin-top: 20px;
	}
	#about_people ul li p{
		font-size: 1.3rem;
		padding-left: 50px;
	}
	#about_people ul li p span{
		width: 40px;
	}
	#about_people ul li p.text{
		font-size: 1.3rem;
	}
}
/*-----------------------------------

	blog

-----------------------------------*/
#blog .h2_title .woman{
	left: -100px;
}
#blog ul li{
	width: 23%;
	text-align: left;
	margin-top: 20px;
	margin-right: 2%;
}
#blog ul li:nth-child(4n){
	margin-right: 0;
}
#blog ul li .date{
	top:-25px;
}
#blog ul li a{
	display: block;
	height: 100%;
}
#blog ul li a:hover{
	color: #fff;
	background: #d0a758;
}
#blog ul li .cate{
	display: inline-block;
	padding: 10px;
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
	border-radius: 0 10px 0 0;
}
#blog ul li .title{
	line-height: 2.1rem;
	padding: 10px 2.5%;
}
#blog ul li .img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
@media screen and (max-width: 980px){
	#blog ul li .img{
		width: 100%;
		height: 120px;
	}
	#blog ul li .img img{
		height: 120px;
	}
}
@media screen and (max-width: 740px){
	#blog ul li{
		width: 49%;
		margin-top:40px;
		margin-right: 0;
	}
	#blog ul li .title {
		font-size: 1.3rem;
		line-height: 1.8rem;
		padding: 6px 3%;
	}
	#blog ul li .date {
		top: -20px;
	}
	#blog ul li .cate {
    	padding: 5px 10px;
	}
}

/*-----------------------------------

	system

-----------------------------------*/
#system .h2_title .woman{
	right: -20px;
}
#system .circle {
    width: 90px;
    height: 90px;
    left: -20px;
    top: -20px;
    padding-top: 25px;
}
#system .dspfx{
	margin-top: 60px;
}
#system ul li{
	width: 44%;
    padding: 80px 2% 20px;
}
#system ul li:last-child{
	margin-right: 0;
}
#system ul li .title{
	width: 50%;
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	top: -40px;
	left: 0;
	right: 0;
	padding: 0 10px;
}
#system ul li:before{
	content: "";
	width: 55%;
	height: 10px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#system ul li .deco_01{
	right: -20px;
	top:-20px;
}
#system ul li .deco_02{
	left: -20px;
	bottom:-20px;
}
#system ul li .deco_03{
	left: -75px;
	bottom:-60px;
}
#system ul li .deco_04{
	right: -75px;
	top: -60px;
}
@media screen and (max-width: 980px){
	#system .dspfx {
		width: 95%;
		max-width: 740px;
		margin: 60px auto 0;
	}
	#system ul li{
		width: 100%;
		text-align: left;
		padding: 20px 2% 20px;
	}
	#system ul li:last-child{
		margin: 60px 0 0 0;
	}
	#system ul li .title {
		width: 40%;
		top: -40px;
		padding: 0 2%;
	}
	#system ul li .img{
		width: 80%;
		max-width: 445px;
		margin: 50px auto 0;
	}	
}
@media screen and (max-width: 740px){
	#system  .woman {
		width: 70%;
		max-width: 340px;
		margin: 0 auto 20px;
	}
	#system .circle {
		width: 80px;
		height: 80px;
		left: 0;
		top: -20px;
		padding-top: 25px;
	}
	#system ul li .circle .fz18 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	#system ul li .img {
		margin: 20px auto 0;
	}
}
/*-----------------------------------

	support

-----------------------------------*/
#support .h2_title{
	padding-top: 100px;
}
#support .h2_title .woman_01{
	left: -100px;
}
#support .h2_title .woman_02{
	right: -100px;
}
#support ul li{
	margin-top: 20px;
}
#support ul.list_01 li .title,
#support ul.list_02 li .title{
	padding: 10px 2.5%;
	background:url("../img/common/deco_gorgeous_04_w.png"),#d0a758;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}
#support ul li .box{
	line-height: 2.4rem;
	padding:0 4% 20px;
}
#support ul li .box p{
	margin-top: 10px;
}
#support ul.list_01 li{
	width: 32%;
	max-width: 350px;
	margin-right: 2%;
}
#support ul.list_01 li:last-child{
	margin-right: 0;
}
#support ul.list_01 li .img{
	height: 240px;
}
#support ul.list_01 li .img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
#support ul.list_02 li{
    width: 23%;
    max-width: 255px;
    margin-right: 2%;
}
#support ul.list_02 li:last-child{
	margin-right: 0;
}
#support ul.list_02 li .box img{
	width: 100px;
	display: block;
	margin: 20px auto;
}
#support_more {
	width: 950px;
	margin: 50px auto 20px;
    padding: 100px 2% 30px;
}
#support_more .h3_title{
	width: 40%;
	top:-5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#support_more .h3_title:before,
#support_more .h3_title:after{
	content: url("../img/common/deco_flower_07.png");
	width: 80px;
	top:10px;
	position: absolute;
}
#support_more .h3_title:before{
	left: -85px;
}
#support_more .h3_title:after{
	right: -85px;
	transform: scale(-1, 1);
}
#support_more .circle{
	width: 130px;
	height: 130px;
	padding-top: 30px;
	left: 25px;
	top: 25px;
	z-index: 1;
}
#support_more .woman_03{
	top: -80px;
	right: -50px;
}
#support_more ul{
	width: 910px;
	margin: 20px auto 0;
}
#support_more ul li{
	width: 15%;
	max-width: 160px;
	line-height: 2.1rem;
	margin-right: 3.5%;	
}
#support_more ul li:nth-child(5n){
	margin-right: 0;
}
#support_more ul li .img{
	width: 100%;
	height: 145px;
	background: #fffef7;
	margin-bottom: 10px;
	padding-top: 30px;
	box-sizing: border-box
}
#support_more ul li img{
	width: 80px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	#support .h2_title .woman_01{
		width: 25%;
		left: -5%;
	}
	#support .h2_title .woman_02{
		width: 15%;
		right:-5%;
	}
}
@media screen and (max-width: 1100px){
	#support_more{
		width: 90%;
	}
	#support_more .h3_title {
    	width: 50%;
	}
	#support_more .circle {
		left: -15px;
		top: -40px;
	}
	#support_more ul{
		width: 90%;
	}
}
@media screen and (max-width: 980px){
	#support .h2_title .box::before,#support .h2_title .box::after {
		content:"";
	}
	#support .h2_title .leaf {
		margin-top: 0;
	}
	#support ul{	
		margin: 0 auto;
	}
	#support ul li .box {
		line-height: 2.4rem;
		padding: 0 4% 20px;
	}
	#support ul.list_01{
		width: 80%;
		max-width: 740px;
	}
	#support ul.list_02{
		width: 95%;
		max-width: 740px;
	}
	#support ul.list_01 li{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	#support ul.list_02 li{
		width: 48%;
		max-width: 100%;
		margin-right: 2%;
	}
	#support_more{
		padding-top: 80px;
	}
	#support_more .circle {
		top: -70px;
	}
	#support_more .h3_title {
		margin-top: -10px;
	}
	#support_more .h3_title .fz18 {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	#support_more .h3_title .fz60 {
		font-size: 4.0rem;
		line-height: 4.0rem;
	}
	#support_more ul li{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	#support_more ul li .img{
		height: auto;
		padding: 20px 0;
	}
	#support_more ul li img{
		width: 60px;
	}
	#support_more .h3_title::before, #support_more .h3_title::after {
		top: -15px;
	}
}
@media screen and (max-width: 740px){
	#support .leadwrap .woman {
		max-width: 245px;
	}
	#support .leadwrap .lead {
		width: 100%;
		float: none !important;
	}
	#support .h2_title {
		padding-top: 80px;
	}
	#support .h2_title .leaf {
		margin-top:0;
		top:35%;
	}
	#support ul.list_01 li .img,
	#support ul.list_01 li .img img{
		height: 200px;
	}
	#support ul.list_02 li .box img {
		width: 70px;
	}
	#support_more {
		padding-top: 30px;
	}
	#support_more .circle {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		top: -40px;
	}
	#support_more .h3_title {
		width: auto;
		display: inline-block;
		position: static;
		margin-bottom: 10px;
	}
	#support_more .h3_title:before,
	#support_more .h3_title:after {
		top:-10px;
	}
	#support_more .h3_title::before {
		left: -5%;
	}
	#support_more .h3_title::after {
		right: -5%;
	}
	#support_more .h4_title .fz60 {
	   	font-size: 3.6rem;
    	line-height: 4.0rem;
	}
	#support_more ul li{
		width: 30%;
		text-align: left;
		margin-right:2%;
	}
	#support_more ul li:nth-child(4n){
		margin-right: 2%;
	}
	#support_more ul li:nth-child(3n){
		margin-right: 0;
	}
	#support_more ul li img{
		width: 50px;
	}
}
/*-----------------------------------

	area

-----------------------------------*/
#area .h2_title .woman{
	left: -30px;
}
#area .img{
	width: 50%;
}
#area .img .circle{
	width:130px;
	height: 130px;
	background: #d0a758;
	left: -20px;
	top: -20px;
	padding-top: 25px;
}
#area .text{
	width: 48%;
}
#area .text .deco_01{
	width: 150px;
	right: -40px;
	top: -40px;
}
#area .text ul li{
	width: 49%;
	margin-top: 10px;
	padding: 15px;
}
#area .text ul li:nth-child(2n){
	margin-left: 2%;
}
#area .text ul li:first-child,
#area .text ul li:nth-child(2){
	margin-top: 0;
}
#area .text ul li ul{
	margin-left: 20px;
}
#area .text ul li ul li{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}
#area .text ul li ul li:nth-child(2n){
	margin-left:0;
}
#area .text ul li ul li:first-child,
#area .text ul li ul li:nth-child(2){
	margin-top: 0;
}
#area .text ul li .title{
	color: #d0a758;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	padding:0 0 10px 15px;
	border-bottom: solid 2px #ddf7fa;
}
#area .text ul li .title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ce9a37;
    position: absolute;
    left: 0;
    top: 10px;
}
@media screen and (max-width: 980px) {
	#area .img{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		float: none!important;
	}
	#area .text{
		width: 100%;
		float: none!important;
		margin-top: 20px;
	}
}
@media screen and (max-width: 740px) {
	#area .img .circle{
		width:80px;
		height: 80px;
		left: -10px;
		top: -20px;
		padding-top: 12px;
	}
}
/*-----------------------------------

	voice

-----------------------------------*/
#voice .h2_title .woman{
	right: 0;
}
#voice .h2_title .leaf_01{
	margin-right: -4%;
}
#voice .h2_title .leaf_02{
	margin-left: -4%;
}
#voice .voicebox{
	margin-top: 40px;
	padding:20px 2% ;
}
#voice .circle{
	width: 90px;
	height: 90px;
	padding-top: 28px;
	top:-40px;
}
#voice .deco_01{
	width: 450px;
	top:-15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#voice .deco_04{
	top:10px;
}
#voice .img{
	width: 35%;
	margin-top: 20px;
}
#voice .img .deco_02{
	top:-15px;
}
#voice .img .deco_03{
	bottom:-30px;
}
#voice .text{
	width: 63%;
}
#voice .detail,
#voice .income,
#voice .income .box,
#voice .income .num,
#voice .income .num span{
	display: inline-block;
}
#voice .detail{
	margin-right: 2%;
}
#voice .income .box{
	padding: 10px;
}
#voice .income .num{
	font-size: 60px;
	line-height: 6.0rem;
}
#voice .income .num span{
	font-size: 130px;
	line-height: 130px;
}
#voice .title{
	line-height: 4.0rem;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px;
}
#voice_01{
	border: solid 5px #fde5ea;
}
#voice_01 .circle{
	left: -10px;
}
#voice_01 .img .deco_02{
	right: -100px;
}
#voice_01 .deco_04{
	left: -45px;
}
#voice_02{
	border: solid 5px #e5f5fd;
}
#voice_02 .circle{
	right: -10px;
}
#voice_02 .img .deco_02{
	left: -100px;
}
#voice_02 .img .deco_03{
	right: 0;
}
#voice_02 .deco_04{
	right: -45px;
	transform: scale(-1, 1);
}
@media screen and (max-width: 1200px) {
	#voice .h2_title .woman {
		right: -40px;
	}
	#voice .voicebox {
		max-width: 740px;
		margin: 40px auto 0;
	}
	#voice .text{
		width: 100%;
		float: none!important;
	}
	#voice .img {
		width: 80%;
		max-width: 360px;
		margin: 30px auto 0;
		float: none!important;
	}
}
@media screen and (max-width: 980px) {
	#voice .voicebox{
		margin-top: 40px;
	}
	#voice .h2_title .woman {
		width: 30%;
	}
	#voice .title {
		margin: 10px 0;
		padding-bottom: 10px;
	}
	
}
@media screen and (max-width: 740px) {
	#voice .voicebox{
		width: 90%;
		padding-top: 20px;
	}
	#voice .circle {
		width: 80px;
		height: 80px;
		top: -20px;
	}
	#voice .title {
		line-height: 2.4rem;
	}
	#voice .detail,#voice .income {
		display: block;
		text-align: center;
		margin: 0;
	}
	#voice .income{
		margin-top: 10px;
	}
	#voice .income .num {
		font-size: 3.2rem;
		line-height: 4.0rem;
	}
	#voice .income .num span{
		font-size: 60px;
		line-height: 1.0;
	}
	#voice .img {
		width: 60%;
	}
	#voice .deco_01 {
		width: 80%;
		max-width: 450px;
		top: -15px;
	}
	#voice .img .deco_02 {
		width: 60%;
		top: -15px;
	}
	#voice .img .deco_03 {
		width: 50%;
		bottom: -10px;
	}
	#voice_01 .img .deco_02 {
		right: -20px;
	}
	#voice_02 .img .deco_02 {
		left: -20px;
	}
}
/*-----------------------------------

	message

-----------------------------------*/
#message .h2_title .woman{
	left: 0;
}
#message .text{
	width: 60%;
	padding: 30px 2.5%;
	border-radius: 20px 0 0 20px;
}
#message .text p{
	margin-bottom: 20px;
}
#message .text .box{
	margin: 30px 0 20px;
	padding: 20px 2.5% 20px;
	border: solid 2px #ce9a37;
}
#message .text .box .title {
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	top:-10px;
	left: 0;
	right: 0;
	padding: 0 10px;
}
#message .text .box li {
	padding: 10px 0;
	border-bottom: dashed 1px #ce9a37;
}
#message .text .box li a{
	color: #d0a758;
	display: block;
}
#message .text .box li a:after{
	content: url("../img/common/icon_arrow_gd.svg");
	width: 30px;
	display: inline-block;
	position: absolute;
	right: 3%;
	transition: 0.5s;
}
#message .text .box li a:hover:after{
	right: 0;
}
#message .text .box li a span{
	width: 85%;
	display: inline-block;
}
#message .img{
	width: 53%;
	max-width: 570px;
	right: -14%;
}
#message .deco_01{
	right:  -50px;
	bottom: -50px;
	transform: scale(-1, 1);
}
#message .deco_02{
	left:  -50px;
	bottom: -50px;
}
@media screen and (max-width: 980px) {
	#message .h2_title .woman {
		width: 30%;
		left: -40px;
	}
	#message .text{
		width: 100%;
		float: none!important;
		padding: 20px 2.5% 30px;
	}
	#message .img{
		width: 100%;
		max-width: 980px;
		position: static;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 740px) {
	#message .h2_title .woman{
		width: 20%;
		left: 0;
	}
	#message .text{
		padding: 20px 2.5%;
	}
	#message .text .box .title {
		width: 70%;
		top: -25px;
		padding: 0 10px;
	}
}








