@charset "utf-8";
.issues_top_container .show-pc {
    display: block;	
}
.issues_top_container .show-sp {
    display: none;	
}
.issues_top_container .show-pc .issues_top_link {
    display: inline-block;
    text-align: left;
}
.issues_top_container .show-pc .issues_top_link:hover figure img {
	transform: scale(1.025);
}
.issues_top_container .show-pc .issues_top {
	text-align: center;
}
.issues_top {
    background-color: #f4f4f4;
    margin: 0 auto 60px;
    height: 202px;
    position: relative;
    padding: 13px 10px;
}
.issues_top .show-pc {
    display: block;	
}
.issues_top .show-sp {
    display: none;	
}
.issues_top_inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 177px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #dedede;
    max-width: 833px;
}
.issues_top_inner figure{
    min-width: 253px;
    margin-right: 21px;
}
.issues_top_inner figure img{
    transition: transform 0.4s ease;
}
.issues_top_inner div{
    padding-top: 15px;
    padding-right: 30px;
}
.issues_top_inner div p:first-child{
    font-size: 20px;
}
.issues_top_inner div p:nth-child(2){
    line-height: 1.2;
    margin-top: 6px;
}
.issues_tr p {
    font-size: 20px;
    padding-left: 10px;
    line-height: 1;
}
.issues_item h3 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 24px;
  padding-left: 11px;
  line-height: 1.2;
}
.issues_item p + p {
    bottom: 0px;
    position: absolute;
    right: 8px;
    font-size: 12px;
    padding-top: 0;
    padding-left: 5px;
    text-align: right;
    line-height: 1;
    padding-bottom: 4px;
}
.issues_blank {
  border: none;
}
.issues_lead {
  margin-bottom: 22px;
}


main {
	color: #333;
	font-size: 13px;
	font-family: Verdana, "sans-serif";
	line-height: 1.84;
}
main img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
main a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease;
}
main a:hover {
	opacity: 1;
	color: #cd1e1f;
}
main p {
	margin: 0;
}
main ul, 
main li {
	margin: 0;
	padding: 0;
}
main .clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.url {
	word-break: break-all;
}
.itl {
	font-style: italic;
}
@media(max-width: 767px) {
main {
	font-size: 11px;
}
main a:hover {
	opacity: 1 !important;
	color: #333;
}
}



/* ------------------------ head */
.headArea {
	margin-bottom: 22px;
	padding-top: 20px;
	font-family: Georgia, "serif";
}
main .c-page_title, 
.headArea h1 {
	margin: 0 0 14px 0;
	font-family: Georgia, "serif";
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
}
main .c-page_title2 {
    float: left;
    margin-right: 21px;
}
main .c-title, 
.headArea h2 {
	margin: 0;
	font-family: Georgia, "serif";
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.headArea .shoulder {
	font-size: 20px;
	text-align: center;
}
main .c-lead, 
.headArea .lead {
	font-family: Georgia, "serif";
	font-size: 18px;
    line-height: 1.2;
}
.c-lead2 {
	border-left: 1px solid #d4d4d4;
    display: table-cell;
    padding-left: 16px;
}

@media(max-width: 767px) {
.c-lead2 {
	font-size: 13px;
    line-height: 1.9;
    display: block;
    border: none;
    padding-left: 0;
}
main .c-page_title2 {
	float: none;
}
.headArea {
	margin-bottom: 20px;
	padding-top: 24px ;
}
main .c-page_title, 
.headArea h1 {
	font-size: 20px;
	margin: 0 0 17px 0;
}
main .c-title, 
.headArea h2 {
	font-size: 18px !important;
}
.headArea .shoulder {
	font-size: 12px;
}
main .c-lead, 
.headArea .lead {
	font-size: 14px;
}
}



/* ------------------------ issues */
/*.issues_flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.issues_item {
  width: 265px;
  margin-bottom: 60px;
}
.issues_item:nth-child(4n+1) {
  margin-right: 10px;
}
.issues_item:nth-child(4n+2), .issues_item:nth-child(4n+3) {
  margin-left: 10px;
  margin-right: 10px;
}
.issues_item:nth-child(4n+4) {
  margin-left: 10px;
  margin-right: 0px;
}
.issues_item2 {
  position: relative;
  height: 325px;
  border: 1px solid #dadada;
  padding: 5px;
}
.issues_item2 img {
  height: 165px;
  width: 253px;
}
.issues_item h2 {
  font-size: 20px;
  font-weight: normal;
  height: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.issues_item h2.economy {
  border-left: solid 5px #014886;
}
.issues_item h2.technology {
  border-left: solid 5px #2b8f2f;
}
.issues_item h2.diversity {
  border-left: solid 5px #e69d02;
}
.issues_item h2.regional_strength {
  border-left: solid 5px #da4429;
}
.issues_item h2.trade_and_investment {
  border-left: solid 5px #009cbd;
}
.issues_item h2.international_development {
  border-left: solid 5px #fc88b9;
}
.issues_item h2.foreign_affairs {
  border-left: solid 5px #893eb4;
}
.issues_item h3 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 17px;
  padding-left: 11px;
  line-height: 1.1;
}
.issues_item p {
  padding-top: 3px;
  padding-left: 9px;
  line-height: 1.4;
}
.issues_item p + p {
    bottom: 0px;
    position: absolute;
    right: 8px;
    font-size: 12px;
    padding-top: 0;
    padding-left: 7px;
}
.issues_item .economy_text {
    color: #014886;
    border-left: 1px solid #014886;
}
.issues_item .technology_text {
    color: #2b8f2f;
    border-left: 1px solid #2b8f2f;
}
.issues_item .diversity_text {
    color: #e69d02;
    border-left: 1px solid #e69d02;
}
.issues_item .regional_strength_text {
    color: #da4429;
    border-left: 1px solid #da4429;
}
.issues_item .trade_and_investment_text {
    color: #009cbd;
    border-left: 1px solid #009cbd;
}
.issues_item .international_development_text {
    color: #fc88b9;
    border-left: 1px solid #fc88b9;
}
.issues_item .foreign_affairs_text {
    color: #893eb4;
    border-left: 1px solid #893eb4;
}
.issues_item .economy_border {
  border-bottom: 5px solid #014886;
}
.issues_item .technology_border {
  border-bottom: 5px solid #2b8f2f;
}
.issues_item .diversity_border {
  border-bottom: 5px solid #e69d02;
}
.issues_item .regional_strength_border {
  border-bottom: 5px solid #da4429;
}
.issues_item .trade_and_investment_border {
  border-bottom: 5px solid #009cbd;
}
.issues_item .international_development_border {
  border-bottom: 5px solid #fc88b9;
}
.issues_item .foreign_affairs_border {
  border-bottom: 5px solid #893eb4;
}*/



.issuesNav {
	margin-bottom: 48px;
}
.issuesNav ul {
    margin-left: -25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.issuesNav li {
	height: 28px;
	margin: 0 0 12px 15px;
	cursor: pointer;
	transition: opacity 0.4s ease;
    position: relative;
}
.issuesNav li:hover {
	opacity: 0.4;
}
.issuesNav li span {
    padding: 0 40px 0px 24px;
    text-align: center;
    line-height: 1.3;
    vertical-align: top;
}
.issuesNav li:after {
	content: '';
	position: absolute;
    top: 32%;
    right: 6px;
    width: 7px;
    height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.issuesNav li:nth-child(1) {
	border-bottom: 5px solid #014886;
	border-left: 1px solid #014886;
}
.issuesNav li:nth-child(2) {
	border-bottom: 5px solid #2b8f2f;
	border-left: 1px solid #2b8f2f;
}
.issuesNav li:nth-child(3) {
	border-bottom: 5px solid #e69d02;
	border-left: 1px solid #e69d02;
}
.issuesNav li:nth-child(4) {
	border-bottom: 5px solid #da4429;
	border-left: 1px solid #da4429;
}
.issuesNav li:nth-child(5) {
	border-bottom: 5px solid #fc88b9;
	border-left: 1px solid #fc88b9;
}
.issuesNav li:nth-child(6) {
	border-bottom: 5px solid #893eb4;
	border-left: 1px solid #893eb4;
}
.issuesNav li:nth-child(7) {
	border-bottom: 5px solid #55bad6;
	border-left: 1px solid #55bad6;
}
.issuesNav li:nth-child(8) {
	border-bottom: 5px solid #925a1d;
	border-left: 1px solid #925a1d;
}
@media(max-width: 767px) {
.issuesNav {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.issuesNav ul {
	margin-left: 0;
}
.issuesNav li {
	width: 47%;
    margin: 0 0 20px 0;
    max-height: 40px;
    height: 40px;
}
.issuesNav li:nth-child(2n) {
	margin-left: 6%;
}
.issuesNav li span {
    padding: 0px 11px 5px 9px;
    font-size: 13px;
   	text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.issuesNav li span:after {
    top: 38%;
    right: 6px;
    width: 9px;
    height: 9px;
}
.issues_top_container .show-pc {
    display: none;	
}
.issues_top_container .show-sp {
    display: block;	
}
.issues_top {
    background-color: #f4f4f4;
    margin: 0 auto 48px;
    padding: 21px 20px 44px;
    height: auto;
}
.issues_top .show-pc {
    display: none;	
}
.issues_top .show-sp {
    display: block;
    font-size: 19px;
    margin-bottom: 9px;
}
.issues_top::after {
    content: "";
    clear: both;
    display: block;
}
.issues_top_inner {
    background-color: transparent;
    border: none;
    display: block;
    height: auto;
    padding: 0px;
}
.issues_top_inner figure{
    width: 100%;
    min-width: auto;
    margin-right: 0;
}
.issues_top_inner figure img {
    width: 41.96%;
    float: right;
}
.issues_top_inner div{
    padding-right: 0;
    padding-top: 0;
}
.issues_top_inner div p:nth-child(2){
    line-height: 1.4;
    margin-right: 45%;
    margin-top: 0;
}
.issues_category {
	font-size: 19px;
	line-height: 0.9;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
.issues_category p {
    padding-left: 9px;
    padding-bottom: 3px;
}
.issues_item {
    width: auto;
    border: none;
    padding: 0 0 0 1px;
    margin-bottom: 2px;
}
.issues_item h3 {
    font-size: 15px;
    padding: 0;
    line-height: 1.2;
}
.issues_item p {
    padding-top: 8px;
    padding-left: 0;
}
.issues_item a {
    display: table;
}
.issues_right {
    width: 42%;
    display: table-cell;
    padding-bottom: 40px;
}
.issues_left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.issues_lead {
	margin: 0;
}
.economy_text {
    color: #014886;
    border-left: 1px solid #014886;
}
.technology_text {
    color: #2b8f2f;
    border-left: 1px solid #2b8f2f;
}
.diversity_text {
    color: #e69d02;
    border-left: 1px solid #e69d02;
}
.regional_strength_text {
    color: #da4429;
    border-left: 1px solid #da4429;
}
.trade_and_investment_text {
    color: #009cbd;
    border-left: 1px solid #009cbd;
}
.international_development_text {
    color: #fc88b9;
    border-left: 1px solid #fc88b9;
}
.foreign_affairs_text {
    color: #893eb4;
    border-left: 1px solid #893eb4;
}
.economy_border {
  border-bottom: 5px solid #014886;
}
.technology_border {
  border-bottom: 5px solid #2b8f2f;
}
.diversity_border {
  border-bottom: 5px solid #e69d02;
}
.regional_strength_border {
  border-bottom: 5px solid #da4429;
}
.trade_and_investment_border {
  border-bottom: 5px solid #009cbd;
}
.international_development_border {
  border-bottom: 5px solid #fc88b9;
}
.foreign_affairs_border {
  border-bottom: 5px solid #893eb4;
}




}



.issuesList {
	margin-bottom: 24px;
	border-bottom: 1px solid #d8d8d8;
}
.issuesList.noBorder {
	border: none;
}
.issuesList h2 {
	margin: 0 0 16px;
	padding: 0;
	font-family: Georgia, "serif";
	font-size: 24px;
	font-weight: 400;
}
.issuesList .boxGroup {
	display:-webkit-box;
    display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.75%;
}
.issuesList .box {
	position: relative;
	width: 48.24%;
	min-height: 180px;
	margin: 0 0 30px 1.75%;
	border-top: 4px solid #000;
	background: #f4f4f4;
	transition: opacity 0.4s ease;
}
.issuesList .economy .box {
	border-color: #014886;
}
.issuesList .technology .box {
	border-color: #2b8f2f;
}
.issuesList .diversity .box {
	border-color: #e69d02;
}
.issuesList .regionalstrength .box {
	border-color: #da4429;
}
.issuesList .tradeandinvestment .box {
	border-color: #009cbd;
}
.issuesList .internationalcontribution .box {
	border-color: #fc88b9;
}
.issuesList .foreignaffairs .box {
	border-color: #893eb4;
}
.issuesList .publications .box {
	border-color: #925a1d;
}
.issuesList .box:hover {
	opacity: 0.4;
}
.issuesList .box a {
	display: block;
	color: #333;
}
.issuesList .box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.issuesList .economy .box01 .img {
	background-image: url(../img/issues/img_issues_01.jpg);
}
.issuesList .technology .box01 .img {
	background-image: url(../img/issues/img_issues_02.jpg);
}
.issuesList .technology .box02 .img {
	background-image: url(../img/issues/img_issues_03.jpg);
}
.issuesList .technology .box03 .img {
	background-image: url(../img/issues/img_issues_26.jpg);
}
.issuesList .diversity .box01 .img {
	background-image: url(../img/issues/img_issues_04.jpg);
}
.issuesList .diversity .box02 .img {
	background-image: url(../img/issues/img_issues_05.jpg);
}
.issuesList .diversity .box03 .img {
	background-image: url(../img/issues/img_issues_16.jpg);
}
.issuesList .diversity .box04 .img {
	background-image: url(../img/issues/img_issues_25.jpg);
}
.issuesList .regionalstrength .box01 .img {
	background-image: url(../img/issues/img_issues_06.jpg);
}
.issuesList .regionalstrength .box02 .img {
	background-image: url(../img/issues/img_issues_07.jpg);
}
.issuesList .regionalstrength .box03 .img {
	background-image: url(../img/issues/img_issues_20.jpg);
}
.issuesList .regionalstrength .box04 .img {
	background-image: url(../img/issues/img_issues_28.jpg);
}
.issuesList .tradeandinvestment .box01 .img {
	background-image: url(../img/issues/img_issues_08.jpg);
}
.issuesList .tradeandinvestment .box02 .img {
	background-image: url(../img/issues/img_issues_09.jpg);
}
.issuesList .tradeandinvestment .box03 .img {
	background-image: url(../img/issues/img_issues_17.jpg);
}
.issuesList .tradeandinvestment .box04 .img {
	background-image: url(../img/issues/img_issues_18.jpg);
}
.issuesList .internationalcontribution .box01 .img {
	background-image: url(../img/issues/img_issues_10.jpg);
}
.issuesList .internationalcontribution .box02 .img {
	background-image: url(../img/issues/img_issues_19.jpg);
}
.issuesList .internationalcontribution .box03 .img {
	background-image: url(../img/issues/img_issues_27.jpg);
}
.issuesList .foreignaffairs .box01 .img {
	background-image: url(../img/issues/img_issues_11.jpg);
}
.issuesList .foreignaffairs .box02 .img {
	background-image: url(../img/issues/img_issues_12.jpg);
}
.issuesList .foreignaffairs .box03 .img {
	background-image: url(../img/issues/img_issues_13.jpg);
}
.issuesList .foreignaffairs .box04 .img {
	background-image: url(../img/issues/img_issues_14.jpg);
}
.issuesList .foreignaffairs .box05 .img {
	background-image: url(../img/issues/img_issues_15.jpg);
}
.issuesList .box .body {
	margin-left: 50%;
	padding: 20px 24px;
	line-height: 1.38;
}
.issuesList .box h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}
.issuesList .box a[target="_blank"] h3:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
@media(max-width: 767px) {
.issuesList h2 {
	padding: 0 16px;
	font-size: 18px;
}
.issuesList .box {
	width: 100%;
	min-height: 120px;
	margin: 0 0 16px;
}
.issuesList .box .img {
	top: 16px;
	left: 16px;
	width: 120px;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.issuesList .box .body {
	margin-left: 136px;
	padding: 16px;
}
.issuesList .box h3 {
	font-size: 16px;
}
}


/* ------------------------ about japan */
.aboutJapan {
}
.aboutJapan h2 {
	margin: 0 0 24px;
	padding: 0;
	font-family: Georgia, "serif";
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.aboutJapan .blockGroup {
	position: relative;
	margin-bottom: 16px;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
}
.aboutJapan .block {
	width: 50%;
	padding:  24px 24px 24px 40px;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 1.3;
}
.aboutJapan h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #858585;
	font-family: Georgia, "serif";
	font-size: 26px;
	font-weight: 400;
}
.aboutJapan .img {
	text-align: center;
}
.aboutJapan .group {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.aboutJapan .group:last-child {
	margin-bottom: 0;
}
.aboutJapan .group .img {
	display: table-cell;
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
.aboutJapan .group .body {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
.aboutJapan .attention {
	color: #444;
	font-size: 36px;
	font-weight: 600;
	line-height: 0.8;
}
.aboutJapan .attention .min {
	font-size: 20px;
}
.aboutJapan .block01 {
	height: 540px;
}
.aboutJapan .block01 .min {
	letter-spacing: -0.02em;
}
.aboutJapan .block01 img {
	width: 100%;
}
.aboutJapan .block01 .group:first-of-type img {
	border: 1px solid #c2c2c2;
}
.aboutJapan .block02 {
	position: absolute;
	top: 0;
	right: 0;
	height: 260px;
}
.aboutJapan .block02 img {
	width: 143px;
}
.aboutJapan .block02 {
	padding-left: 0;
}
.aboutJapan .block03 {
	position: absolute;
	top: 260px;
	left: 50%;
	height: 280px;
}
.aboutJapan .block03 img {
	width: 109px;
}
.aboutJapan .block03 .attention {
	text-align: center;
}
.aboutJapan .block03 .sep:last-child img {
	width: 218px;
}
.aboutJapan .block03, 
.aboutJapan .block09 {
	display: table;
	padding: 0;
}
.aboutJapan .sep {
	display: table-cell;
	width: 50%;
	padding: 16px 30px;
	border-left: 1px solid #bebebe;
}
.aboutJapan .sep .img {
	margin-bottom: 16px;
	text-align: center;
}
.aboutJapan .sep:first-child {
	border-left: none;
}
.aboutJapan .block04, 
.aboutJapan .block06 {
	width: 25%;
	height: 560px;
	padding: 0;
}
.aboutJapan .block04 .group, 
.aboutJapan .block04 .img, 
.aboutJapan .block04 .body, 
.aboutJapan .block06 .group, 
.aboutJapan .block06 .img, 
.aboutJapan .block06 .body {
	display: block;
	padding: 0;
	width: auto;
}
.aboutJapan .block04 h3 {
	padding: 24px 40px 0;
}
.aboutJapan .block04 .body {
 	padding: 8px 16px 0 40px;
 }
.aboutJapan .block05 {
	position: absolute;
	top: 540px;
	left: 25%;
	height: 560px;
	background: url(../img/about/img_about_05.png) no-repeat;
	background-size: cover;
}
.aboutJapan .block05 .img {
	display: none;
}
.aboutJapan .block05 .body02 {
	position: absolute;
	bottom: 24px;
	right: 32px;
}
.aboutJapan .block05 .body02 .num {
	display: inline-block;
	margin-left: 16px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 36px;
	font-weight: 600;
	line-height: 0.8;
}
.aboutJapan .block06 {
	position: absolute;
	top: 540px;
	right: 0;
}
.aboutJapan .block06 .body {
	padding: 0 24px 0 40px;
}
.aboutJapan .block06 .fg {
	display: inline-block;
	margin-left: 16px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 36px;
	font-weight: 600;
	line-height: 0.8;
}
.aboutJapan .block07 {
	height: 350px;
	padding-left: 0;
}
.aboutJapan .block07 img {
	width: 160px;
}
.aboutJapan .block07 .group .body {
	padding-left: 0;
}
.aboutJapan .block08 {
	position: absolute;
	top: 1100px;
	right: 0;
	height: 350px;
	padding-left: 38px;
}
.aboutJapan .block08 p {
	font-size: 19px;
}
.aboutJapan .block08 img {
	width: 412px;
}
.aboutJapan .block08 .col2Wrap {
	margin-bottom: 20px;
}
.aboutJapan .block08 .col2 {
	float: left;
}
.aboutJapan .block08 .col2:first-child {
	width: 202px;
	margin-right: 70px;
}
.aboutJapan .block08 .col2:last-child {
	width: 222px;
}
.aboutJapan .block09{
	height: 280px;
}
.aboutJapan .block09 img {
	width: 175px;
}
.aboutJapan .block09 .sep:last-child img {
	width: 149px;
}
.aboutJapan .block09 .attention span {
	font-size: 30px;
}
.aboutJapan .block09 .attention .noteNum {
	font-size: 18px;
	vertical-align: top;
}
.aboutJapan .block09 .sep {
	padding: 32px 30px;
	vertical-align: middle;
}
.aboutJapan .block09 .sep:first-child {
	padding: 16px 22px 24px;
}

.aboutJapan .block10 {
	position: absolute;
	top: 1450px;
	right: 0;
	height: 305px;
	padding-right: 40px;
}
.aboutJapan .block10 .img {
	width: 240px;
}
.aboutJapan .block10 .img img {
	width: 100%;
}
.aboutJapan .block10 .body {
	padding: 0 20px 0 0;
}
.aboutJapan .block11 {
	height: 320px;
}
.aboutJapan .block11 img {
	width: 175px;
}
.aboutJapan .block12 {
	position: absolute;
	top: 1755px;
	right: 0;
	height: 320px;
	padding-right: 35px;
}
.aboutJapan .block12 > p {
	font-size: 18px;
}
.aboutJapan .block12 .group {
	margin-bottom: 16px;
}
.aboutJapan .block12 img {
	width: 219px;
}
.aboutJapan .block12 .body {
	padding: 0 20px 0 0;
}
.aboutJapan .block12 .attention {
	font-size: 30px;
}
.aboutJapan .noteNum {
	color: #555;
	font-size: 18px;
}
.aboutJapan .date {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	text-align: right;
}
.aboutJapan .noteBlock ul {
	list-style: none;
	margin: 0;
}
.aboutJapan .noteBlock a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}

.aboutJapan .mb0 {
	margin-bottom: 0;
}
.aboutJapan .mb8 {
	margin-bottom: 8px;
}
.aboutJapan .mb16 {
	margin-bottom: 16px;
}
.aboutJapan .mb24 {
	margin-bottom: 24px;
}
.aboutJapan .mb32 {
	margin-bottom: 32px;
}
.aboutJapan .mb40 {
	margin-bottom: 40px;
}
.aboutJapan .mb48 {
	margin-bottom: 48px;
}
.aboutJapan .mb56 {
	margin-bottom: 56px;
}
.aboutJapan .mt0 {
	margin-top: 0;
}
.aboutJapan .mt8 {
	margin-top: 8px;
}
.aboutJapan .mt16 {
	margin-top: 16px;
}
.aboutJapan .mt24 {
	margin-top: 24px;
}
.aboutJapan .mt32 {
	margin-top: 32px;
}
.aboutJapan .mt40 {
	margin-top: 40px;
}
.aboutJapan .mt48 {
	margin-top: 48px;
}
.aboutJapan .mt56 {
	margin-top: 56px;
}
.aboutJapan .pt0 {
	padding-top: 0;
}
.aboutJapan .pt8 {
	padding-top: 8px;
}
.aboutJapan .pt16 {
	padding-top: 16px;
}
.aboutJapan .pt24 {
	padding-top: 24px;
}
.aboutJapan .pt32 {
	padding-top: 32px;
}
.aboutJapan .pt40 {
	padding-top: 40px;
}
.aboutJapan .pt48 {
	padding-top: 48px;
}
.aboutJapan .pt56 {
	padding-top: 56px;
}
@media(max-width: 1159px) {
.aboutJapan .blockGroup {
	max-width: 560px;
	margin: 0 auto;
}
.aboutJapan .block {
	position: relative!important;
	top: 0 !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
}
.aboutJapan .block04,  
.aboutJapan .block06 {
	height: auto;
}
.aboutJapan .block04 .group, 
.aboutJapan .block06 .group {
	display: table;
}
.aboutJapan .block04 .img, 
.aboutJapan .block06 .img {
	display: table-cell;
	width: 260px;
}
.aboutJapan .block04 .body, 
.aboutJapan .block06 .body {
	display: table-cell;
	padding-left: 20px;
}
}
@media(max-width: 620px) {
.aboutJapan h2 {
	font-size: 18px;
}
.aboutJapan .blockGroup {
	margin-bottom: 16px;
	max-width: 320px;
}
.aboutJapan .block {
	height: auto;
	padding: 16px;
	font-size: 12px;
}
.aboutJapan h3 {
	margin-bottom: 16px;
	font-size: 14px;
}
.aboutJapan .group {
	margin-bottom: 16px;
}
.aboutJapan .group .img {
	width: 110px;
}
.aboutJapan .attention {
	font-size: 18px;
}
.aboutJapan .attention .min {
	font-size: 12px;
}
.aboutJapan .block01 h3 {
	margin-bottom: 16px;
}
.aboutJapan .block03 {
	padding: 0;
}
.aboutJapan .block03 h3 {
	margin-bottom: 16px;
}
.aboutJapan .sep {
	padding: 16px;
}
.aboutJapan .block04 {
	padding: 16px 0;
}
.aboutJapan .block04 h3 {
	padding: 0 16px;
}
.aboutJapan .block04 .body {
	padding-right: 16px;
}
.aboutJapan .block05 {
	background: none;
}
.aboutJapan .block05 .img {
	display: block;
	padding-top: 74px;
}
.aboutJapan .block05 .body01 {
	position: absolute;
	top: 16px;
	left: 16px;
}
.aboutJapan .block05 .body02 {
	bottom: 16px;
	right: 16px;
}
.aboutJapan .block05 .body02 .num {
	font-size: 18px;
}
.aboutJapan .block06 {
	padding: 16px 0;
}
.aboutJapan .block06 .fg {
	margin-left: 8px;
	font-size: 18px;
}
.aboutJapan .block06 .img {
	vertical-align: top;
}
.aboutJapan .block06 .body {
	padding-right: 16px;
}
.aboutJapan .block07 .group {
	padding-top: 0;
}
.aboutJapan .block07 .group .body {
	padding-left: 20px;
}
.aboutJapan .block08 .col2 {
	float: none;
	width: 100%!important;
	margin-right: 0!important;
	margin-bottom: 16px;
}
.aboutJapan .block08 p {
	font-size: 12px;
}
.aboutJapan .block09 {
	padding: 0;
}
.aboutJapan .block09 .attention {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.1;
}
.aboutJapan .block09 .sep {
	padding: 16px!important;
}
.aboutJapan .block09 .attention span {
	font-size: 18px;
}
.aboutJapan .block09 .attention .noteNum {
	font-size: 11px;
}
.aboutJapan .block10 .group {
	padding-top: 0;
}
.aboutJapan .block11 .pt16 {
	padding-top: 0;
}
.aboutJapan .block12 .attention {
	font-size: 18px;
}
.aboutJapan .block12 > p {
	font-size: 12px;
}
.aboutJapan .noteNum {
	font-size: 11px;
}
.aboutJapan .date {
	margin-bottom: 16px;
	font-size: 13px;
}


/*
.aboutJapan .mb0 {
	margin-bottom: inherit;
}
.aboutJapan .mb8 {
	margin-bottom: inherit;
}
.aboutJapan .mb16 {
	margin-bottom: inherit;
}
.aboutJapan .mb24 {
	margin-bottom: inherit;
}
.aboutJapan .mb32 {
	margin-bottom: inherit;
}
.aboutJapan .mb40 {
	margin-bottom: inherit;
}






.aboutJapan .mb48 {
	margin-bottom: inherit;
}
.aboutJapan .mb56 {
	margin-bottom: inherit;
}
*/
.aboutJapan .mt0 {
	margin-top: auto;
}
.aboutJapan .mt8 {
	margin-top: auto;
}
.aboutJapan .mt16 {
	margin-top: auto;
}
.aboutJapan .mt24 {
	margin-top: auto;
}
.aboutJapan .mt32 {
	margin-top: auto;
}
.aboutJapan .mt40 {
	margin-top: auto;
}
.aboutJapan .mt48 {
	margin-top: auto;
}
.aboutJapan .mt56 {
	margin-top: auto;
}
.aboutJapan .pt0 {
	padding-top: auto;
}
.aboutJapan .pt8 {
	padding-top: auto;
}
.aboutJapan .pt16 {
	padding-top: auto;
}
.aboutJapan .pt24 {
	padding-top: auto;
}
.aboutJapan .pt32 {
	padding-top: auto;
}
.aboutJapan .pt40 {
	padding-top: auto;
}
.aboutJapan .pt48 {
	padding-top: auto;
}
.aboutJapan .pt56 {
	padding-top: auto;
}
}


.aboutContents .itemGroup {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.75%;
}
.aboutContents .item {
	width: 48.24%;
	margin: 0 0 20px 1.75%;
	padding-bottom: 16px;
	border-bottom: 1px solid #d8d8d8;
}
.aboutContents .item a {
	display: block;
	color: #333;
}
.aboutContents .item a:hover {
	opacity: 0.4;
}
.aboutContents .item a[target="_blank"] .title:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 8px;
    background: url(../img/ico_blank.png) no-repeat;
    background-size: cover;
}
.aboutContents .img {
	float: left;
	width: 34.9%;
}
.aboutContents .body {
	margin-left: 39.63%;
}
.aboutContents .title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.5;
}
@media(max-width: 767px) {
.aboutContents .itemGroup {
	display: block;
	margin-left: 0;
}
.aboutContents .item {
	width: auto;
	margin: 0 0 20px 0;
}
.aboutContents .title {
	margin-bottom: 8px;
	font-size: 14px;
}
}

.aboutReference .lead {
	margin-bottom: 24px;
	font-family: Georgia, "serif";
	font-size: 18px;
	text-align: center;
}
.aboutReference .list {
	list-style: none;
	margin: 0;
	padding: 24px;
	border: 1px solid #d8d8d8;
}
.aboutReference .list li {
	padding: 8px 0;
}
.aboutReference .list a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
}
.aboutReference .list a:before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aboutReference .list a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.aboutReference .list a:hover:before {
	border-color: #cd1e1f;


}
@media(max-width: 767px) {
.aboutReference .lead {
	margin-bottom: 16px;
	font-size: 14px;
}
.aboutContents .item {
	width: auto;
	margin: 0 0 20px 0;
}
.aboutReference .list {
	padding: 16px;
}
}

#aboutThisSite {
	max-width: 1080px;
}
#aboutJapanTop h1 {
	margin: 0 0 16px 0;
	color: #333;
    font-family: Georgia, "serif";
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}
#aboutJapanTop p {
	color: #333;
	font-family: Georgia, "serif";
    font-size: 18px;
}
.aboutJapanKv img {
	width: 100%;
}
.aboutJapanBtLink {
	font-size: 13px;
}
.aboutJapanBtLink a {
	display: inline-block;
	position: relative;
}
.aboutJapanBtLink span {
	font-size: 13px;
	font-family: Verdana, 'sans-serif';
}
.aboutJapanBtLink span:after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 8px;
    background: url(../img/ico_blank.png) no-repeat;
    background-size: cover;
}
.aboutJapan .block01 .aboutJapanBtLink span:after,
.aboutJapan .block10 .aboutJapanBtLink span:after {
	content: none;
}

.aboutJapanBtLink a:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border-radius: 50%;
	background: #444;
	vertical-align: middle;
}
.aboutJapanBtLink a:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aboutJapanBtLink a:hover:before {
	background: #cd1e1f;
}


@media(max-width: 767px) {
	#aboutJapanTop h1 {
		font-size: 20px;
	}
	#aboutJapanTop p {
    font-size: 14px;
	}
}
@media(max-width: 620px) {
	.aboutJapanBtLink a:before {
		width: 19px;
		height: 19px;
	}
	.aboutJapanBtLink a:after {
		top: 7px;
		left: 6px;
		width: 4px;
		height: 4px;
	}
	.aboutJapanBtLink span {
		font-size: 11px;
	}
	.aboutJapanBtLink.mt8 {
		margin-top: 5px;
	}	
}

/* ------------------------ publications */
.publicationsFeature {
	margin-bottom: 60px;
}
.publicationsFeature .itemGroup {
	display: flex;
	justify-content: space-between;
}
.publicationsFeature .item {
	width: 31.69%;
	border: 1px solid #ececec;
	background: #fff;
}
.publicationsFeature .img {
	overflow: hidden;
}
.publicationsFeature .img img {
	transition: transform 0.4s ease;
}
.publicationsFeature a:hover .img img {
	transform: scale(1.025);
}
.publicationsFeature .body {
	padding: 16px 18px;
}
.publicationsFeature .title {
	margin-bottom: 8px;
	font-family: Georgia, "serif";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
@media(max-width: 767px) {
.publicationsFeature .itemGroup {
	display: block;
	max-width: 354px;
	margin: 0 auto;
}
.publicationsFeature .item {
	width: auto;
	margin: 0 0 24px 0;
}
.publicationsFeature .body {
	padding: 16px;
}
.publicationsFeature .title {
	font-size: 16px;
}
}


.publicationsOther .lead {
	margin-bottom: 24px;
	font-family: Georgia, "serif";
	font-size: 18px;
	text-align: center;
}
.publicationsOther .nav {
	margin-bottom: 50px;
}
.publicationsOther .nav ul {
	list-style: none;
	margin: 0 0 0 -1.14%;
}
.publicationsOther .nav li {
	display: table;
	float: left;
	width: 23.83%;
	height: auto;
	margin: 0 0 13px 1.14%;
	border-radius: 2px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
}
.publicationsOther .nav li span {
	display: table-cell;
	height: 50px;
	line-height: 1.2;
	vertical-align: middle;
}
.publicationsOther .nav li.cr {
	color: #fff;
}
.publicationsOther .nav li:nth-child(1).cr {
	background: #a67948;
}
.publicationsOther .nav li:nth-child(2).cr {
	background: #014886;
}
.publicationsOther .nav li:nth-child(3).cr {
	background: #594ea0;
}
.publicationsOther .nav li:nth-child(4).cr {
	background: #e69d01;
}
.publicationsOther .nav li:nth-child(5).cr {
	background: #dc6c9c;
}
.publicationsOther .nav li:nth-child(6).cr {
	background: #5ab034;
}
.publicationsOther .nav li:nth-child(7).cr {
	background: #ccb30a;
}
.publicationsOther .sortArea {
	overflow: hidden;
	position: relative;
}
.publicationsOther .itemGroup {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.publicationsOther .itemGroup .item {
	opacity: 0;
	width: 265px;
	margin: 0 0 40px 20px;
}
.publicationsOther .itemGroup .item.none {
	display: none;
}
.publicationsOther .viewGroup .item {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 265px;
	background: #fff;
	color: #fff;
	transition: top 0.4s ease, left 0.4s ease, opacity 0.4s ease;
}
.publicationsOther .viewGroup .item.none {
	opacity: 0;
	z-index: 0;
	top: 0 !important;
	left: 0 !important;
}
.publicationsOther .item {
	display: block;
	background: #f4f4f4;
}
.publicationsOther .item a {
	display: block;
	position: relative;
	height: 430px;
	padding-bottom: 48px;
	background: #f4f4f4;
}
.publicationsOther .item .img {
	overflow: hidden;
}
.publicationsOther .item .img img {
	transition: transform 0.4s ease;
}
.publicationsOther .item a:hover .img img {
	transform: scale(1.025);
}
.publicationsOther .item .body {
	padding: 16px 18px;
	border-top: 4px solid #333;
}
.publicationsOther .item.economy .body {
	border-color: #014886;
}
.publicationsOther .item.security .body {
	border-color: #594ea0;
}
.publicationsOther .item.diversity .body {
	border-color: #e69d01;
}
.publicationsOther .item.internationalcontribution .body {
	border-color: #dc6c9c;
}
.publicationsOther .item.environment .body {
	border-color: #5ab034;
}
.publicationsOther .item.culture .body {
	border-color: #ccb30a;
}
.publicationsOther .item .title {
	margin-bottom: 8px;
	font-family: Georgia, "serif";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
}
.publicationsOther .item a[target="_blank"] .title:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.publicationsOther .item .h {
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.5;
}
.publicationsOther .item .update {
	position: absolute;
	bottom: 0;
	left: 18px;
	width: 229px;;
	height: 40px;
	padding: 8px 0 8px;
	border-top: 1px solid #ccc;

	color: #8b8b8b;
	font-size: 11px;
}
@media(max-width: 1159px) {
.publicationsOther .sortArea {
	max-width: 835px;
	margin: 0 auto;
}
}
@media(max-width: 874px) {
.publicationsOther .sortArea {
	max-width: 550px;
}
}
@media(max-width: 767px) {
.publicationsOther .lead {
	font-size: 14px;
}
.publicationsOther .nav {
	margin-bottom: 24px;
}
.publicationsOther .nav ul {
	margin-left: -2%;
}
.publicationsOther .nav li {
	width: 48%;
	margin: 0 0 8px 2%;
}
.publicationsOther .item .title {
	font-size: 16px;
}
}
@media(max-width: 589px) {
.publicationsOther .sortArea {
	max-width: 265px;
}
.publicationsOther .itemGroup .item {
	margin: 0 0 20px 20px;
}
}



/* ------------------------ government directory */
.directoryNav_block  {
    max-width: 1120px;
    margin: 0 auto;
	padding-bottom: 28px;
	height: 52px;
}
.directoryNav ul {
	border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    height: 52px;
    align-items: center;
}
.directoryNav li {
	overflow: hidden;
	cursor: pointer;
	transition: opacity 0.4s ease;
}
.directoryNav li:hover {
	opacity: 0.4;
}
.directoryNav li.cabinet {
	-ms-flex-preferred-size: 140px;
	flex-basis: 140px;
}
.directoryNav li.ministries {
    -ms-flex-preferred-size: 240px;
	flex-basis: 240px;
    margin-left: 27px;
}
.directoryNav li.diet {
    -ms-flex-preferred-size: 139px;
	flex-basis: 139px;
    margin-left: 27px;
}
.directoryNav li.court {
	-ms-flex-preferred-size: 233px;
	flex-basis: 233px;
    margin-left: 27px;
}
.directoryNav li.agencies {
    -ms-flex-preferred-size: 258px;
    flex-basis: 258px;
    margin-left: 27px;
}
.directoryNav li.cabinet img{
	width: 25px;
}
.directoryNav li.ministries img{
	width: 25px;
}
.directoryNav li.diet img{
	width: 25px;
}
.directoryNav li.court img{
	width: 41px;
}
.directoryNav li.agencies img{
	width: 25px;
}
.directoryNav img {
    margin-right: 17px;
}
.directoryNav li span {
    padding-right: 20px;
}
.directoryNav li .directoryNav_right:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.directoryNav li .directoryNav_item:after {
    disp;ay: none;
}
.directoryNav_left {
	display: table-cell;
    vertical-align: middle;
}
.directoryNav_right {
	display: table-cell;
    position: relative;
    vertical-align: middle;
    line-height: 1.2;
    padding-top: 3px;
}

@media(max-width: 767px) {
.directoryNav ul {
	border: none;
	display: block;
}
.directoryNav li {
	width: 48%;
	height: 44px;
    display: table;
    float: left;
    font-size: 12px;
    min-height: 44px;
    border-bottom: 1px solid #dadada;
}
.directoryNav li.ministries, .directoryNav li.court {
    margin-left: 4%;
}
.directoryNav li.diet, .directoryNav li.agencies {
	margin-left: 0;
}
.directoryNav li.agencies .directoryNav_item {
	padding: 11px 0;
}

.directoryNav li .directoryNav_right:after {
	display: none;
}
.directoryNav li.cabinet img, .directoryNav li.ministries img, .directoryNav li.diet img, .directoryNav li.agencies img {
	width: 20px;
    min-width: 20px;
}
.directoryNav li.court img {
	width: 25px;
    min-width: 25px;
}
.directoryNav img {
	margin-right: 7px;
}
.directoryNav_item {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.directoryNav li .directoryNav_item:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.directoryNav_right {
    padding-left: 0px;
    padding-right: 14px;
}



}

.h2_table {
	display: table;
    margin-left: 4px;
    padding: 32px 0 24px;
}
.h2_table img {
	display: table-cell;
}
.directoryList {
	position: relative;
	margin-bottom: 24px;
}
.directoryList .id {
	position: absolute;
	top: -102px;
}
.directoryList #cabinet {
	top: -79px;
}
.directoryList h2 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 28px;
	font-weight: 400;
	display: table-cell;
    vertical-align: middle;
    padding-left: 19px;
    padding-top: 5px;
}
.directoryList .group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.directoryList .group li {
	margin: 0;
	padding: 0;
}
.directoryList a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
}
.directoryList a:before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.directoryList a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.directoryList a:hover {
	color: #cd1e1f;
}
.directoryList a:hover:before {
	border-color: #cd1e1f;
}
.directoryList .group > ul > li {
	padding: 20px 0 40px;
	font-size: 15px;
	font-weight: 700;
    border-top: 2px solid #e4e4e4;
}
.directoryList .group > ul > li.directoryList2 {
	padding: 10px 0;
}
.directoryList .group > ul > li > a {
	letter-spacing: 0.4px;
}
.directoryList .group ul ul {
	display:-webkit-box;
    display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}
.directoryList .group ul ul li {
	width: 33.33%;
	margin-bottom: 4px;
	padding-right: 24px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
}
.li_h3 {
	letter-spacing: 0.3px;
}
@media(max-width: 1023px) {
.directoryList .group ul ul li {
	width: 50%;
}
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
.directoryList .id {
	top: -90px;
}
}
@media(max-width: 767px) {
.directoryList {
	margin-bottom: 17px;
}
.directoryList .id {
	top: -82px;
}
.directoryList h2 {
    display: block;
	font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
.directoryList a {
    padding-left: 16px;
}
.directoryList a:before {
	left: -2px;
}
.h2_table {
	display: block;
	margin-left: 0;
	text-align: center;
    padding: 0 0 10px 0;
    margin-top: 30px;
}
.h2_table img {
    display: inline;
    text-align: center;
}
.directoryList #cabinet + .h2_table img{
	width: 28px;
}
.directoryList #ministries + .h2_table img{
	width: 33px;
}
.directoryList #diet + .h2_table img{
	width: 33px;
}
.directoryList #court + .h2_table img{
	width: 38px;
}
.directoryList #agencies + .h2_table img{
	width: 33px;
}
.directoryList .group > ul > li {
	padding: 14px 0 0 0;
	font-size: 13px;
}
.directoryList .group ul ul {
	display: block;
	margin-top: 8px;
}
.directoryList .group ul ul li {
	width: auto;
	padding-right: 0;
	font-size: 11px;
	line-height: 1.6;
	margin-bottom: 13px;
}
}

.directoryLinks {
	margin-bottom: 60px;
}
.directoryLinks .itemGroup {
	display:-webkit-box;
    display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.directoryLinks .item {
	width: 265px;
	border: 1px solid #ececec;
	background: #fff;
	margin: 0 10px;
}
.directoryLinks .img {
	overflow: hidden;
}
.directoryLinks .img img {
	transition: transform 0.4s ease;
}
.directoryLinks a:hover .img img {
	transform: scale(1.025);
}
.directoryLinks .body {
	padding: 9px 16px;
}
.directoryLinks .lead {
    font-family: Georgia, "serif";
    font-size: 13px;	
}
.directoryLinks .title {
	font-family: Georgia, "serif";
	font-size: 21px;
	font-weight: normal;
	line-height: 1.5;
}
@media(max-width: 767px) {
.directoryLinks {
	margin-bottom: 49px;
}
.directoryLinks .itemGroup {
	display: block;
	max-width: 354px;
	margin: 0 auto;
}
.directoryLinks .item {
	width: auto;
	margin: 0 0 18px 0;
}
.directoryLinks .body {
	padding: 13px 17px 12px 17px;
}
.directoryLinks .title {
	font-size: 16px;
}
.directoryLinks .lead {
    line-height: 1.9;
    font-size: 11px;
}
}


/* ------------------------ National Flag and National Anthem */
.flagAnthem {
	margin-bottom: 64px;
}
.flagAnthem h2 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 24px;
	font-weight: 400;
}
.flagAnthem .group {
	display: table;
	width: 100%;
}
.flagAnthem .img {
	display: table-cell;
	width: 35.7%;
	padding-right: 3.57%;
	vertical-align: middle;
}
.flagAnthem .img img {
	border: 1px solid #000;
}
.flagAnthem .body {
	display: table-cell;
	font-family: Georgia, "serif";
	font-size: 20px;
	vertical-align: middle;
}
.flagAnthem .h {
	margin-bottom: 8px;
	font-family: Georgia, "serif";
	font-size: 24px;
	line-height: 1.25;
}
.flagAnthem .h .min {
	font-size: 20px;
}
.flagAnthem .link {
	font-size: 15px;
	line-height: 1.6;
}
.flagAnthem .link a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
}
.flagAnthem .link a:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*
.flagAnthem .link a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
*/
.flagAnthem .link a:hover {
	color: #cd1e1f;
}
.flagAnthem .link a:hover:before {
	border-color: #cd1e1f;
}
.flagAnthem .info {
	padding-top: 32px;
	font-family: Verdana, "sans-serif";
	font-size: 13px;
}
.flagAnthem .info h3 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.flagAnthem .info.column {
	display: table;
}
.flagAnthem .info.column .sep {
	display: table-cell;
}
.flagAnthem .info.column .sep:first-child {
	padding-right: 72px;
}
@media(max-width: 767px) {
.flagAnthem {
	margin-bottom: 32px;
}
.flagAnthem h2 {
	font-size: 18px;
}
.flagAnthem .group {
	display: block;
}
.flagAnthem .img {
	display: block;
	width: auto;
	max-width: 358px;
	margin-bottom: 24px;
	padding: 0;
}
.flagAnthem .body {
	display: block;
	font-size: 13px;
}
.flagAnthem .h {
	font-size: 16px;
}
.flagAnthem .h .min {
	font-size: 13px;
}
.flagAnthem .link {
	font-size: 13px;
}
.flagAnthem .info {
	padding-top: 16px;
	font-size: 11px;
}
.flagAnthem .info h3 {
	font-size: 14px;
}
.flagAnthem .info.column {
	display: block;
}
.flagAnthem .info.column .sep {
	display: block;
}
.flagAnthem .info.column .sep:first-child {
	padding-right: 0;
	margin-bottom: 16px;
}
}



/* ------------------------ visiting */
.visitingArea h2 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}
.visitingArea .linkBlockGroup {
	margin-bottom: 48px;
}
.visitingArea .linkList {
	margin-bottom: 48px;
}
.visitingArea .linkList ul {
	list-style: none;
	margin: 0;
	padding: 16px 32px;
	border: 1px solid #e2e2e2;
}
.visitingArea .linkList li {
	padding: 6px 0;
}
.visitingArea .linkList a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
}
.visitingArea .linkList a:before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.visitingArea .linkList a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.visitingArea .linkList a:hover {
	color: #cd1e1f;
}
.visitingArea .linkList a:hover:before {
	border-color: #cd1e1f;
}
@media(max-width: 767px) {
.visitingArea h2 {
	font-size: 18px;
}
.visitingArea .linkList ul {
	padding: 8px 16px;
}
}



/* ------------------------ linkBlockGroup */
.linkBlockGroup {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.75%;
}
.linkBlockGroup .item {
	width: 48.24%;
	margin: 0 0 20px 1.75%;
	padding-bottom: 16px 16px 0;
	border-bottom: 1px solid #d8d8d8;
}
.linkBlockGroup .item a {
	display: block;
	color: #333;
}
.linkBlockGroup .item a:hover {
	opacity: 0.4;
}
.linkBlockGroup .item a[target="_blank"] .title:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.linkBlockGroup .img {
	float: left;
	width: 34.9%;
	margin-bottom: 16px;
}
.linkBlockGroup .body {
	margin-left: 39.63%;
}
.linkBlockGroup .body p {
	margin-bottom: 16px;
}
.linkBlockGroup .title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.5;
}
@media(max-width: 767px) {
.linkBlockGroup {
	display: block;
	margin-left: 0;
}
.linkBlockGroup .item {
	width: auto;
	margin: 0 0 20px 0;
}
.linkBlockGroup .title {
	margin-bottom: 8px;
	font-size: 14px;
}
}



/* ------------------------ sitemap */
.sitemapArea .column {
	display: inline-block;
	vertical-align: top;
}
.sitemapArea .column:first-child {
	margin-right: 80px;
}
.sitemapArea h2 {
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
.sitemapArea h3 {
	margin: 0 0 8px;
	color: #777;
	font-size: 16px;
	line-height: 1.5;
}
.sitemapArea a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
}
.sitemapArea a:before {
	content: '';
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sitemapArea a[target="_blank"]:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/ico_blank.png) no-repeat;
	background-size: cover;
}
.sitemapArea a:hover {
	color: #cd1e1f;
}
.sitemapArea a:hover:before {
	border-color: #cd1e1f;
}
.sitemapArea h3 a {
	color: #777;
}
.sitemapArea h3 a:before {
}
.sitemapArea .body {
	margin-bottom: 24px;
	padding: 0 20px;
	font-size: 16px;
}
.sitemapArea ul {
	margin: 0 0 32px;
	list-style: none;
}
.sitemapArea li {
	padding: 8px 0;
	white-space: nowrap;
	line-height: 1.5;
}
.sitemapArea .links {
	margin-bottom: 24px;
	font-size: 16px;
}
.sitemapArea .links ul {
	border-top: 1px solid #ddd;
}
.sitemapArea .links li {
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
}
@media(max-width: 767px) {
.sitemapArea .column {
	display: block;
	margin-right: 0 !important;
}
.sitemapArea h2 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.sitemapArea h3 {
	font-size: 14px;
}
.sitemapArea a:before {
	top: 0.5em;
	width: 5px;
	height: 5px;
}
.sitemapArea .body {
	margin-bottom: 0;
	padding: 0 16px;
	font-size: 13px;
}
.sitemapArea ul {
	margin-bottom: 16px;
}
.sitemapArea li {
	white-space: normal;
}
.sitemapArea .links {
	font-size: 13px;
}
.sitemapArea .links li {
	padding: 8px 16px;
}
}






































































































