@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

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 {
  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;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body {
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-size: 14px;
}

/*****************************************/
.alpha {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.alpha:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
}

/*****************************************/
#wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper p {
  max-height: 999999px;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 640px;
    width: 640px;
  }
}

header {
  background: #FFF;
}

/*****************************************/
h1 {
  position: absolute;
  top: 9999px;
  left: 9999px;
}

h2 {
  margin-top: 100px;
  text-indent: -9999px;
  position: relative;
  height: 110px;
  padding: 70px 0;
  background: url("../img/pc/top/ttl_01.png") center 92px no-repeat;
}

h2:before, h2:after {
  content: "";
  background: url("../img/pc/news/deco_01.png") repeat-x;
  position: absolute;
  width: 100%;
  height: 70px;
  display: block;
}

h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*****************************************/
section.news {
  text-align: left;
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 640px) {
  section.news {
    width: 560px;
    padding: 50px 40px;
  }
}

section.news article {
  margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
  section.news article {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 60px;
  }
}

section.news .day {
  color: #FFF;
  background: #0B3241;
  padding: 4px 15px;
  margin-bottom: 35px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  section.news .day {
    font-size: 18px;
  }
}

section.news h3 {
  font-size: 26px;
  margin-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  section.news h3 {
    margin-bottom: 60px;
  }
}

section.news h3:after {
  content: "";
  background: url("../img/dotline.png") left repeat-x;
  height: 5px;
  width: 980px;
  bottom: -35px;
  position: absolute;
  display: block;
}

@media only screen and (max-width: 640px) {
  section.news h3:after {
    width: 560px;
    bottom: -30px;
  }
}

section.news .txt {
  word-break: break-all;
}

@media only screen and (max-width: 640px) {
  section.news .txt {
    margin-bottom: 60px;
  }
}

/*****************************************/
footer {
  background: #000;
  background: #000;
  font-size: 12px;
  color: #FFF;
  padding: 40px 0;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  footer {
    font-size: 13px;
  }
}
