/*
Theme Name:JAPANESE Base Theme
Theme URI: https://japan-ese.info/
Description:BASE THEME.
*/
@import url("value.css");
@import url("margin.css");
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:100%;
	line-height:120%;
	vertical-align: baseline;
	background: transparent;
}
.center{
	width:1080px;
	max-width: 95%;
	margin: 0 auto;
}
a{
	text-decoration:none;
}
li{
	list-style-type:none;
}
img{
	border:0;
	max-width:100%;
	height:auto;
}
h1{
	font-size:230%;
	margin-bottom:3%;
}
h3{
	font-size:150%;
	margin-bottom:3%;
}

@media (min-width: 1021px){
  .min1021none,
	.spHnav {
      display: none;
  }
}
@media (max-width: 1020px){
  .max1020none,
	.header_nav,
	.footer_company {
      display: none;
  }
}
@media (min-width: 641px){
  .min641none {
      display: none;
  }
}
@media (max-width: 640px){
	div.center {
		margin: 0px auto 0px auto;
		padding: 0px auto 0px auto;
		width: 96%;
	}
	.width70float {
		float: none;
		width: 100%;
	}
	.right {
		float: none !important;
	}
}

/* =========================================================
   Privacy Policy
========================================================= */

.privacy-policy {
	width: calc(100% - 40px);
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 0 100px;
	color: #333;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}

.privacy-policy *,
.privacy-policy *::before,
.privacy-policy *::after {
	box-sizing: border-box;
}


/* =========================================================
   Header
========================================================= */

.privacy-policy__header {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 3px solid #222;
	text-align: center;
}

.privacy-policy__header h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #222;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.privacy-policy__subtitle {
	margin: 5px 0 20px;
	font-size: 15px;
	font-weight: 600;
}

.privacy-policy__company {
	margin: 0;
	text-align: right;
	font-size: 15px;
}


/* =========================================================
   Intro
========================================================= */

.privacy-policy__intro {
	margin-bottom: 45px;
	padding: 24px 28px;
	background: #f5f5f5;
	border-radius: 4px;
}

.privacy-policy__intro p {
	margin: 0;
}


/* =========================================================
   Sections
========================================================= */

.privacy-policy__section {
	margin: 0;
	padding: 38px 0;
	border-top: 1px solid #ddd;
}

.privacy-policy__intro + .privacy-policy__section {
	border-top: 0;
	padding-top: 0;
}

.privacy-policy__section h3 {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 12px 18px;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: none;
	color: #222;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
}

.privacy-policy__section h3::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 17px;
	left: 0;
	width: 4px;
	background: #333;
}

.privacy-policy__section p {
	margin: 0 0 18px;
}

.privacy-policy__section p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   Sub Sections
========================================================= */

.privacy-policy__subsection {
	margin: 30px 0 0;
	padding: 25px 28px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
}

.privacy-policy__subsection h4 {
	margin: 0 0 15px;
	padding: 0;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}

.privacy-policy__subsection p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   Lists
========================================================= */

.privacy-policy ul,
.privacy-policy ol {
	margin: 20px 0 24px;
	padding-left: 1.8em;
}

.privacy-policy li {
	margin: 6px 0;
	padding: 0;
}

.privacy-policy ul li {
	list-style: disc;
}


/* ① ② ③ と表示 */

.privacy-policy__number-list {
	list-style: none;
	counter-reset: privacy-counter;
	padding-left: 0 !important;
}

.privacy-policy__number-list > li {
	position: relative;
	counter-increment: privacy-counter;
	margin: 12px 0;
	padding-left: 2.2em;
}

.privacy-policy__number-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(privacy-counter) "．";
	font-weight: 700;
}


/* =========================================================
   Link
========================================================= */

.privacy-policy a {
	color: #1d5d91;
	text-decoration: underline;
	text-underline-offset: 3px;
	overflow-wrap: anywhere;
}

.privacy-policy a:hover {
	text-decoration: none;
}


/* =========================================================
   Information box
========================================================= */

.privacy-policy__box {
	margin: 25px 0 0;
	padding: 22px 25px;
	border: 1px solid #ccc;
	background: #fff;
}

.privacy-policy__box p {
	margin-bottom: 10px;
}

.privacy-policy__box p:last-child {
	margin-bottom: 0;
}

.privacy-policy__box-title {
	font-weight: 700;
}


/* =========================================================
   Contact
========================================================= */

.privacy-policy__contact {
	margin-top: 35px;
	padding: 30px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.privacy-policy__contact-title {
	margin: 0 0 20px !important;
	padding-bottom: 12px;
	border-bottom: 2px solid #333;
	font-size: 17px;
	font-weight: 700;
}

.privacy-policy__contact dl {
	margin: 0;
}

.privacy-policy__contact dl > div {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.privacy-policy__contact dl > div:last-child {
	border-bottom: 0;
}

.privacy-policy__contact dt {
	flex: 0 0 130px;
	font-weight: 700;
}

.privacy-policy__contact dd {
	flex: 1;
	margin: 0;
}


/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {

	.privacy-policy {
		width: calc(100% - 30px);
		padding: 40px 0 70px;
		font-size: 14px;
		line-height: 1.9;
	}

	.privacy-policy__header {
		margin-bottom: 30px;
		padding-bottom: 22px;
	}

	.privacy-policy__header h2 {
		font-size: 21px;
	}

	.privacy-policy__company {
		margin-top: 20px;
		text-align: left;
	}

	.privacy-policy__intro {
		margin-bottom: 35px;
		padding: 20px;
	}

	.privacy-policy__section {
		padding: 30px 0;
	}

	.privacy-policy__section h3 {
		margin-bottom: 20px;
		padding-left: 14px;
		font-size: 17px;
	}

	.privacy-policy__subsection {
		margin-top: 22px;
		padding: 20px;
	}

	.privacy-policy__subsection h4 {
		font-size: 15px;
	}

	.privacy-policy__contact {
		padding: 20px;
	}

	.privacy-policy__contact dl > div {
		display: block;
		padding: 12px 0;
	}

	.privacy-policy__contact dt {
		margin-bottom: 3px;
	}

	.privacy-policy__contact dd {
		margin: 0;
	}

}