@charset "utf-8";


.imgCap {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 1em 0;
	line-height: 1.7;
}

.centerBnr {
	width: 300px;
	margin: 7em auto 1em;
}

.point {
	background: url("../news/images/2019_06/img_point.png") no-repeat;
	background-size: contain;
	font-size: 2.6rem;
	padding: 25px 0 25px 120px;
	font-weight: 500;
	margin: 2.0rem 0;
}
.point span {
	font-size: 2.0rem;
	font-weight: 400;
}
.point strong {
	font-size: 3.0rem;
}
.pointFlex > div {
	padding: 0 1em;
}

a.lineLink {
	text-decoration: underline;
}

#AppDownload {
	background: #ebebeb;
	color: #1d5aa5;
	font-size: 2.6rem;
	font-weight: 600;
	border-radius: 14px;
	padding: .6em 1em;
	margin: 1.5em 0 .8em;
}

.appPlat {
	margin: 0em 0 1em;
}
.appPlat span {
	text-align: center;
	background: #404040;
	color: #fff;
	border-radius: 20px;
	padding: .5em ;
	width: 250px;
	display: block;
	margin: 0 auto;
}

.imgQr {
	text-align: center;
}

.downloadBox {
	line-height: 1.7;
	margin-top: 2.5em;
}
.downloadBox > div {
	flex-basis: 50%;
	padding: 0 1.6em 1.5em;
}
.downloadBox > div:first-child {
	border-right: 1px solid #bbb;
}

.appBnrs {
	display:flex;
	justify-content: space-around;
}

.txtOr {
	text-align: center;
	color: #505050;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 1em 0;
}
.appNotice {
	font-size: 1.2rem;
	line-height: 1.6;
}
.appSearch {
	display: flex;
	margin-top: .8em;
}
.SearchTxt {
	border: 1px solid;
	border-radius: 5px;
	padding: .4em 3em .4em .4em;
}
.SearchBtn {
	margin-left: .5em;
	border-radius: 5px;
	padding: .4em 1.5em;
	background: #4d4d4d;
	color: #fff;
}

#news h3.subTtl {
	background: #ebebeb;
	font-size: 2.2rem;
	font-weight: 600;
	padding: .6em .8em;
}

.newsProduct {
	font-size: 1.2rem;
	line-height: 2.0;
}
.newsProduct p {
	font-size: 2.0rem;
	font-weight: 500;
}
.Distributor {
	line-height: 1.8;
	font-size: 1.2rem;
	justify-content: space-around;
}
.Distributor span {
	border: 1px solid;
	padding: .2em .4em;
	margin-right: 1em;
}
.Distributor img {
	display: inline-block;
	border-bottom: 8px solid #fff;
}
body.index h1.small {
	font-size: 2.5rem;
	line-height: 1.3;
}


@media screen and (max-width: 767px) {
	#AppDownload {
		font-size: 1.7rem;
	}
	.downloadBox > div {
		padding: 0;
	}
	.downloadBox > div:first-child {
		border: none;
	}
	.SearchTxt {
		padding-right: .4em;
	}
	.point {
		background-size: 22%;
		padding-left: 25%;
		background-position: left center;
		font-size: 2.0rem;
		line-height: 1.2;
	}
	.point strong {
		font-size: 2.4rem;
	}
	.point span {
		font-size: 2.0rem;
	}
	.Distributor span {
		white-space: nowrap;
	}
	.Distributor .flexWrap {
		justify-content: flex-start;
		margin-top: 2em;
	}
	body.index h1.small {
		font-size: 1.6rem;
	}
}
