@charset "utf-8";
/* CSS Document */

.sports-wrapper__text{
	width: 100%;
	margin: -5px auto 20px;
	box-sizing: border-box;
	padding: 0 0;
	
	font-size: 1.2rem;
}

.sports-wrapper__catch-block p {
	margin:0 3% 5% 3%;
	
	font-size: 1.4rem;
	line-height: 1.8;
	color: #444;
	text-align: justify;
}
.sports-wrapper .title_obi_common{
	margin-bottom: 20px;
}


/*--.accBox-*/

#accBox{
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#accBox li{
	margin-top: 15px;
}

#accBox li:first-child{
	margin-top: 0;
}

#accBox li>dl>dd{
	display: none;
}

#accBox .ac_op{
	background:url(../approach/img/icon_plus_sports.png) 97% center no-repeat #FCEDCB;
	background-size: 24px 24px;
	border: 1px solid #FD8A3E;
	color: #FD8A3E;
	font-weight: bold;
	padding: 4% 3% 4%;
	line-height: 1;
	font-size: 1.5rem;
	
}

#accBox .ac_op.active{
	background:url(../approach/img/icon_minus_sports.png) 97% center no-repeat #FCEDCB;
	background-size: 24px 24px;
	
}


#accBox .sports-wrapper__lead-text{
	background: url(../common/h4_icon.png) left center no-repeat;
	background-size: 10px 10px;
	padding-left: 18px;
	margin-top:5px;
	margin-bottom: 10px;
	
}

.sports-wrapper__active-block__title{
	color: #EEB21F;
	text-align: center;
	border: 1px solid #EEB21F;
	padding: 3% 0;
	line-height: 1;
	box-sizing: border-box;
	margin-bottom: -8px;
}

.sports-wrapper__active-block dl{
	margin: 20px 0;
}


.sports-wrapper__active-block dl dt.ttl01{
	color: #663300;
	border-bottom: 1px solid #EFB220;
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
}

.sports-wrapper__active-block dl dt.ttl02{
	color: #663300;
	position: relative;
	font-size: 1.3rem;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.sports-wrapper__active-block dl dt.ttl02::before{
	display: block;
	width: 10px;
	height: 2px;
	background:#EFB220; 
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	
}

.sports-wrapper__active-block dl dd{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
	
}

.sports-wrapper__active-block dl dd:last-child{
	margin-bottom: 0;
}




.link_box{
	margin:0 0 0px;
	padding:8% 3%;
	width:100%;
	box-sizing:border-box;
}

/*一列*/

ul.ul_one{
	margin:0;
	padding:0;
}

ul.ul_one li{
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
	display:table;
}

ul.ul_one li:first-child{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

ul.ul_one li:last-child{
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom:none;
}

ul.ul_one li a{
	margin:0;
	padding:0 0 0 15px;
	width:100%;
	height:50px;
	line-height:1.2em;
	color:#444;
	box-sizing:border-box;
	background-image:url(../common/icon_pc2.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
	background-size:16px 16px;
	box-sizing:border-box;
	text-decoration:none;
	display: table-cell;
	vertical-align:middle;
	position:relative;
}

ul.ul_one li.sp a{
	
	background-image:none;
	
}

ul.ul_one li.sp a::before{
	position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 20px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
	border-top: 2px solid #FF8000;
	border-right: 2px solid #FF8000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}


