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

	common

-----------------------------------*/
.systembox{
	margin-top: 80px;
    padding: 60px 2% 20px;
}
 .systembox .img{
	width: 43%;
}
.systembox .text{
	width: 52%;
	margin-top: 20px;
}
.systembox .circle {
    width: 90px;
    height: 90px;
    left: -20px;
    top: -20px;
    padding-top: 25px;
}
.systembox .title{
	width: 40%;
	display: inline-block;
	margin: 0 auto;
	top: -40px;
	left: 0;
	right: 0;
	padding: 0 10px;
}
.systembox:before{
	content: "";
	width: 40%;
	height: 10px;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.systembox .deco_01{
	right: -20px;
	top:-20px;
}
.systembox .deco_02{
	left: -20px;
	bottom:-20px;
}
.systembox .deco_03{
	left: -75px;
	bottom:-60px;
}
@media screen and (max-width: 740px){
	.systembox{
		width: 90%;
		margin: 80px auto 0;
		padding: 20px 2% 20px;
	}
	.systembox .img,
	.systembox .text{
		float: none!important;
		margin: 0 auto;
	}
	.systembox .text{
		width: 95%;
	}
	.systembox .img{
		width: 80%;
		max-width: 450px;
	}
	.systembox .circle {
		width: 80px;
		height: 80px;
		left: 0;
		top: -20px;
		padding-top: 25px;
	}
}
/*-----------------------------------

	intro

-----------------------------------*/
#intro .notebox .text{
	width: 65%;
}
#intro .notebox .img{
	width: 33%;
	max-width: 340px;
}
@media screen and (max-width: 740px){
	#intro .notebox .text{
		width: 100%;
		float: none!important;
	}
	#intro .notebox .img{
		width: 80%;
		max-width: 340px;
		margin: 20px auto 0;
		float: none!important;
	}
}
/*-----------------------------------

	chat

-----------------------------------*/
#chat .notebox{
	margin-top: 60px;
}
#chat ul.column li{
	width: 49%;
}
#chat ul.column li:nth-child(2n){
	margin-left: 2%;
	padding-left: 2%;
	border-left: dashed 1px #f87b89;
}
#chat ul.column li .fz24{
	margin-bottom: 10px;
}
@media screen and (max-width: 740px){
	#chat ul.column li{
		width: 100%;
	}
	#chat ul.column li:nth-child(2n){
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	#chat .systembox .img{
		margin-top: 30px;
	}
}
/*-----------------------------------

	style

-----------------------------------*/
#style .notebox{
	padding-bottom: 20px;
}
#style .notebox ul {
    width: 910px;
    margin: 0 auto 0;
}
#style .notebox ul li {
    margin-top: 20px;
}
#style .notebox ul li{
	width: 15%;
	max-width: 160px;
	line-height: 2.1rem;
	margin-right: 3.5%;	
}
#style .notebox ul li:nth-child(5n){
	margin-right: 0;
}
#style .notebox ul li .img{
	width: 100%;
	height: 145px;
	background: #fffef7;
	margin-bottom: 10px;
	padding-top: 30px;
	box-sizing: border-box
}
#style .notebox ul li img{
	width: 80px;
	display: block;
	margin: 0 auto;
}
#style .notebox ul li .title {
    padding:0;
}
@media screen and (max-width: 1100px){
	#style .notebox ul{
		width: 90%;
	}
}
@media screen and (max-width: 740px){
	#style .notebox ul li{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	#style .notebox ul li .img{
		height: auto;
		padding: 20px 0;
	}
	#style .notebox ul li img{
		width: 60px;
	}
}
@media screen and (max-width: 740px){
	#style .text {
		text-align: left;
	}
	#style .notebox ul li{
		width: 30%;
		text-align: left;
		margin-right:2%;
	}
	#style .notebox ul li:nth-child(4n){
		margin-right: 2%;
	}
	#style .notebox ul li:nth-child(3n){
		margin-right: 0;
	}
	#style .notebox ul li img{
		width: 50px;
	}
}
/*-----------------------------------

	voice

-----------------------------------*/
#voice ul li{
	width: 32%;
	margin-right: 2%;
	padding: 20px 2% 20px;
}
#voice ul li:nth-child(3n){
	margin-right: 0;
}
#voice .circle {
    width: 90px;
    height: 90px;
    padding-top: 28px;
    top: -10px;
	right: -10px;
}
#voice .income .box {
    padding: 10px;
}
#voice .income .num span {
    font-size: 100px;
    line-height: 100px;
}
#voice .img{
	height: 240px;
	margin-top: 20px;
}
#voice .img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
#voice ul li .detail, #voice .income, #voice .income .box, #voice .income .num, #voice .income .num span {
    display: inline-block;
}
@media screen and (max-width: 980px){
	#voice ul{
		max-width: 420px;
		margin: 0 auto;
	}
	#voice ul li{
		width: 100%;
		text-align: center;
		margin:20px 0 0;
	}
	#voice ul li:first-child{
		margin-top: 0;
	}
	#voice .circle {
		width: 80px;
		height: 80px;
		top: -20px;
	}
	#voice ul li .detail,
	#voice ul li .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: 100%;
		max-width: 360px;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 980px){
	#voice .img{
		max-width: 360px;
	}
}