/*!
 * 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;
  }
/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}@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";

/**
 * パンくずリスト
 */
#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(232,203,0,1);
}

/**
 * メイン画像
 */
#background{
  text-align: left;
  padding:0;
  background-image: url(../images/gatag-00003663-min-min.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(232,203,0,1);
}
.main_link2 a:hover {
  color: rgba(232,203,0,1);
}


/**
 * ｺﾝﾃﾝﾂｴﾘｱ
 */
.contents_box {
  padding:80px 0 20px;
}

/**
 * お問い合わせ
 */
.contact a{
  display: block;
  text-decoration:none;
  text-indent:-9999px;
  margin:0 auto;
  padding:0;
  background-image:url(../images/graphics_contact.png);
}

/**
 * Title
 */
#wrapper h2{
  position:relative;
  font:bold 30px/1.6 Arial, Helvetica, sans-serif;
  text-align:center;
  background-color:rgba(232,203,0,.8);
  text-shadow:1px 1px 0 rgba(255,255,255,1);
}

/**
 * 強み
 */
.servicebox {
  padding:0;
  height:auto;
  position: relative;
}
#section_1 .strongpoint {
  position: relative;
  height:auto;
  border:2px solid rgba(0,100,200,.5);
  background-color:#fff;
}
#section_1 .strongpoint:before {
/*
  background-image:url(../images/lp_201512_triangle_03.png);
*/
  content: '';
  top: 0px;
  left: 0px;
  line-height: 1;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
#section_1 .strongpoint:nth-child(1):before {
  background-image:url(../images/1.png);
}
#section_1 .strongpoint:nth-child(2):before {
  background-image:url(../images/2.png);
}
#section_1 .strongpoint:nth-child(3):before {
  background-image:url(../images/3.png);
}
#section_1 .strongpoint:nth-child(4):before {
  background-image:url(../images/4.png);
}
#section_1 .strongpoint:nth-child(5):before {
  background-image:url(../images/5.png);
}
#section_1 .strongpoint:nth-child(6):before {
  background-image:url(../images/6.png);
}
#section_1 .strongpoint:nth-child(7):before {
  background-image:url(../images/7.png);
}
#section_1 .strongpoint:nth-child(8):before {
  background-image:url(../images/8.png);
}
#section_1 .strongpoint h3 {
  margin:0 auto;
  color:rgba(0,100,200,1);
}
#section_1 .strongpoint p {
  line-height:30px;
  padding:30px 20px;
}

/**
 * フロー
 */
.notebox {
  margin:0 auto;
}
.note {
  position: relative;
  background-color: #eee;
  padding: 2.4em 1em 1em;
  margin:80px 0 0;
}
.note::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #ccc #F5F5F5 #F5F5F5 #ccc;
}
.note h3 {
  position: absolute;
  font-size:1.4em;
  top: -1em;
  background-color:rgba(0,100,200,.5);
  color: #fff;
}
.note p {
  line-height:2.0em;
}

/**
 * 実績
 */
#section_2 ul{
  display:block;
  margin:0;
  padding:20px 0 40px 0;
}
#section_2 ul li{
  display:block;
  height:auto;
  text-align:center;
}
#section_2 ul li a,
#section_2 ul li img {
  display:block;
  margin:0 auto;
  overflow: hidden;
}





#section_2 ul li span{
  display:block;
  width:240px;
  margin:10px auto 0;
  font-size:12px;
}
#section_2 ul li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#section_2 ul li:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/**
 * よくある質問
 */
.qabox {
  margin:40px auto 0;
}
.question {
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom:1px dotted #ccc;
  position: relative;
  padding: 1em 1em 1em 3.5em;
}
.question::after {
  position: absolute;
  font-family: FontAwesome;
  content: 'Ｑ';
  color: #003E7B;
  top: 15px;
  left: 10px;
  font-size: 230%;
}
.answer {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top:none;
  position: relative;
  padding: 1em 1em 1em 3.5em;
}
.answer::after {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  content: 'Ａ';
  color: #FF5959;
  font-size: 230%;
}


.grp_button {
  display: block;
  margin: 0 auto 0;
  padding: .6em 1.1em;
  font-size: 1.2em;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: rgba(0,100,200,1.0);
  border-radius: 3px;
  box-shadow: 0 0 0 -2px #CFF09E, 0 0 0 -1px rgba(0,100,200,.8);
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}


/*---------------------------------------------------------*
 * $keyframes \ gelatine 
 *---------------------------------------------------------*/
@keyframes gelatine {
  from,to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
  25% {
  -webkit-transform: scale(.9, 1.1);
  transform: scale(.9, 1.1);
  }
  50% {
  -webkit-transform: scale(1.1, .9);
  transform: scale(1.1, .9);
  }
  75% {
  -webkit-transform: scale(.95, 1.05);
  transform: scale(.95, 1.05);
  }
  from,to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
  25% {
  -webkit-transform: scale(.9, 1.1);
  transform: scale(.9, 1.1);
  }
  50% {
  -webkit-transform: scale(1.1, .9);
  transform: scale(1.1, .9);
  }
  75% {
  -webkit-transform: scale(.95, 1.05);
  transform: scale(.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from,to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
  25% {
  -webkit-transform: scale(.9, 1.1);
  transform: scale(.9, 1.1);
  }
  50% {
  -webkit-transform: scale(1.1, .9);
  transform: scale(1.1, .9);
  }
  75% {
  -webkit-transform: scale(.95, 1.05);
  transform: scale(.95, 1.05);
  }
  from,to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
  25% {
  -webkit-transform: scale(.9, 1.1);
  transform: scale(.9, 1.1);
  }
  50% {
  -webkit-transform: scale(1.1, .9);
  transform: scale(1.1, .9);
  }
  75% {
  -webkit-transform: scale(.95, 1.05);
  transform: scale(.95, 1.05);
  }
}

/*---------------------------------------------------------
  メインリンク用
---------------------------------------------------------*/
@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(232,203,0,1);
    border-bottom: 3px solid rgba(232,203,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(232,203,0,1);
    border-bottom: 3px solid rgba(232,203,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(232,203,0,1);
    border-bottom: 4px solid rgba(232,203,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(232,203,0,1);
    border-bottom: 6px solid rgba(232,203,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(232,203,0,1);
    border-bottom: 6px solid rgba(232,203,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:hover{
    color:rgba(232,203,0,1);
  }
  #background ul.main_link li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 10%;
    left: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #background ul.main_link li {
    float:left;
    display:table;
    position: relative;
    z-index: 1;
    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);
    color:#fff;
    font-size:18px;
    text-decoration: underline;
    text-shadow: -1px 1px 0 rgba(0,0,0,1);
    text-align:center;
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -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(232,203,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;
  }


  /**
   * Title
   */
  #wrapper h2{
    top: 1.8em;
    -webkit-transform: rotate(-2deg) skew(-2deg);
    -moz-transform: rotate(-2deg) skew(-2deg);
    -o-transform: rotate(-2deg) skew(-2deg);
    -ms-transform: rotate(-2deg) skew(-2deg);
    transform: rotate(-2deg) skew(-2deg);
  }

  /**
   * お問い合わせ
   */
  .contact a{
    width:1020px;
    height:186px;
    background-size:1020px 186px;
    -webkit-background-size:1020px 186px;
    -moz-background-size:1020px 186px;
    -o-background-size:1020px 186px;
  }

  /**
   * 強み
   */
  .servicebox {
    margin:0 auto 40px;
    width:940px;
  }
  .servicebox:before {
    position: absolute;
    content: '';
    top:-30px;
    right:-10px;
    width:300px;
    height:300px;
    background-image:url(../images/gl_wm.png);
    background-repeat: no-repeat;
    background-size:300px 300px;
    -webkit-background-size:300px 300px;
    -moz-background-size:300px 300px;
    -o-background-size:300px 300px;
  }
  .servicebox p {
    line-height: 2.4em;
    width:640px;
  }
  #section_1 .strongpoint {
    float:left;
    width:456px;
    height:430px;
    margin:0 0 20px 20px;
  }
  #section_1 .strongpoint:before {
    width: 100px;
    height: 100px;
    background-size: 100px;
    -webkit-background-size:100px 100px;
    -moz-background-size:100px 100px;
    -o-background-size:100px 100px;
  }
  #section_1 .strongpoint h3 {
    width:326px;
    padding:40px 10px 0 120px;
    font-size:24px;
    line-height:32px;
  }

  /**
   * フロー
   */
  .notebox {
    width:940px;
  }
  .note h3 {
    padding: .25em 2em;
    -webkit-transform: rotate(-3deg) skew(-3deg);
    -moz-transform: rotate(-3deg) skew(-3deg);
    -o-transform: rotate(-3deg) skew(-3deg);
    -ms-transform: rotate(-3deg) skew(-3deg);
    transform: rotate(-3deg) skew(-3deg);
  }

  /**
   * 実績
   */
  #section_2 ul{
    width:100%;
    padding:20px 0 40px 0;
  }
  #section_2 ul li{
    float:left;
    width:245px;
  }
  #section_2 ul li a {
    border:1px solid #dcdcdc;
    overflow: hidden;
  }
  #section_2 ul li a,
  #section_2 ul li img {
    max-width:199px;
    max-height:199px;
  }


  /**
   * button
   */
  .grp_button {
    width:320px;
  }
  .grp_button:hover,
  .grp_button:focus {
    box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px rgba(0,100,200,1.0);
    -webkit-transition-timing-function: cubic-bezier(.6, 4, .3, .8);
    transition-timing-function: cubic-bezier(.6, 4, .3, .8);
    -webkit-animation: gelatine .5s 1;
    animation: gelatine .5s 1;
  }
  .grp_button:active{
    background:rgba(0,100,200,.5);
    -webkit-transition-duration: 0;
    transition-duration: 0;
    box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #3ac7bd;
  }

  /**
   * よくある質問
   */
  .qabox {
    width:940px;
  }
  .question::after {
  }

}
/*---------------------------------------------------------
  スマホタブレット共通用のcss
---------------------------------------------------------*/
@media screen and (max-width:960px) {
  .contents p {
    line-height:200%;
    padding:0 10px;
  }

  /**
   * パンくずリスト
   */
  #breadcrumb {
    padding:8px 0;
  }
  
  h2 {
    top: 1.0em;
    width:94%;
    margin:0 auto;
  }

  /**
   * メイン画像
   */
  #background {
    margin:0 auto 0;
    width:100%;
    height:450px;
    min-height:450px;
    max-height:800px;
  }
  #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);
  }

  /**
   * Title
   */
  #wrapper h2{
    top: 1.8em;
  }

  /**
   * お問い合わせ
   */
  .contact a{
    height: 0;
    padding-top: 17.64%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
  }

  /**
   * 強み
   */
  .servicebox {
    margin:0 auto 20px;
    width:100%;
  }
  #section_1 .strongpoint {
    max-width:90%;
    height:auto;
    margin:0 auto 20px;
  }
  #section_1 .strongpoint:before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    -webkit-background-size:50px 50px;
    -moz-background-size:50px 50px;
    -o-background-size:50px 50px;
  }
  #section_1 .strongpoint h3 {
    width:auto;
    padding:20px 4px 0 16px;
    text-align:center;
    font-size:1.2em;
    line-height:1.6em;
  }

  /**
   * フロー
   */
  .notebox {
    width:100%;
  }
  .note h3 {
    padding: .25em .2em;
  }

  /**
   * 実績
   */
  #section_2 h3 {
    line-height:2.0em;
    font-size:1.6em;
    padding:40px 0 0;
    margin:0;
  }
  #section_2 ul{
    padding:0 20px;
  }
  #section_2 ul li{
    width:90%;
    margin:20px auto 0;
  }
  #section_2 ul li a {
    border:1px solid #dcdcdc;
    overflow: hidden;
  }
  #section_2 ul li a,
  #section_2 ul li img {
    max-width:100%;
    max-height:200px;
  }

  /**
   * よくある質問
   */
  p.question,
  p.answer {
    padding: 1em 1em 1em 3.5em;
  }
  .qabox {
    width:100%;
  }
  .grp_button {
    margin-top:30px;
    width:320px;
  }
}
/*---------------------------------------------------------
  tablet用のcss
---------------------------------------------------------*/
@media only screen and (min-width:376px) and (max-width:960px) {

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