@charset "UTF-8";
/*----------------------------------------------------

	凡庸CSS
	
----------------------------------------------------*/

/* 余白設定 */
.mt0 { margin-top:0px!important;}
.mt5 { margin-top:5px!important;}
.mt10 { margin-top:10px!important;}
.mt20 { margin-top:20px!important;}
.mt25 { margin-top:25px!important;}
.mt30 { margin-top:30px!important;}
.mt40 { margin-top:40px!important;}
.mt50 { margin-top:50px!important;}
.mt60 { margin-top:60px!important;}
.mt70 { margin-top:70px!important;}
.mt80 { margin-top:80px!important;}
.mt100 { margin-top:100px; }
.mt_10 { margin-top:-10px; }
.mt_20 { margin-top:-20px; }
.mt_30 { margin-top:-30px; }
.mt_40 { margin-top:-40px; }
.mt_50 { margin-top:-50px; }
.mt_100 { margin-top:-100px; }
.mt_200 { margin-top:-200px; }

.mb0 { margin-bottom:0!important;}
.mb5 { margin-bottom:5px!important;}
.mb7 { margin-bottom:7px!important;}
.mb10 { margin-bottom:10px!important;}
.mb15 { margin-bottom:15px!important;}
.mb20 { margin-bottom:20px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb100 { margin-bottom:100px!important;}

.mr5 { margin-right:5px; }
.mr8 { margin-right:8px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mr40 { margin-right:40px; }
.mr50 { margin-right:50px; }

.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml50 { margin-left:50px; }

.p10{
  padding:10px !important;
}
.pb10{ padding-bottom:10px;}

.pt30{ padding-top:30px !important;}
.pb30{ padding-bottom:30px !important;}
.pt60{ padding-top:60px !important;}
.pb60{ padding-bottom:60px !important;}

.w100{
  width:100%;
  }
.w50{
  width:50%;
  }
.w300px{
  width:300px;
  }
.noline{
  border:none !important;
}
.line{
  border-bottom:1px dotted #735f00;
}

.lineB{
  border-bottom:1px solid #ccc;
}
.lineAll{
  border-bottom:1px solid #ccc;
}
.conLine{
  padding:120px 0 0 0;
  background:url(../images/common/line.gif) repeat-x top;
  }

.aRight{
  text-align:right;
}

.relative{
  position:relative;
}
.link{ cursor:pointer;zoom:1;}
.link:hover{opacity:0.7;filter: alpha( opacity=70 );-ms-filter: "alpha( opacity=70 )";}
.ie{filter: alpha( opacity=70 ); zoom:1;}
.link a {
    -ms-filter: ""; /* Reset the filter property */
    /*display: inline-block; /* Enable hasLayout */
  }
.smaller{font-size: 10px; font-size: 1.0rem;}
.small{font-size: 12px; font-size: 1.2rem;}
.large{font-size: 16px; font-size: 1.6rem;}
.big{font-weight:bold;}
.personal{color:#f781bd;}
.btnB{ background:#735f00; min-width:70%; padding:15px; color:#fff !important; display: inline-block;}
.bold{ font-weight:bold;}

.bgW{background:#fff; padding:40px 0;}

.red{color:#FF0004;}
img{max-width:100%;}

.btnLink {
  position: relative;
  display: inline-block;
  background:#000;
  height:50px;
  min-width:300px;
  padding:0 20px;
  line-height:50px;
  text-align:center;
  z-index: 0;
  }
  .btnLink:after {
    content: "";
    position: absolute;
    top: 0; right: -25px;
    margin-top: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #000;
    }
  .btnLink a{
    color:#fff;
    display:block;
    }

html{
  min-width:1160px;
  width:100%;
  font-size: 62.5%;
  background:#fff;
	}

body {font-size: 14px; font-size: 1.4rem; line-height: 2.2rem; line-height:22px; padding:0; margin:0;} /* =14px */
p,h4   {font-size: 14px; font-size: 1.4rem; } /* =14px */
li   {font-size: 12px; font-size: 1.2rem; } /* =12px */
h1   {font-size: 24px; font-size: 2.4rem; } /* =24px */
h1 a img   {opacity:1.0!important;filter: alpha( opacity=100 )!important;-ms-filter: "alpha( opacity=100 )"!important; } /* =24px */

.white{
  padding:40px 0 !important;
  background:#fff;
  }

.topP{
  top:0;
  }
body.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  }



/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: none;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-control-nav {
  z-index:30000;
  width: auto;
  position: absolute;
  bottom: 0px;
  right:0;
  text-align:left;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #ccc;
  cursor: pointer;
  text-indent: -9999px;
  
}
.flex-control-paging li a:hover {
  background: #ccc;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #FF0004;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*----------------------------------------------------
	spBTN CSS
----------------------------------------------------*/
.ie9u{
  display:none;
  display:inline-block\9; /* IE10以下 */
  }
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  /*margin:0 auto;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display:none\9; /* IE10以下 */
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 4px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  background: #515996;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 4px;
    width: 30px;
    border-radius: 0;
    transition: 0.3s;
    background: #515996;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
     }

.tcon-menu--xbutterfly {
  width: auto; }
  .tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }
  .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      top: 0;
      transition: top .3s ease, -webkit-transform .3s .5s ease;
      transition: top .3s ease, transform .3s .5s ease;
      width: 30px; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 2px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*----------------------------------------------------

	お詫びCSS
	
----------------------------------------------------*/

#owabi{
  position:relative;
  z-index:50000;
  width:100%;
  padding:20px;  
  background:#fff;
  box-sizing:border-box; 
  border:5px solid #515996;
  margin:30px auto !important;
}
#owabi h2{
  color:#515996;
  font-size:24px;
  margin:20px 0 30px 0;
  text-align:center;
  font-weight:bold;
}
#owabi a{
  color:#515996;
}


/*----------------------------------------------------

	メインCSS
	
----------------------------------------------------*/
h1{
  background-image:url(../images/head_bg.png) ;
  background-color:rgba(255,255,255,0.7);
  height:60px;
  width:300px;
  padding:120px 0;
  text-align:center;
  position:absolute;
  top:0;
  }
  h1 img{
    height:60px;
  }
#titlehead{
  width:300px;
  top:20px;
  text-align: center;
  position:absolute;
  color:#515996;
  font-size:14px;
  }
header{
  height:70px;
  min-width:1160px;
  text-align:center;
  width:100%;
  top:0;
  position: absolute;
  }
  #menuBtn{
    width:30px;
    height:30px;
    position:absolute;
    right:15px;
    top:5px;
    display:none;
    }
  nav{
    display:block;
    text-align:center;
    }
    nav li{
      margin:0 10px;
      position:relative;
      padding:30px 0 0 0;
      display:inline-block;
      }
      nav li span{
        display:none;
      }
      nav li ul{
        display:none;
        margin:0 0 0 -50px;
        z-index:100000;
        width:200px;
        position:absolute;
        }
        nav li ul li{
          position:relative;
          margin:0 0 0 0;
          padding:5px 0 0 0;
          display:block;
          }
          nav li ul li a{
            color:#fff;
            display:block;
            padding:10px 0;
            font-weight:bold;
            background:#a4a8c4;
            }
            nav li ul li ul{
              min-height:42px;
              max-width:150px;
              position:absolute;
              left:250px;
              top:5px;
              padding:0 20px;
              background:#515996;
              }
              nav li ul li ul li{
                line-height:30px;
                float:none;
                width:auto;
                padding:0 5px;
              }
              nav li ul li ul li a{
                font-size:12px;
                font-weight:normal;
                padding:5px 0;
                width:auto;
                background:#515996;
              }
      #formBox{      
        position:absolute;
        right:0;
        top:30px;
        }
        #formBox form{
          float:right;
          width:0;
          }
          #formBox form input{
            width:95%;
            margin:0 0 0 5%;
            line-height:26px;
            height:26px;
            text-indent:10px;
            background:#a4a8c4;
            border:none;
            }
        #fBtn{
          cursor:pointer;
          float:left;
          }

#wrapper{
  width:100%;
  }
  .topPage{
    padding:0 0 0 0;
    background:url(../images/top/bg.jpg) no-repeat center 20%;
    background-size: 100% auto;
    }
    .AllBox{
      padding:160px 0 0 0;
      /*background:url(../images/bg.gif);*/
    }
    #container,#owabi{
      
      margin:0 auto;
      width:960px;
      }
      .item{
        opacity:0;
        position:relative;
        max-width:180px;
        }
      .BWFilter{
        width:100% !important;
        height:auto !important;
        }
      .newsIBox{
        padding:10px 0;
        background:url(../images/head_bg.png);
        }
      .newsIBG{
        margin:0 10px;
        padding:20px 0;
        background:#fff;
        }
      .newsI dl{
        width:330px;
        margin:0 20px;
        }
      .item.w2{
        width:375px;
        max-width:375px;   
        }
      .item.slide{
        max-width:370px;
        width:370px;
        height:370px;
        }
        .Stitle{
          position:absolute;
          top:50px;
          right:-20px;
          opacity:0;
          }
        .Stxt{
          z-index:40000;
          position:absolute;
          top:60%;
          margin:0 40px;
          opacity:0;
          color:#FFFFFF;
          text-shadow: 1px 1px 3px #000;  
          -moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
          -webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  
          }
        .flexslider{
          background:none;
          }
      .item a{
        font-weight:bold;
        color:#fff;
        }
      .item.normal a{
        font-weight:bold;
        color:#000;
        }
        
        .item img{
          top:0 !important;
          }
        .item.normal img{
          width: auto;
          }
        .itemTextBox{
          padding:10px;
          background:#fff;
          border:1px solid #dfdfdf;
          border-top:none;
          }
        .item.sok .itemTextBox{
          background:#515996;
          color:#fff;
          border:none;
          }
        .item.spCon .itemTextBox{
          background:#000;
          border:none;
          }
        .contact .itemTextBox{
          background:#515996;
          border:none;
          }
        .qa .itemTextBox{
          background:#880283;
          border:none;
          }
          .itemTextBox h2{
            margin:0 0 10px 0;
            font-size:14px; font-size:1.4rem;
            }
          .itemTextBox p{
            font-size:12px; font-size:1.2rem;
            }
          .item.spCon .itemTextBox p,.item.spCon .itemTextBox h2,.contact p,.qa p{
            color:#fff;
            }
          .iconSp{
            position:absolute;
            top:10px;
            right:10px;
            }
          .iconCheck{
            position:absolute;
            top:-10px;
            left:10px;
            }
        .cC .itemTextBox{
          border-top:3px solid #fff100 !important;        
          }
        .mC .itemTextBox{
          border-top:3px solid #e4007f !important;       
          }
        .eC .itemTextBox{
          border-top:3px solid #00a0e9 !important;       
          }

#sortArea{
  width:960px;
  margin:120px auto 60px auto;
  }
  
  .tb1{
    padding:40px 0 0 0;
    background:url(../images/trim_top.png) no-repeat top;
    }
  .tb2{
    position:relative;
    text-align:center;
    padding:0 0 40px 0;
    background:url(../images/trim_bottom.png) no-repeat bottom;
    }
    #sortArea ul li{
      cursor:pointer;
      width:200px;
      margin:0 12px;
      line-height:40px;
      text-align:center;
      color:#fff;
      display:inline-block;
      }
      #sortArea ul li#all_top{
        display:none;
        width:100%;
        margin:0;
        top:-170px;
        left:0;
        position:absolute;
        text-align:center;
      }
      #sortArea ul li#all_top span{
        position: relative;
        display: inline-block;
        background:#515996;
        width:100px;
        }
        #sortArea ul li#all_top span:after {
          content: "";
          position: absolute;
          top: -10px; left: 50%;
          margin-left: -50px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 50px 10px 50px;
          border-color: transparent transparent #515996 transparent;
          }
      .c1{
        background:#00a0e9;
        }
      .c2{
        background:#e4007f;
        }
      .c3{
        background:#fff100;
        color:#000 !important;
        }
      .c4{
        background:#000000;
        }


#pankuzu{
  margin:100px 0 0 0;
  position:relative;
  height:43px;
  background:url(../images/pankuzu_bg.jpg) no-repeat;
  background-size:100% 43px;
  }
  #pankuzu ul{
    width:960px;
    margin:0 auto;
    }
    #pankuzu ul li{
      line-height:43px;
      display:inline-block;
      }
    #pankuzu ul li.home{
      background:url(../images/pankuzu.png) no-repeat left;
      padding:0 0 0 30px;
      }
  #pankuzu .btnTop{
    position:absolute;
    cursor:pointer;
    right:0;
    top:0;
    }

.rightSort{
  position:fixed;
  top:20%;
  right:0;
}
.rightSort ul li{
  cursor:pointer;
  margin:0 0 10px 0 ;
}
   
    
footer{
  padding:50px 0 0 0;
  width:100%;
  color:#fff;
  background:url(../images/footer_bg.gif);
  }
  #footerArea{
    width:960px;
    margin:0 auto;
    }
    #specF{
      width:320px;
      float:left;
      }
      #btLogo{
        margin:0 0 20px 0;
        }
      #mapBtn{
        margin:10px 0;
        display:inline-block;
        padding:10px;
        border:1px solid #fff;
        }
        #mapBtn a{
        display:block;
        color:#fff;
        }
      #tel{
        margin:10px 0;
        }
      #fax{
        margin:10px 0;
        }
      .btnF{
        line-height:40px;
        text-align:center;
        font-weight:bold;
        background:url(../images/icon_next.png) no-repeat 95% center #515996;
        }
    #linkF{
      min-height:250px;
      border-left:1px solid #888888;
      width:600px;
      margin:0 0 70px 0;
      padding:0 0 0 20px;
      float:right;
      }
      #linkF h3{
        margin:0 0 20px 0;
        font-weight:bold;
        font-size:16px; font-size:1.6rem;
        }
        .changeBoxNav ul{
          margin:0 0 0 -4px;
          }
        .changeBoxNav ul li{
          position:relative;
          z-index:100;
          padding:5px;
          margin:0 0 0 4px;
          width:185px;
          float:left;
          background:url(../images/footer_bg.gif);
          border:1px solid #888888;
          }
        
          .changeBoxNav ul li.selected{
            border-bottom:none;
            padding:5px 5px 10px 5px;
            width:186px;
            }
          .changeBoxNav ul li a{
            color:#fff;
            display:block;
            background:url(../images/icon_puls.png) no-repeat 95% center;
            }
          .changeBoxNav ul li.selected a{
            color:#fff;
            display:block;
            background:url(../images/icon_open.png) no-repeat 95% center;
            }
          .openBox{
            display:none;
            margin:-1px 0 20px 0;
            padding:20px;
            border:1px solid #888888;
            }
            .openBox.selected{
              display:block;
             
              }
              .openBox ul li{
                margin:0 10px 10px 0;
                display:inline-block;
                }
                .openBox ul li a{
                  color:#fff;
                  }
           #linkBottom ul li{
             margin:0 10px 10px 0;
             display:inline-block;
             }
             #linkBottom ul li a{
               color:#fff;
             }


                  
  .footerbottom{
    border-top:1px solid #888888;
    }
    .bottomNav{
     
      border-bottom:1px solid #888888;
      clear:both;
      height:60px;
      }
    .bottomBox{
      position:relative;
      width:960px;
      margin:0 auto;
      }
    .bottomNav ul{
      
      
      }
      .bottomNav li{
        margin:0 40px 0 0;
        line-height:59px;
        display:inline-block;
        }
        .bottomNav li a{
          color:#fff;
          }
        .bottomNav p{
          height:60px;
          position:absolute;
          top:0;
          right:0;
          background:url(../images/bg_recruit.gif);
          }
          .bottomNav p a{
            width:80px;
            color:#fff;
            display:block;
            line-height:60px;
            background:url(../images/icon_recruit.png) no-repeat 10px center;;
            padding:0 10px 0 80px;
            }
            .bottomNav .right{
              border-left:1px solid #888888;
              height:60px;
              position:absolute;
              top:0;
              right:0;
              }
              .bottomNav .right li{
              margin:0 0 0 40px;
              }
#copy{
  text-align:center;
  background:#000;
  color:#fff;
  line-height:40px;
  font-size:12px;
  }

/*page*/
.page{
  padding:0 0 0 0;
  background:url(../images/page_bg.jpg) no-repeat left top;
  background-size:100% auto;
  }
  .pageArea{
    position:relative;
  overflow:hidden;
    opacity:0;
    padding:120px 0 0 0;
    }
  
  #pageImg{
    position:absolute;
    top:50px;
    right:-50px;
    }
    .titleBox{
      margin:60px 0;
      }
    .titleBox h2{
      float:left;
      text-align:right;
      line-height:50px;
      margin:0 30px 0 0;
      padding:0 10px 0 0;
      font-size:14px; font-size:1.4rem;
      font-weight:bold;
      color:#fff;
      width:50%;
      background:url(../images/title_bg.png) no-repeat left;
      }
    .normal .titleBox h2{
      float:right;
      text-align:left;
      line-height:50px;
      margin:0 0 0 30px ;
      padding:0 0 0 10px;
      font-size:14px; font-size:1.4rem;
      font-weight:bold;
      color:#fff;
      width:50%;
      background:url(../images/title_bg.png) no-repeat right;
      }
      .normal .titleBox h2{
        background-color:#a4a8c4;
        }
      .engineering .titleBox h2{
        background-color:#00a0e9;
        }
      .management .titleBox h2{
        background-color:#e4007f;
        }
      .creative .titleBox h2{
        background-color:#fff100;
        color:#000;
        }
      .normal .titleBox p{
        text-align:right;
      }
      
      
      .titleBox p{
        line-height:50px;
        }
        .pTopTxt{
          width:960px;
          margin:0 auto 100px auto;
          }
          .pTopTxt p{
            width:480px;
            padding:0 0 0 80px;
            background:url(../images/txt_main_bg.png) no-repeat left center;
            }
          .normal .pTopTxt p{
            width:800px;
            margin:0 auto;
            padding:0 0 80px 0;
            background:url(../images/txt_main_bg.png) no-repeat bottom center;
            }

  .pageBox{
    width:800px;
    padding:0 130px 60px 130px;
    margin:50px auto;
    background:url(../images/contets_bg.png) no-repeat bottom;
    }
    .conP{
      float:right;
      }
    .txtS h3{
      font-weight:bold;
      font-size:14px;
      position: relative;
      display: inline-block;
      padding: 0 15px;
      width: auto;
      min-width: 115px;
      height: 40px;
      color: #F6F6F6;
      line-height: 40px;
      text-align: center;
      background: #00a0e9;
      z-index: 0;
      }
    .txtS h3:after {
      content: "";
      position: absolute;
      bottom: -10px; left: 80%;
      margin-left: -10px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #00a0e9 transparent transparent transparent;
      }
      .normal .txtS h3{
        background-color:#515996;
        }
        .normal .txtS h3:after {
          border-color: #515996 transparent transparent transparent;
          }
      .engineering .txtS h3{
        background-color:#00a0e9;
        }
        .engineering .txtS h3:after {
          border-color: #00a0e9 transparent transparent transparent;
          }
      .management .txtS h3{
        background-color:#e4007f;
        }
        .management .txtS h3:after {
          border-color: #e4007f transparent transparent transparent;
          }
      .creative .txtS h3{
        color:#000;
        background-color:#fff100;
        }
        .creative .txtS h3:after {
          border-color: #fff100 transparent transparent transparent;
          }
  .txtS{
    position:relative;
    }
  .txtS p{
    width:400px;
    margin:30px 0 30px 100px;
    }
    .txtS .wide{
      font-weight:bold;
      width:auto;
      margin:30px;
      }
      .txtS .wide p{
        width:auto;
        margin:0 30px 0 0;
        }
        .txtS h3.soTitle{
          }
        .txtS .soImg{
          border:5px solid #505798;
          float:right;
          width:200px !important;
          height:200px;
          margin:0 0 0 20px !important;
          text-align:center;
          overflow:hidden;
          border-radius: 100px;	
          -webkit-border-radius: 100px;	
          -moz-border-radius: 100px;
          }
          .soImg img{
            max-width: inherit !important;
            height:100%;
            }
  .conSelectTxt{
    clear:both;
    margin:30px 0 0 0;
    padding:30px 0 0 0;
    border-top:3px dotted #ccc;
    }
    .conSelectTxt h4{
      font-weight:bold;
      font-size:16px;
      margin:0 0 20px 0;
      }
      .conSelectTxt .SelectTxtBox{
        margin:0 30px;
        }
        .SelectTxtBox .left,.SelectTxtBox .right{
          max-width:300px;
          }
      
  .conSelect1{
    clear:both;
    margin:30px 0 0 0;
    padding:50px 0 0 0;
    background:url(../images/select_bg1.png) no-repeat top;   
    }
    .conSelect1 h4{
      margin:-40px 0 0 0;
      text-align:center;
      }
  .conSelect2{
    padding:0 0 40px 0;
    background:url(../images/select_bg2.png) no-repeat bottom;
    
    }
    .conSelect2 ul{
      width:700px;
      margin:15px auto 0 auto;
      }
    .conSelect2 ul li{
      display:inline-block;
      margin:0 10px 10px 0;
      padding:5px;
      background:#000;
      }
      .conSelect2 ul li a{
      color:#fff;
      }
  .flowBox{
    position:relative;
    background:url(../images/icon_f_next.png) no-repeat center 5px;
    background-size:60px;
    padding:15px 0 0 0;
    min-height:50px;
    }
  .flowBox.ww{
    position:relative;
    background:url(../images/icon_f_next.png) no-repeat center 5px;
    background-size:60px;
    padding:30px 0 10px 0;
    min-height:50px;
    }
  .flowBox:first-child{
    background:none;
    }
    .flowBox .iconF{
      font-weight:bold;
      color:#505798;
      font-size:18px;
      line-height:40px;
      position:absolute;
      left:0;
      background:#fff;
      border:5px solid #505798;
      width:40px !important;
      height:40px;
      margin:0 0 0 20px !important;
      text-align:center;
      overflow:hidden;
      border-radius: 100px;	
      -webkit-border-radius: 100px;	
      -moz-border-radius: 100px;
      }
    .flowBox .over{
      text-align:center;
      font-size:14px;
      font-weight:bold;
      color:#fff;
      padding:5px;
      margin:10px 40px;
      background:#505798;
      border-radius: 15px;	
      -webkit-border-radius: 15px;	
      -moz-border-radius: 15px;
      }
    .flowBox.color1 .iconF{
      color:#e8c003;
      border:5px solid #e8c003;
      }
    .flowBox.color1 .over{
      background:#e8c003;
      }
    .flowBox.color2 .iconF{
      color:#e4007f;
      border:5px solid #e4007f;
      }
    .flowBox.color2 .over{
      background:#e4007f;
      }
    .flowBox .over.dobble{
      margin:0px 40px 0 30px;
      line-height:20px;
      border-radius: 20px;	
      -webkit-border-radius: 20px;	
      -moz-border-radius: 20px;
    }
    .imgs{
     
      overflow: hidden;
      border: 5px solid rgba(200,200,200,0.2);
  
   
      
    }
    .imgs img{
    }

/*固定ページフォーマット*/
table{
  margin:50px 0;
  font-size:14px;
  width:100%;
  }
  table th{
    width:80px;
    }
  table th,table td{
    padding:20px;
    border-bottom:1px dotted #666;
    }
dl{
  clear:both;
  margin:20px;
  }
dl dt{
  float:left;
  font-weight:bold;
  font-size:12px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 60px;
  height: 20px;
  color: #F6F6F6;
  line-height: 20px;
  text-align: center;
  background: #515996;
  z-index: 0;
  margin:22px 20px 0 0;
  }
  dl dt:after{
    content: "";
    position: absolute;
    top: 0; right: -5px;
    margin-top: 5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #515996;
    }
  dl dd{
    overflow:hidden;
    font-size:12px;
    }
    dd span{
      color:#999;
      }
    dl dt.gyoukai{
      background:#0084FF;
      }
      dl dt.gyoukai:after{
        border-color: transparent transparent transparent #0084FF;
        }
    dl dt.setsubi{
      background:#B300FF;
      }
      dl dt.setsubi:after{
        border-color: transparent transparent transparent #B300FF;
        }
    dl dt.koushin{
      background:#FF7100;
      }
      dl dt.koushin:after{
        border-color: transparent transparent transparent #FF7100;
        }
    dl dt.oshirase{
      background:#FF004A;
      }
      dl dt.oshirase:after{
        border-color: transparent transparent transparent #FF004A;
        }
    dl dt.recruit{
      background:#515996;
      }
      dl dt.recruit:after{
        border-color: transparent transparent transparent #515996;
        }
     dl dt.recruitP{
       background:#ff0000;
      }
      dl dt.recruitP:after{
        border-color: transparent transparent transparent #ff0000;
        }

/*会社概要*/
#mapArea{
  height:300px;
    border:3px solid #515996;
  margin:40px 0;
  }
  #map{
    height:300px;
    width:100%;
    }
/*よくある質問*/

.q,.a{
  border-radius: 20px;        /* CSS3草案 */  
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 20px;   /* Firefox用 */  
  float:left;
  font-weight:bold;
  font-size:12px;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: auto;
  min-width: 40px;
  height: 40px;
  color: #F6F6F6;
  line-height: 40px;
  text-align: center;
  background: #515996;
  z-index: 0;
  margin:0 20px 0 0;
  }
  .q:after,.a:after{
    content: "";
    position: absolute;
    top: 0; right: -10px;
    margin-top: 12px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent #515996;
    }
.q{
  background: #515996;
  }
  .q:after{
    border-color: transparent transparent transparent #515996;
    }
.a{
  background:#FF0088;
  }
  .a:after{
    border-color: transparent transparent transparent #FF0088;
    }
    
.aBox{
  margin:0 0 40px 0;
  }
.qBox{
  font-weight:bold;
  margin:0 0 10px 0;
  }
.qTxt{
  padding:10px 0 0 0;
  }

/*お問い合わせ*/
#contact.page{
  padding:0 !important;
  }
  #contact.page h3{
    color:#666;
    }

#contact table{ 
  font-size:16px; font-size:1.6rem;
}
  #contact table tr th{
    width:180px;
    min-width: 180px;
    padding:20px 0 30px 0;
    font-weight:bold;
    color:#666;
    }
  #contact table tr td{
    width:580px;
    color:#666;
    padding:20px 0 30px 60px;
    }
  #contact table tr.name td input{
    width:240px;
    }
    #contact table tr.name td{
      padding:20px 0 30px 0;
      }
    #contact table tr.name td span{
      width:60px;
      display:inline-block;
      }
      #contact table tr.name td p{
        float:left;
        }
 .wpcf7-form-control-wrap{
    width:auto !important;
    }
  #contact table input{
    text-indent:1em;
    line-height:30px;
		height:30px;
    width:580px;
    background:#E2DFE7 !important;
    border:none;
    }
    #contact table input[type="checkbox"]{
      line-height: 30px;
      height: 40px;
      width: auto;
      vertical-align: middle;
      -webkit-appearance:revert!important;
      appearance: revert!important;
      }
  #contact table textarea{
    padding:14px;
    background:#E2DFE7;
    min-height:200px;
    width:552px;
    border:none;
    }


.btnBox{
  margin:0 0 0 240px;
  }
  .sub1 input,.sub2 input{
    float:left;
    margin:0 20px 0 0;
    min-width:120px;
    background:#4f5551;
    padding:5px;
    cursor:pointer;
    border:none;
    color:#fff;
    }
  .sub1 input{
    background:#878787;
    }
    
    span.wpcf7-not-valid-tip{
      float:none;
      clear:both;
      color:#C00;
      display: block !important;
      width:auto !important;
      }
    .ajax-loader{
      display:none !important;
      }
      div.wpcf7-validation-errors {
        border: 2px solid #C00;
        color:#C00;
        max-width:640px;
        font-size:16px;
        text-align:center;
        font-weight:bold;
        margin:0 auto 0 auto;
      }
      div.wpcf7-mail-sent-ok {
        border: 2px solid #515996;
        color:#515996;
        max-width:640px;
        font-size:16px;
        font-weight:bold;
        text-align:center;
        margin:0 auto 0 auto;
      }
      .wpcf7c-conf {
        color:#515996;
      }
      .wpcf7c-elm-step3,p.wpcf7c-elm-step2{
        display: none;
      }
      .wpcf7-response-output{
        border: 2px solid #515996!important;
        color:#515996;
        max-width:640px;
        font-size:16px;
        font-weight:bold;
        text-align:center;
        margin:0 auto 0 auto!important;
      }
      form.sent .wpcf7c-elm-step2{
        display: none;
      }
      form.sent .wpcf7c-elm-step3{
        display: block;
      }
      form.sent .btnF {
        line-height: 40px;
        text-align: center;
        max-width: 300px;
        margin: 30px auto;
        font-weight: bold;
        background: url(../images/icon_next.png) no-repeat 95% center 
      }
      form.sent table{
        display:none;
      }
      input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
          background-color: #E2DFE7 !important;
          background-image: none;
          color: rgb(0, 0, 0);
      }
      .sub2 input.wpcf7-confirm{
        float:none;
        margin:0 0 0 110px;
      }

/*機材*/
.detail .pageArea{
  padding:30px 0 0 0;
  }
.detail #pageImg{
  position: static;
  text-align:center;
  right:0;
  }
  .detail #pageImg img{
    border:5px solid #000;
    padding:3px;
    }
  .detail .titleBox{
    text-align:center;
    }
  .detail .titleBox h2{    
    position: relative;
    display: inline-block;
    padding:0 10px;
    margin:0;
    width: auto;
    min-width: 300px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #000;
    z-index: 0;
  }
  .detail .titleBox h2:after {
    content: "";
    position: absolute;
    top: -10px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent;
  }
  .detail .titleBox h2{
    text-align:center;
    float:none;   
    }
  .detail .pTopTxt{
    margin: 0 auto;
    }
  .detail .pTopTxt div{
    width:800px;
    margin:0 auto;
    padding:0 0 80px 0;
    background:url(../images/txt_main_bg.png) no-repeat bottom center;
    }
    .detail .pTopTxt div p{
      width:100%;
      background:none;
      padding:0 0 0 0;
      }

/*採用情報*/
.r_Box{
  position:relative;
  width:100%;
}
.rimg{
  top:0px;
  position: relative;
  z-index:1000;
}
.rimg img{
  width:150px;
}
.rTitle{
  z-index:999;
  top:40px;
  text-indent:100px;
  text-shadow:2px 2px #515996;
  position:absolute;
  font-size:16px;
  width:90%;
  line-height:40px;
  color:#fff;
  margin:0 0 0 10%;
  background:url(../images/bg_line.png);
}
.rLead{
  position:absolute;
  font-weight:bold;
  top:90px;
  left:25%;
  width:70%;
}
.rlist{
  margin:40px 30px 80px 30px;
}
.rlist dl{
  padding:0 0 20px 0;
  border-bottom:1px solid #efefef;
  }
.rs{
  margin: 0 auto;
}
.rSpecs{
  
  border-left:none;
  border-right:none;
  padding:20px 40px;
}

/*事例コンテンツ*/
#galleryArea{
  width:1000px;
  margin:0 auto;
}
.galleryBox{
  cursor:pointer;
  float:left;
  width:200px;
  width:200px;
  overflow:hidden;
  position:relative;
}
.gTitles{
  position:absolute;
  padding:3%;
  top:100%;
}
.gConBox{
  display:none;
}


/*検索*/
#acvArea{
  margin:40px 30px;
}

.acvBox{
  margin:0 0 20px 0;
  border-bottom:1px solid #efefef;
  padding:0 0 20px 0;
}
.acvBox h4 a{
  font-size:16px;
  color:#515996;
}
.acvBox h4{
  float:left;
  margin:0 15px 0 0;
}

.acvBoxT{
  margin:10px 0 0 0;
  clear:both;
}
.acvBox p{
  font-size:12px;
}
.acvBox p.acvC{
  display:inline-block;
  background:#a4a8c4;
  padding:1px 10px;
  font-size:10px;
  color:#fff;
}


.pagination{
  text-align:center;
}
.pagination li{
  margin:0 10px 0 10px;
  display:inline-block;
}
.current{
  font-weight:bold;
  color:#515996;
}




/*モーダル*/

#windowArea{
  display:none;
  top:0;
  position:fixed;
  z-index:10000;
  background-color: rgba(255,255,255,0.8);
  height:100%;
  width:100%;
}
#windowBox{
  margin:0 auto;
  display:none;
  top:0;
  position:fixed;
  background-color:none;
  width:100%;
  min-height:100px;
  height: auto;
  margin:80px 0;
  max-height: 100%;
  max-height: -webkit-calc(100% - 200px);
  max-height: calc(100% - 200px);
  min-height:-webkit-calc(100% - 200px);
  min-height:calc(100% - 200px);
  overflow-y: scroll;
  overflow-y: auto;
  /*max-height:400px;*/
  max-width:980px;
  z-index:11000;
  border:20px solid #fff;
  background:#fff;
}
#wBox{  
 
  max-width:980px;
  margin:0 auto;

}
#Btitle h3{
  font-size:16px;
  font-weight:bold;
  margin:0 0 40px 0;
}
#wBoxScroll{
}
#Btitle{
  position: fixed;
  /* top: 0; */
  z-index: 2;
  background: #fff;
  width: 100%;
}
#Bimgs{
  float:left;
  width:470px;
  margin: 65px 0 0 0;
}
#Bimgs p,#Btxt p{
  position:relative;
}
#Bimgs img{
  width:100%;
  padding:0;
  max-width:500px;
}
#Bimgs .heightImg img,#BOimgs .heightImg img{
  width:auto;
  padding:0;
  max-height:640px;
}
#Btxt{
  margin: 65px 0 0 0;
  float:right;
  width:400px;
}
#Btxt img{
  width:auto;
  max-width:100%;
  max-height:320px;
}
#btnBox{
  
}
#prev{
  top:50%;
  position:fixed;
  left:10px;
  margin:-30px 0 0 0;
}
#next{
  top:50%;
  position:fixed;
  right:10px;
  margin:-30px 0 0 0;
}
#close{
  cursor:pointer;
  position:fixed;
  top:10px;
  right:10px;
}




/*---------------------------------------------------------------------
 レスポンシブ
---------------------------------------------------------------------*/
/* TB */
@media only screen and (max-width:1023px) {
	
}
/* SP */
@media only screen and (max-width:767px) {
  
#owabi h2{
  color:#515996;
  font-size:18px;
  line-height:32px;
  margin:20px 0 30px 0;
  text-align:left;
  font-weight:bold;
}  


html{
  min-width:100%;
	}
.btnLink {
  height:50px;
  min-width:200px;
  padding:0;
  line-height:50px;
  }

body.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  }


.pcNone{
  display:none !important;
  }

h1{
  background:url(../images/head_bg.png) rgba(255,255,255,0.8);
  height:30px;
  width:100%;
  padding:20px 0;
  text-align:center;
  position:absolute;
  top:0;
  
  }
  h1 img{
    height:40px;
    }
#titlehead{
  width:100%;
  display:none;
  }
header{
  min-width:100%;
  z-index:500000;
  position:fixed;
  height:50px;
  
  }
  header h1{
    padding:10px 0;
  }
  header h1 img{
    height:30px;
  }
  #menuBtn{
    display: block;
    }
  nav{
    z-index:100000;
    top:50px;
    width:100%;
    display: none;
    background: #515996; /* Old browsers */
    background: -moz-linear-gradient(left, #515996 0%, #33223f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #515996 0%,#33223f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #515996 0%,#33223f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515996', endColorstr='#33223f',GradientType=1 ); /* IE6-9 */
    position:fixed;
    right:0%;
    }
    nav li{
      width:100%;
      margin:0;
      position:relative;
      padding:0;
      display:block;
      border-bottom:1px solid #33223f;
      }
      nav li a{
        padding:10px 0;
        color:#fff;
        display:block;
      }
      nav li span{
        display:block;
      }
      nav li img{
        display:none;
      }
      nav li ul{
        display:none;
        margin:0 0 0 0;
        width:100%;
        position: static;
        }
        nav li ul li{
          padding:0 0 0 0;
          border-bottom:none;
          }
          nav li ul li ul{
            display:none;
            }
          
      #formBox{      
        position:absolute;
        right:0px;
        top:50px;
        }
        #formBox form{
          float:right;
          width:0;
          }
          #formBox form input{
            font-size:16px;
            width:95%;
            margin:0 0 0 5%;
            line-height:40px;
            height:40px;
            background:#a4a8c4;
            border:none;
            }
        #fBtn{
          cursor:pointer;
          float:left;
          margin:10px 17px 0 0;
          }

.page{
  background-position:top right;
  background-size: auto;
  }
#wrapper{
  width:100%;
  }
  .AllBox{
    padding:100px 0 0 0;
    }
    #container,#owabi{
      margin:0 auto;
      width:560px;
      
      }
#sortArea{
  width:560px;
  }
  
  .tb1{
    margin:40px 0 0 0;
    background:url(../images/select_bg1_sp.png) no-repeat top;
    }
  .tb2{
    margin:0 0 40px 0;
    background:url(../images/select_bg2_sp.png) no-repeat bottom;
    }
    #sortArea ul li{
      width:100%;
      margin:10px 0;
      }
      #sortArea ul li#all_top{
        top:-200px;
        }
.rightSort{
  display:none !important;
}
#pankuzu{
  margin:60px 0 0 0;
  background:none;
  }
  #pankuzu ul{
    display:none;
    }
    
  #pankuzu .btnTop{
    cursor:pointer;
    position:absolute;
    right:0;
    top:0;
    }
           
  #footerArea{
    width:100%;
    margin:0 auto;
    }
    #specF{
      width:100%;
      float:none;
      text-align:center;
      }      
    #linkF{
      display:none;
      }
              
  .footerbottom{
    border-top:1px solid #888888;
    }
    .bottomNav{     
      border-bottom:none;
      clear:both;
      height: auto;
      }
    .bottomBox{
      width:100%;
      }
    .bottomNav ul{
      text-align:center;
      }
      .bottomNav li{
        border-bottom:1px solid #888888;
        margin:0 0 0 0;
        line-height:40px;
        width:100%;
        display:block;
        }
        .bottomNav li a{
          color:#fff;
          }
        .bottomNav p{
          height:40px;
          position: static;
          text-align:center;
          }
          .bottomNav p a{
            width:100%;
            display: inline-block;
            line-height:40px;
            background-size:25px;
            padding:0 0 0 0px;
            }
            .bottomNav .right{
              border-left:none;
              height:40px;
              position: static;
              float:none !important;
              }
              .bottomNav .right li{
              margin:0 0 0 0;
              }
#copy{
  font-size:10px;
  text-align:center;
  background:#000;
  color:#fff;
  line-height:40px;
  }


#whiteBg{
  display:none;
  top:0;
  z-index:50000;
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.2);  
  }

body.noscroll #wrapper{
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
filter: blur(3px);
/*
transform:perspective(1000px) rotateY(5deg) translateZ(-50px) ;
-moz-transform:perspective(1000px) rotateY(5deg) translateZ(-50px);
-webkit-transform:perspective(1000px) rotateY(5deg) translateZ(-50px);
-o-transform:perspective(1000px) rotateY(5deg) translateZ(-50px);
*/
}
body.noscroll footer #footerAll {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
filter: blur(3px);
}


/*page*/

  .pageArea{
    padding:0 0 0 0;
    }
  
  #pageImg{
    text-align:center;
    width:60%;
    margin:0 auto;
    position:static;
    }
    .titleBox{
      margin:30px 0;
      }
    .titleBox h2{
      float:none;
      text-align:center;
      line-height:50px;
      margin:0 0 0 0;
      padding:0 4% 0 4%;      
      width:92%;
      }
    .titleBox p{
      text-align:center;
      }
    
    .normal .titleBox{
      margin:60px 0 30px 0;
      } 
    .normal .titleBox h2{
      float:none;
      text-align:center;
      line-height:50px;
      margin:0 0 0 0;
      padding:0 4% 0 4%;      
      width:92%;
      }
      
      .normal .titleBox p{
        text-align:center;
      }
      .pTopTxt{
        width:100%;
        margin:0 auto 30px auto;
        }
        .pTopTxt p{
          width:92%;
          padding:60px 4% 0 4%;
          background:url(../images/txt_main_bg.png) no-repeat top center;
          }
        .normal .pTopTxt p{
          width:auto;
          margin:0 4%;
          padding:0 0 50px 0;
          background:url(../images/txt_main_bg.png) no-repeat bottom center;
          }

  .pageBox{
    width:92%;
    max-width:640px;
    padding:0 4% 60px 4%;
    margin:50px auto;
    background:url(../images/contets_bg.png) no-repeat bottom center;
    }
    .conP{
      float:right;
      }
    
    
  .txtS{
    position:relative;
    }
  .txtS h3{
    font-size:13px;
    letter-spacing:-0.1em;
    }
  .txtS p{
    width:auto;
    margin:30px 0 30px 100px;
    }
    .txtS .wide{
      margin:30px 0 0 0;
      }
      .txtS .wide p{
        margin:0 0 0 0;
        }
        .txtS .soImg{
          border:5px solid #505798;
          float:right;
          width:200px !important;
          height:200px;
          margin:0 0 0 20px !important;
          text-align:center;
          overflow:hidden;
          border-radius: 100px;	
          -webkit-border-radius: 100px;	
          -moz-border-radius: 100px;
          }
          .soImg img{
            max-width: inherit !important;
            height:100%;
            }
      .conSelectTxt .SelectTxtBox{
        margin:0 0 40px 0;
        }
        .SelectTxtBox .left,.SelectTxtBox .right{
          max-width:600px;
          margin:0 auto 20px auto !important;
          text-align:center;
          float:none !important;
          display:block;       
          }
        .SelectTxtBox .over{
          clear:both !important;
        }
      
  .conSelect1{
    clear:both;
    margin:30px 0 0 0;
    padding:50px 0 0 0;
    background:url(../images/select_bg1.png) no-repeat top;   
    }
    .conSelect1 h4{
      margin:-40px 0 0 0;
      text-align:center;
      }
  .conSelect2{
    padding:0 0 40px 0;
    background:url(../images/select_bg2.png) no-repeat bottom;
    
    }
    .conSelect2 ul{
      width:92%;
      margin:15px auto 0 auto;
      }
    .conSelect2 ul li{
      display:inline-block;
      margin:0 10px 10px 0;
      padding:5px;
      background:#000;
      }
      .conSelect2 ul li a{
      color:#fff;
      }
  .flowBox{
    position:relative;
    background:url(../images/icon_f_next.png) no-repeat center 5px;
    background-size:60px;
    padding:15px 0 0 0;
    min-height:50px;
    }
  .flowBox.ww{
    position:relative;
    background:url(../images/icon_f_next.png) no-repeat center 5px;
    background-size:60px;
    padding:30px 0 10px 0;
    min-height:50px;
    }
  .flowBox:first-child{
    background:none;
    }
    .flowBox .iconF{

      margin:0 0 0 0px !important;
      text-align:center;
      overflow:hidden;
      }
    .flowBox .over{
      font-size:12px;
      margin:10px 0;
      }
    
    .flowBox .over.dobble{
      margin:0 0 0 10px;
    }
    .imgs{    
      overflow: hidden;
      border: 5px solid rgba(200,200,200,0.2);
    }

/*固定ページフォーマット*/
table{
  margin:50px 0;
  font-size:14px;
  width:100%;
  }
  table th{
    float:left;
    width:88%;
    padding:10px 3% 5px 3%;
    border-bottom:none;
    }
  table td{
    float:left;
    width:88%;
    padding:0 3% 10px 3%;
    border-bottom:1px dotted #666;
    }
dl{
  clear:both;
  margin:20px 0;
  }
dl dt{
  font-size:10px;
  }  

/* contact */
#contact table{ 
width:100%;
  font-size:16px; font-size:1.6rem;
}

  #contact table tr th{
    width:100%;
    float:left;
    padding:0 0 20px 0;
    }
  #contact table tr td{
    float:left;
    clear:both;
    width:100%;
    padding:0 0 20px 0;
    border-bottom:none;
    }
  #contact table tr.name td input{
    margin:0 0 0 0;
    width:100%;
    }
    input,textarea {
       -webkit-appearance: none!important;
       border-radius: 0!important;
    }
    #contact table tr.name td{
      padding:0 0 20px 0;
      }
    #contact table tr.name td span{
      float:left;
      }
    .name span.wpcf7-form-control-wrap{
      float:right;  
    width:90% !important;
    }
      #contact table tr.name td span.ml40{
        margin:0;
      }
  #contact table input{
    line-height:40px;
		height:40px;
    width:100%;
    }
  #contact table textarea{
    padding:5%;
    width:90%;
    }
#contact table tr.name td p{
  float:left;
  margin:0 0 20px 0; 
  width:85%;
  }
   #contact table tr.name td p.name1{
     width:15% !important

  }
  .wpcf7-form-control-wrap{
    width:auto !important;
    min-width:100%;
    }
select { 

  height:30px !important;
  width:100% !important;
  max-width:300px !important
  }
  /* デフォルト */
  .customSelect {
    padding:10px; 
    }
.btnBox{
  width:100%;
  text-align:center;
  margin:0 0 0 0;
  }
  .sub1 input,.sub2 input{
    float:none;
    margin:0 0 20px 0;
    min-width:70%;
    background:#4f5551;
    padding:10px;
    border:none;
    color:#fff;
    }
  .sub2 input{
    background:#878787;
    }
  
      .sub2 input.wpcf7-confirm{
      
        margin:0 0 0 0;
      }
 
/*機材*/

  .detail #pageImg img{
    margin:0 0 0 -8px;
    }
  .detail .titleBox h2{
    padding:10px 2%;
    margin:0 4%;
    width:88%;
    min-width:88%;
    height:auto;
    max-width:300px !important;
    line-height:20px;
  }
  .detail .titleBox h2:after {
    content: "";
    position: absolute;
    top: -10px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent;
  }


  .detail .pTopTxt div{
    width:92%;
    margin:0 4%;
    padding:0 0 30px 0;
    background:url(../images/txt_main_bg.png) no-repeat bottom center;
    }
    .detail .pTopTxt div p{
      width:100%;
      background:none;
      padding:0 0 0 0;
      }   
/*採用情報*/

.rimg img{
  width:90px;
}
.rTitle{
  top:28px;
}
.rLead{
  position:static;
  font-weight:bold;
  width:100%;
  margin:20px 0 0 0;
}
.rlist{
  margin:0 0 30px 0;
}
.rlist dl{
  border-bottom:1px solid #efefef;
  }
.rs{
  margin: 0 auto;
}

/*事例コンテンツ*/
#galleryArea{
  width:100%;
  margin:0 auto;
}
.galleryBox{
  float:left;
  width:50%;
  overflow:hidden;
  position:relative;
}
.gTitles{
  position:absolute;
  padding:3%;
  top:100%;
}
.gConBox{
  display:none;
}


/*モーダル*/
#windowBox{

  margin:20px 0;
  max-height: -webkit-calc(100% - 160px);
  max-height: calc(100% - 160px);
  min-height:-webkit-calc(100% - 160px);
  min-height:calc(100% - 160px);
  max-width:80%;
  border:10px solid #fff;
}
#wBox{  
 
  max-width:100%;
  margin:0 auto;

}
#Btitle{
  margin:-65px 0 0 0;
}

#Btitle h3{
  font-size:16px;
  font-weight:bold;
  margin:0 0 20px 0;
}
#wBoxScroll{
}
#Bimgs{
  margin:0;
  float:none;
  width:100%;
}
#Bimgs p,#Btxt p{
  position:relative;
}
#Bimgs img{
  width:100%;
  max-width:100%;
}
#Btxt{
  float:none;
  
  width:100%;
}
#Btxt img{
  width:auto;
  max-width:100%;
  max-height:auto;
}
#btnBox{
  
}
#prev{
  top:50%;
  position:fixed;
  left:5px;
  margin:-30px 0 0 0;
  width:15px;
}
#next{
  top:50%;
  position:fixed;
  right:5px;
  margin:-30px 0 0 0;
  width:15px;
}
#close{
  cursor:pointer;
  position:fixed;
  top: auto;
  bottom:10px;
  right:50%;
  width:20px;
  margin:0 -10px 0 0;
}

}
@media only screen and (max-width:560px) {
#wrapper{
  width:100%;
  }
  .topPage{
    background-size:auto;
    }
    #container,#owabi{
      margin:0 auto;
      width:300px;
      }
      .item{
        opacity:0;
        position:relative;
        max-width:140px;
       
        }
      .item.slide{
        max-width:300px;
        width:300px;
        height:300px;
        }
      .item.w2{
        max-width:295px;
        width:295px;
        }
      
        .Stxt{
          font-size:12px;
          top:55%;
          margin:0 40px;
          }
      .newsIBox{
        padding:2% 0;
        background:url(../images/head_bg.png);
        }
      .newsIBG{
        margin:0 2%;
        padding:20px 0;
        }
      .newsI dl{
        width:84%;
        margin:0 4%;
        }
        
#sortArea{
  width:300px;
  }
}

/* 20250221 add */
html {
  min-width: inherit;
}
html:not(:target) body {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  transition: .3s;
}