@charset "UTF-8";
@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
#page_title {
  background: url("../img/other/page_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

/* Style
-----------------------------------------------------*/
#sp_banner_list {
  position: relative;
  z-index: 10;
}
#sp_banner_list li {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  text-align: center;
  position: relative;
}
#sp_banner_list li a, #sp_banner_list li span {
  font-family: opensans;
  font-style: italic;
  letter-spacing: 0.15em;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #18ddb6;
  background-size: cover !important;
}
#sp_banner_list li .num {
  background: url("../img/top/diagram_green.svg?20150519") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  color: #18ddb6;
  letter-spacing: -0.01em;
}
#sp_banner_list .special01 a {
  background: url("../common/img/sp_img01.jpg") no-repeat center top;
}
#sp_banner_list .special02 a {
  background: url("../common/img/sp_img02.jpg") no-repeat center top;
}
#sp_banner_list .special03 a {
  background: url("../common/img/sp_img03.jpg") no-repeat center top;
}
#sp_banner_list .special04 a {
  background: url("../common/img/sp_img04.jpg") no-repeat center top;
}

@media only screen and (min-width: 751px) {
  .text.inner_fixed {
    margin-bottom: 30px;
  }

  #sp_banner_list {
    margin: 0 auto;
  }
  #sp_banner_list li {
    width: 255px;
    　height: 33px;
    float: left;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
  }
  #sp_banner_list li a {
    height: 96px;
    padding-top: 40px;
    background-color: rgba(32, 37, 36, 0.8);
  }
  #sp_banner_list li .num {
    width: 78px;
    height: 78px;
    line-height: 78px;
    margin: -24px auto 0;
  }
  #sp_banner_list li dd {
    margin-top: 18px;
    text-align: center;
  }
  #sp_banner_list li:first-child {
    margin-left: 0;
  }

  .link_list {
    width: 320px;
    float: left;
    margin: 60px 0 0 60px;
  }
  .link_list li {
    margin-top: 18px;
  }
  .link_list li:first-child {
    margin-top: 0;
  }
  .link_list:nth-child(3n+1) {
    margin-left: 0;
  }
  .link_list .specon_banner{
    width: 199px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .text {
    margin-bottom: 15px;
    text-align: left;
  }

  #sp_banner_list li {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
  }
  #sp_banner_list li a {
    height: 110px;
    padding-top: 30px;
    background-position: center top;
    background-color: rgba(32, 37, 36, 0.8);
  }
  #sp_banner_list li .num {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 10px;
  }
  #sp_banner_list li dd {
    margin-top: 10px;
    text-align: center;
  }
  #sp_banner_list li:first-child {
    margin-top: 0;
  }

  .link_list {
    margin-top: 30px;
  }
  .link_list li {
    margin-top: 10px;
  }
  .link_list li:first-child {
    margin-top: 0;
  }
  .link_list:first-child {
    margin-top: 0;
  }
}
