/* CSS Document */

/*リセット関連*/

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
}
body {
  background-color: #000;
  color: #000;
  height: 100%;
  line-height: 1.3;
  padding: 2px;
}
body, html {
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ol, ul {
  list-style: none;
  padding: 0;
}
li {
  padding: 0;
}
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}
a {
  background: transparent;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, em {
  font-style: normal;
}
/*clearfix用の記述*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* End hide from IE-mac */






/*ここからスマホ用*/
@media screen and (min-width: 345px) {
#conteiner {
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.4;
}
.content-wrapper h2, .content-wrapper p, .content-wrapper dl {
  padding: 15px 12px 0 62px;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
.content-wrapper ul {
  position: relative;
  z-index: 3;
  display: table;
  font-size: 0;
}
.content-wrapper li {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
  padding-top: 22px;
  padding-bottom: 22px;
}
.content-wrapper li span {
  margin-left: -10px;
}
.content-wrapper li strong {
  font-weight: bold;
  font-size: 115%;
  color: #e70012;
}
.content-wrapper li .block {
  margin-left: 4px;
}
.content-wrapper ul li:first-child {
  width: 54px;
  padding: 0 5px 0 12px;
}
.content-wrapper h1 {
  padding-right: 10px;
}
.content-wrapper ul li:first-child img {
  width: 100%;
  height: auto;
}
.line-vertical {
  position: absolute;
  left: 30px;
  width: 15px;
  height: 100%;
  background-color: #e70012;
  z-index: 2;
}
.line-horizontal {
  width: 100%;
  height: 15px;
  background-color: #e70012;
}
.content-wrapper p {
  padding-bottom: 5px;
}
.content-wrapper dl {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 5px;
}
.content-wrapper dt {
  float: left;
}
.content-wrapper dd {
  padding-left: 30px;
}
.image-aed {
  margin-left: 62px;
  text-align: center;
  padding-top: 10px;
}
.image-aed img {
  width: 124px;
  height: auto;
}
.content-wrapper h2 {
  font-size: 14px;
  padding-bottom: 20px;
}
.content-wrapper h2 span {
  margin-left: -4px;
}
#close {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#close a {
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 20px 0 40px;
}
#close a:hover {
  color: #f00;
}
}

/*ここからpc用*/
@media screen and (min-width: 0px) and (max-width: 344px) {
#conteiner {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.content-wrapper h2, .content-wrapper p, .content-wrapper dl {
  padding: 15px 12px 0 62px;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
.content-wrapper ul {
  position: relative;
  z-index: 3;
  display: table;
  font-size: 0;
}
.content-wrapper li {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
  padding-top: 22px;
  padding-bottom: 22px;
}
.content-wrapper li span {
  margin-left: -10px;
}
.content-wrapper li strong {
  font-weight: bold;
  font-size: 115%;
  color: #e70012;
}
.content-wrapper li .block {
  display: block;
}
.content-wrapper ul li:first-child {
  width: 54px;
  padding: 0 5px 0 12px;
}
.content-wrapper ul li:first-child img {
  width: 100%;
  height: auto;
}
.line-vertical {
  position: absolute;
  left: 30px;
  width: 15px;
  height: 100%;
  background-color: #e70012;
  z-index: 2;
}
.line-horizontal {
  width: 100%;
  height: 15px;
  background-color: #e70012;
}
.content-wrapper p {
  padding-bottom: 5px;
}
.content-wrapper dl {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 5px;
}
.content-wrapper dt {
  float: left;
}
.content-wrapper dd {
  padding-left: 30px;
}
.image-aed {
  margin-left: 62px;
  text-align: center;
  padding-top: 10px;
}
.image-aed img {
  width: 124px;
  height: auto;
}
.content-wrapper h2 {
  font-size: 11px;
  padding-bottom: 20px;
}
.content-wrapper h2 span {
  margin-left: -4px;
}
#close {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#close a {
  color: #ffffff;
  font-size: 20px;
  display: block;
  padding: 20px 0;
}
#close a:hover {
  color: #f00;
}
}
