/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #73C4DD;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_1::before {
    content: "1";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #17A2DC;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_2 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #73C4DD;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #17A2DC;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_3 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #73C4DD;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #17A2DC;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

/***btn****/

.btn_wrap .attention_btn_pu a {
    width: 50%;
}


.bd_l_none2{
	border-left: 0!important;
	border-bottom: 0!important;
    padding: 0;
	box-shadow: none!important;
}

.bd_l_none{
	border-left: 0!important;
    padding: 0;
	box-shadow: none!important;
}

/*  */
.table_box .item_list {
    text-align: center;
}

/**title**/
.heading_ttl .item_box {
    background: url(../../../uploads/2026/08/11th_beast_vuihb/midashi_bg.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/08/11th_beast_vuihb/midashi_icon.png);
}
.midashi_top{
	margin-top: -1.9em !important;
}

.heading_ttl .hd_text {
    text-shadow: none;
    color: #891231;
}

.txt_red {
    position: relative;
    color: #CC2020;
}

.txt_blue {
    position: relative;
    color: #0053FC;
}

.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/* アコーディオン内テキスト */
dl.accordion p{
	font-size: 1em;
	letter-spacing: 0;
}
/* アコーディオン */
dl.accordion {
	display: inline-block;
	background: none;
	width:100%;
	margin:-13px 0 10px 0;
	padding:0;
	font-size:0.9em;
	letter-spacing: 1px;
}
dl.accordion dt {
	border-bottom: 2px #D95641 solid;
    display: inline-block;
	background: none;
	background-size: auto;
	height:40px;
	font-size:0.95em;
	text-indent:10px;
	line-height:55px;
	color:#D95641;
    font-weight:bold;
}
dl.accordion dt::before{
	content: "▲";
}

dl.accordion dt.open {
	border-bottom: 2px #bde4ff solid;
    display: inline-block;
	background: none;
	background-size: auto;
	height:40px;
	font-size:0.95em;
	text-indent:10px;
	line-height:55px;
	color:#002B85;
    font-weight:bold;
}
dl.accordion dt.open::before{
    content: "▼";
}
dl.accordion dd {
	display:none;
	margin:0 0 10px;
}
dl.accordion dd.open{
    display:none;
}
