@charset "utf-8";
/* CSS Document */


.nav-type.nav-type-txt ul {
	flex-wrap: wrap;
}

.nav-type.nav-type-txt .item {
	width: calc((100% - 80px) / 3);
	margin-bottom: 20px;
}

.tbl-02 thead tr th:nth-of-type(2) {
	width: 23%;
}

.tbl-02 thead tr th:nth-of-type(3) {
	width: 6.5em;
}

/* 6個から5個に変更20230228 */
.nav-type.nav-type-txt ul {
	justify-content: flex-start;
}

.nav-type.nav-type-txt .item {
	margin-right: 40px;
}

.nav-type.nav-type-txt .item:nth-child(3),
.nav-type.nav-type-txt .item:nth-child(6) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.nav-type.nav-type-txt ul {
		justify-content: space-between;
	}

	.nav-type.nav-type-txt .item {
		margin-right: 0px;
	}
}



.tbl-02 tbody tr td:last-child {
	text-align: left;
}

.price_method {
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}

.predictionBox {
	background: #f5f7fa;
	border-radius: 6px;
	padding: 2em;
	margin-bottom: 1rem;
}

.predictionBox .titbox {
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1rem;
	text-align: center;
}

.predictionBox .leftBox {
	width: 10%;
	background-color: #fff;
	padding: 1em;
	margin-bottom: 1rem;
	border-radius: 6px;
	text-align: center;
	align-items: center;
	display: inline-grid;
}

.predictionBox .rightBox {
	width: 89%;
	background-color: #fff;
	padding: 1em;
	margin: 0 0 1rem 1rem;
	border-radius: 6px;
}

table.leftList {
	margin-right: inherit;
	margin-left: inherit;
	border-top: none;
	border-left: none;
	width: 100%;
}

table.leftList th,
table.leftList td {
	text-align: left;
	vertical-align: top;
	border-bottom: none;
	border-right: none;
	padding: 0.2em 0.5em 0.2em 0;
}

.mb0,
.mb00 {
	margin-bottom: 0 !important;
}

.right {
	text-align: right !important;
}

.tbl-wrap+.tbl-text {
	max-width: 906px;
}

.fraction {
	display: inline-flex;
	flex-direction: column;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
}

.fraction_top {
	padding: 0 10px;
	border-bottom: 1px solid #000000;
}

.fraction_bottom {
	padding: 0 10px;
}

@media only screen and (max-width: 560px) {
	.price_method {
		font-size: 1.6rem;
	}

	.predictionBox {
		padding: 1.5em;
	}

	.predictionBox .titbox {
		margin-bottom: 2rem;
	}

	.predictionBox .leftBox {
		width: 100%;
	}

	.predictionBox .rightBox {
		width: 100%;
		margin: 0 0 2rem 0;
	}

	.mb0 {
		margin-bottom: 1rem !important;
	}

	.nav-type.nav-type-txt .item-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.border-black-top {
	border: 3px solid #000;
	border-bottom: 1px solid #cecece;
}

.border-black {
	border: 3px solid #000;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.border-black-btm {
	border: 3px solid #000;
	border-top: 1px solid #cecece;
}

.notes-num.num-4 {
	counter-reset: number 3;
}

main sup.large {
	position: relative;
	top: -0.7em;
	font-weight: bold;
}

.number-reset {
	counter-reset: number 3;
}

.number-reset2 {
	counter-reset: number 4;
}

.indentEx {
	text-indent: -3em;
	margin-left: 3em;
}

@media only screen and (max-width: 767px) {
	.sp_mg-b2 {
		margin-bottom: 2em !important;
	}
}

.scroll table.keisu1 {
	margin-bottom: 3rem;
}

.keisu1 thead th {
	width: 16%;
}

.keisu1 thead th:nth-child(3) {
	width: 36%;
}

.keisu2 thead th {
	width: 16%;
}

.keisu2 thead th:nth-child(3) {
	width: 36%;
}

.keisu2 thead th:last-child {
	width: 32%;
}

.list-circle li.no_blankicon:not(.ex) a[target="_blank"] {
	background-image: none;
}

.list-circle li.no_blankicon:not(.ex) a:not(.blank-right)[target="_blank"] {
	padding-left: 0;
}