@charset "utf-8";

/* RESET
 * ----------------------------------------------- */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* HTML BODY
 * ----------------------------------------------- */
html, body {
	width: 100%;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%; 
}
body {
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6;
	position: relative;
  background-color: #ff7200;
	height: 100%;
	overflow-y: scroll;
 	overflow-x: hidden;
}

a { text-decoration: none; }
a:link { color: #231815; }
a:visited { color: #2e1d08; }
a:hover { color: #7B7878; }
a:active { color: #2e1d08; }

ul, ol { list-style: none; list-style-type: none; list-style-image: none; }
dd { margin: 0; }

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* HTML5
 * ----------------------------------------------- */
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}

/* COMMON
 * ----------------------------------------------- */
.cf::after {
	display: block;
	clear: both;
	content: "";
}
.clear {clear: both;}


/* HEADER
 * ----------------------------------------------- */
#headerWrap {
  position: relative;
  background-image: url(../images/header_bg.png);
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 301px;
  z-index: 100;
}

#pageHeader {
  background-color: #ff7200;
  height: 20px;
}
#pageHeader h1 {
  width: 948px;
  margin: auto;
  font-size: 1.1rem;
  font-weight: normal;
  color: #FFF;
}
#pageHeader h1 a {
  color: #FFF;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

#headerContents {
  position: relative;
  margin: auto;
  width: 984px;
}
#headerContents h2 {
  position: absolute;
  top: 12px;
  left: 8px;
}
#headerContents .contact {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 326px;
  text-align: center;
}
#headerContents .contact ul li:nth-child(3) {
  float: left;
}
#headerContents .contact ul li:nth-child(4) {
  float: right;
}

#headerNavWrap {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: 986px;
}
#headerNavWrap nav li {
  float: left;
}

/* BLOCK
 * ----------------------------------------------- */
#wrapper {
  min-width: 984px;
  width: 100%;
  margin: auto;
}

#pageWrap {
  position: relative;
  width: 100%;
  background-image: url(../images/ent_bg_down_2.png),
   url(../images/ent_bg_down_3.png),
   url(../images/ent_bg_down_4.png);
  background-repeat: repeat-x, no-repeat, repeat;
  background-position: top center, top center, center;
  padding: 38px 0;
}
#pageInner {
  position: relative;
  width: 960px;
  padding: 20px;
  margin: auto;
  background-color: #FFF;
  border-radius: 10px;
}

#mainWrap {
  position: relative;
  width: 700px;
  float: right;
}

#contentsWrap #contentsTitle {
  margin: 0 auto 20px;
}
#contentsWrap #contentsInner {
  width: 680px;
  margin: auto;
}



#sideMenuWrap {
  position: relative;
  text-align: center;
  width: 200px;
  border-radius: 10px;
  background-image: url(../images/side_bg.png);
  padding: 0 0 10px;
}

#sideMenuWrap .snContact span {
  display: block;
  position: relative;
  top: -10px;
  left: -8px;
  width: 212px;
}
#sideMenuWrap .snQa {
  margin-left: 10px;
  margin-bottom: 8px;
}
#sideMenuWrap .snQa span {
  display: block;
  position: relative;
  left: -10px;
  width: 200px;
}
#sideMenuWrap .snSp {
  margin-bottom: 6px;
}
#sideMenuWrap .snSp span {
  display: block;
  position: relative;
  left: -10px;
  width: 200px;
}


/* PAGE TITLE & READ
 * ----------------------------------------------- */
#articleWrap >header h1 {
  text-align: center;
  margin: 0 auto 40px;
}
#articleWrap >header h1 img {
	width: auto;
	height: 30px;
}
#articleWrap >header h1.pageTitle span.ja {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
#articleWrap >header .pageRead {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}


/* BUTTON
 * ----------------------------------------------- */


/* FORM
 * ----------------------------------------------- */

  
/* FOOTER
 * ----------------------------------------------- */
#footerWrap {
  background-image: url(../images/footer_bg.png);
  background-color: #ff7200;
  background-repeat: repeat-x;
  background-position: top;
  text-align: center;
}

#footerWrap .footerInner {
  width: 960px;
  min-height: 144px;
  margin: auto;
  padding: 40px 0 20px;
}

#footerNavWrap {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}
#footerNav {
  position: relative;
  line-height: 1.4;
}
#footerNav li {
  display: inline;
  font-size: 1.2rem;
}
#footerNav li:nth-child(8)::after,
#footerNav li:nth-child(10)::after {
  content: '  |  \A';
  display: inherit;
  white-space: pre;
}
#footerNav li:first-child::before,
#footerNav li:nth-child(9)::before,
#footerNav li:nth-child(11)::before,
#footerNav li::after {
	content:"  |  ";
	color:#FFF;
	font-size: 1.4rem;
}
#footerNav li a {
	color:#FFFFFF;
	padding:0 10px;
	text-decoration:none;
}
#footerNav li a:hover {
	color: #FFEDD0;
}


#footerWrap .footerEnd {
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.2;
}
#footerWrap .footerEnd a {
  color: #FFF;
}


/* PAGE TOP */
#pageTopWrap {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 64px;
  background: #000000;
  display: none;
  z-index: 500;
}
#pageTopWrap a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#pageTopWrap a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 42px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
}
