@charset "utf-8";

.tpl-h1Bg01 {
	padding: 11% 30px;
	margin-bottom: 20px;
	background: url(/system/files/common/img/bg_h1title01.png) top center no-repeat;
	background-size: cover;
	text-align: center;
}

.disp-big .tpl-h1Bg01 {
	background: url(/system/files/common/img/bg_h1title02.png) top center no-repeat;
	background-size: cover;
}

.disp-toto .tpl-h1Bg01 {
	background: url(/system/files/common/img/bg_h1title03.png) top center no-repeat;
	background-size: cover;
}

.tpl-h1Title01 {
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: bold;
}

.tpl-h2Title01 {
	position: relative;
	display: inline-block;
	border-bottom: 3px solid #e51711;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
}

.disp-big .tpl-h2Title01 {
	border-color: #e51711;
}

.disp-toto .tpl-h2Title01 {
	border-color: #ffd800;
}

.tpl-h3Title01 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 4px solid #e80000;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
}

.disp-big .tpl-h3Title01 {
	border-color: #e80000;
}

.disp-toto .tpl-h3Title01 {
	border-color: #ffd800;
}

.tpl-h4Title01 {
	margin-bottom: 10px;
}
.tpl-h4Title01 span{
	display: inline-block;
	margin-right: 5px;
	color: #e80000;
}
.disp-big .tpl-h4Title01 span{
	color: #e80000;
}
.disp-toto .tpl-h4Title01 span{
	color: #ffd800;
}

.disp-toto .tpl-h4Title01:before {
	background-color: #ffd800;
}

.disp-big .tpl-h4Title01:before {
	background-color: #e51711;
}

.tpl-h1Lead01 {
	margin-bottom: 30px;
}

.tpl-h1Lead02 {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

.tpl-h2Lead01 {
	margin-bottom: 30px;
}

.tpl-txt01 {
	margin-bottom: 15px;
}

.tpl-dataList {
	margin-bottom: 20px;
	border-top: 1px solid #999999;
}

.tpl-dataList>li {
	border-bottom: 1px solid #999999;
}

.tpl-dataList>li>a {
	position: relative;
	display: block;
	padding: 15px 25px 14px 5px;
	color: #333;
}

.tpl-dataList>li>a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-dataList>li>a dt {
	margin-bottom: 5px;
}

.tpl-pager01 {
	margin-bottom: 30px;
}

.tpl-pagerList {
	overflow: hidden;
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.tpl-pagerList li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.tpl-pagerListPrevAll {
	float: left;
	background: #fff;
	border: 1px solid #999999;
}

.tpl-pagerListPrev {
	float: left;
	background: #fff;
	border: 1px solid #999999;
}

.tpl-pagerListPrevAll {
	margin-right: 10px;
}

.tpl-pagerListPrevAll a,
.tpl-pagerListPrev a,
.tpl-pagerListNext a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
}

.tpl-pagerListPrevAll a span,
.tpl-pagerListPrev a span,
.tpl-pagerListNext a span {
	display: none;
}

.tpl-pagerListNext {
	float: right;
	background: #fff;
	border: 1px solid #999999;
}

.tpl-pagerListPrevAll a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-left: -5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.tpl-pagerListPrevAll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-left: 1px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.tpl-pagerListPrev a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.tpl-pagerListNext a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	margin-right: -2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-pagerListPrevAll.is-none {
	display: none;
}

.tpl-pagerListPrev.is-none,
.tpl-pagerListNext.is-none {
	visibility: hidden;
}

.tpl-pagerCurrent {
	display: inline-block;
	margin-right: 5px;
}

.tpl-pagerTotal {
	display: inline-block;
	margin-left: 5px;
}



.tpl-mainContents {
	margin-bottom: 40px;
}

.tpl-sideContents.tpl-sideReverse {
	margin-bottom: 20px;
}

.tpl-sideContents.tpl-sideReverse+.tpl-mainContents {
	margin-bottom: 0;
}

.tpl-sideNav>ul {
	border: 10px solid #dbdbdb;
}

.tpl-sideNav>ul>li {
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
}

.tpl-sideNav>ul>li.current {
	background: #999999;
	margin: 0 -10px;
	color: #fff;
}

.disp-big .tpl-sideNav>ul>li.current {
	background: #e51711;
}

.tpl-sideNav>ul>li.current>a {
	color: #fff;
	padding: 15px 25px;
}

.tpl-sideNav>ul>li>a {
	position: relative;
	display: block;
	padding: 15px;
	color: #000;
}

.tpl-sideNav>ul>li>a:hover {
	text-decoration: underline;
}

.tpl-sideNav>ul>li.tpl-sideNavTop>span {
	margin: 15px;
}

.tpl-sideNav>ul>li.tpl-sideNavTop>span,
.tpl-sideNav>ul>li.tpl-sideNavTop>a span {
	position: relative;
	display: block;
	padding-left: 15px;
}

.tpl-sideNav>ul>li.tpl-sideNavTop>span:before,
.tpl-sideNav>ul>li.tpl-sideNavTop>a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #999999;
	width: 4px;
	height: 100%;
	margin-right: 10px;
}

.disp-big .tpl-sideNav>ul>li.tpl-sideNavTop>span:before,
.disp-big .tpl-sideNav>ul>li.tpl-sideNavTop>a span:before {
	background: #e51711;
}

.disp-toto .tpl-sideNav>ul>li.tpl-sideNavTop>span:before,
.disp-toto .tpl-sideNav>ul>li.tpl-sideNavTop>a span:before {
	background: #ffd800;
}

.tpl-sideNavAcc dt a {
	position: relative;
	display: block;
	padding: 15px 30px 15px 15px;
	color: #000;
}

.tpl-sideNavAcc dt a:after,
.tpl-sideNavAcc dt a:before {
	display: block;
	content: '';
	background-color: #999999;
	position: absolute;
	width: 12px;
	height: 2px;
	top: 25px;
	right: 15px;
	z-index: 2;
	border-radius: 1px;
}

.tpl-sideNavAcc dt a:before {
	width: 2px;
	height: 12px;
	top: 20px;
	right: 20px;
}

.tpl-sideNavAcc.is-active dt a:before {
	content: normal;
}

.tpl-sideNavAcc dd {
	display: none;
	padding: 15px 10px;
}

.tpl-sideNavAcc dd ul {
	overflow: hidden;
}

.tpl-sideNavAcc dd li {
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
}

.tpl-sideNavAcc dd li:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 70%;
	background: #dbdbdb;
}

.tpl-sideNavAcc dd li:nth-child(3n+3) {
	margin-right: 0;
	padding-right: 0;
}

.tpl-sideNavAcc dd li:nth-child(3n+3):after {
	content: normal;
}

.tpl-sideNavAcc dd li:nth-child(n+4) {
	margin-top: 15px;
}

.tpl-sideNavAcc dd li a {
	display: block;
	color: #000;
	padding: 0 5px;
}

.tpl-sideNavAcc dd li a:hover {
	text-decoration: underline;
}

.tpl-dataTxt {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

.tpl-dataColumn01 {
	margin-bottom: 30px;
}

.tpl-dataColumn01 .tpl-dataColumnImg {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.tpl-dataColumn02 {
	overflow: hidden;
	margin-bottom: 30px;
}

.tpl-dataColumn02 .tpl-dataColumnImg {
	float: left;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.tpl-dataColumn02 .tpl-dataColumnTxt {
	overflow: visible!important;
}


.tpl-noticeArea02 {
	margin-bottom: 20px;
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}

.tpl-icoVoice01 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

.tpl-icoVoice01:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -42px;
	width: 37px;
	height: 28px;
	margin-top: -14px;
	background: url(/system/files/common/img/ico_voice01.png) 0 0 no-repeat;
	background-size: cover;
}

.disp-big .tpl-icoVoice01:before {
	background: url(/system/files/common/img/ico_voice01.png) 0 0 no-repeat;
	background-size: cover;
}

.disp-toto .tpl-icoVoice01:before {
	background: url(/system/files/common/img/ico_voice02.png) 0 0 no-repeat;
	background-size: cover;
}

.tpl-tbl01 {
	width: 100%;
	margin-bottom: 15px;
}

.tpl-tbl01 a {
	color: #000;
	text-decoration: underline;
}

.tpl-tbl01 td,
.tpl-tbl01 th {
	padding: 10px 15px;
	background: #fff;
}

.tpl-tbl01 td {
	border: 1px solid #dbdbdb;
	border-left: none;
	text-align: left;
	vertical-align: middle;
}


.tpl-tbl01 th {
	background: #e51711;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.disp-big .tpl-tbl01 th {
	background: #e51711;
	color: #fff;
}

.disp-toto .tpl-tbl01 th {
	background: #ffd800;
	color: #000;
}

.tpl-tbl01 tr:last-child th {
	border-bottom: 1px solid #e51711;
}

.disp-big .tpl-tbl01 tr:last-child th {
	border-color: #e51711;
}

.disp-toto .tpl-tbl01 tr:last-child th {
	border-color: #ffd800;
}

.tpl-tbl02 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}

.tpl-tbl02:last-child {
	margin-bottom: 0;
}

.tpl-tbl02 td,
.tpl-tbl02 th {
	padding: 10px 5px;
	background: #fff;
	vertical-align: middle;
}

.disp-big .tpl-tbl02 thead>tr>th {
	background-color: #fbe3e3;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fbe3e3;
	font-weight: bold;
	text-align: center;
}

.disp-big .tpl-tbl02 thead>tr>th:first-child {
	border-left-color: #fbe3e3;
}

.disp-big .tpl-tbl02 thead>tr>th:last-child {
	border-right-color: #fbe3e3;
}

.disp-toto .tpl-tbl02 thead>tr>th {
	background-color: #fdf5c7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fdf5c7;
	font-weight: bold;
	text-align: center;
}

.disp-toto .tpl-tbl02 thead>tr>th:first-child {
	border-left-color: #fdf5c7;
}

.disp-toto .tpl-tbl02 thead>tr>th:last-child {
	border-right-color: #fdf5c7;
}

.tpl-tbl02 tbody>tr>td {
	border: 1px solid #dbdbdb;
	border-left: none;
	vertical-align: middle;
}

.tpl-tbl02 tbody>tr>th {
	background: #eeeeee;
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.tpl-tbl02 tbody>tr:last-child>th {
	border-bottom: 1px solid #eeeeee;
}
.tpl-tbl02 a{
	color: #000;
	text-decoration: underline;
}

.tpl-tbl03 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 40px;
}
.tpl-tbl03.tpl-tblMain {
	margin-bottom: 0;
}
.tpl-tbl03 td,
.tpl-tbl03 th {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #dbdbdb;
}
.tpl-tblMain + .tpl-tblSub tr:first-child th,
.tpl-tblMain + .tpl-tblSub tr:first-child td{
	border-top: none;
}
.tpl-tbl03 td {
	background-color: #fff;
}
.tpl-tbl03 .tpl-tblRatioBarCell {
	padding-left: 0;
	padding-right: 0;
	font-size: 0;
}
.tpl-tbl03 .tpl-tblRatioBar {
	display: inline-block;
	height: 30px;
}
.tpl-tbl03 .tpl-tblBgGray {
	background-color: #eee;
	border-color: #eee;
}
.tpl-tbl03 .tpl-tblBgBlue {
	background-color: #ccd7ff;
}
.tpl-tbl03 .tpl-tblBgYellow {
	background-color: #ffff99;
}
.tpl-tbl03 .tpl-tblBgRed {
	background-color: #ffcccc;
}

.tpl-tbl03 tbody > tr:not(:last-child) .tpl-tblBgGray {
	border-bottom: 1px solid #fff;
}

.tpl-tblThLeft th {
	text-align: left;
}
.tpl-tblTdLeft  td{
	text-align: left!important;
}
.tpl-tblTdRight td {
	text-align: right!important;
}
.tpl-tblTdCenter td {
	text-align: center!important;
}
td.tpl-tblTdLeft  {
	text-align: left!important;
}
td.tpl-tblTdRight  {
	text-align: right!important;
}

.tpl-tblResult01 {
	width: 100%;
	margin-bottom: 30px;
}

.tpl-tblResult01 thead {
	display: none;
}

.tpl-tblResult01 td,
.tpl-tblResult01 th {
	padding: 10px 15px;
	background: #fff;
}

.tpl-tblResult01 td {
	border: 1px solid #dbdbdb;
	border-left: none;
	text-align: right;
	vertical-align: middle;
}

.tpl-tblResult01 th {
	background: #eeeeee;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #fff;
	width: 38%;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.tpl-tblResult01 th.jsXTh {
	background: #fbe3e3;
	border-left: 1px solid #fbe3e3;
	border-right: 1px solid #fbe3e3;
	border-bottom: 1px solid #fbe3e3;
}
.disp-toto .tpl-tblResult01 th.jsXTh {
	background: #fdf5c7;
	border-left: 1px solid #fdf5c7;
	border-right: 1px solid #fdf5c7;
	border-bottom: 1px solid #fdf5c7;
}
.tpl-tblResult02 {
	width: 100%;
	margin-bottom: 15px;
}


.tpl-tblResult02 td,
.tpl-tblResult02 th {
	padding: 10px 15px;
	background: #fff;
}

.tpl-tblResult02 td {
	border: 1px solid #dbdbdb;
	border-left: none;
	text-align: right;
	vertical-align: middle;
}

.tpl-tblResult02 th {
	background: #eeeeee;
	border-bottom: 1px solid #fff;
	width: 38%;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.tpl-tblResult02 tr:last-child th {
	border-bottom: 1px solid #eeeeee;
}

.tpl-tblResult03 {
	width: 100%;
	margin-bottom: 15px;
}

.tpl-tblResult03 thead th {
	background: #fbe3e3;
	border-right: 1px solid #fff;
	border-left: 1px solid #fbe3e3;
	border-bottom: 1px solid #fbe3e3;
	color: #000;
	line-height: 1.3;
	font-weight: bold;
}

.tpl-tblResult03 thead th:last-child {
	border-right: 1px solid #fbe3e3;
}

.disp-toto .tpl-tblResult03 thead th {
	background: #fdf5c7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fdf5c7;
	border-bottom: 1px solid #fdf5c7;
}

.disp-toto .tpl-tblResult03 thead th:last-child {
	border-right: 1px solid #fdf5c7;
}

.tpl-tblResult03 td,
.tpl-tblResult03 th {
	padding: 10px 5px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}
.tpl-tblResult03 tbody th {
	border: 1px solid #dbdbdb;
}
.tpl-tblResult03 td {
	border: 1px solid #dbdbdb;
}

.tpl-tblResult03 tr:nth-child(2n+2) td {
	background: #faf9f9;
}

.tpl-tblResult03 tr td:first-child {
	background: #eeeeee;
}
.tpl-tblResultColumn3Block01{
	margin-bottom:20px;
}
.tpl-tblResultColumn3Block01 table{
	width: 100%;
}
.tpl-tblResultColumn3Block01 table thead th {
	background: #fdf5c7;
	border:1px solid #fdf5c7;
	padding: 10px 5px;
	color: #000;
	line-height: 1.3;
	font-weight: bold;
}
.tpl-tblResultColumn3Block01 table tbody td,
.tpl-tblResultColumn3Block01 table tbody th {
	border: 1px solid #dbdbdb;
	padding: 10px 5px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}
.tpl-tblResultColumn3Block01 table tbody td{
	text-align: right;
}
.tpl-tblResultColumn3Block01 table tbody th {
	background: #eeeeee;
	border-bottom:1px solid #fff;
	font-weight: bold;
}
.tpl-tblResultColumn3Block01 table tbody tr:last-child th,
.tpl-tblResultColumn3Block01 table tbody tr:last-child td{
	border-bottom:none;
}
.tpl-tblResultColumn3Block01 .col:last-child table tbody tr:last-child th,
.tpl-tblResultColumn3Block01 .col:last-child table tbody tr:last-child td{
	border-bottom: 1px solid #dbdbdb;
}

.tpl-tblBtmNone th,
.tpl-tblBtmNone td {
	border-bottom: none;
}

.tpl-tblBtmNone:last-child th,
.tpl-tblBtmNone:last-child td {
	border-bottom: 1px solid #dbdbdb;
}
.tpl-tblColTitle01{
	margin-bottom: 10px;
}
.tpl-tblColTitle01 span{
	display: inline-block;
	margin-right: 5px;
	color: #e80000;
}
.disp-big .tpl-tblColTitle01 span{
	color: #e80000;
}
.disp-toto .tpl-tblColTitle01 span{
	color: #ffd800;
}
.tpl-tblColumn2Block01{
	margin-bottom: 20px;
}
.tpl-tblColumn2Block01 .col{
	margin-bottom:20px;
}
.tpl-tblSituation01{
	width: 100%;
	margin-bottom: 20px;
}
.tpl-tblSituation01 > tbody > tr > th,
.tpl-tblSituation01 > tbody > tr > td{
	vertical-align: middle;
    padding: 5px;
    border: 1px solid #dbdbdb;
    text-align: center;
}
.tpl-tblSituation01 > tbody > tr > th{
	background: #000;
    font-weight: normal;
    color: #FFFFFF;
}
.tpl-tblSituationStop{
	display: block;
	color: #e80000;
}
.tpl-tblTeam01{
	width: 100%;
	table-layout: fixed;
}
.tpl-tblRate01{
	width: 100%;
}
.tpl-tblRate01 tr:first-child td{
	padding: 5px;
}
.tpl-tblRateBorder01{
	border: 1px solid #666666;
    border-radius: 8px;
    margin-bottom: 5px;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.tpl-tblRateBorder01 tr td{
	padding: 7px 0;
	border: #fff 1px solid;
    vertical-align: middle;
}
.tpl-tblRateBorder01 tr td:nth-child(1){
    border-left: none;
    border-right: none;
    background: #ffcccc;
}
.tpl-tblRateBorder01 tr td:nth-child(2){
	border-left: none;
    border-right: none;
    background: #ffff99;
}
.tpl-tblRateBorder01 tr td:nth-child(3){
    border-left: none;
    border-right: none;
    background: #cccfff;
}
.tpl-tblRateBorder01 tr td:nth-child(4){
    border-left: none;
    border-right: none;
    background: #b7f0a9;
}
.tpl-tblRateBorder01 tr td:first-child{
	border-radius: 8px 0 0 8px;
	border-left: 1px solid #fff;
}
.tpl-tblRateBorder01 tr td:last-child{
	border-radius: 0 8px 8px 0;
	border-right: 1px solid #fff;
}

.tpl-tblScroll{
	overflow: auto;
	white-space: nowrap;
}
.tpl-tblScroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
}
.tpl-tblScroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
}
.tpl-tblScroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
}
.tpl-situationList01{
	margin-bottom: 20px;
}
.tpl-situationList01 li{
	margin-bottom: 5px;
}
.tpl-situationList01 li:before{
	content: "";
	display: inline-block;
	width: 20%;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.tpl-situationList01 .tpl-situationRed:before{
	background: #ffcccc;
}
.tpl-situationList01 .tpl-situationYellow:before{
	background: #ffff99;
}
.tpl-situationList01 .tpl-situationBlue:before {
	background-color: #ccd7ff;
}
.tpl-situationList01 .tpl-situationGreen:before {
	background-color: #b7f0a9;
}
.tpl-resultNotice01{
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.tpl-resultNotice02{
	margin-bottom: 15px;
	font-size: 1.2rem;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}
.tpl-resultBox01{
	display: table;
	border:2px solid #e80000;
	margin-bottom: 30px;
	width: 100%;
	table-layout: fixed;
}
.disp-toto .tpl-resultBox01{
	border-color: #ffd900;
}
.tpl-resultBox01 li{
	display: table-cell;
	padding: 5px 5px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	vertical-align: middle;
	text-align: center;
}
.tpl-resultBox01 li:nth-child(2n+1){
	background: #fbe3e3;
}
.disp-toto .tpl-resultBox01 li:nth-child(2n+1){
	background: #fdf5c7;
}
.tpl-resultBoxStop{
	background: #fff;
	border:2px solid #e80000;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 1.6rem;
	color: #e80000;
	text-align: center;
}
.disp-toto .tpl-resultBoxStop{
	border-color: #ffd900;
}

.tpl-btnArea {
	margin-bottom: 40px;
	overflow: hidden;
}

.tpl-btnColumn2Block01 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
}

.tpl-btnColumn2Block01>* {
	display: inline-block;
	width: calc(50% - 5px);
	margin-right: 10px;
}

.tpl-btnColumn2Block01>*:last-child {
	margin-right: 0;
}

.tpl-dataSearch01 {
	width: 90%;
	margin: 0 auto 30px;
}

.tpl-dataSearch01 li {
	margin-bottom: 15px;
}

.tpl-dataSearch01 li:last-child {
	margin-bottom: 0;
}

.tpl-dataSearch01 li.is-btn {
	width: 60%;
	margin: 0 auto;
}

.tpl-btn01 {
	text-align: center;
}

.tpl-btn01 a {
	position: relative;
	display: inline-block;
	background: #e80000;
	border: 1px solid #e80000;
	padding: 16px 30px 16px 20px;
	width: 225px;
	height: 60px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.tpl-btn01 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.disp-toto .tpl-btn01 a {
	background: #ffd800;
	border-color: #ffd800;
	color: #000;
}
.disp-toto .tpl-btn01 a:after {
	border-color: #000;
}
.tpl-btnPageBack01 {
	text-align: center;
}

.tpl-btnPageBack01 a {
	position: relative;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	padding: 8px 20px 8px 30px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.tpl-btnPageBack01 a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.disp-big .tpl-btnPageBack01 a {
	background: #fff;
	border-color: #e80000;
	color: #e80000;
}

.disp-big .tpl-btnPageBack01 a:before {
	border-color: #e80000;
}

.disp-toto .tpl-btnPageBack01 a {
	background: #fff;
	border-color: #000;
	color: #000;
}

.disp-toto .tpl-btnPageBack01 a:before {
	border-color: #000;
}

.tpl-btnSearch01 {
	text-align: center;
}

.tpl-btnSearch01 a {
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	width: 100%;
	padding: 10px 15px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.tpl-btnPrev01 {
	float: left;
}

.tpl-btnNext01 {
	float: right;
}

.tpl-btnPrev01 a,
.tpl-btnNext01 a {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #999999;
	padding: 12px 35px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.tpl-btnPrev01 a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.tpl-btnNext01 a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-btnPrev01 a:hover,
.tpl-btnNext01 a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.tpl-btnPrev01 a:hover:before,
.tpl-btnNext01 a:hover:before {
	border-color: #fff;
}
.tpl-btnBlank a{
	position: relative;
	display: inline-block;
	background: #e80000;
	border: 1px solid #e80000;
	padding: 8px 35px 8px 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.disp-big .tpl-btnBlank a{
	background: #e80000;
	border-color: #e80000;
	color: #fff;
}
.disp-toto .tpl-btnBlank a{
	background: #ffd800;
	border-color: #ffd800;
	color: #000;
}
.tpl-btnBlank a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 17px;
	margin-top: -8px;
}
.disp-big .tpl-btnBlank a:after{
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: cover;
}
.disp-toto .tpl-btnBlank a:after{
	background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
	background-size: cover;
}

.tpl-btnMove01 a {
	position: relative;
	display: inline-block;
	background: #e80000;
	border: 1px solid #e80000;
	padding: 8px 30px 8px 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.disp-big .tpl-btnMove01 a {
	background: #e80000;
	border-color: #e80000;
	color: #fff;
}

.disp-big .tpl-btnMove01 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.disp-toto .tpl-btnMove01 a {
	background: #ffd800;
	border-color: #ffd800;
	color: #000;
}

.disp-toto .tpl-btnMove01 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-btnMove02 a {
	position: relative;
	display: inline-block;
	background: #e80000;
	border: 1px solid #e80000;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.tpl-btnMove02 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-btnMove03 a {
	position: relative;
	display: inline-block;
	background: #ffd800;
	border: 1px solid #ffd800;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.tpl-btnMove03 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-btn02 {
	text-align: center;
}

.tpl-btn02 a {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #e80000;
	padding: 8px 30px 8px 20px;
	height: 40px;
	font-weight: bold;
	color: #e80000;
	text-align: center;
}

.tpl-btn02 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #e80000;
	border-right: 2px solid #e80000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.disp-toto .tpl-btn02 a {
	border-color: #000;
	color: #000;
}

.disp-toto .tpl-btn02 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-btn03 {
	margin-bottom: 40px;
}

.tpl-btn03.tpl-btnCenter {
	text-align: center;
}

.tpl-btn03 a {
	position: relative;
	display: inline-block;
	min-width: 225px;
	padding: 16px 30px 16px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.disp-big .tpl-btn03 a {
	color: #fff;
	border: 1px solid #e80000;
	background-color: #e80000;
}

.disp-toto .tpl-btn03 a {
	color: #000;
	border: 1px solid #ffd800;
	background-color: #ffd800;
}

.tpl-btn03 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.disp-big .tpl-btn03 a:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.disp-toto .tpl-btn03 a:after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.tpl-btn04 {
	margin-bottom: 40px;
}

.tpl-btn04:last-child {
	margin-bottom: 0;
}

.tpl-btn04.tpl-btnCenter {
	text-align: center;
}

.tpl-btn04 a {
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 16px 30px 16px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.tpl-btn04 a:hover {
	background-color: #fff;
	color: #000;
}

.tpl-btn05.tpl-btnCenter {
	text-align: center;
}
.tpl-btn05 a {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid #e80000;
	padding: 8px 30px 8px 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #e80000;
	text-align: center;
}

.tpl-btn05 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #e80000;
	border-right: 2px solid #e80000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tpl-btnMoveArea01{
	overflow: hidden;
	margin-bottom: 10px;
}
.tpl-btnMoveArea01 > * {
	float: left;
	width: auto;
}
.tpl-btnMoveArea01 .tpl-btn06{
	float: right;
}
.tpl-btn06{

}
.tpl-btn06 a {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.tpl-btn06 a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-column2Block01 .col {
	margin-bottom: 25px;
}

.tpl-column2Block01 .col>*:last-child {
	margin-bottom: 0;
}

.tpl-columnFreeBlock {
	display: block;
	margin-bottom: 20px;
}

.tpl-columnFreeBlock>.col {
	padding-top: 20px;
}
.tpl-columnFreeBlock>.col:first-child {
	padding-top: 0;
}
.tpl-tabList01 {
	margin: 0 -10px;
	padding-bottom: 6px;
}

.tpl-tabList01>li {
	position: relative;
	float: left;
	width: calc(25% - 3px);
	margin-right: 4px;
}

.tpl-tabList01>li:last-child {
	margin-right: 0;
}

.tpl-tabList01>li.is-current:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 6px 10px;
}

.tpl-tabList01>li a {
	display: block;
	padding: 5px 5px;
	text-align: center;
}

.tpl-big01 {
	background: #e61010;
}

.tpl-big01.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-big02 {
	background: #f08200;
}

.tpl-big02.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-big03 {
	background: #eb6da5;
}

.tpl-big03.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-big04 {
	background: #aacd06;
}

.tpl-big04.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-toto01 {
	background: #ffd900;
}

.tpl-toto01.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-toto02,
.tpl-toto03,
.tpl-toto06 {
	background: #00a0e9;
}

.tpl-toto02.is-current:before,
.tpl-toto03.is-current:before,
.tpl-toto06.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-toto04,
.tpl-toto05{
	background: #1a9431;
}

.tpl-toto04.is-current:before,
.tpl-toto05.is-current:before {
	border-color: transparent transparent #000 transparent;
}

.tpl-tabList02 {
	margin-bottom: 40px;
}

.tpl-tabList02>li {
	position: relative;
	float: left;
	margin-right: 1px;
	width: calc(20% - 1px);
	font-size: 1.3rem;
	table-layout: fixed;
}

.tpl-tabList02>li.is-current a {
	background: #fff;
	color: #000;
}

.tpl-tabList02>li>a {
	display: table;
	width: 100%;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
}
.tpl-tabList02>li.is-current > a > span{
	color: #000;
}
.tpl-tabList02>li>a>span {
	display: table-cell;
	padding: 5px 0;
	line-height: 1.4;
	font-weight: bold;
	vertical-align: middle;
}

.tpl-tabList02>li:last-child {
	margin-right: 0;
}

.tpl-tabList01:after,
.tpl-tabList02:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
}

.tpl-tabContents {
	display: none;
}

.tpl-rankingTitle {
	background: #000;
	margin: 0 -10px 30px;
	padding: 7px 10px;
	font-weight: bold;
	color: #fff;
}

.tpl-rankingList>li {
	border: 2px solid #dbdbdb;
	margin-bottom: 20px;
	padding: 10px;
}

.tpl-rankingList>li:last-child {
	margin-bottom: 0;
}

.tpl-rankingNum {
	margin-bottom: 10px;
}

.tpl-rankingNum span {
	display: inline-block;
	width: 50px;
	font-weight: bold;
	color: #e80000;
}

.tpl-rankingNum span.tpl-rankingNumSet{
	margin-left: 10px;
	width: auto;
	color: #000;
}

.tpl-rankingNum a {
	color: #000;
	text-decoration: underline;
}

.tpl-rankingNum a:hover {
	text-decoration: none;
}

.tpl-rankingDitail {
	overflow: hidden;
}

.tpl-rankingDitail dt {
	position: relative;
	float: left;
	padding-bottom: 5px;
	width: 42%;
	border-bottom: 1px solid #dbdbdb;
}

.tpl-rankingDitail dt:after {
	content: ":";
	position: absolute;
	right: 0;
}

.tpl-rankingDitail dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: right;
	border-bottom: 1px solid #dbdbdb;
}

.tpl-rankingDitail dt:last-of-type,
.tpl-rankingDitail dd:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tpl-campaignList {
	margin-bottom: 40px;
}

.tpl-campaignList>li {
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 2px 2px 0 rgba(219, 219, 219, 1);
}

.tpl-campaignList>li:last-child {
	margin-bottom: 0;
}

.tpl-campaignList>li a {
	color: #000;
}

.tpl-campaignListBlock {
	color: #000;
}

.tpl-campaignListBlock>dt {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

.tpl-campaignListBlock>dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 4px;
	height: 100%;
	margin-right: 10px;
}

.tpl-campaignListDetail {
	overflow: hidden;
	margin-bottom: 15px;
}

.tpl-campaignListTmb {
	float: left;
	border: 1px solid #dbdbdb;
	max-width: 124px;
	width: 38%;
	margin-right: 15px;
}

.tpl-campaignListTxt {
	overflow: hidden;
}

.tpl-campaignListTag {
	margin-bottom: 5px;
}

.tpl-campaignListTag span {
	display: inline-block;
	margin-right: 5px;
	padding: 1px 12px;
	font-weight: bold;
}

.tpl-campaignListTagBig {
	background: #e61010;
	color: #fff;
}

.tpl-campaignListTagToto {
	background: #ffd900;
	color: #000;
}

.tpl-campaignListTerm>dt {
	display: inline-block;
	padding: 1px 12px;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	font-weight: bold;
}

.tpl-select01 {
	position: relative;
	overflow: hidden;
}

.tpl-select01:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}

.tpl-select01 select {
	display: block;
	background: #fff;
	margin: 0;
	padding: 3px 30px 2px 15px;
	border: 1px solid #999999;
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tpl-dealsTxt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.tpl-dealsTxt span {
	color: #e51711;
	font-weight: bold;
}

.tpl-dealsTxt:before,
.tpl-dealsTxt:after {
	content: "";
	display: inline-block;
	width: 2%;
	height: 1px;
	margin: 0 5px;
	background: #b2b2b2;
	vertical-align: middle;
}

.tpl-dealsBtnList {
	overflow: hidden;
}

.tpl-dealsArea01 {
	margin-top: 40px;
}
.tpl-dealsArea02 {
	margin-top: 40px;
}
.tpl-dealsBtnList li {
	float: left;
	width: calc(50% - 8px);
	margin-right: 15px;
}

.tpl-dealsBtnList li:nth-child(2n+2) {
	margin-right: 0;
}

.tpl-dealsBtnList li:nth-child(n+3) {
	margin-top: 15px;
}

.tpl-dealsBtnList li a {
	position: relative;
	display: table;
	width: 100%;
	font-size: 1.2rem;
	padding: 5px 10px 5px 5px;
	border: 1px solid #e80000;
	background: #fff;
	color: #e80000;
	text-align: center;
}

.tpl-dealsBtnList li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: 2px solid #e80000;
	border-right: 2px solid #e80000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpl-dealsBtnList li a span {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}

/* 202008_マル得情報改修対応 */
.tpl-dealsBtnList_02 {
    text-align: center;
    font-size: 0;
}

.tpl-dealsBtnList_02 li {
    float: none;
    display: inline-block;
}

.tpl-dealsBtnList_02 li:nth-child(n+4) {
    margin-top: 30px;
}

/* 202008_マル得情報改修対応 end */

.tpl-dataBlock01 {
	margin-bottom: 30px;
}

.tpl-dataBlock01:last-child {
	margin-bottom: 0;
}

.tpl-dataBlock01>*:last-child {
	margin-bottom: 0;
}

.tpl-tblPc {
	display: none;
}

.tpl-tblSp {
	display: table;
}

[class*="tpl-scheduleMapImg"] {
	margin: 15px auto;
}

.tpl-scheduleMapImgPc {
	min-width: 830px;
	min-height: 436px;
	display: none;
}

.tpl-scheduleMapImgSp {
	min-width: 304px;
	min-height: 1067px;
	display: block;
}

.tpl-scheduleArrow {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	font-size: 1.4rem;
	cursor: pointer;
}

.tpl-scheduleArrow:before,
.tpl-scheduleArrow:after {
	content: '';
	display: block;
	position: absolute;
}

.tpl-scheduleArrow:before {
	left: 0;
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50%;
	background-color: #000;
}

.tpl-scheduleArrow:after {
	left: 4px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.tpl-scheduleArrow.tpl-scheduleArrowPrev:after {
	top: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.tpl-scheduleArrow.tpl-scheduleArrowNext:after {
	top: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.tpl-scheduleNoteTtl {
	position: relative;
	margin-left:14px;
	padding-left: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.tpl-scheduleNoteTtl:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #999999;
    width: 4px;
    height: 100%;
    margin-right: 10px;
}
.disp-big .tpl-scheduleNoteTtl:before{
	background: #e80000;
}
.disp-toto .tpl-scheduleNoteTtl:before{
	background: #ffd800;
}
.tpl-scheduleMapContainer {
	text-align: center;
	margin-bottom: 40px;
}

.tpl-scheduleNote {

}

.tpl-scheduleNoteCnt {
	margin-top: 12px;
	background-color: #eeeeee;
	padding: 14px;
}

.tpl-scheduleNoteList {
	margin-top: 10px;
	overflow: hidden;
}

.tpl-scheduleNoteBtm {
	padding-top: 10px;
	border-top: 1px solid #212121;
}

.tpl-scheduleNoteList>.tpl-scheduleNoteItem {
	float: left;
	width: 25%;
}
.disp-toto .tpl-scheduleNoteList>.tpl-scheduleNoteItem{
	width: 33%;
}

.tpl-scheduleNoteList>.tpl-scheduleNoteItem+.tpl-scheduleNoteItem {
	padding-left: 5px;
}

.tpl-scheduleNoteItem>* {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 1.2rem;
}

.tpl-scheduleNoteItem>*:before {
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
}
.tpl-scheduleEnd{
	display: inline-block;
}
.tpl-scheduleStart{
	display: inline-block;
	margin-right: 10px;
}
.tpl-scheduleNoteItem.tpl-scheduleStart>*:before {
	content: '';
	width: 9px;
	height: 11px;
	background-color: #000;
}


.tpl-scheduleNoteItem.tpl-scheduleEnd>*:before {
	content: '';
	left: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #000;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tpl-scheduleNoteItem[class*="tpl-scheduleRect"]>*:before {
	content: '';
	width: 9px;
	height: 11px;
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleRect01>*:before {
	background-color: #e91a27;
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleRect02>*:before {
	background-color: #f08300;
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleRect03>*:before {
	background-color: #eb6ea5;
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleRect04>*:before {
	background-color: #abcd03;
}

.disp-toto .tpl-scheduleNoteItem.tpl-scheduleRect01>*:before {
	background-color: #ffd800;
}

.disp-toto .tpl-scheduleNoteItem.tpl-scheduleRect02>*:before {
	background-color: #009fe8;
}

.disp-toto .tpl-scheduleNoteItem.tpl-scheduleRect03>*:before {
	background-color: #009e41;
}



.tpl-scheduleNoteItem[class*="tpl-scheduleResult"]>*:before {
	content: '';
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleResult01>*:before {
	background-image: url(/system/files/common/img/ico_result_big01.gif);
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleResult02>*:before {
	background-image: url(/system/files/common/img/ico_result_big02.gif);
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleResult03>*:before {
	background-image: url(/system/files/common/img/ico_result_big03.gif);
}

.disp-big .tpl-scheduleNoteItem.tpl-scheduleResult04>*:before {
	background-image: url(/system/files/common/img/ico_result_big04.gif);
}
.disp-toto .tpl-scheduleNoteItem.tpl-scheduleResult01>*:before {
	background-image: url(/system/files/common/img/ico_result_toto01.gif);
}

.disp-toto .tpl-scheduleNoteItem.tpl-scheduleResult02>*:before {
	background-image: url(/system/files/common/img/ico_result_toto02.gif);
}

.disp-toto .tpl-scheduleNoteItem.tpl-scheduleResult03>*:before {
	background-image: url(/system/files/common/img/ico_result_toto03.gif);
}
.tpl-getTimeNotice01{
	margin-bottom: 20px;
}
.tpl-noteList01 {
	margin-bottom: 40px;
}

.tpl-noteList01>.tpl-noteListItem {
	padding-left: 1em;
	text-indent: -1em;
}

.tpl-noteList01>.tpl-noteListItem+.tpl-noteListItem {
	margin-top: 5px;
}

.tpl-dlList01 > * {
	display: inline-block;
}
.tpl-dlListTtl{
	position: relative;
	width: 152px;
}
.tpl-dlListTtl:after{
	content: "：";
	position: absolute;
	right: 0;
}
.tpl-pastTitle01 {
	display: block;
	background: #fff;
	padding: 10px 15px;
	font-weight: bold;
}

.disp-big .tpl-pastTitle01 {
	background: #e80000;
	color: #fff;
}

.disp-toto .tpl-pastTitle01 {
	background: #ffd900;
}

.tpl-pastList01 {
	width: 100%;
	overflow: hidden;
}

.tpl-pastList01 li {
	float: left;
	width: 50%;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #dbdbdb;
}

.tpl-pastList01 li a {
	display: block;
	color: #000;
	text-decoration: underline;
}

.tpl-pastList01 li:nth-child(2n+2) {
	border-left: none;
}

.tpl-pastList01 li:nth-child(n+3) {
	border-top: none;
}
.tpl-bdr01 {
	margin-bottom: 40px;
	border-color: #dbdbdb;
}
.tpl-link01 {
	color: #000;
	text-decoration: underline;
}
.tpl-link01:hover {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.tpl-mainContentsWide {
		width: 100%;
	}
	.tpl-mainContents {
		float: right;
		width: 764px;
		margin-bottom: 0;
	}
	.tpl-mainContents.tpl-mainReverse {
		width: 830px;
	}
	.tpl-sideContents {
		float: left;
		width: 280px;
	}
	.tpl-sideContents.tpl-sideReverse {
		margin-bottom: 0;
		width: 230px;
	}
	.tpl-h1Bg01 {
		position: relative;
		padding: 80px 30px 75px;
		margin-bottom: 30px;
		background: url(/system/files/common/img/bg_h1title01_pc.png) top center no-repeat;
		background-size: auto;
		min-width: 768px;
		min-height: 180px;
	}
	.disp-big .tpl-h1Bg01 {
		background: url(/system/files/common/img/bg_h1title02_pc.png) top center no-repeat;
	}
	.disp-toto .tpl-h1Bg01 {
		background: url(/system/files/common/img/bg_h1title03_pc.png) top center no-repeat;
	}
	.tpl-h1Title01 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		margin: 0 auto;
		max-width: 1104px;
		width: 820px;
		font-size: 3.6rem;
	}
	.tpl-h2Title01 {
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	.tpl-h3Title01 {
		font-size: 1.8rem;
	}
	.tpl-dataList>li>a {
		padding: 20px 30px 20px 10px;
	}
	.tpl-dataList>li>a:before {
		right: 10px;
		width: 6px;
		height: 6px;
		margin-top: -6px;
	}
	.tpl-dataList>li>a:hover {
		background: #f2f2f2;
	}
	.tpl-dataList>li>a dt {
		float: left;
		margin-bottom: 0;
		margin-right: 20px;
	}
	.tpl-dataList>li>a dd {
		overflow: hidden;
	}
	.tpl-dataList>li>a:hover dt,
	.tpl-dataList>li>a:hover dd {
		text-decoration: underline;
	}
	.tpl-sideNavAcc dd li,
	.tpl-sideNavAcc dd li:nth-child(3n+3) {
		width: 50%;
	}
	.tpl-sideNavAcc dd li a {
		padding: 0 10px;
	}
	.tpl-sideNavAcc dd li:nth-child(3n+3):after {
		content: '';
	}
	.tpl-sideNavAcc dd li:nth-child(2n+2) {
		margin-right: 0;
		padding-right: 0;
	}
	.tpl-sideNavAcc dd li:nth-child(2n+2):after {
		content: normal;
	}
	.tpl-sideNavAcc dd li:nth-child(n+3) {
		margin-top: 15px;
	}
	.tpl-btnColumn2Block01 {}

	.tpl-btnColumn2Block01>* {
		width: 328px;
		margin-right: 40px;
	}
	.tpl-dataSearch01 {
		width: 480px;
	}
	.tpl-dataSearch01 {
		overflow: hidden;
	}
	.tpl-dataSearch01>li {
		float: left;
		width: 320px;
		margin-right: 20px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.tpl-dataSearch01>li.is-btn {
		width: 140px;
		margin: 0;
	}
	.tpl-btn01 a {
		padding: 13px 30px 13px 20px;
		width: 328px;
		font-size: 2.0rem;
	}
	.disp-big .tpl-btn01 a:hover {
		background: #fff;
		color: #e80000;
	}
	.disp-toto .tpl-btn01 a:hover {
		background: #fff;
	}
	.disp-big .tpl-btn01 a:hover:after {
		border-color: #e80000;
	}
	.tpl-btnPageBack01 a {
		padding: 10px 20px 10px 30px;
		height: 50px;
		font-size: 1.8rem;
	}
	.tpl-btnPageBack01 a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-btnPageBack01 a:hover:before {
		border-color: #000;
	}
	.disp-big .tpl-btnPageBack01 a:hover {
		background: #e80000;
		color: #fff;
	}
	.disp-big .tpl-btnPageBack01 a:hover:before {
		border-color: #fff;
	}
	.disp-toto .tpl-btnPageBack01 a:hover {
		background: #000;
		color: #fff;
	}
	.disp-toto .tpl-btnPageBack01 a:hover:before {
		border-color: #fff;
	}
	.tpl-btnSearch01 a {
		padding: 13px 15px;
		height: 50px;
	}
	.tpl-btnSearch01 a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-btn02 {
		text-align: right;
	}
	.tpl-btn02 a {
		padding: 10px 30px 10px 20px;
		height: 50px;
		font-size: 1.8rem;
	}
	.tpl-btn02 a:hover {
		background: #e80000;
		color: #fff;
	}
	.tpl-btn02 a:hover:after {
		border-color: #fff;
	}
	.disp-toto .tpl-btn02 a:hover {
		background: #000;
		color: #fff;
	}
	.disp-toto .tpl-btn02 a:hover:after {
		border-color: #fff;
	}
	.tpl-btn03 a{
		padding: 13px 30px 13px 20px;
		width: 328px;
		font-size: 2.0rem;
	}
	.disp-big .tpl-btn03 a:hover {
		background-color: #fff;
		color: #e80000;
	}
	.disp-big .tpl-btn03 a:hover:after {
		border-color: #e80000;
	}
	.disp-toto .tpl-btn03 a:hover {
		background-color: #fff;
	}
	.tpl-btn05 a{
		padding: 10px 30px 10px 20px;
		font-size: 1.8rem;
	}
	.tpl-btn05 a:hover {
		background: #e80000;
		color: #fff;
	}
	.tpl-btn05 a:hover:after {
		border-color:#fff;
	}
	.tpl-btn06 a{
		padding: 10px 30px 10px 20px;
		font-size: 1.8rem;
	}
	.tpl-btn06 a:hover{
		background:#fff;
		color:#000;
	}
	.tpl-btn06 a:hover:after{
		border-color: #000;
	}
	.tpl-btnBlank a{
		padding: 10px 40px 10px 25px;
		height: 50px;
		font-size: 1.8rem;
	}
	.disp-big .tpl-btnBlank a:hover{
		background: #fff;
		color: #e80000;
	}
	.disp-big .tpl-btnBlank a:hover:after{
		background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
		background-size: cover;
	}
	.disp-toto .tpl-btnBlank a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-btnMove01 a {
		padding: 10px 30px 10px 20px;
		height: 50px;
		font-size: 1.8rem;
	}
	.tpl-btnMove01 a:hover {
		background: #fff;
		color: #e80000;
	}
	.disp-big .tpl-btnMove01 a:hover {
		background: #fff;
		color: #e80000;
	}
	.disp-big .tpl-btnMove01 a:hover:after {
		border-color: #e80000;
	}
	.disp-toto .tpl-btnMove01 a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-btnMove02 a,
	.tpl-btnMove03 a {
		font-size: 2.0rem;
		padding: 14px 30px 14px 20px;
	}
	.tpl-btnMove02 a:hover {
		background: #fff;
		color: #e80000;
	}
	.tpl-btnMove02 a:hover:after {
		border-color: #e80000;
	}
	.tpl-btnMove03 a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-dataList {
		margin-bottom: 60px;
	}
	.tpl-pager01 {
		margin-bottom: 60px;
	}
	.tpl-pagerListPrevAll a,
	.tpl-pagerListPrev a,
	.tpl-pagerListNext a {
		width: 50px;
		height: 50px;
	}
	.tpl-pagerListPrevAll a:hover,
	.tpl-pagerListPrev a:hover,
	.tpl-pagerListNext a:hover {
		background: #000;
	}
	.tpl-pagerListPrevAll a:hover:before,
	.tpl-pagerListPrevAll a:hover:after,
	.tpl-pagerListPrev a:hover:before,
	.tpl-pagerListNext a:hover:before {
		border-color: #fff;
	}
	.tpl-sideNav li.current:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -5px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #999999;
	}
	.disp-big .tpl-sideNav li.current:after {
		border-color: transparent transparent transparent #e51811;
	}
	.tpl-noticeArea02 {
		margin-bottom: 60px;
		padding: 40px 20px;
	}
	.tpl-noticeArea02>* {
		display: inline-block;
		margin-bottom: 0;
	}
	.tpl-icoVoice01 {
		margin-right: 15px;
		font-size: 2.0rem;
	}

	.tpl-column2Block01 {
		margin-bottom: 60px;
		overflow: hidden;
	}
	.tpl-column2Block01 .col {
		float: left;
		width: calc(50% - 30px);
		margin-right: 60px;
		margin-bottom: 0;
	}
	.tpl-dataColumn02 .tpl-dataColumnImg {
		width: 210px;
	}

	.tpl-column2Block01 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.tpl-column2Block01 .col:nth-child(n+3) {
		margin-top: 60px;
	}

	.tpl-tabList01 {
		margin: 0;
		padding-bottom: 12px;
	}
	.tpl-tabList01>li.is-current:before {
		bottom: -12px;
		margin-left: -20px;
		border-width: 0 20px 12px 20px;
	}
	.tpl-big01 a {
		background: url(/system/files/common/img/big/benefit/img/logo_big05.png) 50% 50% no-repeat;
	}
	.tpl-big02 a {
		background: url(/system/files/common/img/big/benefit/img/logo_big06.png) 50% 50% no-repeat;
	}
	.tpl-big03 a {
		background: url(/system/files/common/img/big/benefit/img/logo_big07.png) 50% 50% no-repeat;
	}
	.tpl-big04 a {
		background: url(/system/files/common/img/big/benefit/img/logo_big08.png) 50% 50% no-repeat;
	}

	.tpl-toto01 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto06.png) 50% 50% no-repeat;
	}
	.tpl-toto02 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto07.png) 50% 50% no-repeat;
	}
	.tpl-toto03 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto08.png) 50% 50% no-repeat;
	}
	.tpl-toto04 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto09.png) 50% 50% no-repeat;
	}
	.tpl-toto05 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto10.png) 50% 50% no-repeat;
	}
	.tpl-toto06 a {
		background: url(/system/files/common/img/toto/benefit/img/logo_toto12.png) 50% 50% no-repeat;
	}


	.tpl-tabList02 {
		width: 900px;
		margin: 0 auto 60px;
	}
	.tpl-tabList02>li {
		font-size: 1.8rem;
	}
	.tpl-tabList02>li>a:hover {
		background: #fff;
		color: #000;
	}
	.tpl-tabList02>li>a:hover span{
		color: #000;
	}
	.tpl-tabList02>li>a>span {
		padding: 10px 0;
		color:#fff;
	}

	.tpl-rankingTitle {
		margin: 0 0 60px;
		padding: 25px;
		font-size: 2.4rem;
	}
	.tpl-rankingList {
		overflow: hidden;
	}
	.tpl-rankingList>li {
		float: left;
		width: calc(25% - 34px);
		margin-right: 45px;
		margin-bottom: 0;
	}
	.tpl-rankingList>li:nth-child(4n+4) {
		margin-right: 0;
	}
	.tpl-rankingList>li:nth-child(n+5) {
		margin-top: 45px;
	}
	.tpl-rankingDitail dt {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	.tpl-rankingDitail dt:after {
		content: normal;
	}
	.tpl-rankingDitail dd {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.tpl-tabList01>li a {
		padding: 12px 0 11px;
		text-indent: 1000%;
		white-space: nowrap;
		overflow: hidden;
	}

	.tpl-campaignList>li {
		position: relative;
		float: left;
		width: calc(50% - 20px);
		margin-bottom: 0;
		margin-right: 40px;
		padding: 30px 20px;
	}
	.tpl-campaignList>li a:hover:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(242, 242, 242, 0.4);
		z-index: 2;
	}
	.tpl-campaignList>li a:hover .tpl-campaignListTxt p {
		text-decoration: underline;
	}
	.tpl-campaignList>li:nth-child(2n+2) {
		margin-right: 0;
	}
	.tpl-campaignList>li:nth-child(n+3) {
		margin-top: 40px;
	}
	.tpl-campaignList:after {
		content: "";
		display: table;
		clear: both;
		zoom: 1;
	}
	.tpl-campaignListBlock>dt {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.tpl-campaignListDetail {
		margin-bottom: 20px;
	}
	.tpl-campaignListTmb {
		max-width: 245px;
		width: auto;
		margin-right: 20px;
	}
	.tpl-campaignListTag {
		margin-bottom: 20px;
	}
	.tpl-campaignListTerm {
		overflow: hidden;
	}
	.tpl-campaignListTerm dt {
		float: left;
		margin-right: 15px;
	}
	.tpl-campaignListTerm dd {
		overflow: hidden;
	}
	.tpl-tbl01 a:hover,
	.tpl-tbl02 a:hover{
		text-decoration: none;
	}
	.tpl-tbl02 td, 
	.tpl-tbl02 th{
		padding: 10px 15px;
	}
	.tpl-tbl01 td li {
		display: inline-block;
		margin-right: 15px;
	}
	.tpl-tbl01 td li:last-child {
		margin-right: 0;
	}
	.tpl-dealsTxt {
		margin-bottom: 40px;
		font-size: 2.2rem;
	}
	.tpl-dealsTxt:before,
	.tpl-dealsTxt:after {
		width: 90px;
	}
	.tpl-dealsBtnList li {
		width: calc(25% - 30px);
		margin-right: 40px;
    }
    
    /* 202008_マル得情報改修対応 */
    .tpl-dealsBtnList_02 li {
        width: 310px;
    }

    .tpl-dealsBtnList_02 li:nth-child(n+4) {
        margin-top: 30px !important;
    }
    /* 202008_マル得情報改修対応 end*/
    
	.tpl-dealsBtnList li:nth-child(2n+2) {
		margin-right: 40px;
	}
	.tpl-dealsBtnList li:nth-child(n+3) {
		margin-top: 0;
	}
	.tpl-dealsBtnList li:last-child {
		margin-right: 0;
	}
	.tpl-dealsBtnList li a {
		font-size: 1.6rem;
		padding: 8px 10px;
		height: 70px;
	}
	.tpl-dealsBtnList li a span{
		color:#e80000;
	}
	.tpl-dealsBtnList li a:hover {
		background: #e80000;
		color: #fff;
	}
	.tpl-dealsBtnList li a:hover:after {
		border-color: #fff;
	}
	.tpl-dealsBtnList li a:hover span{
		color: #fff;
	}
	.tpl-dealsArea02 .tpl-dealsBtnList li {
		width: calc(50% - 40px);
		margin-right: 80px;
	}
	.tpl-dealsArea02 .tpl-dealsBtnList li:nth-child(2n+2) {
		margin-right: 0;
	}
	.tpl-dealsArea02 .tpl-dealsBtnList li:nth-child(n+3) {
		margin-top: 20px;
	}

    /* 202008_マル得情報改修対応 */
    .tpl-dealsBtnList_02 li:nth-child(n+3) {
        margin-top: 15px;
    }
    /* 202008_マル得情報改修対応 end */

	.tpl-select01 select {
		height: 50px;
	}
	.tpl-dataBlock01 {
		margin-bottom: 60px;
	}

	.tpl-tblResult01{
		margin-bottom:60px;
	}
	.tpl-tblResult01 thead {
		display: table-header-group;
	}
	.tpl-tblResult01 thead th {
		background: #fbe3e3;
		border-right: 1px solid #fff;
		border-left: 1px solid #fbe3e3;
		border-bottom: 1px solid #fbe3e3;
	}
	.disp-toto .tpl-tblResult01 thead th {
		background: #fdf5c7;
		border-left: 1px solid #fdf5c7;
		border-bottom: 1px solid #fdf5c7;
	}
	.tpl-tblResult01 th {
		width: auto;
	}
	.tpl-tblResult01 thead th:nth-child(2),
	.tpl-tblResult01 thead th:nth-child(3),
	.tpl-tblResult01 thead th:nth-child(4){
		width: 20%;
	}
	.tpl-tblResult01 thead th:last-child {
		border-right: 1px solid #fbe3e3;
	}
	.disp-toto .tpl-tblResult01 thead th:last-child {
		border-right: 1px solid #fdf5c7;
	}
	.tpl-tblResult01 tbody tr:last-child th {
		border-bottom: 1px solid #dbdbdb;
	}
	.tpl-tblResultColumn3Block01{
		margin-bottom:40px;
		overflow: hidden;
	}
	.tpl-tblResultColumn3Block01 .col {
		float: left;
		width: calc(30% + 36px);
	}
	.tpl-tblResultColumn3Block01 table thead th {
		border-left: 1px solid #fff;
		border-right: none;
	}
	.tpl-tblResultColumn3Block01 table tbody td,
	.tpl-tblResultColumn3Block01 table tbody th {
		border-right: none;
	}
	.tpl-tblResultColumn3Block01 table tbody tr:last-child th,
	.tpl-tblResultColumn3Block01 table tbody tr:last-child td{
		border-bottom: 1px solid #dbdbdb;
	}
	.tpl-tblResultColumn3Block01 .col:first-child table thead th {
		border-left: 1px solid #fdf5c7;
	}
	.tpl-tblResultColumn3Block01 .col:last-child table thead th {
		border-right: 1px solid #fdf5c7;
	}
	.tpl-tblResultColumn3Block01 .col:last-child table tbody tr th,
	.tpl-tblResultColumn3Block01 .col:last-child table tbody tr td{
		border-right: 1px solid #dbdbdb;
	}
	.tpl-tblPc {
		display: table;
	}
	.tpl-tblSp {
		display: none;
	}
	.tpl-tblSituation01{
		margin-bottom: 40px;
	}
	.tpl-tblSituation01 .tpl-tblBgRed{
		background: #ffcccc;
		color:#000;
	}
	.tpl-tblSituation01 .tpl-tblBgYellow{
		background: #ffff99;
		color:#000;
	}
	.tpl-tblSituation01 .tpl-tblBgBlue {
    	background-color: #ccd7ff;
    	color:#000;
	}
	.tpl-tblSituation01 .tpl-tblBgGreen {
    	background-color: #b7f0a9;
    	color:#000;
	}
	.tpl-tblRateBorder01{
		border:none;
	    border-radius: 0;
	    margin-bottom: 0;
	}
	.tpl-tblRateBorder01 tr td{
		border: none;
		padding: 5px 0;
	}
	.tpl-tblRateBorder01 tr td:first-child{
		border-radius: 0;
		border:none;
	}
	.tpl-tblRateBorder01 tr td:last-child{
		border-radius: 0;
		border:none;
	}
	.tpl-situationList01{
		margin-bottom: 40px;
	}
	.tpl-situationList01 li:before{
		width: 200px;
		height: 20px;
		margin-right: 10px;
	}
	.tpl-resultNotice01{
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	.tpl-resultNotice02{
		margin-bottom: 30px;
		font-size: 1.4rem;
		padding-left: 1.4rem;
		text-indent: -1.4rem;
	}
	.tpl-resultBox01{
		margin-bottom:40px;
	}
	.tpl-resultBox01 li{
		font-size: 3.0rem;
		letter-spacing: 16px;
	}
	.tpl-resultBoxStop{
		margin-bottom:40px;
		font-size: 3.0rem;
	}
	.tpl-tblColumn2Block01{
		margin-bottom:40px;
		overflow: hidden;
	}
	.tpl-tblColumn2Block01 .col {
		float: left;
		width: calc(50% - 50px);
    	margin-right: 100px;
		margin-bottom: 0;
	}

	.tpl-tblColumn2Block01 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.tpl-scheduleMapImgPc {
		display: block;
	}
	.tpl-scheduleMapImgSp {
		display: none;
	}
	.tpl-scheduleArrow:hover {
		text-decoration: underline;
	}
	.tpl-scheduleNoteTtl{
		font-size: 1.6rem;
	}
	.tpl-scheduleNoteCnt{
		margin-top: 15px;
	}
	.tpl-scheduleNoteBtm {
		padding-top: 10px;
		border-top: 1px solid #212121;
	}
	.tpl-scheduleNoteList>.tpl-scheduleNoteItem {
		float: none;
		width: auto;
	}
	.disp-toto .tpl-scheduleNoteList>.tpl-scheduleNoteItem {
		width: auto;
	}
	.tpl-scheduleNoteList>.tpl-scheduleNoteItem+.tpl-scheduleNoteItem {
		padding-left: 0;
		margin-top: 10px;
	}
	.tpl-scheduleNoteItem>* {
		padding-left: 24px;
		font-size: 1.6rem;
	}
	.tpl-scheduleNoteItem>*:before {
		top: 0.1em;
	}
	.tpl-scheduleStart{
		margin-right: 0;
	}
	.tpl-scheduleNoteItem.tpl-scheduleStart>*:before{
		width: 18px;
		height: 22px;
	}
	.tpl-scheduleEnd{
		display: block;
		margin-top: 10px;
	}
	.tpl-scheduleNoteItem.tpl-scheduleEnd>*:before {
		border-width: 10.5px 0 10.5px 11px;
		-webkit-transform: rotate(0);
    	transform: rotate(0);
	}
	.tpl-scheduleNoteItem[class*="tpl-scheduleRect"]>*:before {
		content: '';
		width: 18px;
		height: 22px;
	}
	.tpl-scheduleNoteItem[class*="tpl-scheduleResult"]>*:before {
		width: 24px;
		height: 24px;
	}
	.tpl-columnFreeBlock {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 40px;
	}
	.tpl-columnFreeBlock>.col {
		display: table-cell;
		padding-top:0;
		vertical-align: middle;
	}
	.tpl-dlListTtl{
		width: 190px;
	}
	.tpl-pastList01 li {
		width: 25%;
		border-right: none;
	}
	.tpl-pastList01 li a:hover {
		text-decoration: none;
	}
	.tpl-pastList01 li:nth-child(2n+2) {
		border-left: 1px solid #dbdbdb;
	}
	.tpl-pastList01 li:nth-child(n+3) {
		border-top: 1px solid #dbdbdb;
	}
	.tpl-pastList01 li:nth-child(4n+4) {
		border-right: 1px solid #dbdbdb;
	}
	.tpl-pastList01 li:nth-child(n+5) {
		border-top: none;
	}
	.tpl-getTimeNotice01{
		margin-bottom: 40px;
	}
}