@charset "utf-8";
/*-------------------- old content hida --------------------*/
.eventHead {
	display: none;
}
/*-------------------- article --------------------*/
.article {
	padding: 0;
}
.article__topPage {
	padding: 0;
}
.article h1,
.article h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 135%;
	font-weight: normal;
	margin-top: 3em;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
}
.article h3 {
	border-left-width: 4px;
	border-left-style: solid;
	font-size: 120%;
	font-weight: normal;
	line-height: 1;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left:9px;
}
.article h4 {
	background: #efefef;
	color: #757575;
	padding: 1em 1.5em 0.8em 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.article h5,
.article h6 {
	padding: 1em 0 0.5em;
}
.article > p {
	line-height: 1.8;
	margin-bottom: 1.8em;
}
.article a {
	text-decoration: underline;
}
.article b,
.article strong {
	font-weight: bold;
}
/*
.article th, .article td,
.article li {
	font-size: 80%;
}
*/
.article li {
	line-height:1.8;
}
.article li li {
	font-size: inherit;
}
.article th {
	background: #666;
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	padding: 11px 9px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
.article th.level2 {
	background: #b9b9b9;
}
.article td {
	background: #efefef;
	border: 1px solid #fff;
	padding: 11px 9px;
	-webkit-text-size-adjust: 100%;
}
.article dt {
	padding-bottom: 0.5em;
}
.article dd {
	padding-left: 1em;
	padding-bottom: 1.5em;
}
.article ol {
	list-style: decimal;
	padding-left: 1.5em;
}
.article ul {
	list-style: disc;
	padding-left: 1.5em;
}
.article pre {
	white-space: pre-wrap;
}
.article img.border {
	border: 1px solid #bfbfbf;
}
.article table.none-bg th, .article table.none-bg td,
.article th.none-bg, .article td.none-bg{
	border: 0;
	background: none;
}
/*-------------------- text align --------------------*/
.article .right {
	text-align: right;
}
.article .center {
	text-align: center;
}
.article .left {
	text-align: left;
}
/*-------------------- articleMeta --------------------*/
.articleMeta {
	padding-bottom: 20px;
}
.articleMeta::after {
	clear: both;
	content: "";
	display: block;
}
/*-------------------- articleSns --------------------*/
.articleSns {
	float: left;
}
.articleSns ul,
.articleSns li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.articleSns li a {
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 0px solid #000000;
	color: #fff;
	display: block;
	height: 30px;
	margin-right: 7px;
	text-decoration: none;
	width: 30px;
}
.twitter a {
	background-color: #55acee;
	background-image: url(../image/icon_twitter.png);
}
.facebook a {
	background-color: #3b5998;
	background-image: url(../image/icon_facebook2.png);
}
.hatena a {
	background-color: #00a4de;
	background-image: url(../image/icon_hatena.png);
}
.pocket a {
	background-color: #ee4056;
	background-image: url(../image/icon_pocket.png);
}
/*-------------------- articleDate --------------------*/
.articleDate {
	float: right;
	padding-top: 8px;
	padding-left: 8px;
}
/*-------------------- pagelink --------------------*/
.article .pagelink {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 70%;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	list-style: none;
	padding: 1em 0;
	text-align: center;
	width: 100%;
}
.article .pagelink li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1em 0.5em;
	margin-right: 1em;
	font-size: 100%;
}
.article .pagelink a {
	text-decoration: none;
}
.article .pagelink .pagelink__current {
	border-bottom-width: 2px;
}
.article .pagelink .pagelink__current a {
	font-weight: bold;
}
.article .pagelink li.selected {
	border-bottom-width: 4px;
	font-weight: bold;
}
.tourism .article .pagelink li.selected { border-color: #f9a540; }
.tourism .article .pagelink li.selected a {color: #f9a540; }
.invest .article .pagelink li.selected { border-color: #2783c2; }
.invest .article .pagelink li.selected a { color: #2783c2; }

.article .pagelink_2 {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article .pagelink_2 li {
	list-style: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	width: 30%;
}
.article .pagelink_2 li:nth-child(3n) {
	margin-right: 0;
}
/*-------------------- margin --------------------*/
.article .mgAuto{
	margin-right:auto;
	margin-left:auto;
}
/*-------------------- width --------------------*/
.article .w12{
	width:12%;
}
.article .w30{
	width:30%;
}
.article .w50{
	width:50%;
}
.article .w100{
	width:100%;
}
/*-------------------- column box --------------------*/
/* asean country */
.article .imgUnit img,
.article .columnBox img{
	display: block;
	width: 100%;
}
.article .imgUnit .imgRight img:last-child{
	margin-top: 13%;
}
.article .columnBox h5,
.article .columnBox h6{
	color: #666666;
	padding: 0.5em 0 0.2em;
}
.article .columnBox h6{
	font-weight: normal;
}
/* base  60:5:35 */
.article .columnBox{
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}
.article .columnBox div:first-child{
	margin-right: 5%;
	width:60%;
}
.article .columnBox div:last-child{
	width:35%;
}
/* 35:5:60 */
.article .columnBox__l35 div:first-child{
	width:35%;
}
.article .columnBox__l35 div:last-child{
	width:60%;
}
/* 25:5:70 */
.article .columnBox__l25 div:first-child{
	width:25%;
	padding: 10px;
}
.article .columnBox__l25 div:last-child,
.article .columnBox__l25 table.detail{
	width:70%;
}
.article .columnBox__l50 > div {
	float: left;
	padding: 10px;
	width: 50%;
}
.article .columnBox__l50 > div:nth-of-type(2n + 1) {
	clear: left;
}
/* flag */
.article .columnBox .flag{
	background: #efefef;
}
.article .columnBox .flag img{
	max-width: 100px;
}
.article .columnBox table.detail{
	margin-top: 20px;
}

.article .map{
}
.article .tripVideo {
	display: block;
	height: 0;
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.article .tripVideo iframe {
	height: 100%;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

/*-------------------- link set --------------------*/
.article .linkSet {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article .linkSet::after {
	clear: both;
	content: "";
	display: block;
}
.article .linkSet li {
	float: left;
	list-style: none;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 30%;
}
.article .linkSet li:nth-of-type(3n) {
	margin-right: 0;
}
.article .linkSet li:nth-of-type(3n + 1) {
	clear: left;
}
.article .linkSet li a,
.article .contactListBox a {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
}
.article .linkSet li a:hover,
.article .contactListBox a:hover {
	background: #ffffff;
	color: #333333;
}
/*-------------------- Databese link set --------------------*/
.article .DblinkSet {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article .DblinkSet::after {
	clear: both;
	content: "";
	display: block;
}
.article .DblinkSet li {
	float: left;
	list-style: none;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 49%;
	display:flex;
}
.article .DblinkSet li:nth-of-type(2n) {
	margin-right: 0;
}
.article .DblinkSet li:hover {
	background: #efefef;
}
.article .DblinkSet li a {
	text-decoration: none;
	padding: 10px;
}
.article .DblinkSet li a:last-of-type {
	flex: 0 1 60%;
}
.article .DblinkSet li a:last-of-type strong {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	display: block;
}
/*  Databese link set (_2block)  */
.article .DblinkSet._2block li a:last-of-type {
	flex: auto;
	display: flex;
}
.article .DblinkSet._2block li a:last-of-type span {
	padding-left: 20px;
	flex: 0 1 60%;
}
.article .DblinkSet._2block li a:last-of-type img {
	border: 1px solid black;
}
/*-------------------- investment Asean List --------------------*/
.article #investmentAseanList,
.article #worldheritageList {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article #investmentAseanList::after,
.article #worldheritageList::after {
	clear: both;
	content: "";
	display: block;
}
.article #investmentAseanList li,
.article #worldheritageList li {
	float: left;
	list-style: none;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 45%;
}
.article #investmentAseanList li:nth-of-type(2n),
.article #worldheritageList li:nth-of-type(2n) {
	margin-right: 0;
}
.article #investmentAseanList li:nth-of-type(2n + 1),
.article #worldheritageList li:nth-of-type(2n + 1) {
	clear: left;
}
.article #investmentAseanList li li,
.article #worldheritageList li li{
	list-style: decimal;
	margin: 0;
	float: none;
	max-width: none;
	width: auto;
	font-size: inherit;
	line-height: 1.8em;
}
.article #investmentAseanList h2,
.article #worldheritageList h2 {
	position: relative;
}
.article #investmentAseanList h2,
.article #worldheritageList h2 {
	padding-left: 70px;
}
.article #investmentAseanList h2::before,
.article #worldheritageList h2::before {
	background: #efefef no-repeat center;
	background-size: 36px auto;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border: 0px solid #efefef;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
}
.article #investmentAseanList li:nth-of-type(1) h2::before {
	background-image: url(../image/flag_brunei.png);
}
.article #investmentAseanList li:nth-of-type(2) h2::before,
.article #worldheritageList li:nth-of-type(1) h2::before {
	background-image: url(../image/flag_cambodia.png);
}
.article #investmentAseanList li:nth-of-type(3) h2::before,
.article #worldheritageList li:nth-of-type(2) h2::before {
	background-image: url(../image/flag_indonesia.png);
}
.article #investmentAseanList li:nth-of-type(4) h2::before,
.article #worldheritageList li:nth-of-type(3) h2::before {
	background-image: url(../image/flag_laos.png);
}
.article #investmentAseanList li:nth-of-type(5) h2::before,
.article #worldheritageList li:nth-of-type(4) h2::before {
	background-image: url(../image/flag_malaysia.png);
}
.article #investmentAseanList li:nth-of-type(6) h2::before,
.article #worldheritageList li:nth-of-type(5) h2::before {
	background-image: url(../image/flag_myanmar.png);
}
.article #investmentAseanList li:nth-of-type(7) h2::before,
.article #worldheritageList li:nth-of-type(6) h2::before {
	background-image: url(../image/flag_philippines.png);
}
.article #investmentAseanList li:nth-of-type(8) h2::before,
.article #worldheritageList li:nth-of-type(7) h2::before {
	background-image: url(../image/flag_singapore.png);
}
.article #investmentAseanList li:nth-of-type(9) h2::before,
.article #worldheritageList li:nth-of-type(8) h2::before {
	background-image: url(../image/flag_thailand.png);
}
.article #investmentAseanList li:nth-of-type(10) h2::before,
.article #worldheritageList li:nth-of-type(9) h2::before {
	background-image: url(../image/flag_vietnam.png);
}
.article #investmentAseanList li:nth-of-type(11) h2::before,
.article #worldheritageList li:nth-of-type(10) h2::before {
	background-image: url(../image/flag_japan.png);
}
.article #investmentAseanList li:nth-of-type(12) h2::before,
.article #worldheritageList li:nth-of-type(11) h2::before {
	background-image: url(../image/flag_asean.png);
}

/*-------------------- trip guide --------------------*/
/* mainview */
.article .mainviewLinkList {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article .mainviewLinkList li {
	list-style: none;
	background: #6a6a6a no-repeat center;
	background-size: cover;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 46.7%;
	margin-right: 6.5%;
	margin-bottom: 40px;
	width: 46.7%;
}
.article .mainviewLinkList li:nth-of-type(2n) {
	margin-right: 0;
}
.article .mainviewLinkList a {
	display: block;
}
.article .mainviewLinkList span {
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	display: inline-block;
	margin-top: 9em;
	padding: 1em;
}
/* column */
.article .tripColumn {
	padding: 0 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #f9a540;
	margin-bottom: 40px;
}
.article .tripColumn h5 {
	color: #f9a540;
	padding-left: 0;
	padding-right: 0;
}
.article .tripColumn .columnBox {
	margin-bottom: 1em;
}
/*-------------------- travelCalendar --------------------*/
.travelCalendar__countryList {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 20px 0 10px;
	width: 98%;
}
.article .travelCalendar__countryList {
	padding-left: 0;
}
.travelCalendar__countryList::after {
	clear: both;
	content: "";
	display: block;
}
.travelCalendar__countryList li {
	display: block;
	float: left;
	padding: 0 0 25px 0;
	text-align: center;
	width: 20%;
}
.countryList.travelCalendar__countryList a,
.countryListCal.travelCalendar__countryList li {
	display: inline-block;
	height: auto;
	padding-left: 0;
}
.countryList.travelCalendar__countryList a:hover,
.countryListCal.travelCalendar__countryList a:hover {
	background: none;
	font-weight: normal;
}
.countryList.travelCalendar__countryList a::before,
.countryListCal.travelCalendar__countryList li::before {
	background-size: 67px auto;
	height: 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: static;
	width: 80px;
}
.countryListCal.travelCalendar__countryList li:nth-of-type(5n + 1) {
	clear: left;
}
/*-------------------- world heritage --------------------*/
.article .worldHeritage {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	width: 100%;
}
.article .worldHeritage li {
	list-style: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 30%;
}
.article .worldHeritage li:nth-of-type(3n) {
	margin-right: 0;
}

/*-------------------- contact form --------------------*/
.article .contactList {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
}
.article .contactList .contactListBox {
	background: #efefef;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 49%;
	margin-right: 2%;
	margin-bottom: 1em;
	padding: 1em;
	width: 49%;
}
.article .contactList .contactListBox:nth-of-type(2n+1) {
	margin-right: 0;
}
.article .contactList .contactListBox h3 {
	margin-top: 0;
}
.article .contactList .contactListBox div{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.article .contactList .trade.invest.contactListBox {
	max-width: 100%;
	width: 100%;
}
.article .contactList .trade.invest.contactListBox h3 {
	border-color: #bebebe;
}
.article .contactList .trade.invest.contactListBox h3 + h5,
.article .contactList .trade.invest.contactListBox > .innerBox > h5 {
	padding-top: 0;
}
.article .contactList .trade.invest.contactListBox > .innerBox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0.5em;
}
.article .contactList .trade.invest.contactListBox > .innerBox:last-child {
	margin-bottom: 0;
}
.article .contactList .trade.invest.contactListBox > .innerBox > p,
.article .contactList .trade.invest.contactListBox > .innerBox > h5 {
	text-align: left;
	flex: 1 0 55%;
}
.article .contactList .trade.invest.contactListBox > .innerBox > div {
	margin-left: 2em;
}

/*-------------------- publications --------------------*/
/*
.publications {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
}
.publicationsBox table tr{
	background-image: url(../image/bg_recommend_left.png), url(../image/bg_recommend_right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.publications .publicationsBox {
	max-width: 98%;
	width: 90%;
}*/
.article .publications th,
.article .publications td{/*reset*/
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: top;
}
.article .publications tr td:first-child {
	background-image: url(../image/bg_recommend_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding:1.5em;
	width: 17%;
}
.article .publications tr td:last-child {
	background-image: url(../image/bg_recommend_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 1.5em 1.5em 1.5em 0;
}
.article .publications strong {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 0.5em;
}
.article .publications a {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	text-align: center;
}
.article .publications a:hover {
	background: #ffffff;
	color: #333333;
}
/* ASEAN輸出有望企業 */
.article .internal_box{
	margin:20px 7px 37px 10px;
}
.article .internal_list{
	width:100%;
	height:100%;
}
.article .internal_list td{
	width:215px !important;
	height:215px !important;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	text-align:center;
	vertical-align:top;
}
.article .internal_list td.none{
	background-color:#ffffff;
}
.article .internal_list .file_img{
	width:215px;
	height:175px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.article .internal_list .file_link{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0 23px;
	text-align:left;
}
.article .internal_list td a{color:#6c6c6c;}
.article .internal_list td a:link{color:#6c6c6c; text-decoration:none;}
.article .internal_list td a:hover{color:#6c6c6c; text-decoration: underline;}
.article .internal_list td a:active{color:#990099;}
.article .internal_list td a:visited{color:#990099;}

/*-------------------- invest country_info --------------------*/
.invest .article table.seminar {
	margin-bottom: 15px;
	width: 100%
}
.invest .article table.seminar th {
	width: 45%;
	text-align: left;
	vertical-align: top;
	background-color: #c1c1c1;
	color: #333333;
}
.invest .article table.seminar td {
	vertical-align: top;
}
.invest .article table.seminar th.level1 {
	background-color: #666666;
	color: #ffffff;
}

/*-------------------- Contact Form 7 --------------------*/
div.wpcf7 .ajax-loader {
	display: none;
}
.wpcf7-form [type="text"],
.wpcf7-form [type="email"],
.wpcf7-form [type="tel"],
.wpcf7-form [type="date"],
.wpcf7-form [type="number"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form [type="submit"],
.backButton
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #fff;
}
.wpcf7-form [type="text"],
.wpcf7-form [type="email"],
.wpcf7-form [type="tel"],
.wpcf7-form [type="date"],
.wpcf7-form [type="number"],
.wpcf7-form textarea {
	border: 1px solid #949494;
	display: block;
	font-size: 120%;
	padding: 9px 7px;
	width: 100%;
}
.wpcf7-form input.zip-field[type="text"] {
	display: inline-block;
	width: 7em;
}
.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #949494;
	cursor: pointer;
	font-size: 120%;
	padding: 9px 1.5em 9px 7px;
	width: 100%;
}
.wpcf7-form select::-ms-expand {
    display: none;
}
.wpcf7-form .selectWapper {
	position: relative;
}
.wpcf7-form .selectWapper span {
	display: inline-block;
	margin-top: -0.7em;
	position: absolute;
	right: 0.5em;
	top: 50%;
}
.wpcf7-form option {
	background: #ffffff;
}
.wpcf7-form [type="submit"] {
	background: #009b4d;
	color: #fff;
	cursor: pointer;
	font-size: 110%;
	display: block;
	margin: 30px auto 20px;
	padding: 8px 14px 6px;
	width: 46%;
}
.wpcf7-form .backButton,
.wpcf7-form [type="submit"].backButton {
	background: #949494;
	color: #fff;
	cursor: pointer;
	font-size: 110%;
	
	display: block;
	margin: 30px auto 20px;
	padding: 8px 14px 6px;
	text-align: center;
	width: 46%;
}
.wpcf7-form [type="date"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, "sans-serif";
	font-size:100%;
}
.wpcf7-form th,
.wpcf7-form td {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.wpcf7-form .register__table {
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 96%;
}
.wpcf7-form .register__table th {
	color: #6d6c6c;
	font-weight: normal;
	font-size: 90%;
	padding: 8px 6px;
	text-align: left;
	vertical-align: middle;
	width: 25%;
}
.wpcf7-form .register__table td {
	padding: 8px 6px;
	vertical-align: middle;
	white-space: nowrap;
}
.wpcf7-form .request .wpcf7-list-item {
	display: block;
}
/*---- Error ----*/
.wpcf7-form .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-form .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
/*---- agreeBox ----*/
.wpcf7-form .agreeBox {
	background: #f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #fff;
	margin-bottom: 23px;
	padding: 20px;
}
.wpcf7-form .agreeBox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form .agreeBox input {
	margin-right: 10px;
}
.wpcf7-form .scrollbox {
	width: auto;
	height: 170px;
	overflow: auto;
	margin: 0px auto 15px;
	padding: 15px;
	border: 1px solid #969696;
	background: #ffffff;
}
.wpcf7-form .scrollbox h5 {
	padding: 1.5em 0 0.5em;
}
.wpcf7-form .agreeBox h3,
.wpcf7-form .scrollbox h5:first-child {
	padding-top: 0;
	margin-top: 0;
}
/*---- form_confirm ----*/
.wpcf7-form input.wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf,
.wpcf7-form select.wpcf7c-conf{
	font-size: 120%;
	color: #000000;
	border: none;
	background: #ffffff;
	resize: none;
	padding:0;
}
.wpcf7-form.custom-wpcf7c-confirmed .stxt,
.wpcf7-form.custom-wpcf7c-confirmed .agreeBox,
.wpcf7-form.sent .agreeBox,
.wpcf7-form.sent > div + table + h3,
.wpcf7-form.sent > div + table + h3 +ol.list {
	display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed table{
	margin-bottom: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed th.message {
	vertical-align: top;
}
.wpcf7-form.custom-wpcf7c-confirmed #chkMaterial .wpcf7-list-item input.wpcf7c-conf + span {
	color: #bebebe;
}
.wpcf7-form.custom-wpcf7c-confirmed #chkMaterial .wpcf7-list-item input.wpcf7c-conf + input.wpcf7c-conf-hidden + span {
	color: inherit;
}
/*---- form_complete ----*/
.wpcf7-form.sent h4,
.wpcf7-form.sent table,
.wpcf7-form.sent p {
	display:none;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	border:none;
}
/*---- wpcf7-form 50th-logo-catchphrase ----*/
.page-id-231666 .container div#sidebar {display:none;}
.page-id-231666 .container div#contents {width:100%;}

/*--- responsive table ---*/
.responsive__table {}
.nonePhone {}
/*--- clear ---*/
.clear{
	clear: both;
}
/*-------------------- break point --------------------*/
/*
pc,tablet : 1000px ~ 768px
phone : 767px ~ 320px
*/
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
.article > p, .article > table,
.article > ul > li {
	font-size: 90%;
}
/*-------------------- SP word-break ----------------*/
a {
	word-break: break-word;
}
/*-------------------- travelCalendar----------------*/
.travelCalendar__countryList li {
	width: 33%;
}
.travelCalendar__countryList li:nth-of-type(3n + 1) {
	clear: left;
}
.countryListCal.travelCalendar__countryList li:nth-of-type(5n + 1) {
    clear: none;
}
/*-------------------- MW WP Form --------------------*/
/*--- responsive table ---*/
.responsive__table,
.responsive__table thead,
.responsive__table tfoot,
.responsive__table tbody,
.responsive__table tr,
.responsive__table th,
.responsive__table td,
.wpcf7-form .register__table th
{
	display: block;
	width: 100%;
	white-space: normal;
}
.responsive__table tr.hiddenLang {
	display: none;
}
.nonePhone, 
.responsive__table td.nonePhone {
	display: none;
}

/*-------------------- width --------------------*/
.article .w30,
.article .w50{
	width:85%;
}

/*-------------------- column box --------------------*/
.article .columnBox__l25 {
	display: block;
}
.article .columnBox__l25 div:first-child,
.article .columnBox__l25 div:last-child,
.article .columnBox__l25 table.detail{
	width: 100%;
}

/*-------------------- link set --------------------*/
.article .linkSet li {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
.article .DblinkSet li {
	float: none;
	margin-right: 0;
	width: 100%;
}

/*-------------------- ASEAN輸出有望企業 -----------*/
.article .internal_list .file_link{
	padding: 0;
}

/*-------------------- investment Asean List --------------------*/
.article #investmentAseanList,
.article #worldheritageList {
	width: 96%;
}
.article #investmentAseanList li,
.article #worldheritageList li {
	float: none;
	margin-right: 0;
	width: 100%;
}

/*-------------------- contact form --------------------*/
.article .contactList,
.article .contactList .trade.invest.contactListBox > .innerBox {
	display: block;
}
.article .contactList .contactListBox {
	max-width: 100%;
	margin-right: 0;
	width: 100%;
}
.article .contactList .trade.invest.contactListBox > .innerBox {
	margin-bottom: 1.5em;
}
.article .contactList .trade.invest.contactListBox > .innerBox > div {
	margin: 0.5em auto 0 auto;
}
.article .contactList .trade.invest.contactListBox > .innerBox > h5 {
	padding: 0;
}

}

.article .dateList__meta span{
	background: #efefef!important;
	color: #333!important;
}

/*----------------------------------*/
/*--- anniversary -------------------------------*/
/*カバー*/
.anniversary.wp-block-cover {
	background-color: #ffffff;
	/*border-radius: 20px;
	border: 5px dotted #009a4c;*/
	padding: 0
}
.anniversary.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
	/*border-radius: 20px;*/
}
/*カバー内コンテンツ	*/
.anniversary.wp-block-cover .wp-block-cover__inner-container{
	width: calc(100% - 0px);
	color: inherit;
}
/*メディアとテキスト*/
.anniversary .wp-block-media-text{
	-ms-grid-columns: 180px 1fr;
	grid-template-columns: 180px 1fr;
	margin-top: 2em;
	border: 5px double #d8f2e5;
	padding: 11px;
}
.anniversary .wp-block-media-text:first-child{
	margin-top: 0;
}
.anniversary .wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 180px;
	grid-template-columns: 1fr 180px;
}
/*メディアとテキスト >> メディア*/
.anniversary .wp-block-media-text .wp-block-media-text__media{

}
/*メディアとテキスト >> テキスト*/
.anniversary .wp-block-media-text .wp-block-media-text__content{
	padding: 0 1% 0 4%;
}
.anniversary .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
	padding: 0 4% 0 1%;
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5{
	padding: 0.5em 0 0.5em 50px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #009a4c;
	background-size: 40px;
	background-position: center left;
	background-repeat: no-repeat;
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5 span{
	font-size: 80%;
	font-weight: normal;
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.ajc{
	padding-left: 0;
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.asec{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_asean_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.brunei{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_brunei_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.cambodia{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_cambodia_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.indonesia{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_indonesia_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.japan{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_japan_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.laos{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_laos_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.malaysia{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_malaysia_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.myanmar{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_myanmar_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.philippines{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_philippines_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.singapore{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_singapore_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.thailand{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_thailand_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content h5.vietnam{
	background-image: url(/ja/wp-content/uploads/sites/2/flag_vietnam_b.png);
}
.anniversary .wp-block-media-text .wp-block-media-text__content .jpn{
	margin-top: 0.5em;
	color: #575757;
	font-size: 90%;
	background: #e9f7f0;
	border-radius: 10px;
	padding: 1em;
}
/* on-mobile */
@media screen and (max-width: 600px){
/*メディアとテキスト >> メディア*/
.anniversary .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
	width: 180px;
	margin: 0 auto;
}
.anniversary .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}
/*メディアとテキスト >> テキスト*/
.anniversary .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	padding: 0;
}
.anniversary .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
}
}
/*----------------------------------*/
.pum-trigger {
	display: inline-block;
	padding-top: 0.5em;
	padding-bottom: 1px;
	font-size: 90%;
}
.pum-trigger:hover {
	border-bottom: 1px solid #009a4c;
	padding-bottom: 0;
}
/*popmake*/
.popmake {
	top: 50px !important;
}
.popmake .popmake-content h4 {
	margin-bottom: 1em;
}
.popmake .popmake-content h4 span {
	font-size: 80%;
	font-weight: normal;
}
.popmake .popmake-content p {
	font-size: 90%;
	margin-bottom: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, "sans-serif";
}
