/* ---------------------
	- common setting
	- contents
	- footer
--------------------- */

/* =====================
	common setting
===================== */

#ContentsWrap {
	padding: 0 0 40px 0;
	background: #fafafa;
}
#ContentsHeader {
	min-height: auto;
	margin-bottom: 0;
}

/* =====================
	contents
===================== */

/*	merit_block
------------------------*/

.merit_block {
	max-width: 1200px;
	margin: 0 auto 20px auto;
	background: url("../../images/contents/app/app/bg_main.jpg?date=20190919") no-repeat right top;
}
.merit_block_inner {
	width: 980px;
	margin: 0 auto;
}
.merit_block_inner .title {
	padding: 30px 0 0 0;
	color: #004499;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.merit_list li {
	display: table;
	border-collapse: separate;
	border-spacing: 0 30px;
}
.merit_list .sub_title {
	display: table-cell;
	color: #eb3712;
	font-size: 18px;
	vertical-align: middle;
}
.merit_list .img {
	display: table-cell;
	padding: 0 30px 0 40px;
	vertical-align: top;
}
.merit_list .text_box {
	display: table-cell;
	vertical-align: top;
}
.merit_list .text_box .summary {
	margin: 5px 0 20px 0;
	color: #eb3712;
	font-size: 20px;
	font-weight: bold;
}
.merit_list .text_box .text {
	font-size: 16px;
}

.note_txt{
	font-size:14px;
	margin-bottom:40px;	
	display:block;
	}

/*	app_block
------------------------*/

.app_block {
	width: 980px;
	margin: 0 auto 50px;
	padding: 20px 20px 20px 20px;
	border: 4px solid #008ae1;
	border-radius: 10px;
	box-sizing: border-box;
}
.app_block .left {
	float: left;
}
.app_block .img_icon {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 16px 0 0;
}
.app_block .title_box {
	font-size: 0;
}
.app_block .title_box .text {
	margin: 0 0 6px 0;
	color: #1991d0;
	font-size: 24px;
	font-weight: bold;
}
.app_block .title_box .title {
	display: inline-block;
	height: 30px;
	margin: 0 8px 0 0;
	font-size: 24px;
	font-weight: bold;
}
.app_block .title_box .free {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: #05214c;
	border-radius: 2em;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
}
.app_block .btn_box {
	font-size: 0;
}
.app_block .btn_box .btn_wrap {
	display: inline-block;
}
.app_block .btn_box .btn_wrap a {
	display: block;
}
.app_block .btn_box .btn_app {
	vertical-align: top;
}
.app_block .btn_box .btn_app img {
	height: 32px;
}
.app_block .btn_box .btn_google {
	margin: -8px 0 0 0;
}
.app_block .btn_box .btn_google img {
	width: auto;
	height: 47px;
}
.app_block .btn_box .text {
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	vertical-align: top;
}
.app_block .method {
	font-size: 14px;
	line-height: 1.4;
}
.app_block .right {
	float: right;
}
.app_block .qr_list {
	font-size: 0;
}
.app_block .qr_list li {
	display: inline-block;
}
.app_block .qr_list li:first-child {
	margin: 0 23px 0 0;
}
.app_block .qr_list li .text {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	background: #1791d1;
	border-radius: 2em;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

/*	price_block
------------------------*/

.price_block {
	width: 980px;
	margin: 20px auto 30px auto;
	padding: 40px 40px 50px 40px;
	background: #008ae2;
	box-sizing: border-box;
	text-align: center;
}
.price_block .title {
	margin: 0 0 12px 0;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.price_block .text {
	margin: 0 0 50px 0;
	color: #fff;
	font-size: 18px;
}

/*	feature_block
------------------------*/

.feature_block {
	width: 980px;
	margin: 35px auto 20px auto;
}
.feature_block .title {
	margin: 0 0 35px 0;
	color: #004499;
	font-size: 31px;
	font-weight: bold;
	text-align: center;
}
.feature_block_inner {
	padding: 40px 80px 60px 80px;
	background: #e9e9e9;
	box-sizing: border-box;
}
.feature_block_inner .screen_list {
	display: table;
	margin: 0 0 25px 0;
	border-collapse: separate;
	border-spacing: 10px;
}
.feature_block_inner .screen_list li {
	display: table-cell;
}
.feature_block_inner .screen_list li .name {
	margin: 0 0 25px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.feature_block_inner .text {
	font-size: 16px;
	line-height: 1.5;
}


/*	read_block
------------------------*/

.read_block{
	width: 980px;
	margin: 0 auto 20px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	background:#008ae2;
	border-radius: 10px;
	}

.read_block .title_yellow {
	color: #FFFD00;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	}
