@charset "utf-8";
/* -----------------------------------------------------------
    fadeup アニメーション
-------------------------------------------------------------- */
.top-up {
	opacity: 0;
	transition: all 500ms;
}

.top-effect-up {
	opacity: 1;
}





/* -----------------------------------------------------------
    ヘッダー
-------------------------------------------------------------- */
.header-fixed {
	position: relative;
	top: -20px;
}

.top-fx.header-fixed {
	background: rgba(255,255,255,.95);
	box-shadow: 0px 0px 12px 0 rgb(229, 229, 229);
}

.header-fixed .header_top_inner #pc-head {
	display: none;
}

.header-fixed.top-fx {
	position: fixed;
	display: block;
}

.fixed .header-fixed {
	position: fixed;
	display: block;
}

.page-top .header-contents {
	height: auto;
	padding-top: 0;
}

.page-top .top-fx .header-contents {
	height: 90px;
	padding: 20px 1.875% 0;
}

.header-contents .header_top {
	display: none;
}

.top-fx .header-contents .header_top {
	display: block;
}

.header-contents .h_search_area {
	display: none;
}

.top-fx .header-contents .h_search_area {
	display: block;
}

#header .h-logo img {
	width: 90px;
}

@media screen and (min-width: 769px) {
	
	.h_search_area form {
		height: 45px;
	}
	
}

.h_search_area .cmn-login {
	height: 45px;
}

.top-fx .megamenu {
	top: 90px;
}

.header-fixed.bgwhite {
	background: #fff!important;
}

@media screen and (max-width: 768px){
	
	.header-contents .header_top {
		display: block!important;
	}
	
	.page-top .top-fx .header-contents {
		height: 56px;
		padding: 0;
	}
	
	#header .h-logo a {
		display: none;
	}
	
	#header.top-fx .h-logo a {
		display: flex;
	}
	
	.page-top.fixed .header-contents .h_search_area {
		display: block;
	}


}



/* -----------------------------------------------------------
    フッター
-------------------------------------------------------------- */
.f-logo-img .white {
	display: none;
}




/* -----------------------------------------------------------
    背景
-------------------------------------------------------------- */
#top {
	background: url("../img/colorful-bg.png")left top/100% auto no-repeat;
	position: relative;
}

#top::before,
#top::after {
	content: "";
	position: absolute;
}

#top::before {
	background: url("../img/cc-white-l.png")left center/contain no-repeat;
	height: 33.75vw; /*540px*/
	width: 36.25%; /*580px*/
	left: 0;
	top: 130px;
}

#top::after {
	background: url("../img/cc-white-r.png")right center/contain no-repeat;
	height: 19.625vw; /*314px*/
	width: 23.5%; /*376px*/
	right: 0;
	top: 0;
}


@media screen and (max-width: 768px) {
	
	#top {
		background-image: url("../img/colorful-bg-sp.png");
		position: relative;
	}
	
	#top::after {
		height: 46.125vw;
		width: 50%;
		top: -7px;
	}
	
	#top::before {
		height: 77.5vw;
		width: 80%;
		left: -35px;
		top: 140px;
		transform: rotate(5deg);
	}
}

/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */

#top .mv-area {
	height: 400px;
}

#top .mv-area h1 {
	color: #ccc;
	font-size: 1.2rem;
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
	z-index: 1;
	bottom: -120px;
}

#top .mv-area .mv-contents {
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
}

#top .mv-area .mv-contents .top-up {
	position: relative;
	transition-delay: 300ms;
	z-index: 2;
}

#top .mv-area .mv-contents .top-up::before {
	content: "";
	position: absolute;
}

#top .mv-area .mv-contents .top-up.top-up01::before{
	background: url("../img/top-mvimg-l.png")left top/contain no-repeat;
	content: "";
	position: absolute;
	left: -70px;
	top: -236px;
	width: 266px;
	height: 306px;
}

#top .mv-area .mv-contents .top-up.top-up02::before {
	background: url("../img/top-mvimg-r.png")left top/contain no-repeat;
	content: "";
	position: absolute;
	right: -12px;
	top: -217px;
	width: 230px;
	height: 295px;
}

#top .mv-area .mv-catch {
	height: 40px;
}

#top .mv-area .mv-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#top .mv-area .mv-header .logo-link {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 26px;
}

#top .mv-area .mv-header .logo-txt {
	font-size: 1.8rem;
	letter-spacing: .03em;
	margin: 0 0 0 14px;
	color: #333;
}

#top .mv-area .mv-header .logo-img img {
	width: 120px;
}

#top .mv-area .mv-header .h-login {
	padding-top: 35px;
}

#top .mv-area .mv-header .h-login a {
	align-items: center;
	background: #fff;
	border: 1px solid #808080;
	color: #808080;
	display: flex;
	height: 43px;
	width: 130px;
	justify-content: center;
}

#top .mv-area .mv-header .h-login i {
	margin: 0 5px 0 0;
}

#top .mv-area .top-hot-area {
	margin: 35px auto 0;
}

#top .top-hot-ttl {
	width: 730px;
	margin: 0 auto;
}

#top .mv-area .top-hot-list {
	align-items: center;
	display: flex;
	justify-content: center;
}

#output {
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
}

#output::after {
	content: "|";
	animation: typinganime 1s ease infinite;
}

@keyframes typinganime{
	
	0% { opacity: 1; }
	50% { opacity: 0.0; }
	100% { opacity: 1; }
	
}

@media screen and (max-width: 768px) {
	
	#top .mv-area .mv-contents {
		margin: 40px auto 0;
	}
	
	#top .mv-area .mv-contents .top-up {
		transition-delay: 500ms;
	}
	
	#top .mv-area .mv-contents .top-up.top-up01::before {
		width: 80px;
		height: 92px;
		left: -10px;
		top: 45px;
	}
	
	#top .mv-area .mv-contents .top-up.top-up02::before {
		width: 74px;
		height: 94px;
		right: -10px;
		top: 45px;
	}
	
	#top .mv-area .mv-header {
		display: block;
	}
	
	#top .mv-area .mv-header .logo-link {
		padding-top: 15px;
	}
	
	#top .mv-area .mv-header .logo-img img {
		width: 90px;
	}
	
	#top .mv-area .mv-header .logo-txt {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 0 0 8px;
	}

	#top .mv-area h1 {
		font-size: 1.0rem;
		right: 0;
		bottom: -35px;
		left: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 5px 20px;
		width: 100%;
		max-width: unset;
		min-width: auto;
	}
	
	#top .mv-area .mv-catch {
		height: 80px;
		width: 240px;
		margin: 0 auto;
	}
	
	#top .mv-area #output {
		font-size: 2.6rem;
		line-height: 1.4;
	}
	
	#top .mv-area .top-hot-area {
		margin: 28px auto 0;
	}
	
	#top .top-hot-ttl {
		font-size: 1.4rem;
		text-align: center;
		width: 100%;
	}
	
	#top .mv-area .top-hot-list {
		flex-wrap: wrap;
	}

}








/* -----------------------------------------------------------
    purpose-area
-------------------------------------------------------------- */
.purpose-area {
	margin: 160px 0 0 0;
}

.purpose-area .purpose-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.purpose-area .purpose-box {
	box-shadow: 0 3px 10px 5px rgba(229, 217, 217, .4);
	background: #fff;
	color: #333;
	padding: 70px 3% 25px 21%;
	position: relative;
	width: calc( ( 100% - 3.076% ) / 2);
	margin: 0 0 40px;
	transition: .3s;
}

@media screen and (min-width: 769px) {
	
	.purpose-area .purpose-box:hover {
		transform: translateY(-7px);
		box-shadow: 0 3px 10px 8px rgba(239, 196, 196, 0.4);
	}
}


.purpose-area .purpose-box::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 34.9%;
	height: 220px;
	left: 4%;
}

.purpose-area .purpose-inner .purpose-box:first-of-type::before {
	background: url("../img/p-cate1.png")center center/contain no-repeat;
}

.purpose-area .purpose-inner .purpose-box:nth-of-type(2)::before {
	background: url("../img/p-cate2.png")center center/contain no-repeat;
}

.purpose-area .purpose-inner .purpose-box:nth-of-type(3)::before {
	background: url("../img/p-cate3.png")center center/contain no-repeat;
}

.purpose-area .purpose-inner .purpose-box:nth-of-type(4)::before {
	background: url("../img/p-cate4.png")center center/contain no-repeat;
}

.purpose-area .purpose-subttl {
	font-size: 2.7rem;
	font-weight: bold;
}

.purpose-area .purpose-inner .purpose-box:first-of-type .purpose-subttl {
	position: relative;
	padding: 0 0 0 25px;
}

.purpose-area .purpose-inner .purpose-box:first-of-type .purpose-subttl::before {
	content: "";
	background: url("../img/beginner-mark.png")center center/contain no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	width: 19px;
	height: 30px;
}

.purpose-area .purpose-note {
	letter-spacing: .05em;
	line-height: 2.1875;
	margin: 20px 0 0 0;
	min-height: 105px;
}

.purpose-area .purpose-en {
	align-items: center;
	color: #ea0113;
	display: flex;
	justify-content: flex-end;
	margin: 30px 0 0 0;
}

.purpose-area .purpose-en span {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin: 0 0 0 7px;
}


@media screen and (max-width: 768px) {
	
	.purpose-area {
		margin: 65px 0 0 0;
		position: relative;
		z-index: 2;
	}
	
	.purpose-area .cmn-ttl {
		margin: 0 0 25px;
	}
	
	.purpose-area .purpose-box {
		padding: 120px 10px 10px 10px;
		width: calc( ( 100% - 13px ) / 2);
		margin: 0 0 15px;
		box-shadow: 0 3px 15px 5px rgba(224, 221, 221, 0.8);
	}
	
	.purpose-area .purpose-box::before {
		top: 10px;
		-webkit-transform: unset;
		transform: unset;
		width: 110px;
		height: 110px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.purpose-area .purpose-inner .purpose-box:first-of-type .purpose-subttl {
		max-width: 150px;
		margin: 0 auto;
	}
	
	.purpose-area .purpose-subttl {
		font-size: 1.8rem;
		padding: 10px 0 !important;
		text-align: center;
		line-height: 1.16;
	}
	
	.purpose-area .purpose-inner .purpose-box:first-of-type .purpose-subttl::before {
		width: 16px;
		height: 24px;
		top: 20px;
		-webkit-transform: unset;
		transform: unset;
		left: 4px;
	}
	
	.purpose-area .purpose-note {
		display: none;
	}
	
	.purpose-area .purpose-en {
		position: absolute;
		background: #ea0113;
		bottom: 0;
		right: 0;
		width: 20px;
		height: 20px;
		justify-content: center;
	}
	
	.purpose-area .purpose-en i {
		color: #fff;
		font-size: 1.4rem;
	}
	
	.purpose-area .purpose-en span {
		display: none;
	}
	

	
}

/* -----------------------------------------------------------
    morefaq-area  カテゴリあり 6件以上非表示
-------------------------------------------------------------- */
.morefaq-area {
	padding: 80px 0;
	margin: 90px auto 0;
}

.morefaq-area .inner03 {
	position: relative;
	z-index: 2;
}

.morefaq-area .inner03 .top-up {
	position: relative;
	z-index: 2;
}

.morefaq-area .inner03 .top-up::before {
	content: "";
	background: url("../img/top-morefaq-illust.png")right top/contain no-repeat;
	position: absolute;
	bottom: 5px;
	right: -55px;
	width: 297px;
	height: 217px;
}

.morefaq-area .morefaq-list {
	background: #fff;
	box-shadow: 0 4px 10px 10px rgba(241, 196, 196, .3);
	padding: 30px 50px;
	position: relative;
	z-index: 2;
}

.morefaq-area .morefaq-item {
	border-top: 1px solid #ddd;
}

.morefaq-area .morefaq-list .morefaq-item:first-child {
	border-top: none;
}

.morefaq-area .morefaq-item a {
	align-items: center;
	display: flex;
	color: #333;
	padding: 20px 0 20px 13px;
}

@media screen and (min-width: 769px) {
	
	.morefaq-area .morefaq-item a:hover {
		background: #fcf6f6;
		color: #e37777;
	}

}

@media screen and (min-width: 769px) {
	
	.morefaq-area .morefaq-item a:hover .morefaq-ttl::before {
		color: #e37777;
		right: 8px;
	}

}

.morefaq-area .morefaq-list .morefaq-item:nth-child(n+6) {
	display: none;
}

.morefaq-area .morefaq-ttl {
	margin: 0 0 0 20px;
	line-height: 1.7;
	letter-spacing: .05em;
	position: relative;
	width: 100%;
	padding: 0 40px 0 0;
}

.morefaq-area .morefaq-ttl::before {
	content: "\f105";
	color: #ea0113;
	font: 900 1.8rem 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	transition: right .3s;
	right: 13px;
}

.morefaq-area .morefaq-item .cate {
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	flex-shrink: 0;
	padding: 10px 15px 12px;
	letter-spacing: .03em;
	line-height: 1.3;
	max-width: 230px;
	max-width: unset;
}

.morefaq-area .morefaq-item .cate1 {
	background: #ee8383;
}

.morefaq-area .morefaq-item .cate2 {
	background: #7bb68f;
}

.morefaq-area .morefaq-item .cate3 {
	background: #6594cd;
}

.morefaq-area .morefaq-item .cate4 {
	background: #cfd075;
}

.morefaq-area .morefaq-item .cate5 {
	background: #dfad6d;
}

.morefaq-area .morefaq-item .cate6 {
	background: #baa2d6;
}

.morefaq-area .morefaq-item .cate7 {
	background: #78c7c0;
}

.morefaq-area .morefaq-item .cate8 {
	background: #a0d284;
}



@media screen and (max-width: 768px){
	
	.morefaq-area {
		padding: 50px 0;
		margin: 45px auto 0;
	}
	
	.morefaq-area .morefaq-list {
		padding: 30px 10px 20px 10px;
	}
	
	.morefaq-area .morefaq-item {
		display: block;
	}
	
	.morefaq-area .morefaq-item a {
		display: block;
		padding: 20px 0 15px 13px;
	}
	
	.morefaq-area .morefaq-ttl {
		margin: 8px 0 0 0;
		line-height: 1.56;
		max-height: 50px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding: 0 30px 0 0;
	}
	
	.morefaq-area .morefaq-ttl::before {
		transition: right .3s;
		right: 7px;
	}
	
	.morefaq-area .morefaq-item:first-child a {
		padding-top: 0;
	}
	
	.morefaq-area .morefaq-item .cate {
		font-size: 1.4rem;
		padding: 7px 10px 8px 10px;
	}
	
	.morefaq-area .inner03 .top-up::before {
		width: 106px;
		height: 75px;
		top: -140px;
		right: -10px;
	}
	
}


/* -----------------------------------------------------------
    function-area
-------------------------------------------------------------- */
.function-area {
	padding: 80px 0 0 0;
}

.function-area .function-inner {
	z-index: 2;
}

.function-area .function-inner .top-up {
	position: relative;
	z-index: 2;
}

.function-area .function-inner .top-up::before {
	content: "";
	background: url("../img/top-function-illust.png")right top/contain no-repeat;
	position: absolute;
	top: -235px;
	left: -50px;
	width: 200px;
	height: 210px;
}

.function-area .function-box {
	margin: 45px 0 0 0;
	position: relative;
	z-index: 2;
}

.function-area .function-ttl {
	padding: 10px 50px;
	background: #f4f4f4;
	display: flex;
	align-items: center;
}

.function-area .function-ttl .icon {
	width: 60px;
	height: 60px;
	margin: 0 25px 0 0;
}

.function-area .function-ttl .icon img {
	max-width: 100%;
	max-height: 100%;
}

.function-area .function-ttl .txt {
	font-size: 2.7rem;
	font-weight: bold;
}

.function-list {
	width: 1200px;
	margin: 0 auto;
}

.function-list ul {
	display: flex;
	flex-wrap: wrap;
}

.function-list li {
	margin: 17px 25px 0 0;
}

.function-list a {
	border: 1px solid #d4d4d4;
	border-radius: 30px;
	color: #333;
	display: block;
	font-size: 1.7rem;
	padding: 10px 20px 12px 35px;
	position: relative;
}

@media screen and (min-width: 769px){
	
	.function-list a:hover {
		background: #f8eaea;
		border-color: #f8eaea;
		color: #e35757;
	}
	
}

.function-list a::before {
	content: "\f105";
	color: #ea0113;
	font: 900 1.8rem 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

@media screen and (min-width: 769px) {
	
	.function-list a:hover::before {
		color: #e35757;
	}
	
}



@media screen and (max-width: 768px) {
	
	.function-area {
		padding: 60px 0 0 0;
		width: 100%;
	}
	
	.function-area .function-inner .top-up::before {
		width: 84px;
		height: 90px;
		top: -150px;
		left: -10px;
	}
	
	.function-area .function-box {
		border-top: 1px solid #808080;
		margin: 0;
	}
	
	.function-area .function-box:last-of-type {
		border-bottom: 1px solid #808080;
	}
	
	.function-area .function-ttl {
		background: #fff;
		height: 80px;
		padding: 0;
		position: relative;
		font-size: 1.7rem;
		padding: 0 30px 0 0;
		line-height: 1.3;
	}
	
	.function-area .function-ttl .txt {
		font-size: 1.7rem;
	}
	
	.function-area .function-ttl::after,
	.function-area .function-ttl::before {
		background: #333;
		content: "";
		transition: all .3s;
		position: absolute;
	}
	
	.function-area .function-ttl::before {
		height: 1px;
		right: 0;
		width: 20px;
		top: 38px;
	}
	
	.function-area .function-ttl::after {
		height: 20px;
		right: 10px;
		width: 1px;
		top: 29px;
	}
	
	.function-area .function-ttl.is-function::after {
		transform: rotate(90deg);
	}
	
	.function-area .function-ttl .icon {
		background: #f4f4f4;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		padding: 10px;
		margin: 0 10px 0 0;
	}
	
	.function-area .function-list {
		display: none;
		width: 100%;
	}
	
	.function-list ul {
		background: #fcefef;
		padding: 10px 5px 15px;
	}
	
	.function-list li {
		margin: 10px 10px 0 0;
	}
	
	.function-list a {
		background: #fff;
		font-size: 1.5rem;
		padding: 8px 12px 10px 25px;
		line-height: 1.2;
	}
	
	.function-list a::before {
		font-size: 1.5rem;
		left: 12px;
	}

}





/* -----------------------------------------------------------
    news-area
-------------------------------------------------------------- */
.news-area {
	margin: 80px 0 0 0;
}

.news-area .new-ttl-wrap {
	flex-shrink: 0;
	padding: 45px 0 0 0;
}

.news-area .new-ttl-wrap .top-up {
	position: relative;
}

.news-area .new-ttl-wrap .top-up::before {
	content: "";
	background: url("../img/top-news-illust.png")right top/contain no-repeat;
	position: absolute;
	top: 60px;
	left: -55px;
	width: 212px;
	height: 212px;
	z-index: 2;
}

.news-area .new-ttl-wrap .ttl {
	font-size: 3.2rem;
	font-weight: bold;
}

.news-area .news-box .btn {
	margin: 35px 0 0 0;
}

.news-area .news-box .btn a {
	background: #fff;
	display: block;
	border: 1px solid #808080;
	text-align: center;
	height: 38px;
	line-height: 34px;
	padding: 0 10px 0 0;
	position: relative;
	width: 100px;
	color: #333;
}
.news-area .news-box .btn a::after {
	display: block;
	content: "\f105";
	color: #ea0113;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.8rem;
	position: absolute;
	line-height: 1;
	right: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.news-area .news-box {
	display: flex;
	padding: 70px 0;
	justify-content: space-between;
}

.news-area .news-list {
	background: #fff;
	box-shadow: 0 2px 8px 8px rgba(241, 196, 196, .4);
	padding: 20px 40px 50px 40px;
	width: calc( 100% - 210px);
	position: relative;
	z-index: 2;
	min-height: 400px;
}

.news-area .news-list .news-item:nth-child(n+6) {
	display: none;
}

.news-area .news-item a {
	border-bottom: 1px solid #c8c8c8;
	color: #333;
	display: block;
	padding: 30px 0 15px 20px;
	position: relative;
}

@media screen and (min-width: 769px) {
	
	.news-area .news-item a:hover {
		background: #fcf6f6;
	}

}

.news-area .news-item .news-txtlink {
	font-size: 1.5rem;
	line-height: 1.7;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 8px 0 0 0;
	padding: 0 50px 0 0;
	position: relative;
}

@media screen and (min-width: 769px) {
.news-area .news-item a:hover .news-txtlink {
	color: #e37777;	
}
}

.news-area .news-item .news-txtlink::before {
	content: "\f105";
	color: #ea0113;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: right .3s;
	right: 13px;
}

@media screen and (min-width: 769px) {
	
	.news-area .news-item a:hover .news-txtlink::before {
		right: 8px;
	}
	
}

.news-area .news-item-elements {
	align-items: center;
	display: flex;
}

.news-area .news-item-elements .news-date {
	color: #b4b3b3;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 20px 0 0;
}

.news-area .news-item-elements .news-cate-wrap {
	display: flex;
	flex-wrap: wrap;
	color: #b4b3b3;
}

.news-area .news-item-elements .news-cate-wrap .item {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 20px 0 0;
	position: relative;
	padding: 0 0 0 1.2em;
}

.news-area .news-item-elements .news-cate-wrap .item::before {
	color: #b4b3b3;
	content: "ー";
	left: 0;
	position: absolute;
	height: 1px;
	width: 5px;
}


@media screen and (max-width: 768px) {
	
	.news-area {
		margin: 60px 0 0 0;
	}

	.news-area .news-box {
		display: block;
		padding: 40px 20px 50px;
		position: relative;
		z-index: 2;
	}
	
	.news-area .new-ttl-wrap {
		align-items: center;
		display: flex;
		padding: 0;
	}
	
	.news-area .new-ttl-wrap .top-up::before {
		top: auto;
		left: auto;
		width: 88px;
		height: 83px;
		right: -180px;
		bottom: -12px;
	}
	
	.news-area .new-ttl-wrap .ttl {
		font-size: 2.2rem;
	}
	
	.news-area .news-box .btn {
		margin: 0 0 0 35px;
	}
	
	.news-area .news-box .btn a {
		background: transparent;
		border: none;
		font-size: 1.5rem;
		text-align: left;
		height: auto;
		line-height: 1;
		padding: 0 10px 0 0;
		width: auto;
	}
	.news-area .news-box .btn a::after {
		right: -6px;
		position: absolute;
		top: 55%;
		font-size: 1.4rem;
	}
	
	.news-area .news-box .news-list {
		padding: 5px 10px 15px 10px;
		margin: 20px 0 0 0;
		width: 100%;
		min-height: auto;
	}
	
	.news-area .news-item a {
		padding: 15px 3px 10px 8px;
		border-bottom: none;
		border-top: 1px solid #c8c8c8;
	}
	
	.news-area .news-list .news-item:first-child a {
		border-top: none;
	}
	
	.news-area .news-item-elements .news-date {
		font-size: 1.4rem;
		margin: 5px 10px 0 0;
	}
	
	.news-area .news-item-elements .news-cate-wrap .item {
		font-size: 1.4rem;
		margin: 5px 10px 0 0;
	}

	.news-area .news-box .news-txtlink {
		line-height: 1.6;
		margin: 2px 0 0 0;
		padding: 0 20px 0 0;
		width: auto;
	}
	
	.news-area .news-item .news-txtlink::before {
		right: 5px;
		font-size: 1.4rem;
		top: 60%;
	}

}







