@charset "utf-8";
/* CSS Document */
.main {
	display: block;
	width: 100%;
	background: linear-gradient(140deg, rgba(138, 35, 135, 0.1) 0, rgba(240, 34, 0, 0.1) 20%, rgba(252, 176, 69, 0.1) 80%, rgba(30, 150, 0, 0.1) 100%);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 48px 20px;
	text-align: center;}
.page-title{
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;}
.page-title::before {
	content: attr(data-title);
	display: block;
	margin-bottom: 17px;
	color: #020e2e;
	line-height: 0.8;
	letter-spacing: 5px;
	text-transform: uppercase;}
.page-title {
	margin-bottom: 20px;}
.page-title::before {
	font-size: 50px;
	font-weight: 600;}
.box-white,
.box-white-p{
	width: 80%;
	padding: 60px 6.551% 92px;
	margin:0 auto 74px;
	background-color: #fff;
	border-radius: 10px;}
.box-white-p{
	margin-top: 30px;}
.box-white.is-page404,
.is-page_privacy{
	padding-top: 56px;
	padding-bottom: 56px;}
.page404-text-box {
	max-width: 585px;
	margin: 0 auto;
	line-height: 2.333;
	text-align: left;}
.page404-text-box > p:not(:last-of-type) {
	margin-bottom: 1.5em;}
/* privacypolicy */
.privacy_area{
	width: 90%;
	margin: 30px auto;
	text-align: left;}
.text-left,
.p_detail{
	margin-bottom: 20px;}
.privacy-list{
	width: 80%;
	margin: 0 auto;}
.privacy-list li{
	list-style: circle;}
@media screen and (max-width:700px){
.box-white-p,
.privacy_area{
	width: 100%;}	
}
@media screen and (max-width:550px){
.page-title{
	font-size: 20px;}
.page-title::before {
	letter-spacing: 3px;
	font-size: 40px;}
.box-white {
	width: 93%;}	
}
@media screen and (max-width:450px){
.privacy-list{
	width: 90%;}	
}