@charset "utf-8";
/* css Document */
/* ================================================
Moving You英語版の共通設定
================================================ */

/*個別ページ*/

/*ムービー部分レスポンシブ対応*/
.mov {
	display: block;
	overflow: hidden;
}
.mov iframe{
	display: block;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
#country {
	display: table;
	margin-bottom: 3rem;
}
#country img#map {
	vertical-align: middle;
	display: table-cell;
}
#country h2 {
	vertical-align: middle;
	display: table-cell;
	font-size: 2.2rem;
	padding-left: 1.5rem;
	width: 82%;
}
#story p {
	margin-bottom: 1em;
}
#story .text-lead {
	color: #850;
	margin-bottom: 5rem;
	font-size: 1.8rem;
}
#story .text-note {
	color: #666;
	font-size: 1.4rem;
	margin-top: 3rem;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
#story p.text-note:before {
	content: "*";
}
#rwd-content .rwd-button05 {
	padding: 0 30px 0 20px;
}
#rwd-content .btn-x2 .rwd-button05 {
	height: auto;
	padding: 0.8rem 3.0rem 0.8rem 2rem
}

@media print, screen and (max-width: 1219px){
/* ================================================
画面幅が1219px未満の場合の表示設定
================================================ */
	
/*ムービー部分レスポンシブ対応*/
.mov {
	position: relative;
	width: 100%;
	padding: calc(686 / 1220 * 100%) 0 0;
}
.mov iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
@media screen and (max-width: 979px) {
/* ================================================
画面幅が979px以下の場合の表示設定
================================================ */
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */

/*枠囲み見出しの文字上下の空き調整*/
.rwd-section-group-headline.rwd-border-square,
.rwd-section-headline.rwd-border-square {
	padding: 18px 25px 13px!important;
	font-size: 2.0rem!important;
}
}
@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */

/*枠囲み見出しの文字左右の空き調整*/
.rwd-section-group-headline.rwd-border-square {
	padding: 18px 25px 13px 15px!important;
	font-size: 1.6rem!important;
}
#country h2 {
	font-size: 1.7rem;
}
#story .text-lead {
	font-size: 1.6rem;
}
.backnumber h2{
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.7rem!important;
}
.rwd-news-genre {
	margin-left: 0;
}
.rwd-news-genre:before {
	content: "\A";
	white-space: pre;
}
.sp-halfsize {
  max-width:50%!important;
}
}