@charset "UTF-8";

@media screen and (min-width: 769px) {
main{
	background: url(image/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "PRIVACY";
	color: rgba(0, 108, 185, 0.1);
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	z-index: -1;
}
main .maininner{
	margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    position: relative;
    padding: 100px 0;
}
main .maintitle{
	background: rgba(255, 255, 255, 0.4);
    border-left: 10px solid #299acc;
    padding: 15px 0 15px 30px;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
main .maintitle h1{
	color: #299acc;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px;
}
main .maintitle span{
	font-size:18px;
}
.contents{
	box-shadow: 5px 5px 10px 0 #ccc;
	background:#fff;
	margin: 0 auto 40px;
	padding: 30px 60px;
	max-width: 1200px;
	width: 95%;
}
.contents h2{
	color:#006cb9;
	font-size:24px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 20px;
	width: 100%;
	position: relative;
}
.contents h2:after{
	content:"";
	background:#006cb9;
	width:70%;
	height:2px;
	position: absolute;
	top:50%;
	right:-10px;
	transform: translate(0,-50%);
}
.contents p,.contents ul{
	line-height: 1.5em;
}
.contents p.normal{
	margin: 0 0 2%;
}
.contents p.name{
	text-align: right;
	margin: 0 0 2% auto;
	width: fit-content;
}
.contents ul.list01{
	margin: 0 0 3%;
    padding: 30px;
}
.contents ul.list01 li{
	font-size: 16px;
	text-indent: -30px;
	padding: 0 0 0 16px;
	margin: 0 0 1%;
}
}
@media screen and (max-width: 768px) {
article#main{
	overflow: hidden;
}
main{
	background: url(image/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "PRIVACY";
    color: rgba(0, 108, 185, 0.1);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: -1;
}
main .maininner{
	margin: 0 auto;
    width: 95%;
    position: relative;
    padding: 32% 0;
}
main .maintitle{
	background: rgba(255, 255, 255, 0.4);
    border-left: 8px solid #299acc;
    padding: 15px 0 15px 15px;
    width: fit-content;
    position: absolute;
    top: 30%;
    left: 0;
}
main .maintitle h1{
	color: #299acc;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
}
main .maintitle span{
	font-size:14px;
}
.contents{
	box-shadow: 5px 5px 10px 0 #ccc;
	background:#fff;
	margin: 0 auto 40px;
	padding: 6% 3%;
	width: 95%;
}
.contents h2{
	color:#006cb9;
	font-size:24px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 20px;
	width: 100%;
	position: relative;
}
.contents h2:after{
	content: "";
    background: #006cb9;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.contents p,.contents ul{
	line-height: 1.5em;
}
.contents p.normal{
	margin: 0 0 2%;
}
.contents p.name{
	text-align: right;
	margin: 0 0 2% auto;
	width: fit-content;
}
.contents ul.list01{
	margin: 0 0 3%;
    padding: 30px;
}
.contents ul.list01 li{
	font-size: 16px;
	text-indent: -30px;
	padding: 0 0 0 16px;
	margin: 0 0 1%;
}
}