@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#privacy{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #97e5ff;
}
.privacy_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.privacy_title{
	width: 100vw;
	max-width: 1920px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.privacy_title img{
	width: 436px;
	height: auto;
}
.privacy_contents{
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.privacy_text_box{
	width: 100%;
	max-width: 900px;
	height: auto;
	padding: 3rem 0;
	background: white;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.privacu_text_title{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1rem 0;
}
.privacu_text_title p{
	color: #3c423b;
	font-size:2rem;
	font-weight: bold;
}
.privacy_text_copy{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.privacy_text_copy_block{
	width: calc(100% - 10rem);
	height: auto;
	margin: 0 0 1.5rem 0;;
	padding: 0 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}
.privacy_text_copy_block p{
	font-size: 1rem;
	color: #3c423b;
	
}
.privacy_text_copy_tab,.privacy_text_copy_tab_main{
	width: 100%;
	height: auto;
}
.privacy_text_copy_tab p{
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
}
.privacy_text_copy_tab_main p{
	font-size: 1rem;
	margin: 0 0 1rem 0;
	line-height: 2em;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
	#privacy{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #97e5ff;
}
.privacy_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.privacy_title{
	width: 100vw;
	height: 20vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.privacy_title img{
	width: 40vw;
	height: auto;
}
.privacy_contents{
	width: calc(100% - 4rem);
	height: auto;
	padding: 5rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.privacy_text_box{
	width: calc(100% - 4rem);
	height: auto;
	padding: 3rem 2rem;
	background: white;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.privacu_text_title{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1rem 0;
}
.privacu_text_title p{
	color: #3c423b;
	font-size:2rem;
	font-weight: bold;
}
.privacy_text_copy{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.privacy_text_copy_block{
	width: calc(100% - 0rem);
	height: auto;
	margin: 0 0 1.5rem 0;;
	padding: 0 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}
.privacy_text_copy_block p{
	font-size: 1rem;
	color: #3c423b;
	
}
.privacy_text_copy_tab,.privacy_text_copy_tab_main{
	width: 100%;
	height: auto;
}
.privacy_text_copy_tab p{
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
}
.privacy_text_copy_tab_main p{
	font-size: 1rem;
	margin: 0 0 1rem 0;
	line-height: 2em;
}
}

@media screen and (max-width: 750px){
	#privacy{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #97e5ff;
}
.privacy_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.privacy_title{
	width: 100vw;
	height: 20vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/privacy_title_bg_01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.privacy_title img{
	width: 60vw;
	height: auto;
}
.privacy_contents{
	width: calc(100% - 0rem);
	height: auto;
	padding: 3rem 0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.privacy_text_box{
	width: calc(100% - 8vw);
	height: auto;
	padding: 1rem 4vw;
	background: white;
	border-radius: 2vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.privacu_text_title{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 1rem 0;
}
.privacu_text_title p{
	color: #3c423b;
	font-size: 1.75rem;
	font-weight: bold;
}
.privacy_text_copy{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.privacy_text_copy_block{
	width: calc(100% - 0rem);
	height: auto;
	margin: 0 0 1.5rem 0;;
	padding: 0 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}
.privacy_text_copy_block p{
	font-size: .8rem;
	color: #3c423b;
	
}
.privacy_text_copy_tab,.privacy_text_copy_tab_main{
	width: 100%;
	height: auto;
}
.privacy_text_copy_tab p{
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
}
.privacy_text_copy_tab_main p{
	font-size: 1rem;
	margin: 0 0 1rem 0;
	line-height: 2em;
}
}