@charset "utf-8";

main {
	color: #333;
	font-size: 0.92857rem;
	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;
}
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: 0.85714rem;
    }
    main a:hover {
        opacity: 1 !important;
    }
}


/* ------------------------ head */
.headArea {
	margin-bottom: 22px;
	padding-top: 20px;
	font-family: Georgia, "serif";
}
main .c-page_title,
.headArea h1 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 2.85714rem;
	font-weight: 400;
	line-height: 1.5;
}
main .c-title,
.headArea h2 {
	margin: 0;
	font-family: Georgia, "serif";
	font-size: 2.14286rem;
	font-weight: 400;
	text-align: center;
}
.headArea .shoulder {
	font-size: 1.42857rem;
	text-align: center;
}
main .c-lead,
.headArea .lead {
	font-family: Georgia, "serif";
	font-size: 1.28571rem;
}
@media(max-width: 767px) {
.headArea {
	margin-bottom: 20px;
	padding-top: 24px ;
}
main .c-page_title,
.headArea h1 {
	font-size: 1.42857rem;
}
main .c-title,
.headArea h2 {
	font-size: 1.28571rem !important;
}
.headArea .shoulder {
	font-size: 0.85714rem;
}
main .c-lead,
.headArea .lead {
	font-size: 1.0rem;
}
}



/* ------------------------ issues */
.issuesNav {
	margin-bottom: 40px;
}
.issuesNav ul {
	margin: -12px;
}
.issuesNav li {
	overflow: hidden;
	float: left;
	display: table;
	width: 150px;
	margin: 0 0 12px 12px;
	border-radius: 2px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: opacity 0.4s ease;
}
.issuesNav li:hover {
	opacity: 0.4;
}
.issuesNav li span {
	display: table-cell;
	position: relative;
	height: 50px;
	padding: 4px 24px 4px 8px;
	border-bottom: 2px solid #333;
	text-align: center;
	line-height: 1.38;
	vertical-align: middle;
}
.issuesNav li span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	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) span,
.issuesNav li:nth-child(1) span:after {
	border-color: #014886;
}
.issuesNav li:nth-child(2) span,
.issuesNav li:nth-child(2) span:after {
	border-color: #2b8f2f;
}
.issuesNav li:nth-child(3) span,
.issuesNav li:nth-child(3) span:after {
	border-color: #e69d02;
}
.issuesNav li:nth-child(4) span,
.issuesNav li:nth-child(4) span:after {
	border-color: #da4429;
}
.issuesNav li:nth-child(5) span,
.issuesNav li:nth-child(5) span:after {
	border-color: #009cbd;
}
.issuesNav li:nth-child(6) span,
.issuesNav li:nth-child(6) span:after {
	border-color: #fc88b9;
}
.issuesNav li:nth-child(7) span,
.issuesNav li:nth-child(7) span:after {
	border-color: #893eb4;
}
.issuesNav li:nth-child(8) span,
.issuesNav li:nth-child(8) span:after {
	border-color: #925a1d;
}
@media(max-width: 767px) {
.issuesNav ul {
	margin-left: -2%;
}
.issuesNav li {
	width: 48%;
	margin: 0 0 8px 2%;
}
}



.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: 1.71429rem;
	font-weight: 400;
}
.issuesList .boxGroup {
	display: flex;
	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: 1.28571rem;
	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: 1.28571rem;
}
.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: 1.14286rem;
}
}



/* ------------------------ about japan */
.aboutReference .lead {
	margin-bottom: 24px;
	font-family: Georgia, "serif";
	font-size: 1.28571rem;
	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: 1.0rem;
}
.aboutContents .item {
	width: auto;
	margin: 0 0 20px 0;
}
.aboutReference .list {
	padding: 16px;
}
}

#aboutThisSite {
	max-width: 1080px;
}

.aboutJapanKv img {
	width: 100%;
}


/* ------------------------ publications */
.publicationsFeature {
	margin-bottom: 15px;
}
.publicationsFeature .itemGroup {
	display: flex;
	justify-content: space-evenly;
}
.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: 1.42857rem;
	font-weight: 700;
	line-height: 1.5;
}
.publicationsFeature .textGroup {
	margin-top: 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.publicationsFeature .textGroup_item {
	margin-left: 10px;
}
.publicationsFeature .textGroup_item a {
	display: inline-block;
	font-size: 1.0rem;
	position: relative;
}
.publicationsFeature .textGroup_item a::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border-radius: 50px;
	background: #333;
	vertical-align: top;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.publicationsFeature .textGroup_item a:hover::before {
	background: #cd1e1f;
}
.publicationsFeature .textGroup_item a::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media(max-width: 767px) {
.publicationsFeature .itemGroup {
	display: block;
	max-width: 354px;
	margin: 0 auto;
}
.publicationsFeature .item {
	width: auto;
	margin: 0 0 24px 0;
}
.publicationsFeature .item:last-child {
	margin-bottom: 0;
}
.publicationsFeature .body {
	padding: 16px;
}
.publicationsFeature .title {
	font-size: 1.14286rem;
}
.publicationsFeature .textGroup {
	margin-top: 10px;
}
.publicationsFeature .textGroup_item a {
	font-size: 0.78571rem;
}
.publicationsFeature .textGroup_item a::before {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
.publicationsFeature .textGroup_item a::after {
	left: 6px;
	width: 4px;
	height: 4px;
	top: 7px;
}
}


.publicationsOther .lead {
	margin-bottom: 24px;
	font-family: Georgia, "serif";
	font-size: 1.28571rem;
	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: 1.28571rem;
	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: 0.78571rem;
}
@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: 1.0rem;
}
.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: 1.14286rem;
}
}
@media(max-width: 589px) {
.publicationsOther .sortArea {
	max-width: 265px;
}
.publicationsOther .itemGroup .item {
	margin: 0 0 20px 20px;
}
}



/* ------------------------ government directory */
.directoryNav  {
	padding: 32px 0;
}
.directoryNav  ul {
	margin-left: -12px;
}
.directoryNav  li {
	overflow: hidden;
	float: left;
	display: table;
	width: 214px;
	margin: 0 0 12px 12px;
	border-radius: 2px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: opacity 0.4s ease;
}
.directoryNav  li:hover {
	opacity: 0.4;
}
.directoryNav  li span {
	display: table-cell;
	position: relative;
	height: 50px;
	padding: 4px 32px 4px 8px;
	border-bottom: 2px solid #666;
	text-align: center;
	line-height: 1.38;
	vertical-align: middle;
}
.directoryNav  li span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	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%);
}
@media(max-width: 767px) {
.directoryNav ul {
	margin-left: -2%;
}
.directoryNav li {
	width: 48%;
	margin: 0 0 8px 2%;
}
.directoryNav  li span {
	height: 64px;
}
}


.directoryList {
	position: relative;
	margin-bottom: 24px;
}
.directoryList .id {
	position: absolute;
	top: -144px;
}
.directoryList h2 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 1.71429rem;
	font-weight: 400;
}
.directoryList .group {
	border: 1px solid #e2e2e2;
}
.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: 24px 32px;
	color: #666;
	font-size: 1.14286rem;
	font-weight: 700;
}
.directoryList .group > ul > li:nth-child(even) {
	background: #f7f7f7;
}
.directoryList .group > ul > li > a {

}
.directoryList .group ul ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.directoryList .group ul ul li {
	width: 33.33%;
	margin-bottom: 8px;
	padding-right: 24px;
	box-sizing: border-box;
	font-size: 0.92857rem;
	font-weight: 400;
}
@media(max-width: 1023px) {
.directoryList .group ul ul li {
	width: 50%;
}
}
@media(max-width: 767px) {
.directoryList .id {
	top: -72px;
}
.directoryList h2 {
	font-size: 1.28571rem;
}
.directoryList .group > ul > li {
	padding: 16px;
	font-size: 0.92857rem;
}
.directoryList .group ul ul {
	display: block;
	margin-top: 8px;
}
.directoryList .group ul ul li {
	width: auto;
	padding-right: 0;
	font-size: 0.78571rem;
}
}



/* ------------------------ National Flag and National Anthem */
.flagAnthem {
	margin-bottom: 64px;
}
.flagAnthem h2 {
	margin: 0 0 16px 0;
	font-family: Georgia, "serif";
	font-size: 1.71429rem;
	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: 1.42857rem;
	vertical-align: middle;
}
.flagAnthem .h {
	margin-bottom: 8px;
	font-family: Georgia, "serif";
	font-size: 1.71429rem;
	line-height: 1.25;
}
.flagAnthem .h .min {
	font-size: 1.42857rem;
}
.flagAnthem .link {
	font-size: 1.07143rem;
	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: 0.92857rem;
}
.flagAnthem .info h3 {
	margin: 0 0 8px 0;
	font-size: 1.28571rem;
	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: 1.28571rem;
}
.flagAnthem .group {
	display: block;
}
.flagAnthem .img {
	display: block;
	width: auto;
	max-width: 358px;
	margin-bottom: 24px;
	padding: 0;
}
.flagAnthem .body {
	display: block;
	font-size: 0.92857rem;
}
.flagAnthem .h {
	font-size: 1.14286rem;
}
.flagAnthem .h .min {
	font-size: 0.92857rem;
}
.flagAnthem .link {
	font-size: 0.92857rem;
}
.flagAnthem .info {
	padding-top: 16px;
	font-size: 0.85714rem;
}
.flagAnthem .info h3 {
	font-size: 1.0rem;
}
.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: 1.71429rem;
	font-weight: 400;
	line-height: 1.5;
}
.visitingArea .linkBlockGroup {
	margin-bottom: 48px;
}
.visitingArea .linkList {
	margin-bottom: 48px;
}
.visitingArea .visitingArea_top .linkList {
	margin-bottom: 0px;
}
.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:hover {
	color: #cd1e1f;
}
.visitingArea .linkList a:hover:before {
	border-color: #cd1e1f;
}
@media(max-width: 767px) {
.visitingArea h2 {
	font-size: 1.28571rem;
}
.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;
}
.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: 1.42857rem;
	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: 1.0rem;
}
}



/* ------------------------ sitemap */
.sitemapArea .column {
	display: inline-block;
	vertical-align: top;
    width: 45%;
}
.sitemapArea .column:first-child {
	margin-right: 9%;
}
.sitemapArea h2 {
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
	font-size: 1.42857rem;
	font-weight: 700;
	line-height: 1.5;
}
.sitemapArea h3 {
	margin: 0 0 8px;
	color: #777;
	font-size: 1.14286rem;
	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: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: 1.14286rem;
}
.sitemapArea ul {
	margin: 0 0 32px;
	list-style: none;
}
.sitemapArea li {
	padding: 8px 0;
	white-space: nowrap;
	line-height: 1.6;
}
.sitemapArea .links {
	margin-bottom: 24px;
	font-size: 1.14286rem;
}
.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;
    width: 100%;
}
.sitemapArea h2 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 1.14286rem;
}
.sitemapArea h3 {
	font-size: 1.0rem;
}
.sitemapArea a:before {
	top: 0.5em;
	width: 5px;
	height: 5px;
}
.sitemapArea .body {
	margin-bottom: 0;
	padding: 0 16px;
	font-size: 0.92857rem;
}
.sitemapArea ul {
	margin-bottom: 16px;
}
.sitemapArea li {
	white-space: normal;
}
.sitemapArea .links {
	font-size: 0.92857rem;
}
.sitemapArea .links li {
	padding: 8px 16px;
}
}

.visitingArea_video {
	display: flex;
	background-color: #F2F2F2;
}
.visitingArea_video .btn_wachiVideo {
    padding: 30px;
    transition: .2s ease;
}
.visitingArea_video .btn_wachiVideo:hover {
    opacity: 0.8;
}

.visitingArea_video .btn_wachiVideo > .c-body {
	position: relative;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.visitingArea_video .btn_wachiVideo > .c-body::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: red;
}
.visitingArea_video .btn_wachiVideo > .c-body::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9px 0 9px 12px;
}
.visitingArea_video .btn_wachiVideo img {
	width: 100%;
	max-width: 343px;
}
.visitingArea_video_inner {
    padding: 30px 30px 30px 0;
    width: 64%;
}
.visitingArea_video_inner p:nth-child(1) {
	margin-bottom: 22px;
	line-height: 1.1;
    font-size: 1.71429rem;
    font-weight: 700;
    font-family: Georgia, "sans-serif";
}
.visitingArea_video_inner p:nth-child(2) {
	margin-bottom: 8px;
    font-size: 1.42857rem;
    font-weight: 700;
	line-height: 1.6;
	font-family: Verdana, "sans-serif";
}
.visitingArea_video_inner p:nth-child(3) {
    font-size: 1.14286rem;
	line-height: 1.6;
	font-family: Verdana, "sans-serif";
}
@media(max-width:769px) {
.visitingArea_video {
	display: block;
}
.visitingArea_video .btn_wachiVideo {
    padding: 15px 15px 18px;
}
.visitingArea_video .btn_wachiVideo img {
	max-width: 100%;
}
.visitingArea_video_inner {
    padding: 0 17px 23px;
    width: 100%;
}
.visitingArea_video .btn_wachiVideo > .c-body::before {
    width: 46px;
    height: 46px;
}
.visitingArea_video_inner p:nth-child(1) {
    font-size: 1.21429rem;
    margin-bottom: 12px;
}
.visitingArea_video_inner p:nth-child(2) {
    font-size: 0.92857rem;
    margin-bottom: 5px;
}
.visitingArea_video_inner p:nth-child(3) {
	line-height: 1.6;
    font-size: 0.85714rem;
}
}
