#wrapper{
	line-height: 2;
	background: #fff;
	font-size: 14px;
}

.btn{
	border: 1px solid #e94f4c;
	color: #fff;
	background: #e94f4c;
	border-radius: 20px;
	text-align: center;
	margin: 0 30px 30px 30px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
	width: max-content;
}

.btn:hover{
	border: 1px solid #e94f4c;
	background: #fff;
}

.btn a{
	color: #fff;
	padding: 7px 40px;
}

.btn a:hover{
	color: #e94f4c;
}

.btn__white{
	margin: auto;
	border: 1px solid #000;
	color: #000;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
	width: max-content;
	padding: 0 40px;
}

.btn__white a{
	color: #000;
	display: block;
}

.title{
	font-size: 20px;
	font-weight: bold;
	background: url(/images/rwd/landing/international-exchange/icon-earthSmall.png) no-repeat left center;
	background-size: 40px;
	width: max-content;
	margin: 0 auto;
	padding-left: 50px;
}

.subTitle{
	font-weight: bold;
}

.caution{
	font-size: 12px;
}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 1s;
}
 
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

@media screen and (max-width: 720px) {
	.btn{
		margin: 0 auto 30px auto;
	}
	
	.title{
		font-size: 18px;
		width: 90%;
		background: none;
		padding-left: 0;
	}
}

/*------------------------------
key
------------------------------*/

#key{
	width: 940px;
	height: 450px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/rwd/landing/international-exchange/key.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#key .key-text{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
}

#key .key-text img{
	width: 60%;
	height: auto;
}

@media screen and (max-width: 720px) {
	#key{
		width: 100%;
	}
	
	#key .key-text img{
		width: 90%;
	}
}


/*------------------------------
intro
------------------------------*/

#intro{
	text-align: center;
	margin: 0 auto;
	width: 940px;
}

#intro .intro__text1{
	background: url(/images/rwd/landing/international-exchange/icon-earth.png) no-repeat center center;
	background-size: contain;
	font-size: 24px;
	font-weight: bold;
	padding: 60px 0;
	margin: 20px 0 40px 0;
	line-height: 2;
}

#intro .intro__text2{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-exchange/img-house01.png) no-repeat center right;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
}

#intro .intro__text2 .intro__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

#intro .intro__text2 .intro__fukidashi p{
	padding: 30px 30px 20px 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#intro{
		width: 90%;
	}
	
	#intro .intro__text1{
		font-size: 18px;
		background-size: 50%;
	}
	
	#intro .intro__text2{
		width: 100%;
		background-position: -144px center;
		border-radius: 6px;
	}
	
	#intro .intro__text2 .intro__fukidashi{
		margin-top: 500px;
	}
	
	#intro .intro__text2 .intro__fukidashi p{
		padding: 20px 20px 10px 20px;
	}
}

/*------------------------------
main
------------------------------*/

#main{
	background: #F8F8F8;
	margin: 100px auto 0 auto;
}

#main .main__inner{
	width: 940px;
	padding: 100px 0;
	margin: 0 auto;
}

@media screen and (max-width: 720px) {
	#main{
		margin: 300px auto 0 auto;
	}
	
	#main .main__inner{
		width: 90%;
	}
}

/*------------------------------
mokuji
------------------------------*/

#main .mokuji{
	background: #fff;
	width: 410px;
	padding: 30px;
	margin: 0 auto;
}

#main .mokuji p{
	text-align: center;
}

#main .mokuji ol{
	text-decoration: underline;
}

#main .mokuji li{
	padding-bottom: 4px;
}

@media screen and (max-width: 720px) {
	#main .mokuji{
		width: 70%;
	}
}

/*------------------------------
country
------------------------------*/

#main #country{
	text-align: center;
	margin-top: 100px;
}

#main #country .country__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

#main #country .country__graph{
    margin: 0;
    padding: 0;
    list-style: none;
}

#main #country .country__graph li {
    height: 6px;
    padding: 10px 0;
    line-height: 6px;
    margin: 4px 0;
    color: #000;
    padding-left: 10px;
    font-size: 12px;
}

#main #country .country__graph li span {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

@media screen and (max-width: 720px) {
	#main #country .country__graph li{
		font-size: 10px;
		text-align: left;
		padding-left: 6px;
		height: 8px;
		padding: 16px 0 16px 6px;
		line-height: 11px;
	}
}

/*------------------------------
people
------------------------------*/

#main #people{
	text-align: center;
	margin-top: 100px;
}

#main #people .pieCharts{
	position: relative;
	width: 500px;
	max-width: 600px;
	margin: 20px auto 0 auto;
}

#main #people .people__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

@media screen and (max-width: 720px) {
	#main #people .pieCharts{
		width: auto;
	}
}

/*------------------------------
house
------------------------------*/

#main #house{
	text-align: center;
	margin-top: 100px;
}

#main #house .house__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

#main #house .house__graph{
    margin: 0;
    padding: 0;
    list-style: none;
}

#main #house .house__graph li {
    height: 6px;
    padding: 10px 0;
    line-height: 6px;
    margin: 4px 0;
    color: #000;
    padding-left: 10px;
    font-size: 12px;
}

#main #house .house__graph li span {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

@media screen and (max-width: 720px) {
	#main #house .house__graph li{
		font-size: 10px;
		text-align: left;
		padding-left: 6px;
		height: 8px;
		padding: 16px 0 16px 6px;
		line-height: 11px;
	}
}

/*------------------------------
interview
------------------------------*/

#main #interview{
	text-align: center;
	margin-top: 100px;
}

#main #interview .interview__text{
	font-size: 14px;
	margin: 20px 0 40px 0;
}

#main #interview ul{
	margin-bottom: 20px;
}

#main #interview ul li{
	display: inline-block;
	margin: 0 30px;
	font-size: 12px;
}

#main #interview ul li:last-child{
	margin-right: 0;
}

#main #interview ul li img{
	width: 145px;
	display: table;
}

@media screen and (max-width: 720px) {
	#main #interview ul li{
		margin-bottom: 30px;
	}
}

/*------------------------------
matome
------------------------------*/

#main #matome{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

#matome .matome__inner{
	width: 940px;
	height: 320px;
	background: url(/images/rwd/landing/international-exchange/img-house02.png) no-repeat center right;
	background-size: 560px 320px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 40px 0;
}

#matome .matome__inner .matome__fukidashi{
	width: 500px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

#matome .matome__inner .matome__fukidashi p{
	padding: 30px 30px 20px 30px;
	text-align: left;
}

@media screen and (max-width: 720px) {
	#main #matome{
		width: 100%;
		margin-bottom: 360px;
	}
	
	#matome .matome__inner{
		width: 100%;
		background-position: -144px center;
		border-radius: 6px;
	}
	
	#matome .matome__inner .matome__fukidashi{
		margin-top: 500px;
	}
	
	#matome .matome__inner .matome__fukidashi p{
		padding: 20px 20px 10px 20px;
	}
}




















































