@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
	
/* 共通スタイル */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.pcNone {
	display: none;
}
a,
a:focus {
	outline: none;
}
a {
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	color: #333333;
}
a:hover {
	opacity: 0.8;
}
a strong {
	color: #f11000;
	font-weight: bold;
	text-decoration: underline;
}
section .inner p > a {
	font-weight: bold;
	text-decoration: none;
}
section .inner .ruby {
	font-size: 0.7em;
	position: relative;
	top: -10px; right: 0;
}
img {
	max-width: 100%;
}
.nomber {
	position: absolute;
	width: 101px;
	height: 54px;
	top: 0; left: 40px;
}
.subTitle {
	position: absolute;
	width: 33px;
	height: 128px;
	top: 0; left: 225px;
}
.icon_airasia {
	position: absolute;
	width: 10px;
	height: 49px;
	top: 50%; left: 20px;
	margin: -25px 0 0 0;
}
.notes {
	position: absolute;
	font-size: 0.85em;
	width: 200px;
	text-indent: -2.5em;
	color: #808080;
}
.notes span {
	font-weight: bold;
}
.continued {
	display: block;
	text-align: right;
	margin-top: 1em;
}



/* 見出し */
h2 {
}

/* remodal */
.remodal > div {
	border: 4px solid #f11000;
	border-radius: 20px;
	padding: 40px 40px 130px;
	box-sizing: border-box;
	position: relative;
}
.remodal h2 {
	color: #a67c52;
	font-size: 1.25em;
	line-height: 1.6;
	margin: 0 auto 30px;
}
.remodal h2 span {
	display: block;
	font-size: 1.8em;
	color: #333333;
}
.remodal div.floatL {
	width: 40%;
	float: left;
	margin: 0;
}
.remodal div.floatR {
	width: 55%;
	float: right;
}
.remodal .mdftLink {
	width: 100%;
	height: 90px;
	background: #f21100;
	border-radius: 0 0 16px 16px;
	position: absolute;
	bottom: 0; left: 0;
}
.remodal .mdftLink img {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}
.webURL {
	position: relative;
	color: #00718f;
}
.webURL:after {
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/common/icon_link.gif) no-repeat center center;
	position: absolute;
	right: -16px; bottom: 0;
}
.remodal dl {
	margin: 20px 0 0 0;
}
.remodal dt {
	width: 3em;
	float: left;
}
.remodal dd {
	position: relative;
	padding: 0 0 0 4em;
	text-indent: -1em;
	text-align: left!important;
}
.remodal dd a {
	width: 210px;
	word-break:break-all;
	overflow-wrap : break-word;
	white-space: pre-line;
}
.remodal dd:before {
	content: "：";
	width: 1em;
	height: 1em;
	position: relative;
}
.remodal > p {
	padding: 0 0 0 3em;
	text-indent: -3em;
}
.remodal > p span {
	font-weight: bold;
}
.mordalSP {
	pointer-events:none
}


/* header
 * ************************************************** */
#header {
}
#header h1 {
	text-align: center;
	margin: 40px auto;
	padding: 0;
	font-size: 1.3em;
}
#header h1 strong {
	display: block;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#header h1 > span {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header h1 > strong > span {
	font-size: 0.7em;
}
#mv {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#mv .logo {
	position: absolute;
	top: 20px; left: 20px;
}
#mv .icon_pr {
	position: absolute;
	bottom: -88px; left: 0px;
}
#header h1 + div {
	text-align: center;
}


/* 前後の話へボタン
 * ************************************************** */
.btn {
	width: 250px;
	margin: 0 auto 30px;
}
.btn a {
	background: #f11000;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	padding: 0.6em;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	box-shadow: 0 2px 4px rgba(84,74,71,0.3);
	text-align: center;
	position: relative;
}
.btn.prev a:before {
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/common/btn_arrow_prev.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: 1em;
	margin-top: -8px;
}
.btn.next a:before {
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/common/btn_arrow_next.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; right: 1em;
	margin-top: -8px;
}


