@charset "UTF-8";
/********************************/
/*  Main-nav  */
/********************************/
body {
    background: #f5f5f5;
}
img {
    max-width: 100%;
}

/********************************/
/*  Main-nav  */
/********************************/

.new-menu li a {
    text-decoration: none;
    color: #fff;
}

.new-menu {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.new-menu li {
    font: 12px/18px sans-serif;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 10px 13px;
    background: #7AC455;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-top: 4px solid transparent;
}

.new-menu li:hover {
    background: #6CAF4D;
    color: #fff;
    border-top: 4px solid #fff;
}

.new-menu li .new-drop-down {
    padding: 0;
    z-index: 5;
    position: absolute;
    top: 37px;
    left: -5%;
    width: 110%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

.new-menu li .new-drop-down li {
    background: #6CAF4D;
    display: block;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    color: #fff;
    opacity: 0.93;
}

.new-menu li .new-drop-down li:hover {
    background: #86D85F;
    opacity: 1;
}

.new-menu li:hover .new-drop-down {
    display: block;
    opacity: 1;
    visibility: visible;
}


/********************************/
/* layout Control  */
/********************************/
#header {
    margin-top: 10px;
    border-top: none;
    background: none;
    height: auto;
}
#header h1 {
    margin-bottom: 0;
}
#header h1 a {
    display: block;
}
header {
    position: relative;
    text-align: left;
}
.new-menu {
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: 7px solid #f5f5f5;
}
.new-menu li {
    display: table-cell;
    text-align: center;
}
header .widget-search.widget {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    width: auto;
}
header .widget-content {
    margin-right: 0;
}
header .widget-content {
    margin: 0;
}
header .widget-search .search-btn {
    padding: 14px;
}
.wrapper {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 50px;
    padding:10px 0 34px;
}
.widget-search #search {
    padding: 15px 9px 15px 9px;
}
.header_main_width .wrapper {
    margin-bottom: 0;
    padding:10px 0 10px;
}
/********************************/
/* Common  */
/********************************/
a,b,dd,dt,li,p,span,td,th {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
}

.main_width,
.header_main_width {
    width: 1140px;
    margin: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

.border_y_ttl {
    margin-bottom: 0.8em;
    padding-bottom: 15px;
    border-bottom: 3px solid #f3ee49;
    font-size: 36px;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
}

/********************************/
/* Top-Main  */
/********************************/
main section {
    text-align: left;
}

.top_news {
    padding: 20px 0;
    background: url(../img/top/news-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    height: 400px;/* kawasaki tuika  */
}

.top_news .left  {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.top_news .right {
    width: 48%;
    float: right;
}
.top_news .re_list li,
.top_news .post_list li {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
}
.top_news .re_list li {
    margin-bottom: 5px;
}

.top_news .post_list li img {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}
.top_news .new_ico {
    padding: 7px 10px 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #f99b00;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.top_news .post_list li .date {
    float: right;
    color: #060;
    font-weight: 200;
    margin-bottom: 0.5em;
}
.top_news .re_list li h3 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 0.75em;/*  kawasaki??L201905  */
}

.top_news .re_list li h3 a,
.top_news .post_list li h3 a {
    font-size: 15px;
}


.top_about {
    background: url(../img/top/hurights-bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}
.top_about .gray_box {
    width: 80%;
    margin: auto;
    padding: 20px 20px 20px;
    background-color: #dee8e5;
}
.top_about .gray_box p {
    font-size: 18px;
    margin-bottom: 0;
}

.top_about .bottom_box img {
    max-width: 100%;
    vertical-align: bottom;
}

.top_about .bottom_box {
    position: relative;
    min-height: 600px;
}
.bottom_box .center_earth {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    height: 333px;
    margin: auto;
}
.bottom_box .img_txt {
    position: absolute;
    display: inline-block;
}
.bottom_box .img_txt a {
    display: block;
}

.bottom_box .img_txt span {
    font-size: 30px;
    display: inline-block;
    line-height: 1.2;
}
.bottom_box .img_txt img {
    width: 160px;
    height: auto;
}
.bottom_box .s_ico01 {
    bottom: 80px;
    left: 0;
}
.bottom_box .s_ico02 {
    bottom:  250px;
    left: 50px;
}
.bottom_box .s_ico03 {
    top: 52px;
    left: 248px;
}
.bottom_box .s_ico04 {
    bottom: 30px;
    right: 0;
}
.bottom_box .s_ico05 {
    bottom: 215px;
    right: -68px;
}
.bottom_box .s_ico06 {
    top: 44px;
    right: 169px;
}


.bottom_box .s_ico01 img {
    width: 160px;
    margin: 0 0 -50px -80px;
}
.bottom_box .s_ico02 img {
    width: 90px;
}
.bottom_box .s_ico03 img {
    width: 150px;
    margin: 0 0 0 -30px;
}
.bottom_box .s_ico04 img {
    width: 200px;
}
.bottom_box .s_ico05 img {
    width: 220px;
}
.bottom_box .s_ico06 img {
    width: 150px;
}


.top_focus {
    background: url(../img/top/focus-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.top_focus .center_ttl {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.top_focus .field {
    position: relative;
}
.top_focus .field > img {
    width: 100%;
    height: auto;
    /* cursor: pointer; */
    opacity: 1 !important;
}
.top_focus .field .btn04,
.top_focus .field .btn03,
.top_focus .field .btn02,
.top_focus .field .btn01 {
    position: absolute;
    width: 100px;
    height: auto;
    cursor: pointer;
}
.top_focus .field .btn01 {
    left: 160px;
    bottom: 30px;
}
.top_focus .field .btn02 {
    left: 407px;
    bottom: 171px;
}
.top_focus .field .btn03 {
    right: 270px;
    bottom: 238px;
}
.top_focus .field .btn04 {
    right: 28px;
    bottom: 87px;
}


.top_focus .field .btn_txt04,
.top_focus .field .btn_txt03,
.top_focus .field .btn_txt02,
.top_focus .field .btn_txt01 {
    position: absolute;
    height: auto;
    cursor: pointer;
}
.top_focus .field .btn_txt04 a,
.top_focus .field .btn_txt03 a,
.top_focus .field .btn_txt02 a,
.top_focus .field .btn_txt01 a {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top_focus .field .btn_txt01 {
    width: 117px;
    left: 10px;
    bottom: 125px;
}
.top_focus .field .btn_txt02 {
    width: 94px;
    left: 514px;
    bottom: 128px;
}
.top_focus .field .btn_txt03 {
    width: 124px;
    right: 150px;
    bottom: 343px;
}
.top_focus .field .btn_txt04 {
    width: 117px;
    right: 155px;
    bottom: 60px;
}

.top_pub_list {
    background: url(../img/top/publication-bg.jpg) no-repeat center top;
    background-size: cover;
}

.top_pub_list .pub_post_list {
    font-size: 0;
    padding: 0 5%;
}
.top_pub_list .pub_post_list li {
    display: inline-block;
    width: 9%;
    vertical-align: top;
    margin-right: 4%;
}
.top_pub_list .pub_post_list li:nth-child(8n) {
    margin-right: 0;
}
.top_pub_list .pub_post_list li span {
    font-size: 12px;
}
.top_pub_list .pub_post_list li a {
    display: block;
}
.top_pub_list .pub_post_list li a img {
  width: 100%;
}

/********************************/
/* Modal  */
/********************************/
.modal-body li {
    font-size: 1.3em;
}

/********************************/
/* Footer  */
/********************************/
footer .main_width {
    overflow: hidden;
}
footer .right,
footer .left {
    width: 47.5%;
    text-align: left;
}
footer .left {
    float: left;
    margin-right: 5%;
}
footer .right {
    float: right;
}
footer .right .fb_link a{
    color: #3b5998;
    font-size: 2em;
}
footer .right .foot_link li {
    display: inline-block;
    margin-right: 1em;
}
footer .right .foot_link li  a {
    color: rgba(255, 255, 255, 0.3);
}


/********************************/
/*  Page-Main  */
/********************************/

.page_ttl {
    text-align: center;
    text-align: center;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}
.page_ttl img {
    max-width: 1145px;
    height: auto;
}
.bg_skyblue {
    background-color: #79ece7;
}
.bg_rightgreen {
    background-color: #79ebba;
}
.bg_pink {
    background-color: #f0baba;
}
.bg_purple {
    background-color: #e0c2f4;
}
.bg_green {
    background-color: #83eb78;
}

.btn.btn-japan,
.btn.btn-jurisprudence,
.btn.btn-declarations,
.btn.btn-centers {
    border: 2px solid #ccc;
}


section.content-declaration-list .list-conference,
section.content-declaration-list .list-declaration {
    padding: 80px 0 0 0;
    width: 1000px;
    margin: auto;
}

section.content-declaration-list {
    background: url(../img/human-rights-declaration/declaration.jpg),
    #79ece7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.content-declaration-list ol li {
    list-style-type: decimal;
}
section.content-declaration-list ol li a {
    display: inline-block;
    text-indent: -0.6em;
    padding-left: 0.6em;
    vertical-align: top;
}


.country {
    width: 1000px;
    margin: auto;
}
.country ul {
    font-size: 0;
}
.country ul li {
    display: inline-block;
    width: 20%;
    padding-bottom: 30px;
    vertical-align: top;
    font-size: 12px;
}


section.content-jurisprudence {
    padding-top: 80px;
}
.list-of-cases {
    margin-top: 0;
}

.panel-body ul li {
    margin-bottom: 5px;
    font-size: 17px;
    list-style: disc;
}

.ChangeElem_Panel{
    display: none;
}
section.content-special p {
/*    margin-left: -2em;  */
    margin-top: 20px;
}


/********************************/
/*  Other Page  */
/********************************/
section.other-page {
    padding-top: 50px;
}
section.other-page h1 {
    color: #47943f;
}
section.other-page h2 {
    margin: 50px 0 20px;
    color: #47943f;
    font-size: 30px;
}
section.other-page hr {
    max-width: 100%;
    margin: -5px auto 10px;
    border-width: 5px;
    border-color: #47943f;
}
section.other-page ul li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/********************************/
/*  Blog (News)  */
/********************************/

.column_2_box {
    overflow: hidden;
}
.column_2_box .left_main_content {
    width: 70%;
    float: left;
    margin-right: 5%;
}
.column_2_box .blog_side {
    width: 25%;
    float: right;
}



section.other-page .post_list_archive {
    margin-top: 50px;
}

section.other-page .post_list_archive li {
    font-size: 18px;
    margin-bottom: 35px;
    overflow: hidden;
}

section.other-page .post_list_archive li img {
    max-width: 150px;
    float: left;
    margin-right: 20px;
}
section.other-page .post_list_archive li .new_ico {
    padding: 7px 10px 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #f99b00;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
section.other-page .post_list_archive li .date {
    color: #060;
    font-weight: 200;
    margin-bottom: 0.5em;
}
section.other-page .post_list_archive li h3 a {
    font-size: 20px;
}


.blog_side .ttl {
    display: inline-block;
    margin-bottom: 1em;
    border-bottom: 1px solid #47943f;
    font-size: 16px;
    color: #47943f;
}

.blog_side .side_list {
    margin-bottom: 50px;
}
.blog_side .side_list li .date {
    margin-bottom: 5px;
}
.blog_side .side_list li {
    margin-bottom: 20px;
}
.blog_side .side_list.archive_list li {
    margin-bottom: 5px;
}

.single_contents h1 {
    padding-bottom: 5px;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #47943f;
    font-size: 30px;
    line-height: 1.4;
}

.single_contents .asset-meta {
    margin-bottom: 20px;
    border-top: 0;
}
.single_contents .asset-meta span {
    font-size: 14px;
}

/********************************/
/*  Publications  */
/********************************/

.publications h2 {
    margin: 15px 0;
    border-bottom: 1px dashed #47943f;
}
.publications h3 {
    margin: 25px 0 10px;
    font-size: 23px;
}
.publications ul {
    margin-bottom: 20px;
}
.publications ul.indent_list {
    margin: 30px 0;
    padding-left: 2em;
}
.publications ul.indent_list li {
    font-size: 16px;
}



/********************************/
/*  Human Rights Category  */
/********************************/
.bottom_area .post_category_list li:not(.parent) {
  display: inline-block;
  margin-right: 20px;
}
.post_category_list li,
.post_category_list li a {
  font-size: 15px;
}
