@charset "utf-8";

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 16px 0;
	font-family: Georgia, "serif";
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
}
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;
}
@media(max-width: 767px) {
.headArea {
	margin-bottom: 20px;
	padding-top: 24px ;
}
main .c-page_title, 
.headArea h1 {
	font-size: 20px;
}
main .c-title, 
.headArea h2 {
	font-size: 18px !important;
}
.headArea .shoulder {
	font-size: 12px;
}
main .c-lead, 
.headArea .lead {
	font-size: 14px;
}
}



/* ------------------------ 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: 24px;
	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: 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: 305px;
}
.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: 31px 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: 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: 20px;
	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: 14px;
	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: 16px;
}
.publicationsFeature .textGroup {
	margin-top: 10px;
}
.publicationsFeature .textGroup_item a {
	font-size: 11px;
}
.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: 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  {
	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: 24px;
	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: 16px;
	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: 13px;
	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: 18px;
}
.directoryList .group > ul > li {
	padding: 16px;
	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;
}
}



/* ------------------------ 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 .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[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;
    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: 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;
    width: 100%;
}
.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;
}
}

.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: 24px;
    font-weight: 700;
    font-family: Georgia, "sans-serif";
}
.visitingArea_video_inner p:nth-child(2) {
	margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
	line-height: 1.6;
	font-family: Verdana, "sans-serif";
}
.visitingArea_video_inner p:nth-child(3) {
    font-size: 16px;
	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: 17px;
    margin-bottom: 12px;
}
.visitingArea_video_inner p:nth-child(2) {
    font-size: 13px;
    margin-bottom: 5px;
}
.visitingArea_video_inner p:nth-child(3) {
	line-height: 1.4;
    font-size: 12px;
}
}
