@charset "UTF-8";
/*　Example
.hogehoge {
	@include cf;
	@include pa(1px, auto, auto, 1px);
	@include fs(30);
	@include op(0.5);
	@include br(4px);
	@include enTitle;
}
*/
@import url("common.css");
body#home main h2#visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center; }
  body#home main h2#visual > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    height: auto; }
  body#home main h2#visual strong, body#home main h2#visual p {
    width: 100%;
    text-align: center; }
  body#home main h2#visual strong {
    position: absolute;
    top: 11%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    font-size: 60px;
    font-size: 3.75rem;
    font-family: Arial Italic; }
  body#home main h2#visual p {
    position: absolute;
    top: 23%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Arial Bold Italic; }
  body#home main h2#visual div {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 5%;
    z-index: 0;
    width: 90%;
    position: absolute;
    zoom: 1; }
    body#home main h2#visual div:after {
      display: block;
      clear: both;
      content: ""; }
    body#home main h2#visual div span {
      opacity: 0;
      filter: alpha(opacity=0);
      float: left;
      display: block;
      width: 25%;
      line-height: 0; }
      body#home main h2#visual div span img {
        width: 100%;
        height: auto; }
body#home main div#newsBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px !important; }
  body#home main div#newsBox ul {
    width: 100%;
    padding: 25px 0 0 50px; }
    body#home main div#newsBox ul li {
      display: block;
      font-size: 12px;
      font-size: 0.75rem; }
      body#home main div#newsBox ul li:first-child {
        margin-top: 0; }
      body#home main div#newsBox ul li time {
        color: #0068b6;
        padding-right: 1em; }
  body#home main div#newsBox a.toList {
    position: absolute;
    top: 0;
    right: -120px;
    bottom: auto;
    left: auto;
    display: block;
    width: 120px;
    height: 120px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 120px;
    text-align: center;
    text-decoration: none;
    color: #494b4d;
    background-color: #edf0f2; }
    body#home main div#newsBox a.toList:hover {
      color: white;
      background-color: #0068b6; }
body#home main ul#contentsBox {
  zoom: 1; }
  body#home main ul#contentsBox:after {
    display: block;
    clear: both;
    content: ""; }
  body#home main ul#contentsBox li {
    float: left;
    width: 50%;
    height: 320px;
    position: relative; }
    body#home main ul#contentsBox li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #494b4d; }
      body#home main ul#contentsBox li a h3 {
        position: absolute;
        top: 45px;
        right: auto;
        bottom: auto;
        left: 50px;
        z-index: 1;
        font-size: 40px;
        font-size: 2.5rem;
        font-family: Arial Italic; }
      body#home main ul#contentsBox li a p {
        position: absolute;
        top: 75px;
        right: auto;
        bottom: auto;
        left: 50px;
        z-index: 1;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: Arial Bold Italic; }
      body#home main ul#contentsBox li a div.image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 0; }
      body#home main ul#contentsBox li a span.cover {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 2;
        background-color: #f7f7f7; }
    body#home main ul#contentsBox li:nth-child(even) span.cover {
      top: 0; }
    body#home main ul#contentsBox li:nth-child(odd) span.cover {
      bottom: 0; }
