/* ========================================
	Common
======================================== */
.contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
	line-height: 1.4;
}

/* ========================================
	Main
======================================== */
.main_visual {
	background-image: url(../images/privacy/main.jpg);
}




/* ========================================
	Lead
======================================== */
#lead {
	margin-bottom: 90px;
}

#lead h3 {
	float: right;
	width: 33.33333%;
	margin-bottom: 50px;
	text-align: center;
}

#lead header figure {
	float: left;
	width: 66.66667%;
	margin-bottom: 50px;
	overflow: hidden;
}

#lead header figure img {
	moz-transition: -moz-transform 0.6s ease-out;
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	-ms-transition: -ms-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}

#lead header figure img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

div.lead_detail {
	position: relative;
}

div.lead_detail section {
	float: left;
	width: 100%;
/*	margin-bottom: 60px;*/
	padding: 20px 4.16667% 0;
}

div.lead_detail section h4 {
	margin-bottom: 20px;
	font-size: 32px;
}

div.lead_detail section .text {
	font-size: 16px;
	line-height: 1.8;
}

div.lead_detail figure {
	width: 33.33333%;
	padding: 0 4.16667%;
	text-align: center;
}

div.lead_detail figure.img_r {
	float: right;
}

div.lead_detail figure.img_l {
	clear: both;
	float: left;
}

div.lead_detail .gray_bg {
	position: absolute;
	bottom: 0;
	left: 33.33333%;
	width: 33.33333%;
}

div.lead_detail .gray_bg p {
	max-width: 340px;
	margin: 0 auto;
	padding: 20px;
	font-size: 16px;
	line-height: 1.7;
	background: rgba(40, 30, 25, 0.1);
}

@media screen and (max-width: 900px) {
	div.lead_detail .gray_bg p {
		font-size: 14px;
	}
}

div.lead_detail .att {
	position: absolute;
	bottom: 0;
	left: 66.66667%;
	padding: 0 20px;
	line-height: 1.8;
	font-size: 14px;
	color: #0059b2;
}


/* ========================================
	privacy 
======================================== */

.privacy h3 {
	margin-bottom: 20px;
	font-size: 32px;
}

.privacy h4 {
	margin-bottom: 20px;
	font-size: 24px;
}

.privacy p{
	margin-bottom:20px;
	}

.pry_line{
	border-bottom:1px solid;
	margin-bottom: 40px;
	}


/* ========================================
	Feature
======================================== */
#feature {
	margin-bottom: 115px;
}

#feature h3 {
	margin-bottom: 55px;
	text-align: center;
}

#feature h4 {
	margin-bottom: 50px;
	text-align: center;
}

#feature ul {
	margin: 0 -20px;
}

#feature ul li {
	float: left;
	width: 33.33333%;
	padding: 0 2.08333%;
}

#feature ul figure {
	margin-bottom: 35px;
	text-align: center;
}

#feature ul h5 {
	margin-bottom: 5px;
	font-weight: bold;
}

#feature ul p {
	font-size: 16px;
	line-height: 1.8;
}

/* ========================================
	Information
======================================== */
#information {
	margin-bottom: 200px;
}

#information div.wrapper {
	margin-bottom: 20px;
	max-width: 1200px;
	padding: 40px 15px;
	font-size: 16px;
	background: rgba(40, 30, 25, 0.1);
}

#information header {
	display: table;
	width: 95%;
	margin: 0 auto 40px;
}

#information header h3 {
	width: 100px;
	white-space: nowrap;
	display: table-cell;
	font-size: 26px;
}

#information header h3 span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

#information header p {
	display: table-cell;
	vertical-align: bottom;
}

#information header p span {
	display: block;
	height: 1px;
	margin: 0 0 10px 30px;
	background: #a6a39c;
}

#information table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#information table th, #information table td {
	padding-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
}

#information table th {
	text-align: left;
	width: 200px;
}

#information .att {
	line-height: 1.8;
	font-size: 14px;
	color: #0059b2;
}

/* ========================================
	Qa
======================================== */
#qa {
	margin-bottom: 60px;
}

#qa div.wrapper {
	max-width: 1200px;
	padding: 40px 15px;
	font-size: 16px;
	background: rgba(40, 30, 25, 0.1);
}

#qa header {
	display: table;
	width: 95%;
	margin: 0 auto 40px;
}

#qa header h3 {
	width: 100px;
	white-space: nowrap;
	display: table-cell;
	font-size: 26px;
}

#qa header h3 span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

#qa header p {
	display: table-cell;
	vertical-align: bottom;
}

#qa header p span {
	display: block;
	height: 1px;
	margin: 0 0 10px 30px;
	background: #a6a39c;
}

#qa section {
	margin-bottom: 20px;
	padding: 0 4.2735%;
}

#qa section h4 {
	position: relative;
	margin-bottom: 10px;
	font-size: 22px;
	padding: 7px 4.6729%;
	border-bottom: #b4b2ab 1px solid;
	cursor: pointer;
}

#qa section h4:after {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 22px;
	height: 20px;
	margin-top: -10px;
	background-image: url(../images/faq/qa_btn_open.png);
	content: ' ';
}

#qa section h4.close:after {
	background-image: url(../images/faq/qa_btn_close.png);
}

#qa section dl {
	display: none;
	font-size: 18px;
	line-height: 1.8;
}

#qa section dl span {
	position: absolute;
	left: 4.6729%;
	top: 0;
	font-size: 26px;
	font-family: 'Times New Roman';
}

#qa section dl dt, #qa section dl dd {
	position: relative;
	padding: 5px 12.14953%;
}

#qa section dl dd span {
	color: #660000;
}

/* ========================================
	Item
======================================== */
#item .wrapper {
	max-width: 1200px;
	padding: 0;
}

#item .wrapper > figure {
	float: left;
	width: 33.33333%;
	margin-bottom: 70px;
	padding: 0 3.33333%;
}

#item section {
	float: right;
	width: 66.66667%;
	margin-bottom: 70px;
	padding: 0 2.5%;
}

#item section h3 {
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 26px;
}

#item section table {
	border-top: #b4b2ab 1px solid;
	width: 100%;
}

#item section table th, #item section table td {
	width: 50%;
	padding: 30px 10px;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
	border-bottom: #b4b2ab 1px solid;
}

#item section table th {
	text-align: center;
}

#item ul {
	clear: both;
	padding: 0 3.33333%;
}

#item ul li {
	float: left;
	margin-right: 1.190476%;
	width: 24.10714%;
}

#item ul li:last-child {
	margin-right: 0;
}

#item ul figure {
	margin-bottom: 20px;
	text-align: center;
}

#item ul h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

#item ul p {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	/* ========================================
		Common
	======================================== */
	.contents h3 {
		font-size: 22px;
	}
	/* ========================================
		Main
	======================================== */
	.contents_main {
		padding-bottom: 60px;
	}
	.contents_main .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.sp_w80 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 10% !important;
		padding-left: 10% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w90 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	/* ========================================
		Lead
	======================================== */
	#lead {
		margin-bottom: 60px;
	}
	#lead h3 {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#lead h3 img {
		max-width: 90px;
	}
	#lead header figure {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	#lead header figure img:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	div.lead_detail section {
		float: none;
		width: auto;
		margin-bottom: 30px;
		padding: 0;
	}
	div.lead_detail section h4 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	div.lead_detail section .text {
		font-size: 14px;
	}
	div.lead_detail figure {
		margin-bottom: 30px;
	}
	div.lead_detail .gray_bg {
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
		margin-bottom: 30px;
	}
	div.lead_detail .gray_bg p {
		max-width: none;
		padding: 20px;
		font-size: 14px;
	}
	div.lead_detail .att {
		position: relative;
		bottom: auto;
		left: auto;
		font-size: 12px;
	}
	/* ========================================
		Feature
	======================================== */
	#feature {
		margin-bottom: 60px;
	}
	#feature h3 {
		margin-bottom: 35px;
	}
	#feature h3 img {
		max-width: 60px;
	}
	#feature h4 {
		margin-bottom: 50px;
	}
	#feature ul {
		margin: 0;
	}
	#feature ul li {
		margin-bottom: 30px;
	}
	#feature ul li:last-child {
		margin-bottom: 0;
	}
	#feature ul figure {
		margin-bottom: 20px;
	}
	#feature ul h5 {
		font-size: 16px;
	}
	#feature ul p {
		font-size: 14px;
	}
	/* ========================================
		Information
	======================================== */
	#information {
		margin-bottom: 60px;
	}
	#information div.wrapper {
		margin-bottom: 20px;
		padding: 30px 0;
		font-size: 14px;
	}
	#information header {
		width: 90%;
		margin: 0 auto 25px;
	}
	#information header h3 {
		font-size: 22px;
	}
	#information header h3 span {
		font-size: 14px;
	}
	#information header p span {
		display: block;
		height: 1px;
		margin: 0 0 10px 10px;
		background: #a6a39c;
	}
	#information table {
		max-width: 80%;
	}
	#information table th, #information table td {
		font-size: 14px;
	}
	#information table th {
		padding-right: 15px;
		width: auto;
		white-space: nowrap;
	}
	#information .att {
		font-size: 12px;
		color: #0059b2;
	}
	/* ========================================
		Qa
	======================================== */
	#qa {
		margin-bottom: 60px;
	}
	#qa div.wrapper {
		padding: 30px 0;
	}
	#qa header {
		width: 90%;
		margin: 0 auto 25px;
	}
	#qa header h3 {
		font-size: 22px;
	}
	#qa header h3 span {
		font-size: 14px;
	}
	#qa header p span {
		display: block;
		height: 1px;
		margin: 0 0 10px 10px;
		background: #a6a39c;
	}
	#qa section {
		margin-bottom: 20px;
		padding: 0 4.2735%;
	}
	#qa section h4 {
		font-size: 17px;
		padding: 7px 4%;
		border-bottom: #b4b2ab 1px solid;
	}
	#qa section dl {
		font-size: 14px;
	}
	#qa section dl span {
		left: 4%;
		font-size: 18px;
	}
	#qa section dl dt, #qa section dl dd {
		position: relative;
		padding: 6px 0 6px 12.14953%;
	}
	/* ========================================
		Item
	======================================== */
	#item .wrapper > figure {
		margin-bottom: 30px;
		text-align: center;
	}
	#item section {
		margin-bottom: 40px;
	}
	#item section h3 {
		margin-bottom: 20px;
		padding-top: 0;
		font-size: 20px;
	}
	#item section table th, #item section table td {
		width: auto;
		padding: 0 0 15px 15px;
		font-size: 14px;
	}
	#item section table th {
		padding: 0 15px 15px 0;
	}
	#item ul {
		padding: 0;
	}
	#item ul li {
		margin-bottom: 30px;
	}
	#item ul figure {
		margin-bottom: 20px;
	}
	#item ul h4 {
		font-size: 18px;
	}
	#item ul p {
		font-size: 14px;
	}
}
