@charset "UTF-8";
.Msg iframe#iframe{
	width:100%;
	border:none;
}
/* NEXT-BACK*/
.Msg #prevnext ul{
	list-style:none;
	}
.Msg #prevnext p{
	display:none;
	}
.Msg #next,.Msg #prev{
	text-indent:-9999px;
	}




@media all and (min-width: 768px) {

.Msg h1{
	width:980px;
	height:110px;
	margin:30px auto;
	background:url(../img/msg_parts.png) no-repeat;
	text-indent:-9999px;
	}
.Msg h2{
	color:#059dde;
	font-size:140%;
	text-align:center;
	}
	.Msg .topText{
		font-size:90%;
		line-height:1.6;
		padding-bottom:30px;
		color: #ec6884;
		text-align: center;
		}
.Msg #prevnext a{
	margin:20px 0 10px;
	}
.Msg #next{ float:right;}
.Msg #prev{ float:left;}
.Msg #next a{
	display:block;
	width:180px;
	height:0;
	overflow:hidden;
	background:url(../img/msg_nb_pc.png) -180px 0 no-repeat;
	padding-top:48.33%;
	}
.Msg #next a:hover{background:url(../img/msg_nb_pc.png) -180px -87px no-repeat;}
.Msg #prev a{
	display:block;
	width:180px;
	height:0;
	overflow:hidden;
	background:url(../img/msg_nb_pc.png) no-repeat;
	padding-top:48.33%;
	}
.Msg #prev a:hover{background:url(../img/msg_nb_pc.png) 0 -87px no-repeat;}

.Msg #caution ul{
	list-style:outside disc;
	font-size:85%;
	padding:30px 10px 0 20px;
	margin-bottom:50px;
	}
.Msg #caution ul li{
	line-height:140%;
	margin-bottom:10px;
	color:#059dde;
	}
.Msg .last-text{
	font-size:100%;
	color:#e68d41;
	line-height:1.5;
	text-align:center;
	}

.Msg .bknum{
	list-style:none;
	margin-bottom:20px;
	}
.Msg .bknum li{
	float:left;
	position: relative;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#059dde;
	}
.Msg .bknum li:after{
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left:15px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.Msg .bknum li:nth-child(4n){ margin-right:0;}
.Msg .bknum a{
	color:#fff;
	font-size:100%;
	letter-spacing:0.04em;
	display:block;
	padding:15px 15px 15px 30px
	}
.Msg .bknum a:hover{
	background-color:#ec912c;
	text-decoration:none;
	}
.Msg #caution .button{
	margin:0 auto 70px !important;
	}

}
@media all and (max-width: 767px) {
.Msg h1{
	width:94%;
	height:0;
	padding-top:12.12%;
	margin:10px auto 20px;
	background:url(../img/msg_parts_smp.png) no-repeat;
	text-indent:-9999px;
	background-size:cover;
	}
.Msg h2{
	color:#059dde;
	font-size:110%;
	text-align:center;
	}
	.Msg .topText{
		font-size:86%;
		line-height:1.2;
		padding-bottom:20px;
		color: #ec6884;
		}
.Msg #next{ float:right;}
.Msg #prev{ float:left;}
.Msg #prevnext a{
	margin:20px 0 10px;
	}

.Msg #next,.Msg #prev{ width:26%;}
.Msg #next a{
	display:block;
	width:100%;
	height:0;
	overflow:hidden;
	background-image:url(../img/msg_next_smp.png) ;
	padding-top:41.42%;
	background-size:cover;
	}
.Msg #prev a{
	display:block;
	width:100%;
	height:0;
	overflow:hidden;
	background-image:url(../img/msg_back_smp.png) ;
	padding-top:41.42%;
	background-size:cover;
	}
.Msg #caution ul{
	list-style:outside disc;
	font-size:85%;
	padding:20px 10px 0 20px;
	margin-bottom:30px;
	}
.Msg #caution ul li{
	line-height:140%;
	margin-bottom:10px;
	color:#059dde;
	}
.Msg .last-text{
	font-size:94%;
	color:#e68d41;
	line-height:1.5;
	text-align:center;
	}

.Msg .bknum{
	list-style:none;
	margin-bottom:20px;
	}
.Msg .bknum li{
	width:49.5%;
	float:left;
	position: relative;
	margin-right:1%;
	margin-bottom:1%;
	box-sizing:border-box;
	background-color:#059dde;
	}

.Msg .bknum li:nth-child(2n){ margin-right:0;}
.Msg .bknum a{
	color:#fff;
	font-size:80%;
	letter-spacing:0.001em;
	display:block;
	padding:10px;
	}
.Msg .bknum a:hover{
	background-color:#e68d41;
	text-decoration:none;
	}
.Msg #caution .button{
	margin:0 auto 50px !important;
	}
}
