﻿/* overseas01.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas01WatTxt {
	text-indent: 1em;
	margin-bottom: 48px;
}

.overseas01GraphTxt {
	padding: 1em;
	border-radius: 10px;
	background: #f8b500;
	color: #fff;
	line-height: 1.5;
}

.overseas01GraphItem {
	margin-bottom: 3em;
}

.overseas01GraphItem .sub {
	vertical-align: sub;
	font-size: 75%;
}

.overseas01GraphTxt p+p {
	margin-top: 1.2em;
}

.overseas01GraphTxt .txt1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}

.overseas01GraphTxt .txt3 {
	font-weight: bold;
	font-size: 1.3em;
}

.overseas01GraphTxt .txt4 {
	display: block;
	margin-top: .5em;
	font-size: .8em;
}

.overseas01GraphAtnnot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8em;
}

.overseas01GraphAtnnot dt {
	margin-right: .2em;
}

.text-boxes {
	width: 90%;
	margin: 0px 5%;
}

.overseas01-ttl {
	font-weight: bold;
}

.overseas01-txt {
	font-size: 16px;
	padding-bottom: 20px;
}

.overseas01-img {
	padding-bottom: 20px;
	max-width: 300px;
	margin: 0 auto;
}

p.detail {
	font-size: 12px;
	margin-left: 16px;
}

@media screen and (min-width: 769px) {
	.overseas01Graph {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;

		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
	}

	.overseas01GraphTxt {
		padding: 20px 40px;
	}

	.overseas01GraphItem {
		margin: 0 1% 32px;
		width: 48%;
	}

	.overseas01GraphImg img {
		display: block;
		margin: 0 auto;
	}

	.overseas01GraphTxt p+p {
		margin-top: 24px;
	}

	.overseas01GraphTxt .txt1 {
		font-size: 22px;
	}

	.overseas01GraphTxt .txt3 {
		font-size: 24px;
	}

	.overseas01GraphTxt .txt4 {
		margin-top: 8px;
		font-size: 12px;
	}

	.overseas01GraphAtnnot {
		font-size: 12px;
	}

	.overseas01GraphAtnnot dt {
		margin-right: 4px;
	}

	.text-boxes {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px 5%;
	}

	.text-box {
		width: 42%;
		margin: 5px;
	}
}

/* overseas02.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas02InvTxt {
	color: red;
}

.overseas02InvDay {
	text-align: right;
}

.overseas02InvMap {
	width: 900px;
	border: 1px solid #e6e6e6;
}

@media screen and (min-width: 769px) {
	.overseas02InvMap {
		width: auto;
	}

	.overseas02InvMap img {
		width: auto;
	}
}


/* overseas03.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.overseas03Con {
	margin-bottom: 40px;
}

.overseas03ConTtl {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.2em;
}

.overseas03BizStaFlexItem,
.overseas03BizParFlexItem {
	margin-bottom: 16px;
}

.overseas03BizStaFlexItem img,
.overseas03BizParFlexItem img {
	display: block;
	margin: 0 auto -30px auto;
	width: 70%;
}

.overseas03BizInvImg img {
	display: block;
	margin: 0 auto -30px auto;
	width: 80%;
}

@media screen and (min-width: 769px) {
	.overseas03Con {
		margin-bottom: 24px;
	}

	.overseas03BizStaFlex,
	.overseas03BizParFlex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;

		-webkit-box-pack: center;
		justify-content: center;
	}

	.overseas03BizStaFlexItem,
	.overseas03BizParFlexItem {
		width: 300px;
	}

	.overseas03BizStaFlexItem+.overseas03BizStaFlexItem,
	.overseas03BizParFlexItem,
	.overseas03BizParFlexItem {
		margin-left: 16px;
	}

	.overseas03BizStaFlexItem img,
	.overseas03BizParFlexItem img {
		display: inline;
		margin: 0;
		width: auto;
	}

	.overseas03BizInvImg {
		text-align: center;
	}

	.overseas03BizInvImg img {
		display: inline;
		margin: 0;
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.sideScroll {
		overflow-x: auto;
		overflow-y: visible;
		padding-bottom: 10px;
	}

	.sideScroll .overseas03BizInvImg {
		width: 900px;
	}

	.sideScroll img {
		margin: 0;
		width: auto;
	}

	.sideScroll::before {
		display: inline-block;
		margin-bottom: 5px;
		color: #a0a0a0;
		content: 'Swipe to scroll';
		font-size: 9px;
		text-align: left;
	}
}