@charset "utf-8";
/* CSS Document */
/*
.theme-dome .container-in .border_left{
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	border-left: 7px solid #ff3434;
}
*/
/*
.theme-dome .container-in .border_left:before{
	content:url(../img/icon_ball_orange.png);
	position:relative;
	top:15px;
	padding-right:5px;
}
*/

.theme-dome .container-in .ttl_circle{
 	border-bottom: #f49c00 solid 6px;
	margin-bottom: 10px;
}

.theme-dome .container-in .ttl_line{
	border-bottom:dashed 1px #f49c00;
	padding-left:5px;
	padding-right:5px;
}
.theme-dome .container-in .bg_seat{
	background-color:#fff7e9;
}
.theme-dome .container-in .mb_30{
	margin-bottom:30px;
}

.sub_01 {
  display: inline-block;
  /* font-weight:bold;
  border-bottom: dotted 3px #fafd00;
  margin-top: 20px;
  padding: 0 0 5px 0; */

background: linear-gradient(transparent 50%, yellow 50%);

}

.sub_01_sp {
  display: inline-block;
  /* font-weight:bold;
  border-bottom: dotted 3px #fafd00;
  margin-top: 20px;
  padding: 0 0 5px 0; */

background: linear-gradient(transparent 78%, yellow 50%);

}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}