@charset "UTF-8";


/**************************************************************************************************

IE11のときはメイリオ

**************************************************************************************************/

@media all and (-ms-high-contrast:none) {

body{
 font-family: "メイリオ", Meiryo, sans-serif !important;
}
}



/**************************************************************************************************

HEADER

**************************************************************************************************/
header{
  z-index: 10001;
    width: 97%;
margin: 0 auto;
padding:0 0 0 3%;
background:#fff;
height:96px;
/*** ↓固定設定↓ ***/
position: fixed;
top: 0;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is-animation{
    width: 98%;
padding:0 0 0 2%;
top: -35px;
height:96px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


/**************************************************************************************************

ロゴ

**************************************************************************************************/


.logo{
z-index:15;
position:absolute;
display:block;
top:25px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .logo {
top:44px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */

}


.logo img{
z-index:15;
 height:55px;
 max-width: none;
 -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .logo img {
  height:45px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


.logo a{
	opacity:1.0;

}



.logo .visited a, {
	opacity:1.0;
}


.logo a:hover {

	opacity:.7;
}

.logo a:active {

	opacity:.7;
}



/**************************************************************************************************

PC ヘッダーメニュー

**************************************************************************************************/

#headerMenuBox{
display:block;
    position: absolute;
z-index:10;
top:0;
right:0;
padding:0 0 0 0;
text-align:right;
width:100%;
}

#headerMenuBox ul {
margin:0 0 0 0;
}

#headerMenuBox ul li{
display:inline-block;
}


#headerMenuBox ul li:last-child{
margin:0 40px 0 0;
}

#headerMenuBox ul li a:link {
	color:#111;
	text-decoration: none;

}
#headerMenuBox ul li a:visited {
	color:#111;
}
#headerMenuBox ul li a:hover {
	color:#555;
}
#headerMenuBox ul li a:active {
	color:#555;
}

/*** スマホ用のヘッダーは非表示 ***/
.header {
display:none;
}


/*** ボタン ***/
#headerMenuBox .btn {
display:block;
    position: absolute;
z-index:10;
top:0;
right:40px;

}

  
#headerMenuBox .btn a{
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	line-height:1.5em;
	text-decoration: none;
	display: block;
	padding:15px 0 0 0;
margin:0;
 position:relative;
}


#headerMenuBox .btn .visited a, {
	font-size:15px;
	color:#000;
}


#headerMenuBox .btn a:hover {
	color:#1a9ede;
}

#headerMenuBox .btn a:active {
	color:#1a9ede;
}

#headerMenuBox .btn a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
 font-size: 0.6em;
position:absolute;
font-weight: 900;
color:#969696;
left:-10px;
}


/**************************************************************************************************
ここからマウスオーバーナビ処理 
**************************************************************************************************/
#mddNav {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}
 
#mddNav > ul {
margin:25px 0 0 0;
}
 

 
#mddNav > ul > li > a {
display:inline-block;
font-size:16px;
height:40px;
padding:32px 0 0 0;
line-height:1.2em;
font-weight:700;
margin:0 30px 0 0;
    transition: all 0.2s linear;
}
 

#mddNav > ul > li:last-child > a {
margin:0;
}
 
#mddNav > ul > li .visited a, {
	text-decoration: none;
	color:#fff;
		text-decoration: none;
}

#mddNav > ul > li a:hover {
	text-decoration: none;
	opacity:1.0;
    color:#1a9ede;
}

#mddNav > ul > li a:active {
	text-decoration: none;
	color:#fff;
    color:#1a9ede;
}


.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
margin:-2px 0 0 8px;
}


 
#mddNav .mddWrap {
    top: 71px;
    left: 0;
    width: 100%;
    height:auto;
    padding-bottom:30px;
    text-align: center;
    background: #fff;
	 	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.1);
box-shadow:0 1px 8px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 10;
    overflow: hidden;
    display: none;

}
 
#mddNav .mddWrap .mddInner {
    margin: 0 auto;
    padding-top:30px;
    width: 900px;

    height:auto;
    line-height: 1.6em;
    text-align: center;
}
 
 
#mddNav .mddWrap .mddInner > last-child {
    margin-right: 0;
    border-right: none;
}
 
#mddNav .mddWrap .mddInner > ul > li {
    font-size: 15px;
    line-height: 1.6em;
    margin:0 40px 0 0;
    position:relative;
}


#mddNav .mddWrap .mddInner > ul > li:last-child {
    margin:0;
}
 
 #mddNav .mddWrap .mddInner > ul > li:before {
font-family: "Font Awesome 5 Free";
content:'\';
position:absolute;
color:#969696;
font-weight:700;
font-size:100%;
top:0;
left:0;
}


#mddNav .mddWrap .mddInner > ul > li a:link {
    text-decoration: none;
    color:#000;
}

 #mddNav .mddWrap .mddInner > ul > li a:visited {
    text-decoration: none;
    color:#000;
}

#mddNav .mddWrap .mddInner > ul > li a:hover {
    text-decoration: none;
    color:#1a9ede;

}

 #mddNav .mddWrap .mddInner > ul > li a.active {
    text-decoration: none;
    color:#1a9ede;

}

#mddNav .mddWrap .mddInner p {
    margin-bottom:15px;
    padding-left: 10px;
    font-size:20px;
    font-weight:bold;
    line-height: 1.6em;
    border-left: #071c48 5px solid;
}
 
 

 
/* ------------------------------
   Clearfix Elements
------------------------------ */
#mddNav > ul:after {
    content: " ";
    display: block;
    clear: both;
}



.disnone{
display:none!important
}

.pcClass{
display:block
}

/**************************************************************************************************

CONTENTS

**************************************************************************************************/
.contents{
width:100%;
margin:80px auto;

}


/**************************************************************************************************

TEXT

**************************************************************************************************/
p{
font-size:18px;
line-height:2.0em;
color:#333;
}

p.txtC{
text-align:center;
margin:0 0 30px;
}



/**************************************************************************************************

MARGIN

**************************************************************************************************/

.areaS50{
	margin-top:50px;
}

.areaS100{
	margin-top:100px;
}

.txtS40{
	margin-bottom:40px;
}

.txtS20{
	margin-bottom:20px;
}

.txtSL10{
	margin-left:10px;
}


/**************************************************************************************************

H1

**************************************************************************************************/
.comH1Box{
margin:96px 0 0 0;
position:relative;
}


.comH1Box h1{
font-size:70px;
position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color:#fff;
font-weight:500;
text-align:center;
line-height:1em;
letter-spacing:2.0px;
margin:0 0 0 0;
font-family:Times New Roman,serif;
}

/*** Message ***/
.msgH1Box{
margin:96px 0 0 0;
position:relative;
}


.msgH1Box h1{
font-size:100px;
position:absolute;
    top:120px;
    left: 10%;
color:#fff;
font-weight:500;
text-align:left;
line-height:1.5em;
letter-spacing:2.0px;
margin:0 0 0 0;
font-family:Times New Roman,serif;
  object-fit: cover;
}

.msgH1Box .nameBox{
position:absolute;
text-align:left;
    top:280px;
    left:11%;
background-color: rgb(255,255,255,0.5);
padding:25px 40px;


}

.msgH1Box .nameBox p.katagaki{
font-size:18px;
color:#000;
font-weight:500;
text-align:left;
line-height:1.5em;
}

.msgH1Box .nameBox p.name{
font-size:25px;
color:#000;
margin:10px 0 0 0;
font-weight:700;
text-align:left;
line-height:1.5em;
}

.comH1Box img{
width: 100%;
 height:60vh; 
  object-fit: cover;
}

/*** message ***/
.msgH1Box img{
width: 100%;
 height:550px; 
  object-fit: cover;
}


.comH1Box span img{
width: 100%;
 height:30vh; 
  object-fit: cover;
}


.comH1Box span.subpage img{
width: 100%;
 height:18vh; 
  object-fit: cover;
}




/**************************************************************************************************

PANKUZU comH1Box inner

**************************************************************************************************/

#pankuzuBox {
position:absolute;
top:55px;
left:4%;
font-size:14px;
font-size:normal;
color:#fff;
}



#pankuzuBox span{
font-weight:700;
}



    
#pankuzuBox a{
    color:#fff;
    text-decoration:underline;
    }
  
 

#pankuzuBox a:visited{
    text-decoration:underline;
}

#pankuzuBox a:hover{
opacity:0.8;
    text-decoration:none;
}



#pankuzuBox a.active{
opacity:0.8;
    text-decoration:none;
}



/**************************************************************************************************

TOPキービジュアル

**************************************************************************************************/
/* Main */


.wrap {
  overflow: hidden;
  position: relative;
}
.wrap::before {
  animation: displayImg 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
animation-delay:0.5s;

  background: #fff;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 11;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}


.keyVisual{
min-width:1000px;
height:100%;
margin:0 auto 0 auto;
position:relative;
z-index:20;

}


.keyVisual .keyBox{
width:820px;
height:320px;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
          transform: translate(-50%, -50%);
position:absolute;
margin:0 auto;
z-index:21;
}


.keyVisual .catch{
color:#fff;
font-size:45px;
font-family:Times New Roman,Georgia,serif;
width:100%;
font-weight:500;
position:absolute;
text-align:center;
line-height:1.2em;
top:43%;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
z-index:21;
}


.keyVisual p{
color:#fff;
font-size:15px;
width:100%;
font-weight:700;
text-align:center;
line-height:1.8em;
letter-spacing:1.2px;
position:absolute;
top:67%;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform:translateX(-50%);
          transform: translateX(-50%);
z-index:21;
}




.swiper-container{
z-index:10;
}

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.10);
      transform: scale(1.10);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.10);
      transform: scale(1.10);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
width:100%;
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
 height:100vh;

}



/**************************************************************************************************

NEWS

**************************************************************************************************/
.InformationArea{
width:100%;
background:#fff;
margin:0 auto;
padding:50px 0 60px 0;
}


.InformationBox{
width:92%;
max-width:1080px;
margin:0 auto 0 auto;
padding:0 4%;

}

.InformationBox h2{
font-size:34px;
margin:0 0 30px 0;
font-weight:normal;
line-height:1.8em;
	font-family:Times New Roman,Georgia,serif;
text-align:center;
}


.InformationBox .importantNews{
width:100%;
border:solid 1px #da4453;
margin:0 0 25px 0;
}

.InformationBox .importantNews h3{
width:18%;
margin:0 3% 0 0;
font-size:15px;
color:#fff;
line-height:1.5em;
display:inline-block;
vertical-align:middle;
background:#da4453;
text-align:center;
padding:10px 0;
}


.InformationBox .importantNews p{
width:77%;
font-size:15px;
line-height:1.5em;
color:#da4453;
display:inline-block;
vertical-align:middle;
text-align:left;
padding:0 0;
}


    
.InformationBox .importantNews p a {
    color:#da4453;
    text-decoration:underline;
    }
  
 

.InformationBox .importantNews p a:visited{
    color:#da4453;
    text-decoration:underline;
}

.InformationBox .importantNews p a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.InformationBox .importantNews p a.active{
	color:#1a9ede;
    text-decoration:none;
}




.InformationBox dl{
width:100%;
border-bottom:solid 1px #e6e6e6;
margin:0 0 10px 0;
padding:0 0 10px 0;
}


.InformationBox dl dt{
display:inline-block;
width:11%;
margin:0 2% 0 0;
padding:0 0 0 1%;
	font-size:17px;
font-weight:normal;
line-height:2.0em;
	vertical-align:top;
text-align:left;
	color:#000;

}

.InformationBox dl dd{
display:inline-block;
width:86%;
margin:0;
	font-size:17px;
line-height:2.2em;
font-weight:normal;
	vertical-align:top;
text-align:left;
	color:#000;

}


    
.InformationBox dl dd a {
    color:#000;
    text-decoration:underline;
    }
  
 

.InformationBox dl dd a:visited{
    color:#000;
    text-decoration:underline;
}

.InformationBox dl dd a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.InformationBox dl dd a.active{
	color:#1a9ede;
    text-decoration:none;
}


/**************************************************************************************************

Introducing JILA

**************************************************************************************************/
.introducingArea{
width:100%;
background:#f3f3f3;
margin:0 auto;
padding:60px 0 30px 0;
}

.introducingBox{
width:92%;
max-width:1800px;
margin:0 auto;
padding:0 4%;
}

.introducingBox ul {
margin:0 auto 40px auto;
width:100%;
text-align:center;
}


.introducingBox ul li{
  width: 25%; /* boxサイズ */
display:inline-block;
margin:0 auto;
padding:0;
vertical-align:top;
}



.introducingArea h2{
font-size:34px;
margin:0 0 30px 0;
font-weight:normal;
line-height:1.8em;
	font-family:Times New Roman,Georgia,serif;
text-align:center;
}

.introducingArea h3{
font-size:18px;
margin:20px 0 10px 0;
font-weight:700;
line-height:1.6em;
text-align:center;
color:#333;
position:relative;
}


    
.introducingArea li h3 a {
    color:#333;
    text-decoration:none;
    }
  
 

.introducingArea li h3 a:visited{
    color:#333;
    text-decoration:none;
}

.introducingArea li h3 a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.introducingArea li h3 a.active{
	color:#1a9ede;
    text-decoration:none;
}

.introducingArea h3 a:before{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:-1px;
text-indent:-20px;
}



.introducingBox ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.introducingArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.introducingArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}





/**************************************************************************************************

TOPMOVIE

**************************************************************************************************/
.topMovieArea{
width:100%;
background:#dce4e9;
margin:0 auto;
padding:80px 0 80px 0;
}

.topMovieArea .movie-en {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4%;
}

@media (min-width: 1024px) {
  .topMovieArea .movie-en {
    display: flex;/* 子要素を並列にする */
align-items: center; /* 並列の子要素の高さ方向の中央揃え */
  }
}

.topMovieArea .movie-en__inner {
  position: relative;
  z-index: 1;
}


@media (min-width: 1024px) {
  .topMovieArea .movie-en__inner {
    width: 70%;
  }
}

.topMovieArea .movie-en__inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.topMovieArea .caption-en {
  position: relative;
}

@media (min-width: 1024px) {
  .topMovieArea .caption-en {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
    width: 30%;
  }
}

.topMovieArea h2{
font-size:30px;
margin:0 0 15px 0;
font-weight:normal;
line-height:1.8em;
	font-family:Times New Roman,Georgia,serif;
text-align:left;
}



.topMovieArea p{
font-size:16px;
line-height:1.8em;
margin:0 20px 0 5px;
color:#333;
}



/**************************************************************************************************

TOPLINKBANNER

**************************************************************************************************/
.topLinkArea{
width:100%;
background:#fff;
margin:0 auto;
}

.topLinkArea ul{
    display: flex;/* 子要素を並列にする */
align-items: center; /* 並列の子要素の高さ方向の中央揃え */

}

.topLinkArea ul li{
width:50%;
position:relative;
}

.topLinkArea ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.topLinkArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .captionBox{
position:absolute;
width:92%;
padding:0 4%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topLinkArea ul li .captionBox h3{
font-size:30px;
color:#fff;
margin:0 0 15px 0;
font-weight:normal;
line-height:1.8em;
	font-family:Times New Roman,Georgia,serif;
text-align:left;
text-align:center;
}


.topLinkArea ul li .captionBox p{
font-size:15px;
line-height:1.6em;
color:#fff;
text-align:center;
}



.topLinkArea ul li .arrowimg {
	position:absolute;
bottom:20px;
right:20px;
}



/**************************************************************************************************

AboutusIndex

**************************************************************************************************/
#movie {
  margin-top : -61px;
  padding-top : 61px;
}



/**************************************************************************************************

OVERVIEW

**************************************************************************************************/
.overviewArea {
width:1000px;
margin:0 auto;
}



.overviewArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;
}

.overviewArea h3{
font-size:20px;
color:#333;
font-weight:500;
text-align:left;

line-height:1.6em;
margin:40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: left;

}


.overviewArea h3:before {
  border-top:2px solid #004989;
  content: "";
  width:15px; 
margin:0 10px 0 0;
}

.overviewArea  p.overview{
margin:0 0 0 30px
}



/**************************************************************************************************

MEMBERS

**************************************************************************************************/
.memberArea {
width:1000px;
margin:0 auto;
}

.memberArea h2{
   font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:center;
line-height:1.5em;
padding:0 0 10px 0;
margin:0 0 30px 0;
border-bottom:solid 1px #e6e6e6;

}

.memberArea h2 span{
font-size:16px;
font-family:'Avenir','Corbel',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;

color:#333;
margin:0 0 0 10px;
font-weight:normal;
}

.memberArea h3{
font-size:24px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
margin:30px 0 0 0;
}

.memberArea h3 span{
font-size:24px;
color:#003265;
font-weight:700;
text-align:left;
line-height:1.3em;
margin:0 8px 0 0;
}


.memberArea  p.member{
font-size:20px;

}

.memberArea  p.member span{
font-size:15px;
color:#333;
font-weight:normal;
}

.memberArea ul{
margin:0 auto;
text-align:center;
padding:0 10%;
}

.memberArea ul li{
display:inline-block;
vertical-align:middle;
width:60%;
text-align:left;
}

.memberArea ul li:last-child{ 
display:inline-block;
vertical-align:middle;
width:40%;
}

.memberArea ul li img{
width:350px;
}






/**************************************************************************************************

JILA Organization

**************************************************************************************************/

.organizationalArea {
width:1000px;
margin:0 auto;
}



.organizationalArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
margin:0 0 20px 0;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;
}

.organizationalArea h3{
font-size:24px;
color:#333;
font-weight:700;
text-align:left;

line-height:1.6em;
margin:30px 0 10px 0;
text-indent:0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.organizationalArea section{
margin:0 0 50px 0;
}

.organizationalArea section#section2{
margin:0;
}


.organizationalArea img{

width:100%;
}


.organizationalArea ul{
  padding: 0;
  margin: 0 0 0px 20px; //左のマージンはここで指定
  list-style-type: disc;

}


.organizationalArea ul li{
  list-style-type: disc;
  line-height:1.8em;
color:#333;
	font-size:18px;
  margin:0 0 0px 0;
}


.subcommittees table {
width:100%;
margin:30px 0 0 0;
}

.subcommittees td {
	font-size:15px;
	line-height:1.6em;
	padding:20px;
	vertical-align:middle;

	border:solid 1px #fff;
	color:#000;

}


.subcommittees .ttlsection{
background:#adbce4;
width:17%;
display:inline-block;
vertical-align:middle;
text-align:center;
margin:0 5% 0 0;
padding:5px 10px;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;

}

.subcommittees .namesection{
display:inline-block;
vertical-align:middle;
width:68%;
}

.subcommittees th {
	font-size:16px;
	line-height:1.6em;
	width:auto;
	vertical-align:middle;
	padding:10px;
	background:#002280;
	font-weight:bold;
	text-align:center;
	border:solid 1px #fff;
color:#fff;
}

.subcommittees table td {
  background: #f7f7f8;
}

.subcommittees table tr:nth-child(odd) td {
  background: #eeeef1;

}

.subcommittees table tr td:nth-child(even) {
  text-align: left;

border:0;
}

.subcommittees table tr td:nth-child(1){
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;

}


.subcommittees table tr td:nth-child(2){
	border-right:solid 0px #fff;
	border-bottom:solid 1px #fff;

}






/**************************************************************************************************

Other Initiatives

**************************************************************************************************/
.otherInitiativesArea {
width:1000px;
margin:0 auto;
position:relative;
}


.otherInitiativesArea .descri{
margin:0 auto 50px auto;
}


.otherInitiativesArea .descri .otherImg{
position:absolute;
top:0;
right:0;
}

.otherInitiativesArea .descri .otherImg img{
width:280px;
}


.otherInitiativesArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;
}

.otherInitiativesArea ul{
  padding: 0;
  margin: 0 0 50px 40px; //左のマージンはここで指定
  list-style-type: disc;

}


.otherInitiativesArea ul li{
  list-style-type: disc;
  line-height:1.8em;
color:#333;
	font-size:18px;
  margin:0 0 20px 0;
}


.otherInitiativesArea  p.overview{
margin:0 0 0 30px
}


/**************************************************************************************************

Message

**************************************************************************************************/
.messageArea{
width:1000px;
margin:0 auto;
}


.messageArea p{
  line-height:2.0em;
	font-size:17px;
  margin:0 0 30px 0;
}




/**************************************************************************************************

Publication

**************************************************************************************************/
.publicationArea{
width:1000px;
margin:0 auto;
}

.publicationArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;

}


.publicationArea  p{
margin:40px 0 0 0;
}


.publicationArea ul {
margin:80px auto 0 auto;
text-align:center;
padding:0 5%;

}

.publicationArea ul li{
display:inline-block;
width:22%;
margin:0 17% 80px 0;
vertical-align:top;
 	-webkit-box-shadow:10px 10px 10px rgba(0,0,0,0.1);
box-shadow:10px 10px 10px rgba(0,0,0,0.1);
}

.publicationArea ul li:nth-child(3), .publicationArea ul li:nth-child(6){
margin:0 0 40px 0;
}

.publicationArea ul li img{
width:100%;
}


/**************************************************************************************************

Bulletin "JILA"

**************************************************************************************************/
.bulletinArea{
width:1000px;
margin:0 auto;
}

.bulletinArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
margin:0 0 20px 0;
font-weight:500;
text-align:left;
line-height:1.3em;
}


.bulletinArea dl{
margin:0 0 100px 0;
padding:0 0 100px 0;
border-bottom:solid 1px #e6e6e6;
}

.bulletinArea dl dt{
display:inline-block;
vertical-align:middle;
width:25%;
margin:0 5% 0 0;
 	-webkit-box-shadow:10px 10px 20px rgba(0,0,0,0.2);
box-shadow:10px 10px 20px rgba(0,0,0,0.2);
}

.bulletinArea dl dd{
display:inline-block;
vertical-align:middle;
width:70%;
}

.bulletinArea dl dt img{
width:100%;
}


.bulletinArea ul li{
display:inline-block;
width:14%;
margin:0 7.5% 0 0;
vertical-align:top;
 	-webkit-box-shadow:10px 10px 10px rgba(0,0,0,0.1);
box-shadow:10px 10px 10px rgba(0,0,0,0.1);
}


.bulletinArea ul li:nth-child(5){
margin:0 0 0 0;
}

.bulletinArea ul li img{
width:100%;
}





/**************************************************************************************************

Statistics of Japanese In-House Lawyers and Award

**************************************************************************************************/

/***********************************
/*** Japanese In-House Lawyers ***/
***********************************/
.jihlArea{
width:100%;
margin:0 auto;
  position: relative;
}

.jihlArea .descri{
width:900px;
margin:0 auto 50px auto;
}

.jihlAreaInner{
width:900px;
margin:0 auto;
}


.jihlAreaInner h2{
font-family:Times New Roman,Georgia,serif;
font-size:28px;
margin:0 0 20px 0;
font-weight:500;
text-align:left;
line-height:1.3em;
}

.jihlAreaInner img{
width:100%;
}

.jihlAreaInner section{
margin:0 0 150px 0;
}

.jihlAreaInner p{
font-size:16px;
font-weight:500;
text-align:left;
margin:0 0 20px 0;
line-height:1.6em;
}


.jihlAreaInner p.cap{
font-size:13px;
font-weight:500;
text-align:left;
margin:10px 0 20px 0;
line-height:1.6em;
}




.top20CompanyBox table {
width:100%;
}

.top20CompanyBox td {
	font-size:15px;
	line-height:1.6em;
	padding:10px 10px;
	vertical-align:top;
text-align:center;
	border:solid 1px #fff;
	color:#000;

}


.ttlsection{
background:#003265;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;

}

.top20CompanyBox th {
	font-size:16px;
	line-height:1.6em;
	width:auto;
	vertical-align:middle;
	padding:10px;
	background:#003265;
	font-weight:bold;
	text-align:center;
	border:solid 1px #fff;
color:#fff;
}

.top20CompanyBox table td {
  background: #f7f7f8;
}
.top20CompanyBox table tr:nth-child(odd) td {
  background: #eeeef1;
}

.top20CompanyBox table tr td:nth-child(2) {
  text-align: left;
padding:10px 10px 10px 30px
}



/***********************************
/*** JILA In-house Legal Award ***/
***********************************/
.awardArea{
width:100%;
margin:0 auto;
  position: relative;
}

.awardArea .descri{
width:900px;
margin:0 auto 50px auto;
}

.awardAreaInner{
width:900px;
margin:0 auto;
}


.awardAreaInner h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
margin:50px 0 30px 0;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;
}



.awardAreaInner h3{
font-size:23px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.6em;
margin:60px 0 20px 0;
padding:0;
  display: flex;
  align-items: center;
  justify-content: left;
}


.awardAreaInner h3:before {
  border-top:2px solid #004989;
  content: "";
  width:15px; 
margin:0 10px 0 0;
}

.awardAreaInner  p.cat{
margin:0 0 20px 10px
}

.awardAreaInner  p.catlast{
margin:0 0 0 10px
}

.awardAreaInner img{
width:100%;
margin:20px 0 0 0;
}

.awardAreaInner section{
margin:0 0 100px 0;
padding:0;
}

.awardAreaInner section.secs{
margin:0 0 50px 0;
padding:0;
}



.awardAreaInner ul{
  padding: 0;
  margin: 40px 0 40px 20px; //左のマージンはここで指定
  list-style-type: disc;

}


.awardAreaInner ul li{
  list-style-type: decimal;
  line-height:1.8em;
	font-size:18px;
color:#333;
  margin:0 0 20px 0;
}




/***********************************
/*** sidemenu ***/
***********************************/
.area{
    display:relative;
}


/*** scroll before ***/
.area .mainElm,.area aside{
position:absolute;
    width:calc(50% - 530px) ;
margin:130px 0 0 0;
}


.fixedElm{
width:100%;
padding:10px 0 0 0;

}


/*** scroll fixed ***/
.fixedElm.myFixed{
    width:calc(50% - 530px) !important;
    position:fixed;
    top:61px;

}

.jihlArea nav#anchor-nav ul, .awardArea nav#anchor-nav ul {
width:100%;
}

.jihlArea nav#anchor-nav ul li, .awardArea nav#anchor-nav ul li {
font-size:16px;
margin:0 0 0 0;
text-align:right;
}


.jihlArea nav#anchor-nav ul li a:link, .awardArea nav#anchor-nav ul li a:link{
  color: #333;
font-weight:normal;
display:block;
text-decoration:none;
padding:10px 20px 10px 0;
text-align:right;
}

.jihlArea nav#anchor-nav ul li a:visited, .awardArea nav#anchor-nav ul li a:visited{
display: block; 
font-weight:normal;
  color: #333;
text-decoration:none;
padding:10px 20px 10px 0;
text-align:right;
}

.jihlArea nav#anchor-nav ul li a:hover, .awardArea nav#anchor-nav ul li a:hover{
font-weight:normal;
  color: #003265;
  background-color: #f7f7f8;
text-decoration:none;
padding:10px 20px 10px 0;
text-align:right;
}

.jihlArea nav#anchor-nav ul li a.active, .awardArea nav#anchor-nav ul li a.active{
  color: #fff;
font-weight:700;
  background-color: #003265;

padding:10px 20px 10px 0;
text-align:right;
}

#section1 {
  margin-top : -96px;
  padding-top : 96px;
}

#section2 {
  margin-top : -96px;
  padding-top : 96px;
}

#section3 {
  margin-top : -96px;
  padding-top : 96px;
}

#section4 {
  margin-top : -96px;
  padding-top : 96px;
}

#section5 {
  margin-top : -96px;
  padding-top : 96px;
}

#section6 {
  margin-top : -96px;
  padding-top : 96px;
}


/*** 1400px以下の場合は上にメニューを配置 ***/
@media (max-width: 1400px) {
.area{
    display:normal;

}

/*** scroll before ***/
.area .mainElm,.area aside{
position:static;
    width:900px;

margin:0 auto 30px auto;
z-index:100;

}


.fixedElm{
width:100%;
padding:0 0 0 0;

}


/*** scroll fixed ***/
.fixedElm.myFixed{
    width:900px;
background:#fff;
    position:fixed;
    top:61px;
margin:0 auto;
z-index:100;

}


.jihlArea nav#anchor-nav ul, .awardArea nav#anchor-nav ul {
    width:900px;

display:flex;
margin:0px auto;
background:#f7f7f8;
padding:14px 0 14px 38px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li, .awardArea nav#anchor-nav ul li {
font-size:15px;
margin:0 0 0 0;
display:inline-block;
background:#fff;
vertical-align:middle;
}


.jihlArea nav#anchor-nav ul li a:link, .awardArea nav#anchor-nav ul li a:link{
  color: #333;
font-weight:normal;
display:block;
text-decoration:none;
padding:10px 40px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li a:visited, .awardArea nav#anchor-nav ul li a:visited{
display:block;
font-weight:normal;
  color: #333;
text-decoration:none;
padding:10px 40px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li a:hover, .awardArea nav#anchor-nav ul li a:hover{
font-weight:normal;
  color: #003265;
  background-color: #f7f7f8;
text-decoration:none;
padding:10px 40px;
text-align:center;
}

.jihlArea nav#anchor-nav ul li a.active, .awardArea nav#anchor-nav ul li a.active{
  color: #fff;
font-weight:700;
  background-color: #003265;

padding:10px 40px;
text-align:center;
}

#section1 {
  margin-top : -180px;
  padding-top : 180px;
}

#section2 {
  margin-top : -180px;
  padding-top : 180px;
}

#section3 {
  margin-top : -180px;
  padding-top : 180px;
}

#section4 {
  margin-top : -180px;
  padding-top : 180px;
}

#section5 {
  margin-top : -180px;
  padding-top : 180px;
}

#section6 {
  margin-top : -180px;
  padding-top : 180px;
}


}




/**************************************************************************************************

Partner_organizations

**************************************************************************************************/
.partnerArea{
width:1000px;
margin:0 auto;
}

.partnerArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;
margin:0 0 30px 0;
}


.partnerArea ul li p{
margin:20px 0 0 0;
line-height:1.4em;
font-size:16px;
}


.partnerArea ul {
margin:80px auto 0 auto;
text-align:center;
padding:0 0%;

}

.partnerArea ul li{
display:inline-block;
width:22%;
margin:0 17% 80px 0;
vertical-align:top;
}

.partnerArea ul li:nth-child(3){
margin:0 0 40px 0;
}

.partnerArea ul li img{
width:100%;
}


.partnerArea ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.partnerArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.partnerArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}


    .partnerArea ul li p {
font-weight:bold;
}
  
 

    .partnerArea ul li p.kiji {
font-weight:normal;
font-size:14px;
}
  
 
.partnerArea ul li p a {
    color:#333;
    text-decoration:none;
position:relative;
    }
  
 

.partnerArea ul li p a:visited{
    color:#333;
    text-decoration:none;
}

.partnerArea ul li p a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.partnerArea ul li p a.active{
	color:#1a9ede;
    text-decoration:none;
}

.partnerArea ul li p a:before{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:-1px;
text-indent:-20px;
}


    


/**************************************************************************************************

Privacypolicy

**************************************************************************************************/
.privacyArea{
width:1000px;
margin:0 auto;
}

.privacyArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;

}

.privacyArea .descri p{

margin:50px auto 0 auto;
}

.privacyArea h3{
font-size:20px;
color:#333;
font-weight:700;
text-align:left;

line-height:1.6em;
margin:60px 0 10px 0;
text-indent:10px;
  display: flex;
  align-items: center;
  justify-content: left;

}




.privacyArea ul{
  padding: 0;
  margin:20px 0 20px 40px; //左のマージンはここで指定
  list-style-type: decimal;

}


.privacyArea ul li{
  list-style-type: decimal;
color:#333;
  line-height:1.8em;
	font-size:18px;
  margin:0 0 20px 0;
}

.privacyArea p{
margin:0 0 0 20px;
}



/**************************************************************************************************

Sitemap

**************************************************************************************************/
.sitemapArea{
width:500px;
margin:0 auto;
}

.sitemapArea h2{
font-family:Times New Roman,Georgia,serif;
font-size:30px;
color:#333;
font-weight:700;
text-align:left;
line-height:1.3em;
border-left: solid 5px #004989;
padding:0 0 0 20px;

}



.sitemapArea ul{
    display: flex;/* 子要素を並列にする */
}


.sitemapArea ul li{
margin:0 80px 0 0;
white-space: nowrap;;
text-align:left;
}


.sitemapArea ul li p{
margin:0 0 30px 0;
font-size:18px;
line-height:1.6em;
text-align:left;
position:relative;
padding:0 0 0 15px;
}

.sitemapArea ul li p.s{
margin:0 0 15px 0;
font-size:18px;
line-height:1.6em;
text-align:left;
position:relative;
text-indent:20px;
}


.sitemapArea ul li a{
	color:#333;
	text-decoration: none;
}



.sitemapArea ul li .visited a, {
	color:#333;
}


.sitemapArea ul li a:hover {
	color:#333;
	opacity:.8;
}

.sitemapArea ul li a:active {
	color:#333;
	opacity:.8;
}

.sitemapArea ul li p a:after{
font-family: "Font Awesome 5 Free";
content:'\f138';
color:#003265;
 font-size: 1em;
position:absolute;
font-weight: 900;
top:0;
left:-15px;
}


.sitemapArea ul li p.s a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.5em;
position:absolute;
font-weight: 900;
top:0;
left:0px;
}


/*************************************************************************************************

anker link

**************************************************************************************************/



/**************************************************************************************************

お問い合わせ snowmonkeys

**************************************************************************************************/
#contactsnow{
width:900px;
margin:0 auto;
}


.txtTel{
font-size:12px;
line-height:1.5em;
margin:0 0 10px 0;
padding:0 0 0 15px;
position:relative;
}

.txtTel span{
font-size:11px;
margin:0 0 0 20px;
}


.txtTel:before{
font-family: "Font Awesome 5 Free";
content:'\f2a0';
 font-size:100%;
position:absolute;
color:#003265;
font-weight: 900;
top:0;
left:2px;
}


#contactsnow h3{
font-size:24px;
margin:50px 0 20px 0;
font-weight:700;
padding:20px 0 20px 20px;
background:#eee;
	letter-spacing:2.0px;
font-weight:700;
}



#contactsnow h3.comUpper{
font-size:24px;
margin:0 0 15px 0;
font-weight:700;
}



/**************************************************************************************************

検索結果ページ

**************************************************************************************************/

.searchArea{
width:1000px;
margin:0 auto;
}

.searchResultNumBox{
margin:0 0 30px 0;
}

.searchResultBox{
background:#fff;
margin:0 0 20px 0;
padding:0 0 20px 0;
border-bottom:solid 1px #ccc;
width:1000px;
}

.searchResultBoxInner{
padding:15px;
}

.searchResultTitle{
font-size:20px;
font-weight:bold;
line-height:1.5em;
margin:0 0 10px 0;
}

.numResult{
color:#da0308;
font-weight:bold;
font-size:25px;

}


#searchsubmit{
line-height:1.5em;
}




/*** ボタン ***/
.searchResultBox .btn {
width:130px;
margin:12px 5px 0 0;
float:right;
}

.searchResultBox .btn a{
width:130px;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	line-height:1.5em;
	text-decoration: none;
	display: block;
	padding:5px 0;
	border:solid 1px #ccc;
margin:0;
	background:#eee;
border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
 position:relative;
}


.searchResultBox .btn .visited a, {
	color:#000;
	background:#009f27;

}


.searchResultBox .btn a:hover {
	opacity:.8;
}

.searchResultBox .btn a:active {
	opacity:.8;
}






/*************************************************************************************************

NONE

**************************************************************************************************/
.pcnone{
display:none;
}

.spnone{
display:block;
}

.br-sp { display:block; }

.br-pc { display:none; }


a[href^="tel:"] {
    pointer-events: none;
}


/**************************************************************************************************

ERROR

**************************************************************************************************/
.errBox{
margin:0 0 50px 0;
}


.errMsgTitle{
text-align:center;
font-size:18px;
font-weight:bold;
color:#ff0000;
}

.errBox p{

text-align:center;
}








/**************************************************************************************************

PAGEUP

**************************************************************************************************/

.pagetop {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 80px;
}

.pagetop a {
position:absolute;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
border:solid 1px #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
border-radius: 50%;         /* CSS3 */
	-moz-border-radius:50%;    /* Firefox */
	-webkit-border-radius: 50%;
	line-height: 50px;
}


.pagetop .visited a, {
	background-color: #333;
border:solid 1px #fff;
	color: #fff;
}


.pagetop a:hover {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:active {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:before{
font-family: "Font Awesome 5 Free";
content:'\f106';
 font-size: 0.6em;
position:absolute;
font-weight: 900;
font-size:100%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translateY(-50%, -50%);
          transform: translateY(-50%, -50%);

}




/**************************************************************************************************

FOOTER

**************************************************************************************************/
footer{
	width:100%;
	margin: 0 auto;
	height:auto;
	background:#f7f7f8;
	text-align:center;
padding:50px 0 0 0;
}



footer .f_inner {
width:100%;
    max-width:1000px;
margin:0 auto 50px auto;
}

footer .f_Left {
width:40%;
margin:0;
text-align:left;
display:inline-block;
vertical-align:top;
}

footer .f_logo{
text-align:left;
}

footer .f_logo img{
width:100px;
}

footer .f_Left ul {
margin:15px 0 0 5px;
width:100px;
}

footer .f_Left ul li{
display:inline-block;
}

footer .f_Left ul li:nth-child(even){ 
margin:0 14px;
}

footer .f_Left ul li img{
width:20px;
}


footer .f_Left ul li a{
	opacity:1.0;
	text-decoration: none;
}



footer .f_Left ul li .visited a, {
	opacity:1.0;
}


footer .f_Left ul li a:hover {

	opacity:.7;
}

footer .f_Leftul li a:active {

	opacity:.7;
}




footer .f_Right {
width:60%;
text-align:left;
display:inline-block;
vertical-align:top;
}

#footerMenu{
margin:0;

}

#footerMenu ul{
    display: flex;/* 子要素を並列にする */
}


#footerMenu ul li{
margin:0 80px 0 0;
white-space: nowrap;;
text-align:left;
}

#footerMenu ul li p.aboutus{
margin:0 0 0 -15px;
text-align:left;
font-size:16px;
}


#footerMenu ul li p.m{
margin:0 0 0 0;
text-align:left;
font-size:16px;
}
#footerMenu ul li p{
margin:0 0 0 0;
font-size:16px;
text-align:left;
position:relative;
padding:0 0 0 15px;
}



#footerMenu ul li a{
	color:#333;
	text-decoration: none;
}



#footerMenu ul li .visited a, {
	color:#333;
}


#footerMenu ul li a:hover {
	color:#333;
	opacity:.8;
}

#footerMenu ul li a:active {
	color:#333;
	opacity:.8;
}


#footerMenu ul li p a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#003265;
 font-size: 0.5em;
position:absolute;
font-weight: 900;
top:0;
left:0px;
}



/*** スマホのみフッターメニュー ***/
.footerSpMenu {
	display: none;
}


/*** スマホのみフッターサブメニュー ***/
.footerSpSubMenu {
	display: none;
}

.copyright {
width:100%;
}

.copyright p{
text-align:center;

color:#333;
background:#eeeef1;
padding:25px 0;
font-size:11px;
}


