@charset "utf-8";
/*==================================================
基本デザイン
想定端末：iPhone SE の Portrait（縦構え）
==================================================*/
body{
   font-family:'Noto Sans JP','Barlow Semi Condensed','Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',sans-serif;
	width: 100%;
	background-image: url("../images/privacypolicy_bk.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top 60px center;
}

body p{
	line-height: 1.5;
	font-family: YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 1.5rem;
	padding-top: 10px;
    padding-bottom: 20px;
	text-align: justify;
text-justify:inter-ideograph;
}

div.privacypolicy_wrap{
	width: 80%;
	max-width: 550px;
	margin: 0 auto;
	
	
}

h1 figure img {
	padding-top: 90px;
	padding-bottom: 46px;
	width: 100%;
	max-width: 230px;
}

h2.privacypolicy_h2{
	font-weight: 600;
	font-size: 2rem;

}

footer.privacypolicy_footer{
	height: auto;
	margin-top: 30px;
   
	padding: 40px 0px;
	background-color: #5c8cc9;

	
}

footer.privacypolicy_footer p{
	color: #FFFFFF;
	font-size: 1.2rem;
	 text-align: center;
	padding: 0px;
	
   
}


/*==================================================
横幅360px以上
想定端末：一般的なAndroidスマホのPortrait
==================================================*/
@media screen and (min-width:360px) {

}


/*==================================================
横幅375px以上
想定端末：iPhone 8 の Portrait
==================================================*/
@media screen and (min-width:375px) {

}


/*==================================================
横幅375px以上 高さ812px以上
想定端末：iPhone X,Xs の Portrait
==================================================*/
@media screen and (min-width:375px) and (min-height:812px) {

}



/*==================================================
横幅414px以上
想定端末：iPhone 8plus の Portrait
==================================================*/
@media screen and (min-width:414px) {

}


/*==================================================
横幅414px以上 高さ896px以上
想定端末：iPhone XsMax, XR の Portrait
==================================================*/
@media screen and (min-width:414px) and (min-height:896px) {

}






/*
↑ここまでスマートフォン縦　Portrait
==================================================
↓ここからスマートフォン横　Landscape
*/



/*==================================================
横幅568px以上 
想定端末：iPhone SE の Landscape（横構え）
==================================================*/
@media screen and (min-width:568px) {

}


/*==================================================
横幅640px以上 
想定端末：一般的なAndroidスマホの Landscape（横構え）
==================================================*/
@media screen and (min-width:640px) {

}



/*==================================================
横幅667px以上 
想定端末：iPhone 8 の Landscape（横構え）
==================================================*/
@media screen and (min-width:667px) {

}


/*==================================================
横幅736px以上 
想定端末：iPhone 8plus の Landscape（横構え）
==================================================*/
@media screen and (min-width:736px) {

	
	div.privacypolicy_wrap{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
	
	body p{
	line-height: 1.5;
	font-family:  YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 1.2rem;
	padding-top: 5px;
    padding-bottom: 10px;
	font-weight: 200;
}
	
h2.privacypolicy_h2{
	font-weight: 600;
	font-size: 1.5rem;

}

	
}


/*==================================================
横幅812px以上 
想定端末：iPhone Xs の Landscape（横構え）
==================================================*/
@media screen and (min-width:812px) {

}


/*==================================================
横幅896px以上 
想定端末：iPhone XsMax, XR の Landscape（横構え）
==================================================*/
@media screen and (min-width:896px) {

}



/*
↑ここまでスマートフォン横　Landscape
==================================================
↓ここからタブレット縦　Portrait
*/


/*==================================================
横幅768px以上 
想定端末：iPad の Portrait
==================================================*/
@media screen and (min-width:768px) and (orientation:portrait) {

}


/*==================================================
横幅834px以上 
想定端末：iPad Pro 11inch の Portrait
==================================================*/
@media screen and (min-width:834px) and (orientation:portrait) {

}


/*==================================================
横幅1024px以上 
想定端末：iPad Pro 12.9inch の Portrait
==================================================*/
@media screen and (min-width:1024px) and (orientation:portrait) {

}





/*
↑ここまでタブレット縦　Portrait
==================================================
↓ここからタブレット横　Landscape
*/



/*==================================================
横幅1024px以上 
想定端末：iPad の Landscape
==================================================*/
@media screen and (min-width:1024px) and (orientation:landscape) {

}

/*==================================================
横幅1194px以上 
想定端末：iPad Pro 11inch の Landscape
==================================================*/
@media screen and (min-width:1194px) and (orientation:landscape) {

}


/*==================================================
横幅1366px以上 
想定端末：iPad Pro 12.9inch の Landscape
==================================================*/
@media screen and (min-width:1366px) and (orientation:landscape) {

}



/*
↑ここまでタブレット横　Landscape
==================================================
↓ここからPC ※マウスがあるという前提
*/






/*==================================================
横幅1367px以上 
想定端末：PC ※マウスがある前提
==================================================*/
@media screen and (min-width:1367px) {

}



