@charset "utf-8";
/* FONT 対応サイズ表
---------------------------------------------------------------------
pxでの指定値  	%での指定値
	10px 			83	%			11px 			92  %
	12px 			100	%			13px 			108 %
	14px 			117	%			15px 			125 %
	16px 			133	%			17px 			142 %
	18px 			150	%			19px 			158 %
	20px 			167	%			21px 			175 %
	22px 			183	%			23px 			192 %
	24px 			200	%			25px 			208 %
	26px 			217 %
---------------------------------------------------------------------*/

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

	凡庸CSS

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

/* マージン余白設定 */
.mt0 { margin-top:0px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt100 { margin-top:100px !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; }

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

.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; }

.w100{width:100%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}



.red{color:#af0000;}
.bold{ font-weight:bold;}

.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 */
  }
.linkI{ cursor:pointer;zoom:1;}
.decoLink a{text-decoration:underline;}

.larger{font-size: 16px; font-size: 1.6rem;}
.largerW{font-size: 20px; font-size: 2.0rem;}
.largerWW{font-size: 28px !important;}
.small{font-size: 93% !important;}
.smaller{font-size: 82% !important; font-size: 82% !important;}
.smallerW{font-size: 74% !important; font-size: 74% !important;}
.over{ overflow:hidden;}

.min{font-family:"本明朝-M 新小がな";}

.alginRight{
  text-align:right;
  }

.point{
  cursor:pointer;
}
.point:hover{
  opacity:0.7 !important;filter: alpha( opacity=70 ) !important;-ms-filter: "alpha( opacity=70 )" !important;
  transition:none !important;
}






html{
  width:100%;
  font-size: 62.5%;
  background:ffffff;
  padding:0 !important;
  margin:0 !important;
	}

body,p {font-size: 16px; font-size: 1.6rem; line-height: 2.8rem; line-height:28px;} /* =14px */


#allBg{
  width:100%;
  height:100%;
  top:0;
  position:absolute;
  background:#fff;
  z-index:10000;
  }


/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  width:100%;
  position:fixed;
  z-index:15000;
  background:url(../images/white_bg.png) #fff;
  background:rgba(255,255,255,1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffffffff');
  }
header.hPage {
  width:100%;
  position: relative;
  z-index:15000;
  background:url(../images/white_bg.png) #fff;
  background:rgba(255,255,255,1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff', endColorstr='#ffffffff');
  }
  #headBG{
    position: absolute;
    background:#fff;
    }
  #headerArea{
    position:relative;
    max-width:1200px;
    margin:0 auto;
    }
    #headerSerect{
      margin:100px 0 0 0;
      letter-spacing:0.4em;     
      }
      #topH a img{
  
        background-color:#fff;
        }
      #headerSerect.hpage h1 img:hover{
        -moz-opacity:1; opacity:1; filter: alpha(opacity=100);
        
        }
    .hpage:hover{
       -moz-opacity:0.7; opacity:0.7; filter: alpha(opacity=70);
       /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff');*/
       -ms-filter: "alpha(opacity=70)";
       background-color:#fff;
       cursor:pointer;
      }
      .hpage:hover img{
         background-color:#fff;
        }
      #headerSerect h1{
        float:left;
        }
        
      #human{
        float:left;
        margin:45px 5px 0 10px;
        }
        #human p{
          font-weight:bold;
          padding:0 0 10px 0;
          letter-spacing:0.4em;
          font-size:22px; font-size:2.2rem;         
          }
      #human.page{
        float:left;
        margin:29px 10px 0 10px;
        }
        #human.page p{
          font-weight:bold;
          padding:0 0 10px 0;
          letter-spacing:0.4em;
          font-size:16px; font-size:1.6rem;         
          }
        #smp01{
          overflow:hidden;
          width:100%;
          display:none;
          position:absolute;
          background:#fff;
          top:80px;
          left:0;
          }
          #smp01 ul{
            width:80%;
            margin:0 10%;
            padding:20px;
            }
          #smp01 ul li{
            letter-spacing:0.4em;
            float:left;
            margin:0 20px 10px 20px;
            font-weight:bold;
            font-size:14px; font-size:1.4rem;
            }
            #smp01 ul li a, #smp02 ul li a{
              padding:0 0 3px 5px;
            }
            #smp01 ul li a:hover, #smp02 ul li a:hover{
              text-decoration:none;
              background:url(../images/bg_under_on.gif) repeat-x bottom;
            }
            
      #headerSerect img{
        vertical-align: inherit;
        }
      .num{
        }
        .num img{
          vertical-align: bottom !important;
          margin:0 5px 5px 3px;     
          }
      #story{
        float:left;
        margin:45px 10px 0 0px;
        }
        #story p{
          font-weight:bold;
          padding:0 0 5px 0;
          letter-spacing:0.4em;
          font-size:22px; font-size:2.2rem;
          }
      #story.page{
        float:left;
        margin:29px 0px 0 0px;
        }
        #story.page p{
          font-weight:bold;
          padding:0 0 5px 0;
          letter-spacing:0.4em;
          font-size:16px; font-size:1.6rem;         
          }
        #smp02{
          overflow:hidden;
          width:100%;
          display:none;
          position:absolute;
          background:#fff;
          top:80px;
          left:0;
          }
          #smp02 ul{
            width:80%;
            margin:0 10%;
            padding:20px;
            }
          #smp02 ul li{
            letter-spacing:0.4em;
            font-weight:bold;
            float:left;
            margin:0 20px 10px 20px;
            font-size:14px; font-size:1.4rem;
           
            }
       #human,#story{
         }
         #human p span,#story p span{
/*            background:url(../images/bg_under_off.gif) repeat-x bottom; */
           padding:0 0 3px 5px;
           }
           #human p:hover span,#story p:hover span{
/*            background:url(../images/bg_under_on.gif) repeat-x bottom; */
/*            cursor:pointer; */
           }
           #human p.select span, #human p.select span{
              text-decoration:none;
/*               background:url(../images/bg_under_on.gif) repeat-x bottom; */
              }
    #kobe{
      position:absolute;
      right:0px;
      top:-10px;
    }
    .lang{
      color:#999;
      text-align:right;
      margin:-15px 15px 0 0;
      display:block;
      position:relative;
      z-index:50000;
      font-size:92%;
      }
    #kobe img{
      background-color:#fff;
      position:relative;
      z-index:40000;
      }

/*----------------------------------------------------
contents
----------------------------------------------------*/

#wrapper{
  padding:400px 0 0 0;
  margin:0 auto 100px auto;
  max-width:1200px;
  font-family:'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
#wrapper.page{
  padding:20px 0 0 0;
  margin:0 auto;
  max-width:1200px;
  overflow:hidden;
  }
  header h2{
    position: absolute;
    top:40px;
    padding:40px 0;
    background:#fff;
    width:100%;
  }
  #container .item{
    width:239px!important;
    height:239px!important;
    overflow:hidden;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    }
  .item a{
    color:#fff;
    }
    #container .item.w2{
      width:479px!important;
      height:239px!important;
      }
    #container .item.mov,#container .item.movO{
      width:479px!important;
      height:479px!important;
      }
      .item .katagaki{
        font-size:14px; font-size:1.4rem;
        }
    .item.slide{
      width:479px!important;
      height:239px!important;
      position: absolute;
      /*
      right: 0px;
      top: 0px;
      */
      }
      .item.slide ul{
        width:479px;
        height:239px;
        position:relative;
        overflow:hidden;
        }
        .item.slide ul li{
          position:absolute;
          width:480px;
          height:240px;
          }
          .item.slide ul li img{
            width:100%;
            }
        .item.slide .title{
          position:absolute;
          top:200px;
          left:0;
          font-size:10px; font-size:1.0rem;
          line-height:1.4em;
          
          letter-spacing:0.1em;
          padding:0 10px;
          background-color: rgba(255,255,255,0.9);
          }
    .item.w2 img{
      max-width:100%;
      }
    .item.ll img,.item.rr img,.item.tt img,.item.bb img{
      max-width:auto;
      min-width:240px !important;
      }
    .itemBox{
      position:relative;
      overflow:hidden;
      letter-spacing:0.4em;
      /*ie8*/
      letter-spacing /*\**/:0.1em\9;
      font-family:"本明朝-M 新小がな"!important;
      /*ie8*/
      font-family /*\**/: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif\9 !important;
      }
      .itemBox a{

      font-family:"本明朝-M 新小がな"!important;
      /*ie8*/
      font-family /*\**/: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif\9 !important;
      }
      .itemBox .thum img{
        min-height:240px !important;
        
        width:auto !important;
        text-align:center;
        }
      .itemBox .txtBox{
        position:absolute;
        padding:5%;
        background:url(../images/head_bg.png);
        width:91%;
        height:91%;
        }
      .w2 .itemBox .txtBox{
        position:absolute;
        padding:5% 5%;
        background:url(../images/head_bg.png);
        width:91%;
        height:81%;
        }
      .rr .itemBox .txtBox{
        right:100%;
        }
      .ll .itemBox .txtBox{
        left:100%;
        }
      .tt .itemBox .txtBox{
        top:100%;
        }
      .bb .itemBox .txtBox{
        bottom:100%;
        }
        .itemBox .tArea{
          cursor:pointer;
          position:relative;
          width:100%;
          height:100%;
          }
        .itemBox .tArea .ttBox{
          position: absolute;
          width:100%;
          top:0px;
          left:0px;
          padding:0 10px 10px 0;
          font-size:20px;
          }
          
        .itemBox .tArea .ttBox p{
          font-size:24px;
          line-height:1.6em;
          }
         .itemBox .tArea .ttBox p.small {  
          /*ie8*/ 
          line-height /*\**/: 1.0em\9!important;
          }
        .mov .itemBox .tArea p,.movO .itemBox .tArea p{
          line-height:1.6em;
          font-size:40px;
          }
      .otherBox{
        position:absolute;
        right:20px;
        bottom:10px!important;
        }
#pageCon{
  position:relative;
  }
  #pageCon h2{
    font-size:22px;
    width:720px;
    line-height:1.6em;
    letter-spacing:0.1em;   
    }
    #pageCon h2.largerWW{
      font-family:"本明朝-M 新小がな"!important;
      }
    #pageCon h2.nH2{
      font-family: inherit;
      font-weight:bold;
      letter-spacing:0.2em;
    }
 #pageCon h3.main{
    font-size:18px;
    width:720px;
    line-height:1.6em;
    margin:0 0 30px 0;
    letter-spacing:0.1em;
    
    }
  #leftCon #txtArea,#leftCon .txtMovie{
    width:720px;
    }
  #leftCon{
    float:left;
    
    margin:0 0 100px 0;
    }
    #leftCon #txtArea img{
    width:auto !important;
    max-width:100%;
    height:auto !important;
    }
    
    .txtMovie{
      margin:50px 0 0 0;
      }
      #txtArea{
        font-size:16px; font-size:1.6rem;
        line-height:34px;
      
        }
        
        blockquote{
          margin:40px 0 0 50px;
          }
        #txtArea em{
          display:inline-block;
          font-size:12px; font-size:1.2rem;
          font-style:normal;
          line-height:24px; line-height:2.4rem !important;
        }
      .txtMovie p{
        font-size:14px; font-size:1.4rem;
        line-height:28px;
        letter-spacing:0.1em;
        }
    #leftCon .name{
      float:left;
      font-size:18px; font-size:1.8rem;
      line-height:34px;
      text-align:center;
      width:30%;
      }
      #tagAcv{
        margin:50px 0;
        }
        .tBox{
          float:left;
          width:120px;
          overflow:hidden;
          }
        .tBox.title{
          border-left:1px solid #e5e5e5;
          border-bottom:1px solid #e5e5e5;
          border-top:1px solid #e5e5e5;
          width:119px;
          height:118px;
          }
          .tBox img{
            height:120px;
            }
          .tBox.title p{
            line-height:20px;
            letter-spacing:1 !important;
            font-size:12px; font-size:1.2rem;
            margin:10px 0 0 10px;
            }
#footer{
  position:relative;
}
#footerBox p{
  letter-spacing:0.3em;
  text-align:left;
  }
  #banner ul li{
    display:inline-block;
    margin:0 10px 0 0;
    }
    #banner ul li img{
      background-color:#fff;
      }
      #banner ul li.Acv{
        margin:0 10px 0 40px;
        }
     
  #aside{
    float:right;
    text-align:center;
    display:inline-block;
    width:200px;
    margin:0 0 0 40px;
    font-size:14px !important;
    position:relative;
    }
    .fixed{
      position:fixed !important;
      top:20px !important;
      top:20px;
      }
    #aside h3{
      
      }
    #aside p{
      margin:20px 0;
      }
    #prfBox p{
      margin:20px 0 10px 0px;
      font-size:12px; font-size:1.2rem;
      }
      #aside p.top{
        margin:60px 0 0 0;
        letter-spacing:0.1em;
        font-size:92%;
        display:block;
        }
      #aside p.home{
        margin:30px 0 0 0;
        letter-spacing:0.1em;
        font-size:92%;
        }
        
#loading{
  position: absolute;
  top:-90px;
  width:100%;
  height:30px;
  text-align:center;
  margin: 0 0 0 0;
  }
#loadingF{
  display:none;
  text-align:center;
  margin: 500px 0 0 0;
  }

#footerBox{
  width:1200px;
  margin:0 auto;
  }


<!--about-->
#pageSlide{
  width:720px;
  height:400px;
  }
  #pageSlide ul{
    width:720px;
    height:400px;
    position:relative;
    margin:0 0 50px 0;
    overflow:hidden;
    }
    #pageSlide ul li{
      position:absolute;
      width:720px;
      height:400px;
      }
    #pageSlide .title{
      position:absolute;
      top:360px;
      left:0;
      font-size:10px; font-size:1.0rem;
      line-height:1.4em;
      
      padding:0 10px;
      background-color: rgba(255,255,255,0.9);
      }
#about p{
  line-height: 34px;
  }
#about p.smaller{
  line-height: 28px;
  }
#about img{
  width:auto !important;
  }
  #about h3{
    font-size:115%;
    font-weight:bold;
    letter-spacing:0.3em;
    }
  #about h4{
    font-weight:bold;
    letter-spacing:0.3em;
    }
    .leter{
      letter-spacing:0.3em;
      }
    .lineH{
      line-height:2.0em !important;
      }
    .LRbox .line a{
      font-size:115%;
      padding:0 0 5px 0;
      background:url(../images/bg_under_off.gif) repeat-x bottom;
      }
      .LRbox .line a:hover{
        text-decoration:none;
        background:url(../images/bg_under_on.gif) repeat-x bottom;
        }
    .LRbox ul a{
      padding:0 0 5px 0;
      background:url(../images/bg_under_s_off.gif) repeat-x bottom;
      }
      .LRbox ul a:hover{
        text-decoration:none;
        background:url(../images/bg_under_s_on.gif) repeat-x bottom;
        }
        

/*enquete*/
.h2-Unexperience {
  color: #7bac39;
}
.h4-pickBold{
  color: #7bac39;
  font-weight:bold;
}

.background-yes {
  background:url(../images/question/sukashi_yes.png) no-repeat center center;
}
.background-no {
  background:url(../images/question/sukashi_no.png) no-repeat center center;
}
#uqArea{
  position:relative;
  }
  .boxNHon{
    height:0px;
  }
  #uqArea .item{
    min-width:230px;
    width:230px!important;
    padding:0 10px 10px 0;
    border:none !important;
    height:auto;
    overflow:visible;
    /*background:url(../images/bg_uq.png) no-repeat right bottom;*/
    }
    #uqArea .item.ic1Box div{
     
     
    }
  
    #uqArea .item div p{
    font-size:13px!important; font-size:1.3rem!important;
    letter-spacing:0.06em;
    line-height:1.8em;
    }
    #uqArea .item.map{
      width:470px !important;
      padding:0 10px 10px 0;
      }
    #uqArea .item.w2{
      width:475px !important;
     
      }

      .pin{
        text-align:center;
        margin-top:-43px;
        }
        .pin img{
          width:auto !important;
          }
      .redS{
        
        padding:25px;
        background:url(../images/bg_husen.png) no-repeat right bottom #fce9f2;
        }
      .buleS{
        background:url(../images/bg_husen.png) no-repeat right bottom #d3edf9;
        padding:25px;
        }
      .yellowS{
        background:url(../images/bg_husen.png) no-repeat right bottom #fffbc4;
        padding:25px;
        }
      .greenS{
        background:url(../images/bg_husen.png) no-repeat right bottom #c1e1c4;
        padding:25px;
        }
      .normalS{
        background:#fff;
        border:1px solid #eee;       
        padding:25px;
        }
        
      .mapBox{
        width:433px;
        border:1px solid #eee;
        
        padding:20px;
        }
#map{
  
  width: 430px;
  height: 430px;
  border:1px solid #eee;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  }
  #control{
    text-align:center;
    }
  #control p{
    margin:0 15px;
    display: inline-block;
    }
    #control p.zoom{
      display: block !important;
      font-weight:bold;
      clear:both;
      }
    #control img{
      
      width:12px !important;
      }
  .item.map .mapBox #map img{
    min-width:auto !important;
      }

/*about*/
#pageSlide img{
  width:100% !important;
  min-width:100% !important;
  }

/*人一覧*/
h2.acvH{
  float:left;
  font-size: 14px !important;
  width: 140px !important;
  line-height:28px !important;
  letter-spacing: 0.1em;
  }
#acvList{
  overflow:hidden;
  width:560px;
  }
  #acvList li{
    float:left;
    margin:0 0 8px 0;
    width:50%;
    }

#btnAcv{
  margin:0 0 70px 0;
  }

.kitto img{
  max-height:35px;
  }
.IandD img{
  max-height:30px;
  }
  
/*---------------------------------------------------------------------
 可変サイズ設定（メディアきりかえ項目）
---------------------------------------------------------------------*/
@media screen and (min-width: 100px) and (max-width: 479px) {

header h2{
    position: static;
    top:0;
    padding:0;
    background:#fff;
    width:auto;
  }

header#top {
  position:fixed!important;
  top:-70px !important;
  }
header#top.hPage {
  position: relative!important;
  top:0px !important;

  }
#wrapper{
  padding:250px 0 0 0;
  }
#wrapper,#headerArea{
  width:300px;
  }
  #headerSerect.hpage{
    margin:50px 0 0 0 !important;
    }
  #topH img{
    width:100%;
    }
  #kobe{
    position:relative;
    top:0px !important;
    clear:both;
    margin:40px 0 40px 0;
    text-align:center;
    }
  #human{
    
    clear:both;
    float:none;
    padding:5px 0 0 0;
    margin:0 5px 0 -5px;
    }
    #human p{
      font-weight:bold;
      padding:0 0 0 0;
      letter-spacing:0.4em;
      font-size:18px; font-size:1.8rem;         
      }
      #human p img{
        height:14px;       
        }
      #human .num img{
        height:18px;        
        }
      #human.page{
        clear:both;
        float:left;
        margin:0px 5px 0 0;
        }
        #smp01{
          height:100%;
          position:fixed;
          max-height:100%;/*ここjsで*/
          width:100%;
          display:none;
          background:#fff;
          top:130px;
          }
          #smp01 ul{
            width:100%;
            height:50%;            
            overflow-y:scroll;
            position:relative;
            margin:0;
            padding:40px 10px 10px 10px;
            }
          #smp01 ul li{
            letter-spacing:0.4em;
            float:left;
            margin:0 10px 10px 10px;
            font-weight:bold;
            font-size:14px; font-size:1.4rem;
            }
  #story{
    clear:both;
    float:none;
    padding:10px 0 0 0;
    margin:0 5px 0 -5px;
    }
    #story p{
      font-weight:bold;
      padding:0 0 0 0;
      letter-spacing:0.4em;
      font-size:18px; font-size:1.8rem;
      }
      #story.page{
        padding:0px 0 0 0;
        margin:0px 5px 0 0px;
        }
        #smp02{
          height:100%;
          position:fixed;
          max-height:100%;/*ここjsで*/
          width:100%;
          display:none;
          background:#fff;
          top:200px;
          }
          #smp02 ul{
            width:100%;
            height:50%;            
            overflow-y:scroll;
            position:relative;
            margin:0;
            padding:40px 10px 10px 10px;
            }
          #smp02 ul li{
            letter-spacing:0.4em;
            font-weight:bold;
            float:left;
            margin:0 20px 10px 20px;
            font-size:14px; font-size:1.4rem;
           
            }
    
 #container .item{
    width:300px!important;
    height:300px!important;
    overflow:hidden;
    border-right:none;
    border-top:1px solid #fff;
    }
  .item a{
    color:#fff;
    }
   #container .item.w2{
      width:300px!important;
      height:300px!important;
      }
   #container .item.mov,#container .item.movO{
      width:300px!important;
      height:300px!important;
      }
      .item .katagaki{
        font-size:14px; font-size:1.4rem;
        }
   #container .item.slide{
      width:300px!important;
      height:300px!important;
      position: absolute;
      right: 0px;
      top: 0px;
      }
     #container .item.slide ul{
        width:479px;
        height:300px;
        position:relative;
        overflow:hidden;
        }
       #container .item.slide ul li{
          position:absolute;
          width:480px;
          height:300px;
          }
         #container .item.slide ul li img{
            width: auto !important;
            min-height:300px;
            }
       #container .item.slide .title{
          position:absolute;
          top:200px;
          max-width:300px;
          }
   #container .item.w2 img{
      max-width:600px!important;
      margin:0 0 0 -150px;
      }
   #container .item.movO img,#container .item.mov img{
      max-width:300px;
  
      }
    .item.ll img,.item.rr img,.item.tt img,.item.bb img{
      max-width:auto;
      min-width:300px !important;
      }
    .itemBox{
      position:relative;
      overflow:hidden;
      letter-spacing:0.4em;
      font-family:"本明朝-M 新小がな";
      }
      .itemBox .thum img{
        min-height:300px !important;
        
        width:auto !important;
        text-align:center;
        }
      .w2 .itemBox .txtBox{
        position:absolute;
        padding:5% 5%;
        background:url(../images/head_bg.png);
        width:91%;
        height:100%;
        }
      .mov .itemBox .tArea p,.movO .itemBox .tArea p{
        font-size:24px;
        }
      
  
  
  #leftCon{
    float:none;
    width:300px;
    margin:0 0 50px 0;
    }
    #leftCon .txtMovie,#leftCon #txtArea{
    float:none;
    width:300px;
    }
    #pageCon h2 {
      width:100%;
      }
    #leftCon iframe{
      width:300px;
      height:200px;
      }
  
    #tagAcv{
      margin:50px 0;
      }
      .tBox{
        float:left;
        width:100px;
        overflow:hidden;
        }
      .tBox.title{
        border-left:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
        border-top:1px solid #e5e5e5;
        width:99px;
        height:98px;
        }
        .tBox img{
          height:100px;
          }
        .tBox.title p{
          font-size:10px; font-size:1.0rem;
          margin:20px 0 0 5px;
          }

  
  #aside{
    width:300px;
    text-align:center;
    margin:0 0 0 0;
    margin-top:0 !important;
    }
    #asideCon{
      margin-top:0 !important;
      }
    #aside p{
    display: inline-block;
    margin:20px;
    }
    #aside p.top{
    display: block;
    clear:both;
    margin:30px 0 0 0px;
    }
    #aside p.home{
    display: block;
    clear:both;
    margin:20px 0 0 0px;
    }
    #aside h3 br{
      display:none;
      }
      #prfBox{
        margin:40px 0 0 0;
        }
      #prfBox p{
        display: block;
        margin:20px 0 10px 0;
        }
#footerBox{
  width:300px;
  margin:0 auto;
  text-align:center !important;
}

#footerBox p{
  letter-spacing:0.3em;
  text-align:center;
  }
  #banner ul li{
    display:block;
    margin:0 0 10px 0 !important;
    }
    
  
  
/*about*/
#about img{
  max-width:100% !important;
  }
#pageSlide{
  width:300px;
  height:200px;
  margin:0 0 30px 0;
  }
  #pageSlide ul{
   width:300px;
    height:200px;
    }
    #pageSlide ul li{
      width:300px;
      height:200px;
      }
    #pageSlide .title{
      top:160px;
      }
      .LRbox .txts{
        width:70%;
        margin:10px 5% 0 0 !important;
        }
      .LRbox .imgs{
        width:20%;
        }

/*アンケート*/
#uqArea .item{
  min-width:300px;
  width:300px !important;
  
  }
 
  #map{
    width: 260px;
    height: 260px;
    }
    #uqArea .item.map{
      width:300px !important;
      }
      #uqArea .item.w2{
      width:300px !important;
     
      }
      .mapBox{
        width:300px;
        }
        #control{
          width: 260px;
          }

/*人一覧*/
h2.acvH{
  float:left;
  font-size: 16px !important;
  width: 120px !important;
  line-height:28px !important;
  letter-spacing: 0.1em;
  }
#acvList{
  overflow:hidden;
  width:480px;
  }
  #acvList li{
    float: none;
    width:100%;
    }

#btnAcv{
  text-align:center;
  margin:0 0 20px 0;
  }
.kitto img{
  max-height:30px;
  }
  .lang{
    margin:-15px 0 0 0;
      text-align:center;    
      }
}
@media screen and (min-width: 480px) and (max-width: 719px) {

header h2{
    position: static;
    top:0;
    padding:0;
    background:#fff;
    width:auto;
  }

#wrapper,#headerArea{
  width:480px;
  
  }
  #headerSerect.hpage{
    margin:50px 0 0 0 !important;
    }
  #topH img{
    width:90%;
    }
  #kobe{
    top:0px;
    }
  #human{
    clear:both;
    float:none;
    padding:0px 0 0 0;
    margin:0 5px 0 -5px;
    }
    #human p{
      font-weight:bold;
      padding:0 0 0 0;
      letter-spacing:0.4em;
      font-size:18px; font-size:1.8rem;         
      }
      #human p img{
        height:14px;       
        }
      #human .num img{
        height:18px;        
        }
      #human.page{
        clear:both;
        float:left;
        margin:5px 5px 0 0;
        }
        #smp01{
          overflow:hidden;
          width:100%;
          display:none;
          position: relative;
          top:0px;
          left:0;
          }
          #smp01 ul{
            width:100%;
            margin:0;
            padding:40px 0px 0px 0px;
            }
          #smp01 ul li{
            letter-spacing:0.4em;
            float:left;
            margin:0 10px 10px 10px;
            font-weight:bold;
            font-size:14px; font-size:1.4rem;
            }
  #story{
    clear:both;
    float:none;
    padding:10px 0 0 0;
    margin:0 5px 0 -5px;
    }
    #story p{
      font-weight:bold;
      padding:0 0 0 0;
      letter-spacing:0.4em;
      font-size:18px; font-size:1.8rem;
      }
      #story.page{
        padding:0px 0 0 0;
        margin:0px 5px 0 0px;
        }
        #smp02{
          overflow:hidden;
          width:100%;
          display:none;
          position: relative;
          top:0px;
          left:0;
          }
          #smp02 ul{
            width:100%;
            margin:0;
            padding:40px 10px 10px 10px;
            }
          #smp02 ul li{
            letter-spacing:0.4em;
            font-weight:bold;
            float:left;
            margin:0 20px 10px 20px;
            font-size:14px; font-size:1.4rem;
           
            }
  #leftCon,#leftCon #txtArea,#leftCon .txtMovie{
    float:left;
    width:480px;
    }
    #pageCon h2 {
      width:100%;
      }
    #leftCon iframe{
      width:480px;
      }
  #aside{
    width:480px;
    text-align:center;
    margin:0 0 0 0;
    margin-top:0 !important;
    }
    #asideCon{
      margin-top:0 !important;
      }
    #aside p{
    display: inline-block;
    margin:20px;
    }
    #aside p.home{
    display: block;
    clear:both;
    margin:30px 0 0 0px;
    }
    #aside h3 br{
      display:none;
      }
      #prfBox{
        margin:40px 0 0 0;       
        }
      #prfBox p{
        display: block;
        margin:20px 0 10px 0;
        }
#footerBox{
  width:480px;
  margin:0 auto;
  text-align:center !important;
  }
  #footerBox p{
  letter-spacing:0.3em;
  text-align:center;
  }
  #banner ul li{
    display:block;
    margin:0 0 10px 0;
    }

/*about*/
#about img{
  max-width:100% !important;
  }
#pageSlide{
  width:480px;
  height:300px;
  margin:0 0 30px 0;
  }
  #pageSlide ul{
   width:480px;
    height:300px;
    }
    #pageSlide ul li{
      width:480px;
      height:300px;
      }
    #pageSlide .title{
      top:260px;
      }
      .LRbox .txts{
        width:70%;
        margin:10px 5% 0 0 !important;
        }
      .LRbox .imgs{
        width:20%;
        }
#btnAcv{
  text-align:center;
  margin:0 0 20px 0;
  }
.kitto img{
  max-height:30px;
  }

}
@media screen and (min-width: 720px) and (max-width: 959px) {
#wrapper,#headerArea{
  width:720px;
  }
  #leftCon #txtArea,#leftCon .txtMovie{
    float:left;
    width:480px;
    }

#footerBox{
  width:720px;
  margin:0 auto;
}
/*about*/
#about img{
  max-width:100% !important;
  }
#pageSlide{
  width:480px;
  height:300px;
  margin:0 0 30px 0;
  }
  #pageSlide ul{
   width:480px;
    height:300px;
    }
    #pageSlide ul li{
      width:480px;
      height:300px;
      }
    #pageSlide .title{
      top:260px;
      }
      .LRbox .txts{
        width:70%;
        margin:10px 5% 0 0 !important;
        }
      .LRbox .imgs{
        width:20%;
        }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #wrapper,#headerArea{
  width:960px;
  }
  #leftCon #txtArea,#leftCon .txtMovie{
    float:left;
    width:720px;
    }
    
  #footerBox{
  width:960px;
  margin:0 auto;
}

}
@media screen and (min-width: 1200px) {
  #aside{  
    text-align:center;
    display:inline-block;
    width:400px;
    margin:0 0 0 40px;
    font-size:14px !important;
    position:relative;
    }
    #prfBox{
      float:left;
      width:200px;
      }
    #asideCon{
      float:right;
      width:200px;
      }
  #leftCon.uq #txtArea{
    float:left;
    width:960px;
    }
  #aside.uq{  
    width:200px;
    }
 
}
/*---------------------------------------------------------------------
 指定以下サイズ設定（ディスプレイnone項目）
---------------------------------------------------------------------*/




/* FONT 対応サイズ表
---------------------------------------------------------------------
pxでの指定値  	%での指定値
	10px 			83	%			11px 			92  %
	12px 			100	%			13px 			108 %
	14px 			117	%			15px 			125 %
	16px 			133	%			17px 			142 %
	18px 			150	%			19px 			158 %
	20px 			167	%			21px 			175 %
	22px 			183	%			23px 			192 %
	24px 			200	%			25px 			208 %
	26px 			217 %
---------------------------------------------------------------------*/
