﻿@charset "UTF-8";

#contents{
	padding:0 10px;
}

/* main-visual */
#main-visual{
	margin-top:45px;
	height:120px;
	background:url(../../images/privacy-main-visual.jpg) no-repeat;
	background-position:center top;
	background-size:cover;
	text-align:center;
	box-sizing:border-box;
}



/* privacy-policy style */
#section01{
	background:#fff;
	position:relative;
	z-index:9998;
	padding-top:20px;
	padding-bottom:40px;
	text-align:center;
}
#section01 .inner{
	position:relative;
	z-index:9998;
}

#contents h2.title{
	font-size:36px;
	margin-bottom:20px;
	font-weight:400;
	text-align:center;
}

#section01 h3.title{
	color:#fff;
	font-size:22px;
	z-index:2;
	text-align:center;
	line-height:1;
	background:#c60103;
	display:inline-block;
	margin:auto;
	margin-bottom:80px;
	height:44px;
	line-height:44px;
	position:relative;
	padding:0 30px;
}
#section01 .paragraph01{
	text-align:left;
	margin-bottom:40px;
}
#section01 .paragraph01 h3{
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
}
#section01 .paragraph01 p{
	font-size:17px;
	line-height:1.5;
}
#section01 .paragraph01 ul{
	margin-top:20px;
	padding-left:10px;
	box-sizing:border-box;
}
#section01 .paragraph01 ul *{
	font-size:18px;
}
#section01 .paragraph01 li{
	margin-bottom:15px;
}
#section01 .paragraph01 li h4{
	margin-bottom:10px;
}


