@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

@media screen and (min-width: 768px) {

/* ---------------------------------------------------- 
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/privacy/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------------------------------------------------- privacy
---------------------------------------------------- */

.privacy-title01 {
	font-size: 140%;
	font-weight: normal;
	line-height: 1.8;
	padding: 0 0 35px 0;
	text-align: center;
	color: #323232;
}

.privacy-title02 {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	padding: 0 0 15px 0;
	padding-left: 20px;
	color: #323232;
}

.privacy-title02::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	border: solid 3px #0075b5;
	border-radius: 20px;
	background: #fff;
}

.privacy-wrapper {
	width: 720px;
	margin: 0 auto;
	padding: 60px 70px 40px 70px;
	border: 1px solid #aac5d1;
}

.privacy-wrapper p {
	font-size: 115%;
	padding: 0 0 25px 0;
	color: #323232;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

@media screen and (max-width: 768px) {

.pc {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	background: url(../img_sp/privacy/bg_title.jpg) center center no-repeat;
}

.page-title span {
	font-size: 1.33333vw;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

/* inner */

.page-inner {
	margin: 0 auto;
	padding: 10px;
}

/* clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ----------------------------------------------------
  privacy
---------------------------------------------------- */

.privacy-title01 {
	font-weight: normal;
	padding: 0 0 15px 0;
	color: #323232;
}

.privacy-title02 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	display: flex;
	padding: 0 0 10px 0;
	color: #323232;
	justify-content: flex-start;
	align-items: center;
}

.privacy-title02::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	content: '';
	border: solid 3px #0075b5;
	border-radius: 20px;
	background: #fff;
}

.privacy-wrapper {
	margin: 0 auto;
	padding: 15px 0 0 0;
	border-top: 1px solid #8197a3;
}

.privacy-wrapper p {
	padding: 0 0 10px 0;
	color: #323232;
}

}

