@import url("global.css");

#main {
	background: url(../../privacy/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#particles-js{
  width: 100%;
  height: 200px;
}

.cnt {
	opacity: 0;
	padding: 0 0 40px !important;
}
.cnt .title {
	width: 100%;
	padding: 40px 50px 0;
	background: #EDEFEF;
	background: linear-gradient(to bottom, #F9FBFB, #EDEFEF);
	background: -prefix-linear-gradient(top, #F9FBFB, #EDEFEF);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.cnt .title .wrapper {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.cnt .title .wrapper figure {
	width: 400px;
}
.cnt .title .wrapper .text {
	width: 590px;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.cnt .title .wrapper .text h1 {
	font-size: 32px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
}
.cnt .title .wrapper .text p {
	text-align: right;
}
.cnt .title .wrapper .text p img {
	width: 40%;
}

.cnt .wrapper p {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
}
.cnt .wrapper p.name {
	text-align: right;
}



/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt {
	opacity: 1;
}
.cnt .title {
	padding: 40px 0 0;
}
.cnt .title .wrapper {
	width: auto;
	margin: 0 20px 0 10px;
}
.cnt .title .wrapper figure {
	width: 40%;
}
.cnt .title .wrapper .text {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.cnt .title .wrapper .text h1 {
	line-height: 1.4;
}

.cnt .wrapper p {
	width: 100%;
}

	






}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

#particles-js{
  height: 150px;
}
.cnt {
	padding: 0 0 30px !important;
}
.cnt .title {
	padding: 20px 0 0;
	margin-bottom: 20px;
}
.cnt .title .wrapper {
	margin: 0 10px;
}
.cnt .title .wrapper figure {
	width: 90%;
	margin: 0 auto;
	padding-top: 120px;
}
.cnt .title .wrapper .text {
	width: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
}
.cnt .title .wrapper .text h1 {
	font-size: 22px;
	margin-bottom: 10px;
}
.cnt .title .wrapper .text p {
	text-align: right;
}
.cnt .title .wrapper .text p img {
	width: 40%;
}








}










