@charset "UTF-8";
iframe#iframe{
	width:100%;
	border:none;
}
/* -----------------------------------------------------------
   MSG
------------------------------------------------------------*/
#contentsArea h1{text-indent:-9999px;}
#contentsArea h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	}

/* NEXT-BACK*/
#prevnext ul{
	list-style:none;
	}
#prevnext p{
	display:none;
	}
#next,#prev{
	text-indent:-9999px;
	}

@media all and (min-width: 768px) {
#contentsArea .inner{
	padding:20px 40px 40px;
	}
#contentsArea h1{
	display:block;
	height:240px;
	background:url(../img/msg_header.jpg) no-repeat;
	}
#contentsArea h2{
	font-size:160%;
	}
#contentsArea .button{
	margin:0 auto 30px;
	}
.Msg #prevnext a{
	margin:20px 0 10px;
	}
.Msg #next{ float:right;}
.Msg #prev{ float:left;}
.Msg #next a{
	display:block;
	width:50px;
	height:0;
	overflow:hidden;
	background:url(../img/msg_nb_pc.png) -50px 0 no-repeat;
	padding-top:100%;
	}
.Msg #next a:hover{background:url(../img/msg_nb_pc.png) -50px -50px no-repeat;}
.Msg #prev a{
	display:block;
	width:50px;
	height:0;
	overflow:hidden;
	background:url(../img/msg_nb_pc.png) no-repeat;
	padding-top:100%;
	}
.Msg #prev a:hover{background:url(../img/msg_nb_pc.png) 0 -50px no-repeat;}


#caution ul{
	list-style:outside disc;
	font-size:90%;
	padding:30px 10px 0 20px;
	margin-bottom:50px;
	}
#caution ul li{
	line-height:140%;
	margin-bottom:10px;
	}
.last-text{
	font-size:100%;
	color:#53a7c3;
	line-height:1.5;
	text-align:center;
	}
.end-text{
	font-size:100%;
	color:#53a7c3;
	line-height:1.5;
	text-align:center;
	margin-bottom:20px;
	}
.Msg .bknum{
	list-style:none;
	margin-bottom:20px;
	}
.Msg .bknum li{
	float:left;
	position: relative;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#d5e9f0;
	}
.Msg .bknum li:after{
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left:15px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #2e86a4;
	border-bottom: 1px solid #2e86a4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.Msg .bknum li:nth-child(4n){ margin-right:0;}
.Msg .bknum a{
	color:#2e86a4;
	font-size:100%;
	letter-spacing:0.04em;
	display:block;
	padding:15px 15px 15px 30px
	}
.Msg .bknum a:hover{
	color: #fff;
	background-color:#e4007f;
	text-decoration:none;
	}
}
@media all and (max-width: 767px) {
#contentsArea .inner{
	width:90%;
	margin:0 auto;
	padding:20px 0;
	}
#contentsArea h1{
	display:block;
	width:100%;
	height:0;
	padding-top:28.125%;
	background-size:cover;
	background-image:url(../img/msg_header_smp.jpg);
	}
#contentsArea h2{
	font-size:110%;
	}
#contentsArea .button{
	margin:0 auto 20px;
	}
.Msg #prevnext{
	width:50%;
	margin:0 auto;
	}
.Msg #next{ float:right;}
.Msg #prev{ float:left; margin-right:1%;}
.Msg #prevnext a{
	margin:20px 0 10px;
	}

.Msg #next,.Msg #prev{ width:49.5%;}
.Msg #next a{
	display:block;
	width:50%;
	height:0;
	overflow:hidden;
	background-image:url(../img/msg_nb_pc.png) ;
	background-position:right top;
	padding-top:50%;
	background-size:200%;
	}
.Msg #prev a{
	display:block;
	width:50%;
	height:0;
	overflow:hidden;
	background-image:url(../img/msg_nb_pc.png) ;
	background-position:left top;
	padding-top:50%;
	background-size:200%;
	}
#caution ul{
	list-style:outside disc;
	padding:20px 10px 0 20px;
	margin-bottom:30px;
	}
#caution ul li{
	font-size:80%;
	line-height:140%;
	margin-bottom:10px;
	}
.last-text{
	font-size:86%;
	color:#53a7c3;
	line-height:1.5;
	text-align:center;
	}
.end-text{
	font-size:86%;
	color:#53a7c3;
	line-height:1.5;
	text-align:center;
	margin-bottom:20px;
	}
.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:#d5e9f0;
	}

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