/* reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
ol, ul ,li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* bace
------------------------------------------------------------*/
body {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times, serif;  
  font-family: 'Nanum Myeongjo', serif;  
  font-size: .8em;
  line-height: 2em;
  font-weight: 200;
  letter-spacing: .2em;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  /*合字回避*/
  font-variant-ligatures: none;
  /*iPhone_文字サイズ自動調整*/
  -webkit-text-size-adjust: 100%;
  /*カーニング_webfont対応*/
  text-rendering: optimizeLegibility;
  animation: fadeIn 4s;
}
#content_wrapper {
  /* つぎに大きな囲み */
  max-width: 960px;
  margin: 0 auto;
}
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.innerS {
  width: 80%;
  margin: 0 auto;
}
.anim-box.fadein.is-animated {
  animation: fadeIn 0.4s;
}
 @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　プライバシーポリシー
------------------------------------------------------------*/
.logo_privacy {
	height: 50px;
	display: block;
	margin: 30px auto 16px auto;
}
.title_privacy {
	color: #223E7F;
	font-size: 2.5em;
	width: 100%;
	margin: 30px auto 16px auto;
	text-align: center;
	letter-spacing: 0.2em;
	border-top: 1px solid #D2D2D2;
	padding-top: 60px;
	text-transform: uppercase;
}
@media screen and (max-width: 450px) {
	.title_privacy {
	font-size: 2em;
	margin: 60px auto 16px auto;
	letter-spacing: 0.1em;
}
}
@media screen and (max-width: 340px) {
	.title {
	font-size: 1.8em;
	margin: 60px auto 16px auto;
	letter-spacing: 0em;
}
}
.subtitle_privacy {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.2em;
}
.lead_privacy {
	font-size: 1.2em;
	text-align: justify;
	letter-spacing: 0.2em;
	margin-top: 40px;
}
.itemtitle_privacy {
	font-size: 1.5em;
	margin: 40px 0 6px 0;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 450px) {
.itemtitle_privacy {
	font-size: 1.3em;
	margin: 40px 0 6px 0;
	letter-spacing: 0.1em;
}
}
.body_privacy {
	font-size: 1em;
	text-align: justify;
	letter-spacing: 0.1em;
}
.body_privacy2 {
	font-size: 1em;
	text-align: justify;
	letter-spacing: 0.1em;
	padding-left: 1em;
}

/* フッター
------------------------------------------------------------*/
#footer {
	font-size: .8em;
	text-align: center;
	border-top: dotted 1px #000;
	border-top-width: 100%;
	margin-top: 16px;
	padding: 16px 0 16px 0;
}
#footer2 {
	font-size: .8em;
	text-align: center;
	padding: 8px 0 16px 0;
}

/* ページtopへ戻る
------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 14px;
  right: 10px;
  font-size: 0.8em;
  line-height: 1em;
}
#page-top a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}