@charset "UTF-8";

/*----------------------------------
  草の根ページ専用ｃｓｓ
----------------------------------*/
.basketball_table{
	width: 100%;
	border: 2px solid #333;
}
.basketball_table th{
	text-align: center;
}
.basketball_table td{
	border: 1px solid #ddd;
	padding: 0.5rem;
}

.left {
    width: 100%;
}

#second .information .right figure {
    width: 100%;
    margin-bottom: 3rem;
}

.hr {
    border-top: 1px solid #ff8c00;
	margin-bottom: 3em;
}
.comment{
	display: block;
	background: #ddd;
    padding: 1em;
	margin-bottom: calc(50 / 750 * 100%);
}
.list_none::before{
	display: none !important;
}

.yellow_block h6{
	margin-bottom: calc(0/ 1024 * 100%) !important;
    margin-top: calc(18 /1024 * 100%) !important;
}
@media screen and (min-width: 768px) {
.left {
	display: flex;
    width: 48% !important;
    align-items: center;
	margin-bottom: 0;
}

.right{
	display: flex;
    width: 48% !important;
	align-items: baseline;
    vertical-align: bottom;
    height: auto;
	margin-bottom: 0;
}
}


