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

CREATE: 2016.02.26

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

@font-face {
    font-family: 'Noto Sans';
    src: url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.eot);
    src: url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.woff2) format('woff2'),
         url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.woff) format('woff'),
         url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.ttf) format('truetype'),
         url(/jtbcdFiles/font/NotoSans/notosans-bold-webfont.svg#noto_sansbold) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.eot);
    src: url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.woff2) format('woff2'),
         url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.woff) format('woff'),
         url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.ttf) format('truetype'),
         url(/jtbcdFiles/font/NotoSans/notosans-regular-webfont.svg#noto_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: normal;
   src: url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Regular.woff2) format('woff2'),
        url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Regular.woff) format('woff'),
        url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: bold;
   src: url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Bold.woff2) format('woff2'),
        url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Bold.woff) format('woff'),
        url(/jtbcdFiles/font/NotoSansJP/NotoSansJP-Bold.otf) format('opentype');
 }

body{
	-webkit-text-size-adjust: 100%;
  font-family: Noto Sans , Geneva , Arial,Verdana , 'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PGothic",sans-serif;
  font-weight: normal;
	color: #333;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
dl, dt, dd , ul, ol, li,
form, label, table, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section, main{
  margin: 0;
  padding: 0;
  border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:transparent;
}/*全要素指定*/

h1, h2, h3, h4, h5, h6, p,
a,dt,dd,li,th,td,div,span{
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6{
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6,em{
  font-weight: inherit;
  font-style: normal;
}

ul{
	list-style: none;
}

del{
  text-decoration: none;
}

a{
  text-decoration: none;
	color: #333;
}
a:focus {
	outline:none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,td {
  white-space: normal;
}

img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

::selection {
    background:#f5be7d;
		color: #333;
}

::-moz-selection {
    background:#f5be7d;
		color: #333;
}

.sup{
  position: relative;
  top: -0.5em;
  font-size: 50%;
}

.sub{
  position: relative;
  font-size: 50%;
}

/*content styles*/

.container{
  position: relative;
  padding-top: 78px;
  z-index: 100;
  background: #fff;
}

.center{
  position: relative;
  z-index: 2;
  width: 98%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.pg-canvas{
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}

.sectionTtl{
  position: relative;
  font-weight: bold;
  font-size: 245%;
  line-height: 1.3;
}

.sectionTtl span{
  font-size: 47%;
}

.sectionTtlCh{
  font-weight: bold;
  font-size: 185%;
}

.col4List li{
  width: 23.5%;
  float: left;
}

.col4List li+li{
  margin-left: 2%;
}

.col2List{
  overflow: hidden;
}

.col2List li{
  width: 48%; 
  float: left;
}

.col2List li:nth-child(odd){
  clear: both;
}

.col2List li:nth-child(even){
  margin-left: 4%;
}


/*========= page top ==========*/

.pageTop{
  position: fixed;
  z-index: 110;
  bottom: -100px;
  right: 2%;
  transform: scale(0.6,0.6);
  -webkit-transform: scale(0.6,0.6);
  opacity: 0;
  transition: transform 0.2s ease-in , bottom 0.2s ease-in , opacity 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in , bottom 0.2s ease-in , opacity 0.2s ease-in;
}

.pageTop a{
  position: relative;
  width: 90px;
  height: 90px;
  padding-top: 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 143%;
  background-color: #707070;
  font-size: 0;
}

.pageTop a:before{
  display: inline-block;
  box-sizing: border-box;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #f9f9f9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pageTop.show{
  bottom: -47px;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  opacity: 1;
}


/*========= header ==========*/

.srlFix{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 5;
  background: rgba(255,255,255,0.92);
}

.headerInner{
  overflow: hidden;
  height: 78px;
}

.headerLogo{
  float: left;
  line-height: 78px;
  width: 228px;
}

.headerLogoAr{
  float: left;
  line-height: 98px;
  width: 400px;
}

.headerLogoSt{
  float: left;
  line-height:98px;
  width: 288px;

}

.headerLogo a{
  width: 228px;
  height: 19px;
  display: inline-block;
}

.headerLogoAr a{
  width: 400px;
  height: 58px;
  display: inline-block;
}

.headerLogoSt a{
  width: 288px;
  height: 58px;
  display: inline-block;
}

.headerMenu{
  float: right;
  padding-right: 20px;
}

.headerMenu li{
  float: left;
  line-height: 78px;
}

.headerMenu li a{
  position: relative;
  padding: 5px 3px 4px 22px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #4e4e4e;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}
.headerMenu li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
}

.headerMenu li + li a{
  margin-left: 25px;
}

.menu01 a{
  background-image: url(/jtbcdFiles/images/headerMenu01.png);
}

.menu02 a{
  background-image: url(/jtbcdFiles/images/headerMenu02.png);
}

.menu03 a{
  background-image: url(/jtbcdFiles/images/headerMenu03.png);
}

.menu04 a{
  background-image: url(/jtbcdFiles/images/headerMenu04.png);
}

.menu05J a{
  background-image: url(/jtbcdFiles/images/headerMenu05E.png);
}

.menu05E a{
  background-image: url(/jtbcdFiles/images/headerMenu05j.png);
}

.linkJTB{
  height: 78px;
  line-height: 90px;
  float: right;
}

.linkJTB a{
  display: inline-block;
}

.linkLang{
  float: right;
	margin-left: 10px;
}

.linkLang a{
	text-align: center;
	display: inline-block;
	line-height: 1.2;
}

/*serviceArea*/

.serviceBnr{
  background: #f9f9f9;
  padding-top: 20px;
}

.serviceBnr .col4List li{
  padding: 1% 0 3%;
}

/*otherBn*/

.otherBn{
  margin-top: 80px;
}

.otherBnList{
  font-size: 0;
  text-align: center;
}

.otherBnList li{
  width: 23%;
  display: inline-block;
  font-size: 12px;
  margin: 2% 1% 0;
}

.otherBnList li:nth-child(3n){
	clear: both;
}

/*footer*/

footer{
  margin-top: 75px;
  padding-bottom: 60px;
}

.siteMap{
  padding: 45px 0;
  background: #f9f9f9;
}

.siteMapList{
  float: left;
  width: 25%;
}

.siteMapList.listWide{
  width: 50%;
}

.siteMapList dt{
  width: 100%;
  font-weight: bold;
}

.siteMapList dd{
  float: left;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.siteMapList li{
  margin-top: 10px;
}

.siteMapList.listWide ul{
  width: 50%;
  float: left;
}

.icnDRed{
  position: relative;
  padding-left: 12px;
}

.icnDRed:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c61529;
}

.subMenu{
  margin-top: 25px;
  overflow: hidden;
}

.subMenu li{
  float: left;
  font-size: 86%;
}

.subMenu li+li{
  margin-left: 15px;
}

.copy{
  margin-top: 15px;
  clear: both;
  font-size: 86%;
}

.copy p{
  display: inline-block;
}

@media screen and ( min-width : 737px ) {

  html{
    font-size: 14px;
  }
  
  .pcHidden{
    display: none;
  }
  
  .imgAuto{
    width: auto;
  }

}
/*PC*/


@media screen and ( min-width : 1025px ) {
  
  .pageTop.show:hover{
    bottom: -42px;
  }
  
  .headerMenu li a:hover{
    opacity: 1;
  }
  

  .headerMenu li a:hover::after {
    width: 100%;
  }
  
  .hoverOp{
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
  }
  
  .hoverOp:hover{
    opacity: 0.6;
  }

}
/*HOVER*/

@media all and (min-width: 737px) and (max-width: 1024px) {

  html{
    font-size: 13px;
  }
	
	.headerMenuInner{
    font-size: 11px;
	}
  
  .headerMenu li + li a {
    margin-left: 8px;
  }
	
	.headerMenu{
		padding-right: 10px;
	}

  footer{
    font-size: 12px;
  }
	
	.headerLogo{
		width: 190px;
	}
	
  .headerLogoAr{
    width: 400px;
  }

  .headerLogoSt{
    width: 288px;
  }

	.headerLogo img{
		width: 180px;
		height: auto;
	}

  .headerLogoAr img{
    width: 400px;
    height: auto;
  }

  .headerLogoSt img{
    width: 288px;
    height: auto;
  }
	
	.linkJTB img{
		width: 48px;
	}
  
}
/*TB*/

@media screen and ( max-width : 736px ) {

  html{
    font-size: 12px;
  }
  
  .spHidden{
    display: none;
  }

  .container{
    position: relative;
    padding-top: 0;
    z-index: 100;
    background: #fff;
  }
  
  .center{
    width: 94%;
  }
  

  .sectionTtl{
    position: relative;
    font-weight: bold;
    font-size: 183%;
    line-height: 1.3;
  }
  
  .sectionTtlCh{
    font-size: 125%;
  }

  .srlFix{
    height: 54px;
  }

  .headerInner{
    height: 54px;
  }
  
  .headerLogo{
    float: left;
    height: 54px;
    line-height: 54px;
    width: 228px;
  }

  .headerLogoAr{
    float: left;
    height: 58px;
    line-height: 82px;
    width: 400px;
  }

  .headerLogoSt{
    float: left;
    height: 44px;
    line-height: 82px;
    width: 288px;
  }
  
  .headerLogo a{
    width: 228px;
    height: 19px;
    padding-left: 0;
    display: inline-block;
  }

  .headerLogoAr a{
    width: 400px;
    height: 58px;
    padding-left: 0;
    display: inline-block;
  }

  .headerLogoSt a{
    width: 288px;
    height: 44px;
    padding-left: 0;
    display: inline-block;
  }

  .serviceInner{
    margin-top: 10px;
  }

  .serviceMenu{
    float: none;
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }
  
  .serviceMenu li{
    float: left;
    display: table;
    width: 50%;
    height: 120px;
    border-bottom: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .serviceMenu li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 116%;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
  }
  
  .serviceMenu li a span{
    display: inline-block;
    font-size: 86%;
    line-height: 1.0;
  }
  
  .serviceMenu01{
    background-image: url(/jtbcdFiles/images/serviceMenuSp01.png);
  }
  
  .serviceMenu02{
    background-image: url(/jtbcdFiles/images/serviceMenuSp02.png);
  }
  
  .serviceMenu03{
    background-image: url(/jtbcdFiles/images/serviceMenuSp03.png);
  }
  
  .serviceMenu04{
    background-image: url(/jtbcdFiles/images/serviceMenuSp04.png);
  }
  
  .serviceMenu05{
    background-image: url(/jtbcdFiles/images/serviceMenuSp05.png);
  }
  
  .serviceMenu06{
    background-image: url(/jtbcdFiles/images/serviceMenuSp06.png);
  }
  
  .serviceMenu07{
    background-image: url(/jtbcdFiles/images/serviceMenuSp07.png);
  }
  
  .serviceMenu08{
    background-image: url(/jtbcdFiles/images/serviceMenuSp08.png);
  }
  
  .serviceBnr{
    padding-bottom: 20px;
  }
  
  .col4List li{
    width: 48%;
    margin: 1%;
    float: left;
    margin-left: 0!important;
    padding: 0!important;
  }
  
  .col4List li:nth-child(even){
    float: right;
  }

  .serviceBnr .col4List{
    width: 98%;
    margin: 0 auto;
  }
  
  .col2List{
    overflow: hidden;
  }
  
  .col2List li{
    width: 100%; 
    float: none!important;
    margin-left: 0!important;
  }
  
  

/*footer*/

  footer{
    margin-top: 40px;
    padding-bottom: 20px;
  }
  
  .siteMap{
    padding: 20px 0;
  }
  
  .siteMapList{
    float: left;
    width: 100%;
  }
  
  .siteMapList.listWide{
    width: 100%;
  }
  
  .siteMapList dt{
    width: 100%;
  }
  
  .listWide dt{
    border-top: solid 1px #e1e1e1;
  }
  
  .siteMapList dt a{
    display: block;
    padding: 10px 0;
  }
  
  .siteMapList dd{
    margin-top: 0;
    padding: 0 5px;
    overflow: hidden;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
  }
  
   .siteMapList li{
     margin: 0;
   }
   
   .siteMapList li a{
     display: block;
     padding-top: 8px;
     padding-bottom: 8px;
   }
  
  .siteMapList li + li,
  .siteMapList.listWide ul + ul{
    border-top: dotted 1px #e1e1e1;
  }
  
  .siteMapList.listWide ul{
    width: 100%;
  }
  
  .subMenu{
    margin-top: 10px;
    overflow: hidden;
  }
  
  .subMenu li{
    width: 50%;
    margin-top: 5px;
  }
  
  .subMenu li+li{
    margin-left: 0;
  }
  
  /*other bn*/
  
  .otherBn {
    margin-top: 20px;
  }
  
  .otherBnList li{
    width: 49%;
    margin: 2% 0 0;
		display: block;
    float: left;
  }
  
  .otherBnList li:nth-of-type(odd){
  }
  
  .otherBnList li:nth-of-type(even){
		margin-left: 2%;
  }
  
  
  /*menuBtn*/
  .menuBtn{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    height: 54px;
    width: 52px;
    padding: 14px 10px;
  }
  
  .menuBtn p{
    position: relative;
  }
  
  .menuBtn span{
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 4px;
    background-color: #808080;
    border-radius: 2px;
    transition: transform 0.4s ease-out,top 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out,top 0.4s ease-out;
  }
  
  .menuBtn span:nth-child(1){
    top: 0;
  }
  
  .menuBtn span:nth-child(2){
    top: 10px;
  }
  
  .menuBtn span:nth-child(3){
    top: 20px;
  }
  
  .spMenuOn .menuBtn span:nth-child(1){
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .spMenuOn .menuBtn span:nth-child(2){
    display: none;
  }
  
  .spMenuOn .menuBtn span:nth-child(3){
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .wrapper{
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 54px;
    transition: transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
  }
  
  .spMenuOn .wrapper{
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
  }
  .spMenuOn .wrapper:after{
    position: absolute;
    z-index: 500;
    content:"";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }
  
  .spHeader{
    position: fixed;
    z-index: 1000;
    top: 0;
    left:0;
    width: 100%;
    height: 54px;
    background-color: rgba(255,255,255,0.9);
    transition: transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
  }
  
  .spMenuOn .spHeader{
    transform:translateX(-250px);
    -webkit-transform:translateX(-250px);
    background-color: #f9f9f9;
    border-right: solid 1px #959595;
  }
  
  .spMenu{
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #f9f9f9;
    display: none;
  }
  
  .spMenuOn .spMenu{
    display: block;
  }
  
  .spMenu li{
    border-bottom: solid 1px #959595;
  }
  
  .spMenu li a{
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .spMainMenu li a{
    line-height:54px;
    height:54px;
    font-size: 116%;
    font-weight: bold;
  }
  
  .spSubMenu li a{
    line-height:40px;
    height:40px;
  }
  
  .spMenu li a:after{
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    display: block;
    content:"";
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .pageTop{
    display: none!important;
  }
  
  /*160506 Youtube*/
  .iframeBox{
    position:relative;
    width:100%;
    padding-top:56%;
  }
  
  .iframeBox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important
  }

}
/*SP*/