@charset "UTF-8";

#beginner{
	width: 100%;
	color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
	background: #fff;
}

#beginner h1,#beginner h2{
	text-align: center;
	font-weight: bold;
	width: 100%;
	float: none;
}

#beginner p{
	line-height: 1.8;
}

#room,#companion,#body,#play {
	padding: 5% 0 0;
	margin: -7% 0 0;
}

#catch{
	width: 100%;
	line-height: 0;
}



/************

intro search

*************/

#intro{
	margin: 0 0 5%;
}

.arrowTtl{
	background: #00d639;
	padding: 10% 0;
	font-size: 18px;
	color: #fff;
	position: relative;
	line-height: 0;
}

.arrowTtl:after{
	border: 20px solid transparent;
	border-top: 15px solid #00d639;
	position: absolute;
	content: "";
	top: 100%;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.introInner,.searchInner{
	background: #e5ffec;
	padding: 30px 2% 3%;
}

/************

table of contents

*************/

#toc{
	width: 96%;
	margin: 0 auto 5%;
	border: 1px #f99500 solid;
}

#toc h1{
	background: #f99500;
	padding: 4% 0;
	color: #fff;
}

#toc h1 span{
	background: url(../img/beginner/tocIcon.png) no-repeat left 1px / 14px auto;
	padding: 0 0 0 20px;
}

.tocInner{
	width: 96%;
	margin: 0 auto;
	padding: 3%;
}

.tocInner dt {
	border: 8px solid transparent;
	border-left: 10px solid #f99500;
	padding: 0 0 0 8px;
	line-height: 0;
	margin: 2% 0;
}

.tocInner dd{
	padding: 0 3% 0 18px;
	margin: 0 0 3%;
}

.tocInner dd a {
	text-decoration: underline;
	color: #f99500;
}


/************

point common

*************/

.pointTtl{
	background: #00d639;
	padding: 8% 0;
	position: relative;
	margin: 20% 0 2%;
	color: #fff;
	line-height: 1.25;
	font-size: 24px;
}

img.pointTtlImg {
	position: absolute;
	left: 0;
	right: 0;
	top: -50%;
	margin: auto;
	width: 35%;
}

.pointText{
	width: 96%;
	margin: 0 auto 5%;
}

.pointText p{
	margin: 0 0 5%;
}

.pointText p strong{
	background:linear-gradient(transparent 60%, #fff100 0%);
	font-weight: bold;
}

#beginner .pointText h2 {
	border-top: 1px solid #0094bf;
	border-bottom: 1px solid #0094bf;
	padding: 5% 0;
	color: #0094bf;
	margin: 0 0 5%;
	font-size: 16px;
}

.pointText img{
	width: 100%;
	margin: 0 0 5%;
}


/************

room

*************/

.check{
	border: 1px solid #f99500;
	display: table;
	font-size: 12px;
}

p.checkTtl{
	width: 20%;
	background: #f99500;
	display: table-cell;
	text-align: center;
	position: relative;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

p.checkTtl::after {
	border: 10px solid transparent;
	border-left: 10px solid #f99500;
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	left: 100%;
	right: 0;
	margin: auto;
	bottom: 0;
}

p.checkTxt {
	padding: 3% 3% 3% 5%;
	display: table-cell;
}

/************

companion

*************/

ul.bodyStatus{
	width: 96%;
	margin: 0 auto;
}

ul.bodyStatus li{
	background: #e5fcff;
	padding: 5%;
	margin: 0 0 2%;
}

ul.bodyStatus li h2{
	color: #003567;
	position: relative;
	display: inline-block;
	font-size: 18px;
}

ul.bodyStatus li h2:before,
ul.bodyStatus li h2:after{
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background: #003567;

}

ul.bodyStatus li h2:before{left: 0;}
ul.bodyStatus li h2:after{right: 0;}

ul.bodyStatus li img {
	width: 60%;
	margin: 5% auto;
	display: block;
}

/************

report common

*************/
.report{
	width: 96%;
	margin: 0 auto 5%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYlWNgIAK8e/fuPzHqRhUSofDdu3f/icEApjRH7M2dg6YAAAAASUVORK5CYII=) repeat;
	padding: 0 0 5%;
}

.reportWrap{
	position: relative;
}

.reportTtl {
	background: #00b4bf url(../img/beginner/reportIcon.png) no-repeat 5% center / 14px auto;
	color: #fff;
	padding: 2% 2% 2% 7%;
	display: inline-block;
	position: relative;
	height: 30px;
	box-sizing: border-box;
}

.reportTtl::after {
	position: absolute;
	content: "";
	right: -25px;
	top: 0;
	border: transparent;
	border-right: solid 25px transparent;
	border-bottom: solid 30px #00b4bf;
}

.report h2 {
	color: #00b4bf;
	font-size: 18px;
	margin: 8% auto;
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 5% 0;
	line-height: 1.25;
}

.report h2:before,.report h2:after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.report h2:before{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	left: 5%;
	top: 0;
}

.report h2:after{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: 5%;
	bottom: 0;
}

.reportBtn {
	background: #ffc90f;
	color: #fff;
	padding: 3% 6% 3% 10%;
	position: relative;
	top: 18vw;
	left: 31vw;
	right: 0;
	margin: auto;
	z-index: 99;
	border-radius: 40px;
	line-height: 40px;
}

.reportBtn::before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	content: "";
	bottom: 40%;
	left: 10%;
	width: 10px;
	height: 10px;
}

.reportText {
	position: relative;
	overflow: hidden;
	height: 80px;
	padding: 0 10px 10px 10px;
	margin: -40px 0 20px;
}

.reportText::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	right: 0;
	margin: auto;
	padding: 0 10px;
}

.reportTrigger {
  display: none; /*チェックボックスは常に非表示*/
}
.reportTrigger:checked + .reportBtn {
  display: none;
}
.reportTrigger:checked ~ .reportText {
  height: auto; 
  margin: 0;
}
.reportTrigger:checked ~ .reportText::before {
  display: none; 
}

.note{
	font-size: 12px;
}


/************

search

*************/

h2.searchTtl {
	background: #fff366;
	margin: 5% auto 3%;
	line-height: 30px;
	border-radius: 30px;
}

ul.btnList{
	margin: 0 auto 5%;
}

ul.btnList li{
	float: left;
	text-align: center;
}

.searchItem ul.btnList li{
	width: 32%;
	margin: 0 2% 0 0;
}

.searchAll ul.btnList li{
	width: 48%;
	margin: 0 4% 0 0;
}

ul.btnList li:last-child{
	margin: 0;
}

ul.btnList li a {
	background: -moz-linear-gradient(center top, #ff6c9d 0%,#ff216a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6c9d),color-stop(1, #ff216a));
	display: block;
	padding: 10% 0;
	color: #fff;
	border-radius: 4px;
}

.searchAll{
	border-top: 1px solid #00d639;
	padding: 5% 0 0;
}

#uiNav{
	margin-top: 0;
}


