@charset "UTF-8";

/* =BreakPoint
--------------------------------------------------------------
PC and TABLET ( and SP landscape )
@media ( min-width: 480px ){

PC ( and TABLET landscape )
@media ( min-width: 897px ){

TABLET ( and SP landscape )
@media ( min-width: 480px ) and ( max-width: 896px ){

TABLET and SP ( not TABLET landscape )
@media ( max-width: 896px ){

SP ( only portrait )
@media ( max-width: 479px ){

over
@media ( min-width: 1101px )

under
@media ( max-width: 1100px )
--------------------------------------------------------------
*/

/* =Common
-------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media (hover){
	a, a img, input[type="submit"], input[type="reset"], svg * {
		transition-property: color, background-color, border-color, fill;
		transition-duration: .3s;
	}
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}


/* =Styles 
-------------------------------------------------------------- */
@media ( min-width: 480px ){
	body {
	}
	.sp {
		display: none !important;
	}
	.inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
@media ( min-width: 897px ){
	.sptab {
		display: none !important;
	}
}
@media ( max-width: 896px ){
	.pc {
		display: none !important;
	}
}
@media ( max-width: 479px ){
	body {
		font-size: 2.53vw;
	}
	.pctab {
		display: none !important;
	}
	.inner {
		padding: 0 4.4vw;
	}
}

@media ( min-width: 1101px ){
	.menu_btn {
		display: none;
	}
}
@media ( max-width: 1100px ){
	.gnav {
		display: none;
	}
}

@media ( max-width: 479px ){
	.flag {
		border: 0.27vw solid #999999;
	}
}
/*==========================================
#header
==========================================*/
#header {
	min-width: 100%;
}
#header #head-box {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px;
}
#header #head-box #logo {
	width: 200px;
	background-image: none;
	padding-left: 60px;
	height: 57px;
	position: relative;
}
#header #head-box #logo::before {
	content: '';
	display: block;
	width: 56px;
	height: 57px;
	background: url('../images/symbol.png') no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#header #head-box #logo h1 img:first-of-type {
	width: 68.9%;
}
#header #head-box #logo h2 {
	font-size: 12px;
}
#header #head-box #search {
	display: none;
}
#header #navi {
	box-sizing: border-box;
	height: 50px;
	width: 100%;
	min-width: 100%;
	padding: 0;
	clear: both;
}
#header #navi ul {
	display: none;
}
#header #navi #sp_country_navi {
	position: relative;
}
#header #navi #sp_country_navi #country_show_btn {
	padding: 0 30px;
}
#header #navi #sp_country_navi #country_show_btn a {
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	line-height: 50px;
	font-size: 1.2em;
}
#header #navi #sp_country_navi #country_show_btn a::before {
	content: '＋';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 1.5em;
}
#header #navi #sp_country_navi #country_show_btn a.on::before {
	content: '－';
}
#header #navi #sp_country_navi .sp_country_navi_wrap {
	display: none;
	background: rgba(255,255,255,0.9);
	padding: 20px 30px;
	z-index: 100;
	position: absolute;
	top: 50px;
	left: 0;
}
#header #navi #sp_country_navi .sp_country_navi_wrap ul {
	display: block;
	width: 100%;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li a {
	color: #000;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	position: relative;
	height: 40px;
	padding: 0 24px 0 0;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.3s;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li a::before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.top a::before {
	content: none;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.thailand a::before {
	background: url('../images/g_flag2.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.philippines a::before {
	background: url('../images/g_flag12.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.myanmar a::before {
	background: url('../images/g_flag4.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.world a::before {
	background: url('../images/g_flag1.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.cambodia a::before {
	background: url('../images/g_flag6.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.laos a::before {
	background: url('../images/g_flag5.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.vietnam a::before {
	background: url('../images/g_flag7.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.indonesia a::before {
	background: url('../images/g_flag10.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.india a::before {
	background: url('../images/g_flag3.png') no-repeat;
	background-size: cover;
}
#header #navi #sp_country_navi .sp_country_navi_wrap li.malaysia_singapore a::before {
	background: url('../images/g_flag8.png') no-repeat;
	background-size: cover;
}
#header #top-date-area {
	min-width: auto;
}
#header #top-date-area #float-box {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 1em;
}
#header #top-date-area #float-box p {
	width: 10%;
	white-space: nowrap;
}
#top-date-area .top_sns_box {
	width: 90%;
}
#header #head-box .search_icon {
	position: absolute;
	top: 24px;
	right: 95px;
	width: 38px;
	height: 38px;
}
#header #head-box .search_icon a {
	display: block;
	width: 100%;
	height: 38px;
	background: url('../images/search_btn.png') no-repeat;
	background-size: cover;
}
#header #head-box .menu_btn {
	position: absolute;
	width: 40px;
	top: 29px;
	right: 30px;
}
#header #head-box .menu_btn.on {
	position: fixed;
	z-index: 1000;
}
#header #head-box .menu_btn a {
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}
#header #head-box .menu_btn a span {
	display: block;
	width: 100%;
	height: 2px;
	background: #232685;
	position: absolute;
	left: 0;
}
#header #head-box .menu_btn a span:first-of-type {
	top: 0;
}
#header #head-box .menu_btn a span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#header #head-box .menu_btn a span:last-of-type {
	bottom: 0;
}
#header #head-box .menu_btn.on a span {
	transition: transform .3s;
}
#header #head-box .menu_btn.on a span:first-of-type,
#header #head-box .menu_btn.on a span:last-of-type {
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#header #head-box .menu_btn.on a span:first-of-type {
	transform:skewY(45deg);
}
#header #head-box .menu_btn.on a span:last-of-type {
	transform:skewY(-45deg);
}
#header #head-box .menu_btn.on a span:nth-of-type(2) {
	display: none;
}
#header #head-box #sp_menu_content {
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	width: 290px;
	height: 100vh;
	padding: 80px 40px 30px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	transform: translateX(290px);
	transition: transform .3s;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap .title {
	font-size: 14px;
	margin: 0 0 1em;
	border-left: 5px solid #232685;
	padding: 0.2em 0 0.2em 0.5em;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap ul {
	display: block;
	width: 100%;
	padding: 0 0 0 1em;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li a {
	color: #000;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	position: relative;
	height: 40px;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.3s;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li a::before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.top a::before {
	content: none;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.thailand a::before {
	background: url('../images/g_flag2.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.philippines a::before {
	background: url('../images/g_flag12.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.myanmar a::before {
	background: url('../images/g_flag4.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.world a::before {
	background: url('../images/g_flag1.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.cambodia a::before {
	background: url('../images/g_flag6.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.laos a::before {
	background: url('../images/g_flag5.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.vietnam a::before {
	background: url('../images/g_flag7.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.indonesia a::before {
	background: url('../images/g_flag10.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.india a::before {
	background: url('../images/g_flag3.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content .sp_country_navi_wrap li.malaysia_singapore a::before {
	background: url('../images/g_flag8.png') no-repeat;
	background-size: cover;
}
#header #head-box #sp_menu_content.on,
#header #head-box #sp_menu_content.on {
	transform: translateX(0);
	transition: transform .3s;
}
#header #head-box #sp_menu_content #other_menu {
	padding-left: 0;
	font-size: 1.4em;
	margin: 0 0 3em;
}
#header #head-box #sp_menu_content #other_menu li {
	box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
	border-left: 10px solid #052794;
	margin-bottom: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#header #head-box #sp_menu_content #other_menu li a {
	display: block;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	color: #002962;
}
#header #head-box #sp_search_content {
	background: #fff;
	width: 100%;
	height: 87px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: translateY(-87px);
}
#header #head-box #sp_search_content.on {
	transform: translateY(0);
	transition: transform .3s;
}
#header #head-box #sp_search_content.on #search {
	box-sizing: border-box;
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 14px;
}
#header #head-box #sp_search_content.on #search p,
#header #head-box #sp_search_content.on #search form {
	margin: 0 0 0 -30px;
}
#header #head-box #sp_search_content #search #in {
	width: 40%;
}
#header #head-box #sp_search_content #search .close_btn {
	width: 30px;
	padding: 14px 0 0;
	position: absolute;
	right: 30px;
	top: 20px;
}
#header #head-box #sp_search_content #search .close_btn a {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	display: block;
	border-radius: 50%;
	background: #eee;
	border: 1px solid #aaa;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#header #head-box #sp_search_content #search .close_btn a span {
	display: block;
	width: 40%;
	height: 2px;
	border-radius: 3px;
	background: #aaa;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#header #head-box #sp_search_content #search .close_btn a span:first-of-type {
	transform: skewY(45deg);
}
#header #head-box #sp_search_content #search .close_btn a span:last-of-type {
	transform: skewY(-45deg);
}
#header #head-box #overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 998;
}
#header #head-box #overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 998;
}
@media ( max-width: 479px ){
	#header #head-box {
		padding: 2.67vw 4vw;
	}
	#header #head-box #logo {
		width: 46.67vw;
		padding-left: 13.33vw;
		height: 12.27vw;
	}
	#header #head-box #logo::before {
		width: 12vw;
		height: 12.27vw;
	}
	#header #head-box #logo h2 {
		font-size: 2.93vw;
	}
	#header #navi {
		height: 9.33vw;
	}
	#header #navi #sp_country_navi #country_show_btn {
		padding: 0 4vw;
	}
	#header #navi #sp_country_navi #country_show_btn a {
		line-height: 9.33vw;
	}
	#header #navi #sp_country_navi .sp_country_navi_wrap {
		padding: 2.67vw 4vw;
		top: 9.33vw;
	}
	#header #navi #sp_country_navi .sp_country_navi_wrap li a {
		font-size: 2.67vw;
		height: 8vw;
		padding: 0 2.67vw 0 0;
	}
	#header #navi #sp_country_navi .sp_country_navi_wrap li a::before {
		width: 3.87vw;
		height: 2.67vw;
		margin: 0 1.07vw 0 0;
		border: 0.27vw solid #ddd;
	}
	#header #top-date-area #float-box {
		padding: 1.33vw 1em;
	}
	#header #top-date-area #float-box p {
		width: 100%;
		float: none;
		padding-top: 0;
		padding-bottom: 0.8vw;
	}
	#top-date-area .top_sns_box {
		width: 100%;
		float: none;
	}
	#header #head-box .search_icon {
		width: 6.67vw;
		height: 6.67vw;
		top: 5.33vw;
		right: 17.33vw;
	}
	#header #head-box .search_icon a {
		height: 6.67vw;
	}
	#header #head-box .menu_btn {
		width: 8vw;
		height: 5.33vw;
		top: 5.87vw;
		right: 4vw;
	}
	#header #head-box .menu_btn a {
		height: 5.33vw;
	}
	#header #head-box .menu_btn span {
		height: 0.53vw;
	}
	#header #head-box #sp_menu_content {
		padding: 21.33vw 5.33vw 4vw;
		width: 61.33vw;
		transform: translateX(61.33vw);
	}
	#header #head-box #sp_menu_content #other_menu li {
		border-left: 2.67vw solid #052794;
		margin-bottom: 4vw;
		border-top: 0.27vw solid #999999;
		border-bottom: 0.27vw solid #999999;
		border-right: 0.27vw solid #999999;
	}
	#header #head-box #sp_menu_content #other_menu li a {
		line-height: 5.33vw;
		padding-left: 2.67vw;
		padding-top: 3.2vw;
		padding-bottom: 3.2vw;
	}
	#header #head-box #sp_search_content {
		height: 17.6vw;
		transform: translateY(-17.6vw);
	}
	#header #head-box #sp_menu_content .sp_country_navi_wrap .title {
		font-size: 3.2vw;
	}
	#header #head-box #sp_menu_content .sp_country_navi_wrap li a::before {
		width: 3.87vw;
		height: 2.67vw;
		margin: 0 1.07vw 0 0;
		border: 0.27vw solid #ddd;
	}
	#header #head-box #sp_search_content.on #search {
		padding: 2.67vw 4vw 0;
	}
	#header #head-box #sp_search_content.on #search #in {
		width: 50%;
		padding: 1.33vw;
	}
	#header #head-box #sp_search_content.on #search #in-b {
		padding-top: 1.33vw;
		padding-right: 5.33vw;
		padding-left: 5.33vw;
		padding-bottom: 1.33vw;
	}
	#header #head-box #sp_search_content #search .close_btn {
		width: 8vw;
		padding: 0;
		right: 4vw;
		top: 4.27vw;
	}
	#header #head-box #sp_search_content #search .close_btn a {
		height: 8vw;
		border: 0.27vw solid #aaa;
	}
	#header #head-box #sp_search_content #search .close_btn a span {
		height: 0.53vw;
		border-radius: 0.8vw;
	}
}
#header #date-area p {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 30px;
}
@media ( max-width: 479px ){
	#header #date-area p {
		padding: 0.8vw 4vw;
	}
}
/*==========================================
#wrapper
==========================================*/
#wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px 25px;
}
@media ( max-width: 479px ){
	#wrapper {
		padding: 4vw 4vw 5.33vw;
	}
}
/*==========================================
#left
==========================================*/
#left {
	box-sizing: border-box;
	float: none;
	width: 100%;
	padding: 0 0 20px;
}
@media ( max-width: 479px ){
	#left {
		padding: 0 0 5.33vw;
	}
	#left .ad468_60 {
		width: 100%;
		margin-bottom: 4vw;
	}
}
#left #newest {
	background-image: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#left #newest .newest-box {
	box-sizing: border-box;
	padding: 15px;
	width: 49%;
	border-bottom: 1px solid #999;
}
#left #newest #left-box,
#left #newest #right-box {
	float: none;
}
#left #newest .caption p {
	width: 100%;
}
#left #newest .caption img + p {
	width: calc(100% - 36px);
}
#left #newest #right-box + .clearfix {
	display: none;
}
#left #newsest-bottom img {
	display: none;
}
@media ( max-width: 479px ){
	#left #newest {
		display: flex;
		flex-wrap: wrap;
	}
	#left #newest .newest-box {
		padding: 2.67vw;
		width: 100%;
		border: 0.27vw solid #999;
	}
	#left #newest #left-box {
		margin: 0 0 2.67vw;
	}
	#left #newest .caption {
		margin-top: 2.67vw;
	}
	#left #newest .caption img + p {
		width: calc(100% - 9.6vw);
	}
}
#left #newest-list {
	box-sizing: border-box;
	width: 100%;
}
#left #newest-list .newest3_ph {
	box-sizing: border-box;
	width: 45%;
	padding: 10px 2% 0 0;
}
#left #newest-list .newest3_ph a img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
#left #newest-list .newest3_ph p {
	box-sizing: border-box;
	width: 100%;
}
#left #newest-list .newest_item24 {
	width: 55%;
}
#left #newest-list .newest_item510 {
	width: 100%;
}
@media ( max-width: 479px ){
	#left #newest-list {
		border: 0.27vw solid #999;
		padding: 2.67vw;
		margin-bottom: 4vw;
	}
	#left #newest-list .newest_item {
		padding: 2.13vw 0 2.13vw;
	}
	#left #newest-list .newest3 img {
		margin: 0 1.33vw 0 0;
	}
	#left #newest-list .newest3 img + p {
		width: calc(100% - 9.6vw);
	}
	#left #newest-list .newest3_ph {
		width: 100%;
	}
	#left #newest-list .newest_item24 {
		width: 100%;
	}
}
#left .middle_ad {
	text-align: center;
	margin-bottom: 0;
}
#left .middle_ad .ad_box_l,
#left .middle_ad .ad_box_r {
	float: none;
	box-sizing: border-box;
	width: 336px;
	margin-bottom: 15px;
	display: inline-block;
	border: none;
}
/*
#left .middle_ad .ad_box_l td div.ad_banner,
#left .middle_ad .ad_box_r td div.ad_banner {
	max-width: 336px !important;
	width: 336px !important;
	height: auto !important;
}
*/
@media ( max-width: 479px ){
	#left .middle_ad {
		margin: 0 0 4vw;
	}
	#left .middle_ad .ad_box_l,
	#left .middle_ad .ad_box_r {
		margin-bottom: 2.67vw;
	}
}
#left .country_new {
	box-sizing: border-box;
	width: 100%;
}
#left .country_new .country_box .country_news {
	float: left;
	width: calc(100% - 130px);
}
#left .country_new .country_box .country_news .country_txt {
	width: 100%;
}
@media ( max-width: 479px ){
	#left .country_new {
		border: 0.27vw solid #999;
		padding: 2.67vw;
		margin-bottom: 4vw;
	}
	#left .country_new .country_box .thumb {
		min-width: auto;
		width: 32vw;
		margin-right: 2.67vw;
	}
	#left .country_new .country_box .country_news .country_name a {
		display: block;
		margin: 0 0 0.3em;
	}
	#left .country_new .country_box .country_news .country_name img + span {
		display: block;
		margin: 1.33vw 0 0;
	}
	#left .country_new .country_box .country_news {
		float: left;
		width: calc(100% - 34.67vw);
	}
	#left .country_new .country_box .country_news .country_txt {
		font-size: 1.5em;
		margin-top: 1.33vw;
		margin-bottom: 0;
		line-height: 1.6em;
	}
}
@media ( max-width: 479px ){
	#left #country-disp {
		padding-bottom: 2vw;
	}
	#left #country-disp img {
		width: 8.67vw;
		margin-bottom: 0.67vw;
		border: 0.27vw solid #999999;
	}
	#left #country-disp p {
		font-size: 5.33vw;
		padding-top: 1.87vw;
		padding-left: 2.67vw;
	}
}
#left #article-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
#left #article-title span {
	line-height: 30px;
	font-size: 0.5em;
	color: #666666;
}
#left #photo-area p {
	width: 100%;
}
#left .main_text {
	width: 100%;
}
#left .middle_ad .ad_box_l table,
#left .middle_ad .ad_box_r table {
	width: 100%;
}
#left .middle_ad .ad_box_l table tr td,
#left .middle_ad .ad_box_r table tr td {
	width: 100%;
	height: auto;
}
@media ( max-width: 479px ){
	#left #article-title {
		font-size: 4.8vw;
		line-height: 1.4;
		margin-bottom: 2.67vw;
		margin-top: 1.33vw;
	}
	#left #article-title span {
		line-height: 1.4;
	}
	#left .sns_box {
		margin-bottom: 4vw;
	}
		#left .p_cap {
		font-size: 2.67vw;
	}
	#left #photo-area {
		padding-top: 5.33vw;
		padding-right: 2.67vw;
		padding-bottom: 5.33vw;
		padding-left: 2.67vw;
		border: 0.27vw solid #CCCCCC;
		margin-bottom: 2vw;
	}
	#left #photo-area p {
		margin-top: 2.67vw;
		font-size: 3.2vw;
		line-height: 1.4;
	}
	#left #photo-area #thumb {
		margin-top: 2.67vw;
	}
	.yadd-p2 {
		padding-top: 2.67vw;
	}
	#left .main_text {
		font-size: 3.73vw;
		line-height: 1.7;
		margin-bottom: 2.67vw;
	}
	#left #relation {
		padding-top: 2vw;
		padding-right: 2vw;
		padding-bottom: 2vw;
		padding-left: 2vw;
		margin-bottom: 5.33vw;
		border: 0.27vw solid #999999;
		border-radius: 1.33vw;
	}
	#left #relation #re-title {
		margin-bottom: 1.33vw;
	}
	#left #relation ul li {
		padding-top: 1.33vw;
		padding-bottom: 1.33vw;
	}
	.heading {
		padding: 2.67vw;
		height: auto;
		background-image: url(../images/heading_bg.png);
		background-repeat: repeat-x;
		background-color: #232786;
	}
	.heading .heading_title {
		padding: 0;
		float: none;
		margin: 0 0 1.33vw;
	}
	.heading .heading_link {
		float: none;
		text-align: right;
		padding: 0;
	}
	.heading2 {
		height: 12vw;
	}
	.heading2 .heading_title {
		padding-left: 2.67vw;
		padding-top: 2.13vw;
		float: left;
		font-size: 1.4em;
	}
	#left .search_non {
		font-size: 3.2vw;
		padding-top: 8vw;
		padding-bottom: 21.33vw;
	}
}



/*==========================================
#right
==========================================*/
#right {
	float: none;
	width: 100%;
	margin: 0;
}
#right .lanking {
	box-sizing: border-box;
	width: 100%;
}
#right #ad-box4 #div-gpt-ad-1409729798242-4 {
	width: 100% !important;
	height: auto !important;
}
#right .other_country {
	box-sizing: border-box;
	width: 100%;
}
@media ( max-width: 479px ){
	#right .lanking {
		border-bottom-width: 0.27vw;
		border-right-width: 0.27vw;
		border-left-width: 0.27vw;
		padding-top: 2.67vw;
		padding-right: 2.67vw;
		padding-bottom: 2.67vw;
		padding-left: 2.67vw;
		margin-bottom: 4vw;
	}
	#right .lanking p {
		border-bottom: 0.27vw dotted #999999;
		padding-bottom: 2.67vw;
		padding-left: 8.8vw;
	}
	#right .other_country {
		padding-top: 2.67vw;
		padding-right: 2.67vw;
		padding-bottom: 2.67vw;
		padding-left: 2.67vw;
		margin-bottom: 4vw;
		border-right: 0.27vw solid #999999;
		border-bottom: 0.27vw solid #999999;
		border-left: 0.27vw solid #999999;
	}
	#right .other_country .one_country {
		border-bottom: 0.27vw dotted #999999;
		padding-bottom: 2.67vw;
		margin-bottom: 2.67vw;
	}
	#right .other_country .one_country .country_txt {
		padding-top: 1.33vw;
		padding-left: 10.67vw;
	}
}
/*==========================================
#footer
==========================================*/
#footer {
	box-sizing: border-box;
	height: 180px;
	width: 100%;
	min-width: auto;
	padding: 0 30px;
}
#footer #foot-box {
	font-size: 1.2em;
	width: 100%;
}
@media ( max-width: 479px ){
	#footer {
		height: 29.33vw;
		padding: 5.33vw 4vw 0;
	}
	#footer #foot-box {
		font-size: 2.67vw;
		width: 100%;
	}
	#footer #foot-box .foot_menu {
		text-align: center;
		padding-top: 0;
		padding-bottom: 5.33vw;
	}
	#footer #foot-box .foot_menu a {
		display: inline-block;
		padding: 0 0.8em;
	}
	#footer #foot-box .foot_menu a:last-of-type {
		margin: 1em 0 0;
	}
	#footer #foot-box p.copyright {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/*==========================================
#relation
==========================================*/


/**********************************************
other
**********************************************/
#right #other_menu {
	display: none;
}
@media ( max-width: 479px ){
	.business dt {
		margin-top: 3.2vw;
		margin-bottom: 2.13vw;
	}
	.business dd {
		padding-left: 5.33vw;
	}
	.message {
		margin-top:  5.33vw;
	}
}

/**********************************************
contact
**********************************************/
form[action="sformmail.php"] .outline th {
	width: 30%;
}
form[action="sformmail.php"] input[type="text"],
form[action="sformmail.php"] textarea {
	width: 98%;
}
form[action="sformmail.php"] input[name="tel"],
form[action="sformmail.php"] input[name="email_s"],
form[action="sformmail.php"] input[name="emailcheck"] {
	display: block;
}
@media ( max-width: 479px ){
	form[action="sformmail.php"] .outline {
		border-right: 0.27vw solid #999999;
		border-bottom: 0.27vw solid #999999;
		margin-top: 4vw;
		margin-bottom: 5.33vw;
	}
	form[action="sformmail.php"] .outline th {
		padding: 1.33vw;
		border-top: 0.27vw solid #999999;
		border-left: 0.27vw solid #999999;
	}
	form[action="sformmail.php"] .outline td {
		padding: 1.33vw;
		border-top: 0.27vw solid #999999;
		border-left: 0.27vw solid #999999;
	}
}


/**********************************************
ad
**********************************************/
.ad_banner {
	max-width: 100% !important;
	height: auto !important;
}
#right #ad-box1,
#right #ad-box4,
#right #ad-box5 {
	text-align: center;
	margin: 0 auto 15px;
}
@media ( max-width: 479px ){
	#right #ad-box1,
	#right #ad-box4,
	#right #ad-box5 {
		margin: 0 auto 4vw;
	}
}