@charset "UTF-8";
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-indent: 0;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

/****************************************

		  General Setting

*****************************************/
body {
  min-width: 1000px;
  background-color: black;
  color: #FFF;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto; }

a {
  color: #333333;
  text-decoration: none;
  outline: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

.line {
  position: relative;
  width: 100%;
  height: 26px;
  background-image: url(../img/index/line.png); }

.line2 {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ab8a23; }

/****************************************

		  Module

*****************************************/
.cfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cfix {
  display: inline-table; }

* html .cfix {
  height: 1%; }

.cfix {
  display: block; }

/*===========================================================



		  Modal Page



/*===========================================================*/
.feh-logo {
  text-align: left;
  padding: 12px 15px;
  margin-bottom: 40px;
  background: #000; }
  .feh-logo a {
    display: block;
    height: 54px;
    background: url("../img/index/feh_logo.png") no-repeat left center; }
  .feh-logo span {
    display: block;
    text-indent: -9999px; }
/*----------------------------------------------------------
 privacy policy */
.contents-pp {
  background: url("../img/index/cont4_bg.jpg") repeat center center;
  padding-bottom: 50px; }
.pp-container {
  max-width: 700px;
  background: #000;
  padding: 50px 40px;
  margin: 0 auto;
  border-radius: 5px;
	box-sizing: border-box;}
  .pp-container a {
    color: #FFF;
    text-decoration: underline; }
	.pp-section {
		padding: 0 40px;
		font-size: 14px;
		line-height: 1.5em; }

	.ttl-pp {
		font-size: 28px;
		line-height: 1.5em;
		margin-bottom: 15px; }

	.pp-note {
		margin-bottom: 20px; }

	.pp-list {
		font-size: 20px;
		line-height: 1.4em;
		line-height: 2;}
