a:link, a:visited, a:hover, a:active {
  color: black;
}
.body-original {
  background-image: url("../image/sample8.jpeg");
}
.title-original {
  color: #EEEEEE !important;
  text-shadow: 1px 2px 3px #DDDDDD;
  font-size: 2.20rem;
}
.navbar-original {
  background-image: url("../image/sample8.jpeg");
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(238, 238, 238, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-item-original {
  color: #EEEEEE !important;
  text-shadow: 1px 2px 3px #DDDDDD;
  font-size: 1.00rem;
}
.card-header-original {
  background-image: url("../image/sample2.jpg");
}
.slider .card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
}
.slider .card p {
  font-size: 2rem;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
card-body-original {
  padding: 0 !important;
}
.button-original {
  background-image: url("../image/sample2.jpg");
}
.custom-control-label:before{
  background-color:darkgray;
  height: 20px;
  width: 20px;
  padding-top: 20px;
  margin-left: 230px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:black;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  height: 18px;
  width: 20px;
  padding-top: 20px;
  margin-left: 230px;
}
.mordal {
  text-align: left;
  padding: 15px;
}

.none {
  display: none;
}

@keyframes borderFlashing{
  0% {opacity:0;}
  100% {opacity:1;}
}

.chapter-border {
  border: solid 3px #212529;
  animation: borderFlashing 1s ease infinite alternate;
}

.chapter {
  text-align: center;
  margin-bottom: 2px;
  padding: 15px;
  color: #212529;
  font-weight: bold;
}

/*====================================================================
ちょっとホバーつけてます。
====================================================================*/
.tabs-nav li:hover {
  background-color: #ffdfdf;
  border: 1px solid #999;
  border-bottom: none;
}

.tabs-nav li {
  width: 30%;
  text-align: center;
  display: inline-block;
/*  margin: 0 0 0 10px;*/
  padding: 10px 10px 3px 10px;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}

.tabs-panel {
  background-color: white;
  margin-bottom: 30px;
}
/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 5px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
  }

.s_01 .accordion_one .accordion_header {
  background-color: #777777;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  }
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
      background-color: #999999;
  }

.s_01 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #999999;
  }

.s_01 .accordion_one:nth-of-type(6) .accordion_header {
    background-color: #999999;
  }

.s_01 .accordion_one:nth-of-type(8) .accordion_header {
    background-color: #999999;
  }

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
  }

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
  }
  .s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 10px;
  border-left: 2px solid #777777;
  border-right: 2px solid #777777;
  border-bottom: 2px solid #777777;
  box-sizing: border-box;
  }

  .s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  }
  
  .s_01 .accordion_one:nth-of-type(4) .accordion_inner {
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
  }

  .s_01 .accordion_one:nth-of-type(6) .accordion_inner {
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
  }

  .s_01 .accordion_one:nth-of-type(8) .accordion_inner {
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
  }
  .s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  }
  @media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
  font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  }
  }
  @media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
  font-size: 16px;
  text-align: left;
  padding: 15px 60px 15px 15px;
  }
  }
  
  /*====================================================================
  以下は不要です。
  ====================================================================*/
  
  body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
  }
  @media screen and (max-width: 1024px) {
  body {
  font-size: 14px;
  }
  }
  .section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 5px;
  }
  .section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
  }
  .section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
  }
  .section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  }


/* タブのルート要素  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* 1つのタブ */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* タブ内のリンク。背景画像を使用する */
.tabs a { 
	background: url(/web/jQuery/jQueryTools/img/tabs.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* マウスがタブにのった時、背景画像を移動する */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* アクティブ・タブはクラス名"current"を使用する。ハイライトはまた、背景画像を移動することで行われる。 */
.tabs .current, 
.tabs .current:hover, 
.tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

#subject {
  font-size: xx-large;
  text-align: center;
}
/* タブの異なる幅: クラス名を使用する: w1, w2, w3 または w4 */


/* 幅 1 */
.tabs .w1         { background-position: -519px 0; width:134px; }
.tabs .w1:hover   { background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* 幅 2 */
.tabs .w2         { background-position: -366px -0px; width:154px; }
.tabs .w2:hover   { background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* 幅 3 */
.tabs .w3         { background-position: -193px -0px; width:174px; }
.tabs .w3:hover   { background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* 幅 4 */
.tabs .w4         { background-position: -0px -0px; width:194px; }
.tabs .w4:hover   { background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* 最初はすべてのペインを表示しない */ 
.panes .pane {
	display:none;		
}
/* スキン */
.box.petrol{
	background-color:#295c72;
}

/* ボックスのフォントの色 */
.box.petrol{
	margin-top:0px;
	color:#fff;	
}

.box.petrol a{ 
	color:yellow;	
}

.box.petrol samp {
	color:#95D0DF;		
}
.blurb{
	margin:12px 0 24px;
	padding:12px 24px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 1px 3px #999;
	-webkit-box-shadow:0 1px 3px #999;
	-o-box-shadow:0 1px 3px #999;
	box-shadow:0 1px 3px #999;
	background-color:#fff;
}
html.ie9 .blurb{
	box-shadow:-1px -1px 3px #999,0 1px 3px #999
}
.blurb .box{
	margin:24px -24px;
	padding:0 24px
}
.blurb{
	margin-top:-32px;
	border-top:1px solid #ededed;
}
.blurb a.standalone{
	margin:-24px -24px 24px -24px;
	-moz-box-shadow:0 1px 0 #f5f5f5;
	-webkit-box-shadow:0 1px 0 #f5f5f5;
	-o-box-shadow:0 1px 0 #f5f5f5;
	box-shadow:0 1px 0 #f5f5f5;
}
html.ie9 .blurb a.standalone{
	box-shadow:-1px -1px 3px #f5f5f5,0 1px 0 #f5f5f5
}
.blurb .tease.first{
	margin-top:12px
}
.blurb .box{
	background-color:#fcfcfc;
	display:block;
	zoom:1;
	padding-bottom:12px;
}
.blurb .box:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.blurb .box.full{
	margin-left:-24px;
	padding:12px 3px
}
a.standalone{
	margin:-12px 0 12px;
	padding:4px 0;
	display:block;
	text-align:center;
	color:#999;
	clear:both;
	font-size:11px;
	-moz-box-shadow:0 1px 0 #ebebeb;
	-webkit-box-shadow:0 1px 0 #ebebeb;
	-o-box-shadow:0 1px 0 #ebebeb;
	box-shadow:0 1px 0 #ebebeb;
}
html.ie9 a.standalone{
	box-shadow:-1px -1px 3px #ebebeb,0 1px 0 #ebebeb
}
a.standalone:hover{
	color:#084a5e;
	background:#efefef;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
	background:-moz-linear-gradient(top,#fff 0%,#efefef 100%);
	background-repeat:no-repeat;
	text-shadow:0 1px 1px #fff
}

.accordion {
 
  /* アコーディオン・ルート要素へのいくつかの装飾 */
  background:#333 url(/web/jQuery/jQueryTools/img/gradient/h300.png) 0 0;
  width: 300px;
  border:1px solid #333;

  /* IE6 は PNG24 背景を処理できないので、代りに solid 色を使用する */
  -background:#666;

  /* put them side by side */
  float:left;
  margin:20px 0 20px 30px;
}

td.player {
  width: 25%;
}

img.player {
  width: 100%;
}

.human {
  margin-bottom: 70px;
}

.name {
  text-align: center;
}

.description {
  display: inline-block;
  vertical-align: bottom;
}


#secret ul, #mission ul {
	list-style-position: inside;
  list-style-image: url(../image/star.png);
  margin-bottom: 0px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.hint {
	list-style-position: inside;
  list-style-image: url(../image/loupe.png);
  margin-bottom: 0px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.hint li {
  margin-bottom: 15px;
}

#bucktop {
  position:fixed;
  z-index:1;
  bottom: 50px;
  right: 50px;
  border: solid 5px white;
  outline: solid 1px black;

}

/*
ul{
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  list-style: none;
}
ul li{
  position: relative;
  padding: 7px 5px 7px 10px;
  margin-bottom:5px;
  border-left: solid 5px #5c9ee7;
  background: #f1f8ff;
  color: #5c9ee7;
  font-weight: bold;
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}
*/

input[type=checkbox] {
  display: none;
}
.score {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.score::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.score::after {
  border-right: 6px solid #fedd1e;
  border-bottom: 3px solid #fedd1e;
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 9px;
}
input[type=checkbox]:checked + .score::before {
  border-color: #666;
}
input[type=checkbox]:checked + .score::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1,1,1);
}