@charset "UTF-8";
/* -----------------------------------------------
*original design
	/security/gred/

	1. #contents_header
	2. #overview
	3. #details
	4. #check
	5. #overview
----------------------------------------------- */

/* -----------------------------------------------
	#overview
----------------------------------------------- */
#overview {
	margin-top: -130px;
	padding-top: 130px;
	padding-bottom: 50px;
}
#overview .image .img_svg {
	width: 100%;
	background-color: #fff;
	display: block;
}
#overview .main .section .inner .subheadline.center {
	text-align: center;
}
#overview .main .section .inner .subheadline.center span {
	text-align: center;
}
#overview .main .section.first-child {
	margin-bottom: 0;
}
#overview .main #navi {
	margin-bottom: 20px;
}
#overview .main #navi .navi-list li {
	width: 100%;
	float: none;
}
/*
	.check_list
----------------------------------------------- */
#overview .check_list {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 0;
}
#overview .check_list li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}
#overview .check_list li::before {
	position: absolute;
	left: -20px;
	content: "・";
}
#overview .check_list li:last-child {
	margin-bottom: 0;
}
#overview .image {
	margin: 20px 0;
}
#overview .image .img_svg {
	min-height: 120px;
	width: 100%;
	background-color: none;
	display: block;
}
#overview #seal .image {
	text-align: left;
	margin: 0;
}

/* -----------------------------------------------
	#merit-area
----------------------------------------------- */
#merit-area {
	margin-top: 0;
	padding-top: 110px;
}
#merit-area .section .subheadline .label {
	font-size: 14px;
}
#merit-area .section .subheadline .title-text {
	font-size: 20px;
}

/* -----------------------------------------------
	#price
----------------------------------------------- */
#price {}
#price .subheadline .rubi {
	font-size: 14px;
}
#price .list-area {
	background-color: #f5f5f5;
	padding: 10px;
}
#price .list-area .ul_list.large {
	padding-bottom: 0;
	margin-bottom: 0;
}
#price .list-area .ul_list.large li {
	list-style-type: none;
	position: relative;
}
#price .list-area .ul_list.large li::before {
	content: "・";
	color: #666;
	position: absolute;
	left: -15px;
}
@media only screen and (max-width: 767px) {
	#price.content .headline span {
		padding: 0 20px;
	}
}

/* -----------------------------------------------
	#msl
----------------------------------------------- */
#msl {
	padding: 50px 0;
	background-image: url(../img/img_gred_msl.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#msl .main {
	background: none;
}
#msl .main .headline span {
	background: none;
	color: #fff;
}
#msl .main .subheadline span {
	background: none;
	color: #fff;
}
#msl .main .subheadline::after,
#msl .main .subheadline::before {
	background: none;
}
#msl .table td {
	background-color: #fff;
	text-align: center;
}
/*
	.item-list
----------------------------------------------- */
#msl .item-list::after {
	display: block;
	clear: both;
	content: "";
}
#msl .item-list .item {
	display: block;
	float: left;
	width: 33.333333333333%
}
#msl .item-list .item .item-inner {
	padding: 0 20px;
}
#msl .item-list .miniheadline .point-label {
	display: inline-block;
	background-color: #FFB705;
	padding: 10px 25px;
	margin-right: 10px;
	font-size: 14px;
}
#msl .item-list .miniheadline .text {
	font-size: 20px;
}
#msl .item-list .image .img_svg {
	background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
	#msl .item-list .item {
		float: none;
		width: 100%;
	}
}




