﻿@charset "UTF-8";

#main-visual{
	background:#f9f9f9;
	margin:auto;
	min-width:980px;
	padding:30px 0;
}
#main-visual .bg{
	width:980px;
	height:300px;
	padding-top:100px;
	margin:auto;
	background:url(../images/privacy-main-img.jpg) no-repeat;
	box-sizing:border-box;
}
#main-visual .bg h1{
	color:#2568be;
	background-color:rgba(255,255,255,0.85);
	border-top:1px solid #2568be;
	border-bottom:1px solid #2568be;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:30px;
	font-weight:normal;
}

#contents{
	margin-top:20px;
	min-width:980px;
}

#contents .wrap{
	overflow:hidden;
	width:980px;
	margin:auto;
	margin-bottom:40px;	
}
#contents .main{
	width:690px;
	float:left;
	margin-top:26px;
}
.main h1{
	color:#3870cf;
	font-weight:normal;
	font-size:30px;

	box-sizing:border-box;
	margin-bottom:20px;
}

.main .txt{
	margin-bottom:40px;
	line-height:2;
	overflow:hidden;
}
.main ul.txt{
	margin-bottom:15px;
}
.main h2.txt{
	margin-bottom:6px;
	font-size:16px;
	color:#3498db;
}
.txt li span{
	font-weight:bold;
	color:#dd593d;
	margin-right:10px;
}
table{
	width:100%;
	box-sizing:border-box;
	border-collapse:collapse;
	border:1px solid #dfdfdf;
}
th{
	padding:15px;
	width:25%;
	border:1px solid #dfdfdf;
	background:#eee;
}
td{
	padding:15px;
	border:1px solid #dfdfdf;
	width:25%;
	text-align:center;
}
td span{
	font-weight:bold;
	color:#dd593d;
}
.table02 th{
	width:50%;
}
.table02 td{
	width:50%;
}

#contents .side{
	width:250px;
	float:right;
}
#contents .side li{
	margin-bottom:10px;
}
#contents .side li a,#contents .side li img{
	display:block;
	width:100%; 
	height:auto;
}
ul.txt02{
	margin-bottom:40px;
}
ul.txt02 li{
	margin-bottom:15px;
}

#mens,#other{
	margin-bottom:20px;
	margin-top:80px;
}
.pic{
	margin-bottom:20px;
	margin-top:0px;	
}

.btn{
	overflow:hidden;
	margin-bottom:20px;
}
.btn li{
	width:50%;
	height:auto;
	text-align:center;
	margin:auto;
	padding:0 15px;
	box-sizing:border-box;
	float:left;
}
.btn li a{
	display:block;
	width:100%; height:auto;
	border-bottom:4px solid #029cdb;
	background:#52c6ec;
}
.btn li a span{
	display:inline-block;
	color:#fff;
	//font-weight:bold;
	font-size:16px;
	line-height:70px;
	//padding-right:39px;
	box-sizing:border-box;
	//background:url(../images/arrow01.png) no-repeat;
	background-position:right center;
}
.content01{
	margin-bottom:80px;
}
.pic img{
	display:block;
	width:100%; 
	height:auto;
}





