/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
/*
  padding: 0.438em 0.625em 0.438em 0.625em;
*/
  padding:0;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 7px;
}

.slicknav_menu {
  *zoom: 1;
  z-index:999999;
}
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
/*
    width: 1.125em;
    height: 0.875em;
*/
    width:40px;
    height:20px;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
/*
      width: 1.125em;
      height: 0.875em;
*/
      width:40px;
      height:20px;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    float:right;
/*
    width: 1.125em;
*/
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
/*
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
*/
   }
  .slicknav_menu .slicknav_icon-bar:nth-of-type(1) {
    width: 30px;
  }
  .slicknav_menu .slicknav_icon-bar:nth-of-type(2) {
    width: 30px;
  }
  .slicknav_menu .slicknav_icon-bar:nth-of-type(3) {
    width: 30px;
  }

  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,1);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);}
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
/*
  background: #4c4c4c;
  padding: 5px;
*/
}
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #222; }

.slicknav_btn {
/*
  margin: 5px 5px 6px;
*/
  margin:10px 10px 6px 0;
  text-decoration: none;
  background: transparent;
/*
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color:#dcdcdc;
  border:1px solid #eee;
  box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
*/
}

.slicknav_nav {
/*
  color: #fff;
*/
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 36px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
/*
      background: #ccc;
      color: #fff;
*/
}
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
/*
    color: #fff;
*/
}
    .slicknav_nav a:hover {
/*
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222;
*/
}
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {
    display:none;
  }
  .slicknav_menu .slicknav_btn.slicknav_open:first-child {
    background-image:url('../images/button_close.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:14px 14px;
    -webkit-background-size:14px 14px;
    -moz-background-size:14px 14px;
    -o-background-size:14px 14px;
  }
@charset "utf-8";
html,body{margin:0;padding:0;}
html,body{height: 100%;}
body {font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;text-align:left;color:#333;width:100%;word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0);background: url(../images/bg_main.gif);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,nav,pre,form,fieldset,input,label,textarea,p,blockquote,span,article,section {word-wrap:break-word;margin:0;padding:0;}
dl,dt,dd,ul,ol,li {list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:700;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:400;margin:0;padding:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,nav,pre,form,fieldset,input,label,select,textarea,p,blockquote,article,section,header,footer{display:block;}
span {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix:before,.clearfix:after{content:"";display:block;overflow:hidden;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.bold {font-weight:700;}
.fL {float:left;}
.fR {float:right;}
a {color:#333;}
.f90 {font-size:.9em;}
.f80 {font-size:.8em;}
.f70 {font-size:.7em;}

/* warpper */
#wrapper{
  display:block;
  margin:0 auto;
  overflow:hidden;
  padding:0;
  text-align:left;
}
.contents {
  display:block;
  overflow:hidden;
  width:100%;
}
.contents a{
  color:#0000de;
}
.contents p{
  line-height:160%;
}
.contents_box {
  background-color:#F5F5F5;
  box-shadow: 4px 4px 4px rgba(0,0,0,.2);
  -ms-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.2);
  behavior: url(/PIE.htc);
  display:block;
  margin:0 auto 40px;
  padding:0 0 20px;
}
.needed {
  color:#ff0000;
}
.hidden {
  display:none;
  height:0;
  margin:0;
  padding:0;
  width:0;
}

/**
 * スマホ用ヘッダーメニュー
 */
.slicknav_menu {
  display:none;
}

/**
 * SNS
 */
.sns-btn_main{
  position: fixed;
  right:10px;
  bottom: 84px;
  width:64px;
}
.sns-btn_main li {
  display: block;
  width:100%;
  margin:10px 0 0;
  text-align: center;
  text-decoration: none;
  overflow:hidden;
  -webkit-border-radius: 50%;/* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sns-btn_main a {
  width:64px;
  height:64px;
}
.sns-btn_main .sns-btn-twitter,
.sns-btn_main .sns-btn-facebook,
.sns-btn_main .sns-btn-googleplus,
.sns-btn_main .sns-btn-hatebu{
  background-position:50% 50%;
}
.sns-btn{
  display:block;
}
.sns-btn a {
  display: block;
  margin:0 auto;
  padding:0;
  text-align: center;
  text-decoration: none;
  overflow:hidden;
}
.sns-btn-twitter,
.sns-btn-facebook{
  background-repeat:no-repeat;
  background-position:50% 50px;
  background-size:30px 30px;
  -webkit-background-size:30px 30px;
  -moz-background-size:30px 30px;
  -o-background-size:30px 30px;
}
.sns-btn-twitter{
  background-color: #00b0ed;
  background-image:url(../images/share_twitter.png);
}
.sns-btn-facebook{
background-color: #3b5998;
background-image:url(../images/share_facebook.png);
}


/**
 * ﾄｯﾌﾟに戻る
 */
#rpt {
  position:fixed;
  bottom:10px;
  z-index:99999;
  display:none;
}
#rpt a {
  display:block;
  margin:0;
  padding:0;
  background-repeat:no-repeat;
  background-image:url(../images/pageup.png);
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  text-align: center;
  text-decoration: none;
  overflow:hidden;
}
#rpt {
  right:10px;
  width:64px;
  height:64px;
}
#rpt a {
  width:64px;
  height:64px;
  background-size:64px 64px;
  -webkit-background-size:64px 64px;
  -moz-background-size:64px 64px;
  -o-background-size:64px 64px;
}

/**
 * Loading
 */
#loading {
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#fff;
  z-index:999998;
}
#preloader{
  z-index:999999;
  position:fixed;
  top: 50%;
  left: 50%;
  width:54px;
  height:5px;
  margin:-2.5px 0 0 -27px;
}
#preloader span {
  display:block;
  bottom:0px;
  width: 9px;
  height: 5px;
  background:#9b59b6;
  position:absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}
#preloader span:nth-child(2){
left:11px;
animation-delay: .2s;
}
#preloader span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {height:5px;transform:translateY(0px);background:#9b59b6;}
  25% {height:30px;transform:translateY(15px);background:#3498db;}
  50% {height:5px;transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}


/**
 * Color
 */
.red {
  color:#ff0000;
}
.glay {
  color:#696969;
}


/**
 * Header
 */
header {
  font-size:12px;
  width:100%;
}
header nav {
  display:block;
  margin:0;
  padding:0;
}
header h1,
header p.logo {
  padding:0;
  overflow:hidden;
}
header h1 a,
header p.logo a {
  display:block;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  background-image:url(../images/logo.png);
}

/**
 * Footer
 */
footer {
  color: #222;
}
.footerbox {
  width: 98%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 30px;
}
footer a{
  color: #333;
  text-decoration: none;
}
footer .footer_address {
  display: block;
  margin: 0;
  padding: 0;
}
footer .footer_address address ,
footer .footer_address h5 {
  text-align: left;
  line-height: 16px;
  font-size: 13px;
  padding: 24px 0 0;
}
footer .footer_address h5:nth-of-type(1) {
  padding: 0;
}
footer .footer_address address{
  padding: 0;
}
footer .footer_address address a{
  text-decoration: underline;
}
footer .footer_address p {
  padding: 4px 0 0 20px;
}
footer .footer_link {
  display: block;
  margin: 0;
  padding: 0;
}
footer ul {
  display: block;
}
footer ul li {
  display: block;
  float: left;
  padding: 0;
}
footer dl {
  display: block;
  text-align: left;
}
footer dt {
  font-size: 1.0em;
}
footer dl dd {
  display: block;
  font-size: 12px;
  position: relative;
  margin-left: 1.6em;
}
footer dl dd::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -1.0em;
  width: 6px;
  height: 1px;
  background-color:rgba(51,51,51,.6);
}
footer ul a:hover{
  text-decoration: underline;
}
footer p.copy {
  padding:10px 0;
  text-align: center;
}
footer p.copy ,
footer p.copy a {
  font-size:12px;
}
footer p.copy img {
  height:12px;
  width:12px;
}


/**
 * パンくずリスト
 */
#breadcrumb {
  display:block;
  text-align:left;
  color: #333;
  margin:0 auto 0;
  overflow:hidden;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}
#breadcrumb h1 {
  display:inline-block;
  font-weight: normal;
  margin:0;
  padding:0;
}
#breadcrumb ul{
  display:block;
  padding:0;
  margin:0;
}
#breadcrumb li {
  margin:0;
  padding:0;
}


/**
 * Side bar
 */
#sidebar {
  position: relative;
  right:10px;
  bottom: 84px;
}
.side_menu {
  position: fixed;
  left:10px;
  top:115px;
  display: block;
  width:160px;
  height:auto;
  background-color:#eeeeee;
}
.side_menu li{
  display: block;
  width:100%;
  height:auto;
  border-left:3px solid #369;
  border-bottom: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.side_menu li a,
.side_menu li p {
  font-size:12px;
  display: block;
  margin:0;
  padding:14px 0 14px;
  width:100%;
  height:auto;
  text-align:center;
  text-decoration:none;
}

/**
 * facebook プラグイン
 */
.fb_cntents {
  margin:30px 0 0;
}

/**
 * error Message
 */
#messagebox {
  position: fixed;
  z-index: 99999;
  width:100%;
  top:40px;
}
#errormsg,
#complete {
  text-align:left;
  line-height:1.3em;
  padding:6px 10px;
  margin:0;
}
#errormsg {
  border:1px solid #ff0000;
  background-color:rgba(255,200,200,.95);
}
#complete {
  border:1px solid #28b300;
  background-color:rgba(168,255,142,.95);
}
#messagebox #close {
  background-color: #696969;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  top: 4px;
  position: absolute;
  right: 10px;
  width: 16px;
  -webkit-border-radius: 50%;/* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/**
 * table レイアウト
 */
table.table1 {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  table-layout: fixed;
}
table.table1 th {
  background: #295890;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
table.table1 td {
  background: #f8f8f8;
  line-height:2.0em;
}

table.table2 {
  margin:0 auto;
  border-collapse: collapse;
  text-align: left;
  line-height: 2.0em;
  border-top: 1px solid #ccc;
  border-left: 3px solid #369;
  table-layout: fixed;
}
table.table2 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #153d73;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.table2 td {
  padding:10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.table2 p{
  padding:0 8px 0 10px;
}


/*---------------------------------------------------------
  pc用のcss
---------------------------------------------------------*/
@media screen and (min-width:961px) {
  html,body{
    height: 100%;
  }
  body {
    font-size:16px;
    height:100%;
  }
  #wrapper{
    width:1020px;
  }
  .contents {
    margin:30px 0 0;
  }
  .contents_box {
    width:980px;
  }
  .contents_box p {
    line-height:2.4em;
  }

  /**
   * Header
   */
  header {
    position:fixed;
    z-index:99999;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom:1px solid #dcdcdc;
    height:50px;
  }
  header h1,
  header p.logo {
    float:left;
    margin:0 0 0 10px;
    width:200px;
    height:50px;
  }
  header h1 a,
  header p.logo a {
    width:200px;
    height:50px;
    background-size:200px 50px;
    -webkit-background-size:200px 50px;
    -moz-background-size:200px 50px;
    -o-background-size:200px 50px;
  }
  header ul {
    display:block;
    float:right;
  }
  header li {
    display:block;
    float:left;
    width:auto;
    min-width:140px;
  }
  header li a,
  header li p {
    display: block;
    width:auto;
    min-width:140px;
    height:auto;
    min-height:50px;
    line-height:16px;
    margin:0;
    padding:17px 0;
    text-align:center;
    text-decoration: none;
    outline: none;
    font-weight: normal;
  }
  header li.menu__multi > a,
  header li.menu__multi > p,
  header li.menu__single > a,
  header li.menu__single > p {
    font-weight: 700;
    letter-spacing:.1em;
  }
  header li a::before,
  header li a::after,
  header li p::before,
  header li p::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  header li a,
  header li a::before,
  header li a::after,
  header li p,
  header li p::before,
  header li p::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header li a,
  header li p{
    position: relative;
  }
  header li span {
    display: block;
    position: absolute;
    top:0;
    left:0;
    min-width: 140px;
    height:auto;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
  }
  header li span:nth-child(1) {
    background-color: #333;
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
  }
  header li span:nth-child(2) {
    background-color: #fff;
    color: #333;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
  }
  header li:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  header li:hover span:nth-child(2) {
    background-color: #333;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  li.menu__multi,
  li.menu__single {
    position: relative;
  }
  li.menu__multi a,
  li.menu__single a{
    color:#fff;
  }
  li.menu__multi ul.menu__second-level,
  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.menu__multi:hover ul.menu__second-level,
  li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  li.menu__multi ul.menu__second-level li {
    position: relative;
  }
  li.menu__multi ul.menu__second-level li:hover,
  li.menu__single ul.menu__second-level li:hover {
    background-color: rgba(174,206,0,.9);
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 100%;
    width:100%;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background-color: rgba(174,206,0,.9);
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
  }
  li.menu__multi ul.menu__second-level li p,
  li.menu__single ul.menu__second-level li p {
    color:#fff;
  }

  /**
   * Footer
   */
  footer {
    background: #f0f0f0 url(../images/bg_footer_border.png) repeat-x 0 0;
    padding: 21px 0px 0px 0px;
  }
  footer h4{
    display:block;
    width:160px;
    height:40px;
    padding:0;
    margin-bottom:8px;
  }
  footer h4 a{
    display:block;
    width:160px;
    height:40px;
    overflow:hidden;
    text-decoration:none;
    text-indent:-9999px;
    background-image:url(../images/logo.png);
    background-size:160px 40px;
    -webkit-background-size:160px 40px;
    -moz-background-size:160px 40px;
    -o-background-size:160px 40px;
  }
  footer .footer_address {
    float:left;
    width:500px;
    max-width:40%;
  }
  footer .footer_address p.glay {
    padding:8px 0 0 20px;
  }
  footer .footer_link{
    float:right;
    width:900px;
    max-width:60%;
  }
  footer ul {
    width:100%;
    margin:0 0 30px 0;
  }
  footer ul li {
    width:25%;
    margin:0;
  }
  footer dt a {
    color:rgba(51,51,51,1);
  }
  footer dl dd {
    color:rgba(51,51,51,.6);
    padding-right:1.0em;
  }
  footer dl dd a{
    color:rgba(51,51,51,1);
  }
  footer p.copy {
    border-top:1px solid #fff;
    -webkit-box-shadow: 0 -1px 0 #ccc;
    -moz-box-shadow: 0 -1px 0 #ccc;
    box-shadow: 0 -1px 0 #ccc;
  }
  footer p.copy ,
  footer p.copy a {
    color:#333;
  }

  /**
   * パンくずリスト
   */
  #breadcrumb {
    line-height: 30px;
    font-size:12px;
    padding:52px 0 1px;
  }
  #breadcrumb li {
    display:block;
    float:left;
  }
  #breadcrumb li a{
    position: relative;
    display: block;
    background-color: #f0f0f0;
    padding-right: 10px;
    height: 30px;
    margin-right: 33px;
    text-decoration: none;
    color: #696969;
  }
  #breadcrumb li a:last-of-type { margin-right: 33px }
  #breadcrumb li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #f0f0f0;
    border-left-color: transparent;
  }
  #breadcrumb li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #f0f0f0;
  }
  #breadcrumb li:first-child a{ padding-left: 20px; }
  #breadcrumb li:first-child a:before{display:none;}
  #breadcrumb li a:hover {
    background-color: rgba(174,206,0,.9);
    color: #fff;
    text-decoration: none;
  }
  #breadcrumb a:hover:before {
    border-color: rgba(174,206,0,.9);
    border-left-color: transparent;
  }
  #breadcrumb li a:hover:after {
    border-left-color: rgba(174,206,0,.9)
  }

  /**
   * SNS
   */
  .fb_cntents {
    width:400px;
  }

  #linklist {
    display:none;
  }

  /**
   * Header Menu
   */
  .main_link2,
  .main_link2 ul {
    z-index:99998;
    display:block;
    width:100%;
    text-align:center;
    position:fixed;
    background-color: rgba(0,0,0,.8);;
    top:-100px;
    left:0;
  }
  .main_link2 li{
    float:left;
    margin:0;
    padding:0 0 0 30px;
    height:40px;
  }
  .main_link2 a {
    color:rgba(255,255,255,1);
    text-decoration: none;
    line-height:40px;
  }

  /**
   * error Message
   */
  #messagebox {
    top:40px;
  }

  /**
   * table レイアウト
   */
  table.table1 {
    width: 940px;
  }
  table.table1 th,
  table.table1 td {
    padding: 10px;
  }
  table.table1 td {
    padding-left: 20px;
  }
  table.table1 th {
    width:100px;
  }
  table.table1 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
  }
  /* firefox */
  @-moz-document url-prefix() {
    table.table1 th::after {
      float: right;
      padding: 0;
      left: 30px;
      top: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: relative;
      pointer-events: none;
      border: 10px solid transparent;
      border-left: #295890 10px solid;
      margin-top: -10px;
    }
  }
  table.table2 {
    width:937px;
  }
  table.table2 th {
    width:100px;
  }

  #rpt a {
    background-color:#fff;
    background-position:50% 50%;
    -webkit-border-radius: 50%;/* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}

/*---------------------------------------------------------
  スマホタブレット共通用のcss
---------------------------------------------------------*/
@media screen and (max-width:960px) {
  body {
    position: relative;
    top:0;
    left:0;
    font-size:14px;
    line-height: 140%;
  }
  #wrapper{
    width:100%;
  }
  .contents {
    margin:0 0 0;
  }
  .contents_box {
    width:94%;
  }

  /**
   * Header
   */
  header {
    height:40px;
    padding:0;
    background-color:#f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
  }
  header h1,
  header p.logo {
    float:left;
    margin:0 0 0 4px;
    width:160px;
    height:40px;
  }
  header h1 a,
  header p.logo a{
    width:160px;
    height:40px;
    background-size:160px 40px;
    -webkit-background-size:160px 40px;
    -moz-background-size:160px 40px;
    -o-background-size:160px 40px;
  }
  header ul{
    margin:0;
    padding:0;
    display:none;
    overflow: hidden;
  }
  .slicknav_menu {
    position: absolute;
    top:0;
    right:0;
    display:block;
    z-index:99999;
  }
  .slicknav_nav {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:298px;
    background-color:rgba(0,0,0,.9);
    border: 1px solid #dcdcdc;
  }
  .slicknav_nav li a{
    color:#fff;
  }
  .slicknav_nav li a span:nth-of-type(1) {
    display:none;
    margin:0;
    padding:0;
  }


  /**
   * footer
   */
  footer {
    background-color:#333;
    color:#fcfcfc;
    border-top: 1px solid rgba(0,0,0,1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
  }
  footer a {
    color:#fcfcfc;
  }
  footer ul {
    margin:0;
  }
  footer h4{
    display:none;
    padding:0;
    margin:0;
    overflow:hidden;
  }
  footer h4 a{
    display:none;
    padding:0;
    margin:0;
    overflow:hidden;
  }
  footer .footer_address {
    float:right;
    width:100%;
    padding:30px 0 0;
    border-top: 1px solid rgba(0,0,0,1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
  }
  footer .footer_address p.glay {
    padding:8px 20px 0 20px;
  }
  footer .footer_link{
    float:left;
    padding:0 0 60px 0;
    width:100%;
  }
  footer .footer_link > ul {
    width:100%;
  }
  footer .footer_link> ul > li {
    width:50%;
    padding:30px 0 0;
  }
  footer dl {
    width:94%;
    margin:0 auto;
  }
  footer dl dt {
    color:#fcfcfc;
  }
  footer dl dd {
    color:#fcfcfc;
    margin-left:1.6em;
  }
  footer dl dd::after {
    background-color:#fcfcfc;
  }
  footer dl dd a{
    color:#fcfcfc;
  }
  footer p.copy {
    border-top: 1px solid rgba(0,0,0,1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
  }
  footer p.copy ,
  footer p.copy a {
    color:#fcfcfc;
  }

  /**
   * パンくずリスト
   */
  #breadcrumb {
    line-height: 200%;
    font-size:10px;
    padding:4px 0;
  }
  #breadcrumb li {
    display: inline-block;
  }
  #breadcrumb li::before {
    display: inline-block;
    content: '\00bb';
    margin: 0 .4em 0 0;
    color: #959fa5;
  }
  #breadcrumb li:first-child:before {
    content: '';
  }

  /**
   * sidebar
   */
  #sidebar {
    display:none;
    width:0;
    height:0;
    padding:0;
    margin:0;
    overflow: hidden;
  }

  /**
   * SNS
   */
  .fb_cntents {
    width:100% !important;
    overflow: hidden;
  }

  /**
   * error Message
   */
  #messagebox {
    top:0;
  }

  /**
   * table レイアウト
   */
  table.table1 {
    width:98%;
  }
  table.table1 th {
    padding:10px 6px;
  }
  table.table1 td {
    width:76%;
    padding:10px 6px;
  }
  table.table2 {
    width:98%;
  }
  table.table2 th {
    width:20%;
  }
  table.table2 td {
    width: 80%;
  }
}

/*---------------------------------------------------------
  tablet用のcss
---------------------------------------------------------*/
@media only screen and (min-width:376px) and (max-width:960px) {

}

/*---------------------------------------------------------
  スマホ用のcss
---------------------------------------------------------*/
@media screen and (max-width:375px) {

}
@charset "utf-8";

select {
  -webkit-appearance:none;
}

#form {
  display:block;
  width:100%;
  margin:0 auto;
}
#form ul li {
  margin:0;
  height:auto;
}
#form label {
  margin:0;
  height:100%;
  line-height:38px;
}
#form ul {
  width: 100%;
}
#form textarea {
  height:300px;
}
#form input,
#form select,
#form textarea {
  border: solid 1px #90949c;
  padding: 10px 5px;
  background-color: #fff;
}
.button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  outline: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  margin:20px auto 0;
  display: block;
  font-size:1.3em;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  background-color:#dcdcdc;
  border: none;
}
.contact_button {
  margin:0 auto;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
#form label.radio, #form label.checkbox {
  width:auto;
  box-sizing: border-box;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
  padding: 0 0 0 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*---------------------------------------------------------
  pc用のcss
---------------------------------------------------------*/
@media screen and (min-width:961px) {
  #form ul li {
    padding:24px 0 0 0;
  }
  #form label {
    padding:0 14px 0 0;
    width:300px;
    height:100%;
    float: left;
    text-align:right;
  }
  #form input,
  #form select,
  #form textarea {
    width:634px;
  }
  .contact_button button.button {
    width: 400px;
    height: 54px;
  }
  .button:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: rgba(68,68,68,1);
  }
  .button:hover {
    cursor: pointer;
  }
  .button:hover:after {
    width: 100%;
    left: 0;
  }
  .contact_button {
    margin:0 auto;
    width:824px;
  }
  .contact_button button:nth-of-type(1) {
    float:left;
    margin-right:20px;
  }
}
/*---------------------------------------------------------
  スマホタブレット共通用のcss
---------------------------------------------------------*/
@media screen and (max-width:960px) {
  #form ul li {
    padding:10px 0 0 0;
  }
  #form label {
    padding:0 0 0 10px;
    display:block;
  }
  #form input,
  #form select,
  #form textarea {
    width:80%;
    margin:0 auto;
  }
  #form .inputbox {
    width:80%;
    margin:0 auto;
  }
  #form .inputbox input,
  #form .inputbox select,
  #form .inputbox textarea {
    margin:0;
  }
  .button {
    width: 80%;
  }
}
/*---------------------------------------------------------
  tablet用のcss
---------------------------------------------------------*/
@media only screen and (min-width:376px) and (max-width:960px) {

}
/*---------------------------------------------------------
  スマホ用のcss
---------------------------------------------------------*/
@media screen and (max-width:375px) {

}@charset "utf-8";
.contents_box p{
  padding:20px 20px 0;
}
h4 {
  padding:40px 20px 0;
  margin:0;
  color:#295890;
  font-size:1.5em;
}
h5 {
  padding:20px 20px 0;
}

/**
 * パンくずリスト
 */
#breadcrumb {
  color:#fff;
  border-bottom:none;
  background-color:rgba(0,0,0,.8);
}
#breadcrumb li a{
  color:#fff;
}
#breadcrumb li a:before {
  border-color: rgba(240,240,240,.2);
}
#breadcrumb li a:after {
  border-left-color: rgba(240,240,240,.2);
}
#breadcrumb li a:hover {
  background-color: rgba(240,240,240,.4);
}
#breadcrumb a:hover:before {
  border-color: rgba(240,240,240,.4);
}
#breadcrumb li a:hover:after {
  border-left-color: rgba(240,240,240,.4);
}
#horizon1 {
  width: 0;
  height: 2px;
  background: rgba(0,200,0,.8);
}

/**
 * メイン画像
 */
#background{
  text-align: left;
  padding:0;
  background: url(../images/top_system_engineering_service.jpg);
  background-repeat:no-repeat;
  background-position:50% 30%;
  -moz-background-size:cover;
  background-size:cover;
}
.background_mask {
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.4);
}
#background h2 {
  text-align: left;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
}
#background ul.main_link {
  margin:0;
}
#background ul.main_link li a{
  line-height:160%;
}
.main_link2 {
  border-bottom: 2px solid rgba(0,200,0,.8);
}
.main_link2 a:hover {
  color: rgba(0,200,0,.8);
}

/**
 * コンテンツエリア
 */
#wrapper h3 {
  position: relative;
  padding:0;
  line-height: 120%;
}
#wrapper h3::before,
#wrapper h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
#wrapper h3::before {
  z-index: 2;
  width: 15%;
  background-color: #00C800;
}
#wrapper h3::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

/**
 * SES
 */
.ses_button {
  margin:20px 0 0;
}
.ses_button li span{
  display:table;
  width:90%;
  height:60px;
  min-height:60px;
  max-height:80px;
  margin:0 auto;
}
.ses_button li a.button2{
  display:table-cell;
  vertical-align: middle;
  padding:0 10px;
}


/**
 * 開発パートナー募集
 */
.partner {
  margin:0 auto;
}
.partner_button {
  margin:20px 0 0;
}
.partner_button li span{
  display:table;
  width:90%;
  height:60px;
  min-height:60px;
  max-height:80px;
  margin:0 auto;
}
.partner_button a.button2 {
  display:table-cell;
  vertical-align: middle;
  padding:0 10px;
}

/**
 * ボタン
 */
a.button2{
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  text-align:center;
  text-decoration: none;
  height:60px;
  line-height:60px;
  font-size:1.0em;
}
a.button2:hover{
  background:#fff;
  color:#1AAB8A;
}

/**
 * 開発環境
 */
.ade li {
  display:block;
  float:left;
  text-align:center;
  margin:10px 0 0;
  padding:0 0 20px;
}
.ade span {
  display:block;
  padding:0 0 0;
}
.dv-img {
  display:block;
  margin:0 auto;
  padding:0;
  text-decoration:none;
  text-indent:-9999px;
  width:89px;
  height:89px;
  border:1px solid rgba(174,206,0,1);
  -webkit-border-radius: 50%;/* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:89px 89px;
  -webkit-background-size:89px 89px;
  -moz-background-size:89px 89px;
  -o-background-size:89px 89px;
}
.lang-java {
  background-image:url(../images/java.png);
}
.lang-php {
  background-image:url(../images/php.png);
}
.lang-vb {
  background-image:url(../images/net.png);
}
.lang-cp {
  background-image:url(../images/c++.png);
}
.lang-c {
  background-image:url(../images/c.png);
}
.lang-obc {
  background-image:url(../images/objectivec.png);
}
.lang-ruby {
  background-image:url(../images/rails.png);
}
.lang-cobol {
  background-image:url(../images/camel.png);
}
.lang-rpg {
  background-image:url(../images/rpg.png);
}
.lang-acs {
  background-image:url(../images/actionscript.png);
}
.lang-html5 {
  background-image:url(../images/html5.png);
}
.lang-css3 {
  background-image:url(../images/css3.png);
}
.lang-js {
  background-image:url(../images/javascript.png);
}
.lang-nodejs {
  background-image:url(../images/javascript_node.png);
}
.lang-jquery {
  background-image:url(../images/jquery.png);
}
.os-linux {
  background-image:url(../images/linux.png);
}
.os-windows {
  background-image:url(../images/windows.png);
}
.os-android {
  background-image:url(../images/android.png);
}
.os-ios {
  background-image:url(../images/apple.png);
}
.os-vm {
  background-image:url(../images/1465324394_VMware.png);
}
.db-oracle {
  background-image:url(../images/oracle.png);
}
.db-ibm {
  background-image:url(../images/ibm.png);
}
.db-mysql {
  background-image:url(../images/mysql.png);
}
.db-postgresql {
  background-image:url(../images/postgresql.png);
}
.db-mongodb {
  background-image:url(../images/mongoDB.png);
}
.db-redis {
  background-image:url(../images/redis.png);
}
.db-hirdb {
  background-image:url(../images/hirdb.jpg);
}
.db-microsoft {
  background-image:url(../images/microsoft.png);
}
.mp-unity {
  background-image:url(../images/unity-logo-100571261-large.png);
}
.mp-cocos2d {
  background-image:url(../images/Cocos2d-x.jpeg);
}

/**
 * 開発ノウハウ
 */
.skill {
  display:block;
  margin:0 auto;
}
.skill li {
  float:left;
  padding:0 0 20px 0;
}
.skill .skill_g li p {
  height:80px;
  line-height:80px;
  font-size:1.2em;
  text-shadow: -1px 1px 0 rgba(255,255,255,.2);
  position:relative;
  text-align:center;
  z-index:0;
  color:#333;
  margin:0 0 10px;
  padding:0;
}
.skill .skill_g li:nth-child(1),
.skill .skill_g li:nth-child(4){
  margin:0;
}
.skill .skill_g li:nth-child(1) p{
  background-color:#FFCC00;
}
.skill .skill_g li:nth-child(2) p{
  background-color:#C3D72C;
}
.skill .skill_g li:nth-child(3) p{
  background-color:#42B05F;
}
.skill .skill_g li:nth-child(4) p{
  background-color:#00C9A0;
}
.skill .skill_g li:nth-child(5) p{
  background-color:#00B8EE;
}
.skill .skill_g li:nth-child(6) p{
  background-color:#3071B7;
}

/**
 * 開発実績
 */
.pfm {
  margin:0 auto;
  padding:0;
}
table {
  width: 100%;
  border-spacing: 0;
}
table th {
  color: #000;
  padding: 8px 15px;
  background-color: #eee;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(255,255,255,.3) inset;
}
table th:last-child {
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,.1),0px 1px 1px rgba(255,255,255,.3) inset;
}
table tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  text-align: left;
}
table tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,.1);
}
table tr:hover {
  background: #eee;
  cursor:pointer;
}

/**
 * 受託開発・オフショア開発
 */
.entrusted {
  position:relative;
  overflow:hidden;
}
.entrusted:after{
  content: '';
  position:absolute;
  display:block;
  top:100px;
  right:-230px;
  width:400px;
  height:400px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  transform: rotate(-45deg);
  background-image: url(../images/1465480857_android.png);
  background-repeat:no-repeat;
  background-size:400px 400px;
  -webkit-background-size:400px 400px;
  -moz-background-size:400px 400px;
  -o-background-size:400px 400px;
  opacity: .4;
}
.entrusted:before{
  content: '';
  position:absolute;
  display:block;
  top:180px;
  right:150px;
  width:250px;
  height:250px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  background-image: url(../images/1465825582_16-apple.png);
  background-repeat:no-repeat;
  background-size:250px 250px;
  -webkit-background-size:250px 250px;
  -moz-background-size:250px 250px;
  -o-background-size:250px 250px;
  opacity: .4;
}
.entrusted p{
  padding:0 20px;
}
.ofs dl dt {
  font-weight: 700;
  display:block;
  padding:0 0 10px;
  color:#295890;
}
.entrusted ul,
.ofs dl{
  display:block;
  margin:0 auto;
  padding:20px 0 0;
}
.entrusted ul li,
.ofs dl dd {
  display:block;
  margin:0 0 12px 30px;
}
.entrusted ul li,
.ofs dl dd {
  position: relative;
}
.entrusted ul li::after,
.ofs dl dd::after{
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 2px solid #00C800;
  border-bottom: 2px solid #00C800;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**
 * お問い合わせ
 */
.contact-box {
  padding:40px 0 40px;
}
.contact-box h4 {
  text-align:center;
  padding:0;
  line-height:1.0em;
}
.contact_tel{
  position:relative;
  overflow:hidden;
}
.contact_tel:before{
  content: '';
  position:absolute;
  display:block;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  background-image: url(../images/1474228549_phone.png);
  background-repeat:no-repeat;
  opacity: .1;
}
.contact_tel a {
  font-weight: 700;
}

/*---------------------------------------------------------
  メインリンク用
---------------------------------------------------------*/
@media screen and (max-width : 767px) {
  #background ul.main_link {
    padding:0;
  }
  #background ul.main_link li a{
    font-size:87.5%;
  }
  #background ul.main_link li a::after {
    width:30px;
    height: 15px;
    border-left: 3px solid rgba(0,200,0,1);
    border-bottom: 3px solid rgba(0,200,0,1);
  }
}
@media screen and (min-width : 768px) and (max-width : 1199px) {
  #background ul.main_link {
    padding:40px 0 0;
  }
  #background ul.main_link li a{
    font-size :87.5%;
  }
  #background ul.main_link li a::after {
    width:30px;
    height: 15px;
    border-left: 3px solid rgba(0,200,0,1);
    border-bottom: 3px solid rgba(0,200,0,1);
  }
}
@media screen and (min-width : 1200px) and (max-width : 1399px) {
  #background ul.main_link {
    padding:80px 0 0;
  }
  #background ul.main_link li a{
    font-size :87.5%;
  }
  #background ul.main_link li a::after {
    width:40px;
    height: 20px;
    border-left: 4px solid rgba(0,200,0,1);
    border-bottom: 4px solid rgba(0,200,0,1);
  }
}
@media screen and (min-width : 1400px) and (max-width : 1599px) {
  #background ul.main_link {
    padding:100px 0 0;
  }
  #background ul.main_link li a{
    font-size : 90%;
  }
  #background ul.main_link li a::after {
    width:60px;
    height: 30px;
    border-left: 6px solid rgba(0,200,0,1);
    border-bottom: 6px solid rgba(0,200,0,1);
  }
}
@media screen and (min-width : 1600px) {
  #background ul.main_link {
    padding:120px 0 0;
  }
  #background ul.main_link li a{
    font-size : 100%;
  }
  #background ul.main_link li a::after {
    width:60px;
    height: 30px;
    border-left: 6px solid rgba(0,200,0,1);
    border-bottom: 6px solid rgba(0,200,0,1);
  }
}


/*---------------------------------------------------------
  pc用のcss
---------------------------------------------------------*/
@media screen and (min-width:961px) {

  /**
   * パンくずリスト
   */
  #breadcrumb {
    padding:0;
  }
  #breadcrumb li a{
    background-color: rgba(240,240,240,.2);
  }

  /**
   * メイン画像
   */
  #background{
    margin:50px auto 0;
    width:100%;
    height:100%;
    max-width:1920px;
    max-height:1280px;
    background-attachment:fixed;
  }
  #background h2 {
    padding:60px 0 0 20px;
    font-size:2.8em;
  }
  #background ul.main_link {
    display:none;
  }
  #background ul.main_link li a{
    display:table-cell;
    position: relative;
    top:0;
    left:0;
    color:#fff;
    text-decoration: underline;
    text-shadow: -1px 1px 0 rgba(0,0,0,1);
    text-align:center;
    vertical-align: middle;
  }
  #background ul.main_link li a:after {
    display: block;
    color:rgba(0,200,0,1);
    content: '';
    position: absolute;
    top: 10%;
    left: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #background ul.main_link li {
    display:table;
    position: relative;
    z-index: 1;
    float:left;
    margin:0 0 0 20px;
    padding:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color:rgba(0,0,0,.8);
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    color:#fff;
    font-size:18px;
    text-decoration: underline;
    text-shadow: -1px 1px 0 rgba(0,0,0,1);
    text-align:center;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
  }
  #background ul.main_link li:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px rgba(0,200,0,.8);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0;
  }
  /* Effect 1a */
  #background ul.main_link li:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  /**
   * コンテンツエリア
   */
  #wrapper h3 {
    width:980px;
    font-size:1.7em;
    margin:3.0em auto .2em;
  }
/*
  #wrapper h3:nth-of-type(1) {
    margin:0 auto .2em;
  }
*/

  /**
   * SES
   */
  .ses_button li{
    float:left;
    display:block;
    width:33%;
  }
  .ses_button li a.button2{
    line-height:1.6em;
  }

  /**
   * 受託開発・オフショア
   */
  .entrusted ul,
  .ofs dl{
    width:940px;
  }
  .entrusted p {
    width:940px;
  }

  /**
   * 開発ノウハウ
   */
  .skill {
    width:890px;
  }
  .skill li {
    width:280px;
    margin:0 0 0 25px;
  }
  .skill li:nth-child(4) {
  clear:both
  }
  .skill .skill_g li p:after {
    border:20px solid transparent;
    border-right-width:0;
    right:-20px;
    content:'';
    display:block;
    top:25%;
    position:absolute;
    width:0;
    z-index:999;
  }
  .skill .skill_g li:nth-child(1) p:after {
    border-left-color:#FFCC00;
  }
  .skill .skill_g li:nth-child(2) p:after {
    border-left-color:#C3D72C;
  }
  .skill .skill_g li:nth-child(3) p:after {
    border-left-color:#42B05F;
  }
  .skill .skill_g li:nth-child(4) p:after {
    border-left-color:#00C9A0;
  }
  .skill .skill_g li:nth-child(5) p:after {
    border-left-color:#00B8EE;
  }
  .skill .skill_g li:nth-child(6) p:after {
    border-left-color:#3071B7;
    border:none;
    border-right-width:0;
  }
  .pfm {
    width:940px;
  }

  /**
   * 開発環境
   */
  .ade li {
    width:120px;
  }

  /**
   * 開発パートナー募集
   */
  .partner {
    width:940px;
  }
  .partner p{
    padding:20px 0 0;
  }
  .partner_button li{
    float:left;
    display:block;
    width:50%;
  }

  /**
   * Form
   */
  .button:after {
    background: rgba(0,200,0,1);
  }
  #form ul li.datebox input{
    width:150px;
    float:left;
    margin-right:10px;
  }
  .contact-box h4 {
    font-size:2.0em;
    padding:0 0 20px;
  }
  .contact-box p{
    padding:10px 20px 0;
  }
  .contact_tel:before {
    top:30%;
    left:40%;
    width:128px;
    height:128px;
    background-size:128px 128px;
    -webkit-background-size:128px 128px;
    -moz-background-size:128px 128px;
    -o-background-size:128px 128px;
  }
  .contact_tel a {
    font-size:1.0em;
    color:#333;
    text-decoration: none;
  }

  /**
   * ボタン
   */
  a.button2:before,a.button2:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #1AAB8A;
    transition:400ms ease all;
  }
  a.button2:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  a.button2:hover:before,a.button2:hover:after{
    width:100%;
    transition:800ms ease all;
  }
}
/*---------------------------------------------------------
  スマホタブレット共通用のcss
---------------------------------------------------------*/
@media screen and (max-width:960px) {
  .contents_box p{
    padding:10px 10px 0;
  }
  h4 {
    text-align:center;
  }
  h5 {
    font-weight: 700;
    font-size:1.2em;
    padding:40px 8px 0;
  }

  /**
   * パンくずリスト
   */
  #breadcrumb {
    padding:8px 0;
  }

  /**
   * メイン画像
   */
  #background {
    margin:0 auto 0;
    width:100%;
    height:500px;
    min-height:500px;
    max-height:1200px;
  }
  #background h2 {
    padding:10px 8px;
    font-size:1.4em;
    text-align:center;
    line-height:160%;
  }
  #background ul.main_link {
    display:block;
    width:98%;
    margin:0 auto;
  }
  #background ul.main_link li {
    display:block;
    width:50%;
    margin:0;
    float:left;
  }
  #background ul.main_link li a {
    display:block;
    width:90%;
    margin:20px auto 0;
    padding:20px 0;
    text-align:center;
    color:#fcfcfc;
    background-color:rgba(0,0,0,.8);
  }

  /**
   * コンテンツエリア
   */
  #wrapper h3 {
    width:94%;
    font-size:1.7em;
    margin:2.0em auto .2em;
    padding:0 0 8px 0;
  }
  #wrapper h3 span{
    display:block;
    font-size:.6em;
    padding:0;
    margin:0;
  }

  /**
   * SES
   */
  .ses_button li{
    display:block;
    width:98%;
    margin:0 auto;
    padding:0 0 20px;
  }
  .ses_button li a.button2{
    line-height:1.6em;
  }

  /**
   * 受託開発
   */
  .entrusted h5:nth-of-type(1) {
    padding:20px 8px 0;
  }

  /**
   * 開発実績・開発ノウハウ
   */
  .skill,.pfm {
    width:100%;
    padding:10px 0 0;
  }
  .skill li {
    width:50%;
    margin:0;
  }
  .skill .skill_g li span.bold {
    font-weight: 700;
    color:#295890;
  }
  .skill .skill_g li span{
    display:block;
    padding:0 8px;
  }

  /**
   * 開発環境
   */
  .ade li {
    width:120px;
  }
  .ade span {
    font-size:.8em;
  }

  /**
   * 開発パートナー募集
   */
  .partner {
    padding:0;
  }
  .partner_button li{
    display:block;
    width:98%;
    margin:0 auto;
    padding:0 0 20px;
  }
  .partner_button li a.button2{
    line-height:1.6em;
  }

  /**
   * Form
   */
  #form ul li.datebox input{
    width:40%;
    float:left;
    margin:0 10px 10px 0;
  }
  .contact-box {
    padding:20px 0;
  }
  .contact-box h4 {
    font-size:1.6em;
    padding:0 0 20px;
  }
  .contact_tel:before {
    top:30%;
    left:40%;
    width:64px;
    height:64px;
    background-size:64px 64px;
    -webkit-background-size:64px 64px;
    -moz-background-size:64px 64px;
    -o-background-size:64px 64px;
  }
  .contact_tel a {
    color:rgba(255,165,0,1);
    font-size:1.4em;
    line-height:1.2em;
  }
}
/*---------------------------------------------------------
  tablet用のcss
---------------------------------------------------------*/
@media only screen and (min-width:376px) and (max-width:960px) {

}
/*---------------------------------------------------------
  スマホ用のcss
---------------------------------------------------------*/
@media screen and (max-width:375px) {
  /**
   * 開発実績
   */
  .pfm table th:nth-of-type(1),
  .pfm table th:nth-of-type(2),
  .pfm table th:nth-of-type(6){
    display:none;
    width:0;
    height:0;
    padding:0;
    margin:0;
    overflow: hidden;
  }
  .pfm table tr td:nth-of-type(1),
  .pfm table tr td:nth-of-type(2),
  .pfm table tr td:nth-of-type(6){
    display:none;
    width:0;
    height:0;
    padding:0;
    margin:0;
    overflow: hidden;
  }

  /**
   * 開発環境
   */
  .ade li {
    width:100px;
  }
}
