@charset "utf-8";

/*
Theme Name: EPARK
Author: EPARK, Inc.
Author URI: https://epark.co.jp/
Description: This is the theme only for EPARK, Inc.
Version: 1.0
*/

/*
============================================================
reset
============================================================
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
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;
}
 
body {
  line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul {
  list-style: none;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote: before, blockquote: after,
q: before, q: after {
  content: '';
  content: none;
}
 
a {
  color: #2152c1;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
 
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
hr {
  display: block;
  height: 1px;
  border: 0;  
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
 
input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*
============================================================
clearfix
============================================================
*/
.clearfix:after { /*--for modorn brouser--*/
	clear: both;
	color: transparent;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix { /*--IE 5.5-7--*/
	zoom: 1;
}

/*
============================================================
common
============================================================
*/
body {
  background: #ccc;
  font: 87.5%/1.4 Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meyrio, 'ＭＳ ゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
}
  @media screen and (max-width: 767px) {
    body {
      background: #fff;
    }
  }

ul.disc {
	margin-left: 1.6em;
}

ul.disc li {
	list-style-type: disc;
}

ol {
	margin-left: 2em;
}

ol > li {
	list-style-type: decimal;
}

ol li ol li {
	list-style-type: lower-alpha;
}

/*
============================================================
wrap
============================================================
*/
#wrap {
  background: #fff;
  margin: 20px auto 0;
  width: 600px;
}
  @media screen and (max-width: 767px) {
    #wrap {
      margin: 0 auto;
      width: 100%;
    }
  }

/*
============================================================
contents
============================================================
*/
#main-visual {
  color: #fff;
  font-size: 357.1%;
  text-align: center;
  padding: 30px 0 20px;
}
  @media screen and (max-width: 767px) {
    #main-visual {
      font-size: 214.3%;
    }
  }

#main-visual.emg {
  background: #ed2020 url(img/bg_emg.png);
}

#main-visual.saf {
  background: #8fc31f url(img/bg_saf.png);
}

#main-visual h1 {
  letter-spacing: 0.05em;
}

#main-visual.emg h1 {
  background: url(img/ico_emg.png) no-repeat center top;
  background-size: 150px auto;
  padding-top: 110px;
}

#main-visual.saf h1 {
  background: url(img/ico_saf.png) no-repeat center top;
  background-size: 140px auto;
  padding-top: 110px;
}

#title-box,
#comment-box {
  padding: 30px 30px 20px;
}
  @media screen and (max-width: 767px) {
    #title-box {
      padding: 15px;
    }
  }

#title-box h2 {
  font-size: 128.6%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#title-box .p-box,
#title-box .p-box p {
  margin-bottom: 0.5em;
}

#title-box .saf_txt-box {
  margin-bottom: 1em;
}

#title-box .saf_txt-box p {
  margin-bottom: 0.5em;
}

#comment-box {
  padding: 0 30px 15px;
}
  @media screen and (max-width: 767px) {
    #comment-box {
      padding: 0 15px 15px;
    }
  }

#comment-box li {
  margin-bottom: 1em;
}

#comment-box li .comment-author {
  display: none;
}

#comment-box li .comment-meta {
  color: #333;
  font-weight: bold;
}

#copyright {
  padding: 0 0 20px;
  text-align: center;
}

#pagetop {
  bottom: 5px;
  position: fixed;
  right: 5px;
}

#pagetop a {
  background: rgba(34,34,34,0.8) url(img/ico_pagetop.png) no-repeat center 15px;
  border-radius: 50%;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  color: #fff;
  display: block;
  font-size: 64.28571%;
  height: 70px;
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

