@charset "utf-8";

/*  全体・極小デバイス（縦向きモバイル, 576px 未満）  */

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

.btnBox {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 1000;
	overflow: hidden;
	width: 25px;
	animation: 0.5s slidein;
}

.btnBox .way{
    height:118px;
}

.btnBox .manual{
    height:110px; 
    }
.btnBox p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	
	width: 100%;
	
	background: #e60012;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 10px 0 0 10px;
	font-size: 1rem;
}


html.sp .btnBox .way .fa-question-circle::before{
    line-height: 0;
}

@media all and (-ms-high-contrast: none) {
    .btnBox .way .fa-question-circle::before{
        line-height: 0;
        position: absolute;
        left: 10px;
        top:7px;
    }

    .btnBox .way a{
        padding-top: 15px;
    }

}


@keyframes slidein {
  from {
  	right: -50px;
  }
  to {
  	right: 0;
  }
}

.btnBox p a {
	display: block;
	color: #FFF;
	text-decoration: none;
}


.title {
	margin-bottom: 30px;
}

.title h1.main {
	margin-bottom: 20px;
}

.title h1.txt {
	font-size: 1.8rem;
	color: #0082ca;
	margin-bottom: 10px;
}

.title span {
	display: block;
	border-bottom: 2px solid #b3b3b3;
	width: 20%;
	margin: 0 40% 10px 40%;
}

.title p {
	color: #b3b3b3;
}

.titleSmryBox figure {
	border: dotted 4px #0082ca;
	background: #175aab;
}

figure {
	margin: 0 0 1rem;
}

.mainBox figure {
	border: solid #000 1px;
}

.titleSmry dt i {
	color:  #0082ca;
}

.titleSmry dd {
	border-bottom: solid 1px #b3b3b3;
	margin-bottom: 10px;
}

.game {
	position: relative;
	background: url(../img/bg_dot.gif);
	padding: 35px 0 20px 0;
}

.game h3 {
	position: absolute;
	top: -50px;
	left: 20px;
	display: inline-block;
	padding: 5px 15px;
	background: #0082ca;
	border-radius: 30px;
	color: #FFF;
	font-weight: bold;
}

.game h4 {
	border-bottom: double 3px #0082ca;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

.game h4 i {
	color: #0082ca;
}

.h3main {
	position: relative;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.h3main:before {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #0082ca;
}

.h3main:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 10px;
	width: 97%;
	border-bottom: solid 2px #0082ca;
}

.h4main {
	font-weight: bold;
	margin-bottom: 10px;
}

.h4main i {
	color: #0082ca;
}

.h5main {
    font-weight: bold;
    margin-bottom: 10px;
}

.h5main i {
    color: #0082ca;
}

hr {
	background: url(../img/line_dot.gif) no-repeat center;
	height: 5px;
	border: none;
	margin-bottom: 50px;
}

.original {
	padding: 20px 0 30px 0;
	background: #e6e6e6 url(../img/bg_ori.png) repeat-x bottom;
}

.original h3 {	
	border-bottom: solid 2px #666666;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

.original h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0082ca;
	bottom: -2px;
	width: 20%;
	margin-left: 40%;
}

.original dl {
	margin-bottom: 10px;
}

.original dt {
	font-weight: normal;
}

.original p {
	background: #FFF;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.original ul {
	padding-left: 15px;
	font-size: 1.2rem;
}

.original ul li {
	list-style: disc;
}

.original h4 {
	border-bottom: dotted 1px #0082ca;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.is-minigame{
    position: relative;
    background: url(../img/bg_dot.gif);
    background-size: 3px;
    padding-top: 10px;
}

.is-miniWrap >.col-12 >.row >.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 

}


@media (max-width: 992px){

    .is-miniWrap >.col-12 >.row >.col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 

    }

    .is-miniWrap >.col-12 >.row >.col-6:nth-of-type(1){
        margin-bottom: 20px;
    }
    
    br.is-pc{
        display: none;
    }
}
@media (min-width: 768px) /*　中デバイス（タブレット, 768px 以上）　*/
{

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

.btnBox {
	top: 360px;
}

.title h1.txt {
	font-size: 2rem;
}

.titleSmry dt {
	float: left;
	width: 30%;
}

.titleSmry dd {
	margin-bottom: 15px;
	padding-left: 30%;
}

.game {
	padding: 40px 0 20px 0;
}

.game h3 {
	top: -60px;
	left: 20px;
}

.original dl {
	margin-bottom: 20px;
}

.original dt {
	float: left;
	width: 45%;
	clear: left;
	margin-bottom: 5px;
}

.original p {
	padding: 10px;
}

.original ul {
	font-size: 1.4rem;
}
    
    .is-miniWrap >.col-12 >.row >.col-6 >.col-12 >.main {
        font-size: 15px;
    }


}

@media (min-width: 992px) /*　大デバイス（デスクトップ, 992px 以上）　*/
{

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

.btnBox {
	width: 30px;
}

.btnBox p {
	font-size: 1.2rem;
}

.title {
	margin-bottom: 50px;
}

.title h1.main {
	margin-bottom: 30px;
}

.title h1.txt {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.title span {
	width: 10%;
	margin: 0 45% 10px 45%;
}

}

@media (min-width: 1200px) /*　特大デバイス（ワイド・デスクトップ, 1200px 以上）　*/
{

.h3main:after {
	width: 99%;
}

}



.h4main {
	font-weight: bold;
	margin-bottom: 10px;
}