
/*********************************************
**********************************************
		navwrapper
**********************************************
**********************************************/
section.localnav {
	margin: 30px 0 0 0;
	> div {
		margin: 0 auto;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		@media (max-width:609px) {
			max-width: 410px;
		}
		> a {
			display: flex;
			align-items: center;
			padding: 15px 0 15px 20px;
			font-size: 22px;
			font-weight: normal;
			line-height: 1.3em;
			color: #333;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			width: 600px;
			box-sizing: border-box;
			border: solid 3px #ddd;
			border-radius: 5px;
			margin: 10px;
			background-image: url(../../../common/image/icon28_chevron_down_095.svg);
			background-repeat: no-repeat;
			background-position: 97% 50%;
			@media (max-width:609px) {
				font-size: 13px;
				padding: 10px 0 10px 10px;
				margin: 5px 5px;
				width: 400px;
				background-position: 98% 50%;
			}
			@media (max-width:369px) {
				padding: 10px 30px 10px 5px;
				background-size: 5%;
			}
			&:hover {
				border: solid 3px #009A59;
				background-position: 96% 50%;
				color: #009A59;
			}
		}
		> div {
			width: 290px;
			box-sizing: border-box;
			margin: 10px;
		}
	}
}
#contentwrapper01 > .inner > .box {
	.overseaswrapper {
		max-width: 730px;
		margin: 0 auto;
		> h3 {
			margin: 30px 10px 10px 10px;
			font-size: 20px;
			line-height: 1.2;
			color: #67dba8;
			border-bottom: solid 1px #67dba8;
			padding-bottom: 5px;
			&:nth-of-type(1) {
				margin: 0px 10px 10px 10px;
			}
		}
		> h4 {
			margin: 20px 10px 10px 10px;
			font-size: 16px;
			line-height: 1.2;
			color: #67dba8;
		}
		> div {
			> article {
				margin: 10px;
				padding: 15px;
				border: solid 1px #333;
				background-color: #505050;
				border-radius: 5px;
				> h5 {
					margin: 0;
					font-size: 18px;
					line-height: 1.2;
					color: #fff;
					font-weight: normal;
				}
				> div {
					margin-top: 5px;
					font-size: 14px;
					line-height: 1.5;
					color: #fff;
					> a {
						display: inline-block;
						text-decoration: none;
						color: #eee;
						&:hover {
							opacity: 0.7;
						}
					}
				}
			}
		}
	}
}
