@charset "utf-8";

html, body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  max-width:100%;
  height:auto;
}
div{box-sizing:border-box;}


/*********layout **********/
body{
  font-size:14px;
  color:#fff;
  line-height:1.7;
  font-family:"メイリオ", Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  background-color:#000;
}
#contents-page-white{
  background-color:#fff;
}

.pb{
  color:#000;
}
/****************************/
/*********ヘッダー **********/
/****************************/
#header_all{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#header_fixed{
  width:100%;
  background:#000;
  border-top:6px solid #002bed;
}
#header_wrap {
  width:100%;
  max-width:960px;
  position:relative;
  margin:0 auto;
}
#header{
  display:table;
  width:100%;
  margin:0 auto;
  height:70px;
  box-sizing:border-box;
}
#header .left{
  width:200px;
  letter-spacing: -0.4em;
  padding-top:20px;
}
#header .left a{
  display:inline-block;
  letter-spacing: normal;
}
#header .left a:last-child{
  /*margin-left:12px;*/
}
#header .right{
  padding:10px 0 0 3%;
}
#header #h_search1 {
  margin-bottom:38px;
}
#search_box{
  background:#fff;
  padding:0 5px;
  height:30px;
  line-height:30px;
  color:#000;
  border:none;
}
input[type="search"]{
    -webkit-appearance: textfield;/*safari*/
}
#search_btn1{
  width:40px;
  height:30px;
  cursor:pointer;
  margin:0 0 2px 2px;
  background:url(../images/common/btn_search.png) no-repeat center center #999;
  border:none;
  vertical-align:top;
}
#h_search2 li{
  float:right;
  margin-left:20px;
}
#h_search2 li img{
  display:inline-block;
  vertical-align:top;
  margin-right:8px;
}
#quick_navi{
  position:absolute;
  top:0px;
  right:0;
}
#quick_navi li{
  line-height:40px;
  display:block;
  float:left;
  font-size:12px;
}
#quick_navi .link{
  margin-right:20px;
}
#quick_navi .lang{
  width:100px;
  height:30px;
  background:#ccc;
  font-size:14px;
  text-align:center;
}
#quick_navi .lang a{
  display:block;
  width:100px;
  height:30px;
  background:#000;
  border-left:1px solid #fff;
}
#gnavi_wrap{
  width:100%;
  background:url(/images/common/bg.gif);
  padding:10px 0 5px;
  min-height:30px;
    transition: 0.3s;
}
#gnavi{
  width:100%;
  max-width:960px;
  display:table;
  width:100%;
  margin:0 auto;
  border-left:1px solid #444;
}
#gnavi li{
  display:table-cell;
  text-align:center;
  border-right:1px solid #444;
  padding:0 23px;
  font-size:15px;
  line-height:1;
  vertical-align:middle;
}
/****************************/
/*********contents **********/
/****************************/
#content{
  margin:0 auto 100px;
  clear: both;
  padding-top: 120px;
}
.video_outer{
  text-align: center;
}
video{
  width: 100%;
	margin:0 auto;
  height: 600px;

}
/* 表示領域全体 */
div.tabbox {
   margin-top: 1em; padding: 0px;
}

/* タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   display: block; width: 15em; float: left;
   margin: 0px 1px 0px 0px; padding: 3px;
   text-align: center;
}
p.tabs a.tab0,
p.tabs a.tab1,
p.tabs a.tab2,
p.tabs a.tab3,
p.tabs a.tab4 {
		font-size: 90%;
		color:white;
	}
  p.tabs a.tab0{border-left: 3px solid #888888;}
  p.tabs a.tab1{border-left: 3px solid #48d1cc;}
	p.tabs a.tab2{border-left: 3px solid #71c5f9;}
	p.tabs a.tab3{border-left: 3px solid #ccaaff;}
	p.tabs a.tab4{border-left: 3px solid #ffb3f5;}

  p.tabs a.tab0:hover { color: #888888; }
  p.tabs a.tab1:hover { color: #48d1cc; }
	p.tabs a.tab2:hover { color: #71c5f9; }
	p.tabs a.tab3:hover { color: #ccaaff; }
	p.tabs a.tab4:hover { color: #ffb3f5; }

/* タブ中身のボックス */
div.tab {  overflow: auto; clear: left; }
div#tab0 {   border-top: 1px solid #888888;}
div#tab1 {   border-top: 1px solid #48d1cc;}
div#tab2 {   border-top: 1px solid #71c5f9;}
div#tab3 {   border-top: 1px solid #ccaaff;}
div#tab4 {   border-top: 1px solid #ffb3f5;}
div.tab p { margin: 0.5em; }

/* アンカーの位置調整
p.tabs .tab_com  {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}*/
.bxslider{
  width: 400px;

}
/* タブ部分 e */


#footer{
  padding-top:25px;
  height:200px;
  box-sizing:border-box;
  background:url(/images/common/bg.gif);
}
#footer .innr{
  min-width:400px;
}
#footer img,#footer p{
  vertical-align:middle;
  display:inline-block;
}
#footer img{margin:0 10px 0 5px;}
#footer ul{
  width:400px;
  margin:15px 0 20px;
  border-top:1px solid #000;
}
#footer ul li{
  line-height:20px/*40px*/;
  border-bottom:1px solid #000;
  width:195px;
  float:left;
  margin-bottom:20px;
  padding:0 10px;
  box-sizing:border-box;
}
/*
#footer ul li:ntht-child(2n){
  width:205px;
}
#footer ul li:last-child{
  width:400px;
}
*/
#footer #copy{
  max-width:100%;
  font-size:14px;
  text-align:center;
}

.footer-content1 {
   float: left;
   width: 33%;
   padding:10px;
}

.footer-content2 {

    float: left;
    width: 33%;
    padding:10px;
}

.footer-content3 {
   float: left;
   padding:10px;
}

.footer-content4 {
   clear: both;
   padding:10px;
}

.footer-content5 {
   float: right;
   padding:0 10px;
}
/*------------------
       common
--------------------*/
a{
  color:#fff;
  text-decoration:none;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

.rltv{position:relative;}
.innr_wrap{display:table;}
.left,.right{
  display:table-cell;
  vertical-align:top;
}
.fl { float:left; }
.fr { float:right; }

.txt_c{text-align:center; }
.txt_cl{text-align:center; }
.txt_r{text-align:right; }
.txt_l {text-align-last:left; }
.txt_u {text-decoration:underline; }

.txt_c img{
  margin-left:auto;
  margin-right:auto;
}

.bld{font-weight:bold;}

.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mb120{margin-bottom:120px;}
.mb150{margin-bottom:150px;}
.mb200{margin-bottom:200px;}
.mb250{margin-bottom:250px;}
.mb300{margin-bottom:300px;}
.mb350{margin-bottom:350px;}
.mb400{margin-bottom:400px;}

.pl25{padding-left:25px;}

.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pt80{padding-top:80px;}
.pt100{padding-top:100px;}
.pt150{padding-top:150px;}

.fnt12{font-size:12px;}
.fnt16{font-size:16px;}
.fnt18{font-size:18px;}
.fnt22{font-size:22px;}
.fnt28{font-size:28px;}
.fnt34{font-size:34px;}
.fnt38{font-size:38px;}
.fnt40{font-size:40px;}
.fnt42{font-size:42px;}
.fnt46{font-size:46px;}

.red{color:#C70000;}
.yellow {color:#FFFF00; }

.pc_no{display:none !important;}
.innr{
  margin:0 auto;
  width:100%;
  max-width:960px;
}
#brdcrmb{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background-color: rgba(0,0,0,0.7);
}
#brdcrmb p{
  line-height:1.3;
  padding:15px 0;
  width:100%;
  max-width:960px;
  margin:0 auto;
  font-size:12px;
  box-sizing:border-box;
}

.list li{float:left;}
.list li:last-child {margin-right:0 !important;}


.frame{
  width: 100%;
}
/*マウスオーバーの設定*/
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure {
  position: relative;
}
figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
/*
figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
*/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 140%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 140%;
    height: 120%;
    opacity: 0;
  }
}

.scroll {
  overflow: auto;
  margin-bottom:20px;
}
.scroll::-webkit-scrollbar { height: 5px;}
.scroll::-webkit-scrollbar-track { background: #F1F1F1;}
.scroll::-webkit-scrollbar-thumb { background: #BCBCBC;}
@media screen and (max-width: 640px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom:20px;
  }
  .txt_cl{text-align:left; }
  #searchArea {
    display:none;
  }
}
@media screen and (min-width: 641px) and (max-width: 820px) {
  #header .right{
    padding:40px 0 0 3%;
  }
  #header #h_search1 {
    margin:2px 0 6px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .scroll {
    white-space:normal;
  }
}
@media screen and (min-width: 641px) {
  #gnavi_wrap.fix{
    position:fixed;
    top:0;
    left:0;
    z-index:100;
  }
  #gnavi a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    padding: 0 0 5px;
  }
  #gnavi a:hover,
  #gnavi a:focus {
    outline: none;
  }
  #gnavi a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  #gnavi a:hover::after,
  #gnavi a:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1400px) {
  #footer{
    background-position:center 0;
  }
}
@media screen and (max-width: 960px) {
  #h_search2 li#h_voice{
    right: 3%;
  }
  #gnavi_wrap{padding-right:1px;}
  #footer .innr{
    margin:0;
    padding:0 0 0 2.5%;
  }
  #footer img{margin:0 10px 0 0;}
  #footer ul li{
    width:150px;
  }
  #footer ul{
    width:300px;
  }
  #footer #copy{
    text-align:left;
  }
  #header_wrap,.innr{
    padding:0 2.5%;
  }
  #brdcrmb p{
    padding:15px 2.5%;
    font-size:12px;
  }
}
@media screen and (max-width: 770px) {
  #gnavi li{
    padding:0 10px;
  }
}
@media screen and (max-width: 640px) {
  /****************************/
  /*********contents **********/
  /****************************/
  #content{
    padding-top: 0px;
  }
  video{
    height: auto;
  }

  body{
     -webkit-text-size-adjust: 100%;
    font-size:14px;
    line-height:1.5;
    margin:0;
  }
  #header_fixed{
    border:none;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
  }
  #header{
    height:60px;
  }
  #header .left{
    padding-top:10px;
  }
  #header .left img{
    height:40px;
  }

  #gnavi_wrap{
    display:none;
    padding:0;
    z-index:200;
    position:relative;
    top:60px;
  }
  #gnavi{
    border:none;
    border-top:1px solid #ccc;
  }
  #gnavi li{
    display:block;
    border:none;
    border-bottom:1px solid #ccc;
  }
  #gnavi li.pc_no_nav{
    padding:20px 0;
  }
  #gnavi a {
    padding:15px 0;
    display:block;
  }
  #gnavi li .lang{
    display:inline-block;
    width:100px;
    height:40px;
    background:#333;
    line-height:40px;
    margin:-10px 10px;
    background:#002fff;
  }
  #gnavi li  .lang a{
    padding:0;
    background:#333;
  }
  /* ナビゲーションアイコン */
  .gnavi_btn {
    display: block;
    width: 25px;
    position: fixed;
    top: 17px;
    right: 4.5%;
    z-index:1200;
    cursor:pointer;
  }
  .gnavi_btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
  }
  .gnavi_btn span:nth-of-type(2),
  .gnavi_btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  /* ナビゲーションアイコン：アクティブ */
  body.navOpen .gnavi_btn{
    position: absolute;
    top: 20px;
    right: 4%;
  }
  body.navOpen .gnavi_btn span {
    background:#fff;
    height:3px;
  }
  body.navOpen .gnavi_btn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
  body.navOpen .gnavi_btn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }
  body.navOpen .gnavi_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .fixed {
      position:fixed;
      top:0;
      left:0;
      width:100%;
  }
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;  /*スマホハンバーガーメニューで背景の透明度*/
      filter: alpha(opacity=40);
      -ms-filter: "alpha(opacity=40)";
/*    z-index: 100;　*/
  }
  #content{margin:60px 0 30px;}
  #footer{
    background-image:none;
    padding:30px 0 0;
    height:auto;
  }
  #footer .innr{
    padding:0 2.5%;
    min-width:100%;
  }
  #footer img,#footer p{
    display:block;
    text-align:center;
  }
  #footer img{
    margin:0 auto 15px;
  }
  #footer .pc_no img{margin:0;}
  #footer ul{
    width:91%;
    margin:15px auto;
  }
  #footer ul li{
    width:50%;
    text-align:center;
  }
  #footer ul li a{
    display:block;
    padding:5px 0;
  }
  #footer #copy{
    margin:15px auto;
    padding-bottom:15px;
    text-align:center;
  }
  /*------------------
         common
  --------------------*/
  .innr{
    padding:0 5%;
  }
  .pc_no{display:block !important;}
  .sp_no,.pc_no.w320{display:none !important;}
  .fnt28{font-size:20px;}
  .fnt12 {font-size:12px; }
  .mb50{margin-bottom:25px;}
  .mb80{margin-bottom:50px;}
  #brdcrmb{display:none;}
}


@media screen and (max-width: 320px) {
  .pc_no.w320{display:block !important;}
  #footer .innr img{
    width:50%;
  }
  #footer ul li{
    width:60%;
  }
  #footer ul li:nth-child(2n){
    width:40%;
  }
}
/*------------------
       追加CSS
--------------------*/
.title-decoration04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 64px 0 32px;
  margin: 4em 0 2em;
  padding-bottom: .5em;
  border-bottom: 1px solid;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.title-decoration04:first-of-type {
  padding-top: 1em;
}

@media screen and (max-width: 640px) {
  .title-decoration04 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 1.4em;
    line-height: 1.3;
  }
}
.title-decoration04:before {
  display: block;
  width: 10px;
  height: 40px;
  background: -webkit-linear-gradient(#c80000 50%, #000 50%, #000);
  background: linear-gradient(#c80000 50%, #000 50%, #000);
  margin-right: .8em;
  content: '';
}
@media screen and (max-width: 640px) {
  .title-decoration04:before {
    margin-right: .5em;
  }
}
/*------------------
       ページTOPへ戻る
--------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #002bed;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=100);
  -moz-opacity: 0.5;
  opacity: 0.8;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=100);
  -moz-opacity: 0.5;
  opacity: 1;
}
@media print {
  .pagetop {visibility:hidden; }
}
/* リストマーク */
.listmark_bk {
  list-style:url(../images/common/li_bk.png);
  margin-left:20px;
}
.listmark_rd {
  list-style:url(../images/common/li_red.png);
  margin-left:20px;
}
#searchArea {
  height:115px;
  position: relative;
}

#contact {
  padding: 20px;
  height: 40px;
}
#srchBox {
  float:left;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom:0px;
  background-color:#000000;
  border:none;
  color:#ffffff;
  text-align:left;
}
#srchBox #___gcse_0 {
  margin-top: 8px;
}
#h_search2 {
  position: absolute;
  right: 0;
  bottom: 15px;
}
/*------------------
  追加： headerかぶり防止
--------------------*/
@media screen and (max-width: 851px) and (min-width: 641px) {
  #searchArea {
    padding: 40px 0 0 3%;
    height:10px;
  }
  #h_search2 {
    margin-top: -15px;
  }
  .gsc-clear-button {
    top: 26px;
    left: 270px;
  }
}
#google_translate_element {
  margin-top: 8px;
  text-indent: 20px;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
 border-color:#a3a3a3!important;
 background-color:#333!important;
 background-image:none;
 filter:none;
}
