@charset "UTF-8";

.document h3 {
  color: #286ea1;
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 0.2em 0;
	text-align: justify;
	margin: 2rem 0 1rem;
	border-bottom: solid 0.1em #69a3b4;
}

.document h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  border-left: 0.2em var(--c-red) solid;
  padding-left: 0.5em;
}


.document section p {
  margin-bottom: .5rem;
  text-align: justify;
}




/*
.document h2 ~ div > *:first-child {
  margin-top: 0;
}

.document h2 ~ div > *:last-child {
  margin-bottom: 0;
}
*/

.document_writer {
  width: 100% !important;
  margin: 1rem 0 0;
  position: relative;
  background-color: #f0f0f0;
}

.document_writer div {
  width: 100%;
  margin: auto;
	padding: .5rem .5rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .5rem;
}


.document_writer figure {
	order: 1;
  width: 4rem;
}

.document_writer dl {
 order: 2;
  flex: 1;
  align-items: center;
}

.document_writer .document_notice {
  order: 3;
  width: 100%;
  border: 1px #ccc solid;
    padding: 1em;
    color: #666;
}

.document_writer dl dt {
  font-weight: 700;
  margin-bottom: .5em;
}

.document_writer dl dt::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  background: url(../img/icon/icon_pen.svg) no-repeat;
  background-size: contain;
  margin-right: 0.3rem;
}

.document_writer dl dd {
  font-size: 0.9em;
}

.document_notice {
  display: flex;
  gap: .5em;
	color: var(--c-org);
	margin: 1em auto 0;
	font-size: 90%;
}
.document_notice::before {
  content:"※";
}

.report_rate > p {
  text-align: center;
}

.review_data table,
.free_data table{
  border-collapse: collapse;
  margin: 0 auto 1rem;
  width: 100%;
  font-weight: bold;
}

.document table thead th {
	background-color: #60a868;
	color: #fff;
	line-height: 1.6;
	padding: .5em 1em;
	border: 1px solid #ccc;
	font-size: 90%;
}
.document table tbody th {
  background-color: #eee;
  font-weight: 400;
  line-height: 1.6;
  font-size: 90%;
}

table {
  border: 1px solid #ccc;
    line-height: 1;
    padding: 0.8rem;
    border-collapse: collapse;
    margin-bottom: 2em;
    width: calc(100% - 2px);
}
table tbody tr {
  border: 1px solid #ccc;
}

.document table tbody td {
  border: 1px solid #ccc;
    align-items: center;
    padding: 0.5rem;
    line-height: 1.6;
}

.review_data table tbody th,
.free_data table tbody th {
  border: 1px solid #ccc;
    background-color: #b40001;
    color: white;
    line-height: 1;
    padding: 0.8rem;
    width: 7rem;
}
.review_data table tbody td {
  border:none;
  display: flex;
  font-size: 1.2rem;
   font-weight: bold;
}

.free_data table tbody td {
  border:none;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.free_data table tbody td span {
  font-weight: normal;
  font-size: .95rem;
}

.ta-c i.star {
    margin-right: 0.5rem;
    display: block;
    align-items: center;
}

.ta-c i.star-half {
    margin-right: 0.5rem;
    display: block;
    align-items: center;
}

.ta-c i.star-null {
    margin-right: 0.5rem;
    display: block;
    align-items: center;
}




.document section iframe {
	width: 100%;
	height: 20rem;
}

.document_sitelink {
    padding: 0 1rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.document_sitelink a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    color: #000;
    border: 1px #000 solid;
    line-height: 1;
    padding: 1em;
    border-radius: 3rem;
    width: calc(50% - .5rem);
	box-shadow: 0.2em 0.2em 0.2em #aaa;
}

.document_sitelink a::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: no-repeat center/contain;
}

.document_sitelink a:nth-of-type(1)::before {
	background-image: url(../img/menu/blk_kuchikomi.svg);}

.document_sitelink a:nth-of-type(2)::before {
	background-image: url(../img/menu/blk_muryou.svg);	
}


/*--目次------------------------------------------*/

.document_index {
	position: relative;
  padding: 2rem 1rem;
  margin: auto;
}

.document_index::after {
}

.document_index > nav {
	position: relative;
	border: 1px #ccc solid;
  display: block;
  padding: .5rem 1rem;
}

.document_index::before {
  content: "目次";
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 0.5rem 0 1.5rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  z-index: 1; 
  letter-spacing: 1rem;
}

.document_index.open::before {
	color: #000000;
}


.document_index > nav > ul > li {
  margin: 0.75rem 0;
}

.document_index a {
	display: block;
	position: relative;
	text-decoration: underline;
	color: inherit;
	padding: 0 0 0 1.4rem;
}

.document_index a::before {
  content:"";
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.2em;
  border-radius: 100%;
  background-color: #444;
	position: absolute;
	left: 0.4rem;
	top: 0.3rem;
}

.document_index > nav > ul > li ul li a {
  padding: 0 0 0 2rem;
  margin: 0.5rem 0;
}

.document_index > nav > ul > li ul li a::before {
  width: 0.2em;
  height: 0.2em;
  margin-right: 0.1em;
  top: 0.5rem;
  left: 1.4rem;
}

.document_index > ul > li > ul > li {
	position: relative;
  padding-left: 0.75em;
  margin: 0.5rem 0;
}

.document_index > ul > li > ul > li a {
  font-size: 0.9rem;
}

/*--買い目とオッズ------------------------------------------*/

.tips {
	margin: 1rem 0;
}

.tips dt {
  padding: 0.6rem;
	background-color: #1d7d99;
	font-weight: bold;
	font-size: 1.1rem;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
}

.tips dd {
  background-color: #e2eff4;
  padding: 1rem 1.2rem 0.5rem;
  border-radius: 0 0 0.8rem 0.8rem;
}

.tips dd table {
  margin-bottom: 0;
}

.tips dd table,
.tips dd table thead th,
.tips dd table tbody tr,
.tips dd table tbody td {
  border: none;
}

.tips dd table thead th {
  background-color: transparent;
  color: #1d7d99;
  font-size: 1rem;
  padding: 0;
  line-height: 1;
}

.tips dd table tbody tr {
  border-bottom: 1px solid #1d7d99;
}

.tips dd table tbody tr:last-child {
  border-bottom: none;
}

.tips dd table tbody th {
  background-color: transparent;
  padding: 0;
  padding-top: 0.3rem;
  line-height: 1;
}

.tips dd table tbody td {
  text-align: right;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}


@media (min-width:744px) {

  .document_writer div {
  width: 700px;
  }


  .review_data table,
  .free_data table {
    border-collapse: collapse;
    max-width: 500px;
    margin-bottom: 1rem;
}

.document table tbody th {
  padding: 1.3rem;
  width: 10rem;
  font-size: 90%;
}

.document table tbody td {
  padding: 1rem;
}


.document_writer div {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
}

.document_writer dl {
	flex: 1;
}

.document_writer dl dt {
	text-align: left;
}

.document_notice {
	width: 100%;
}

.document section iframe {
	width: 700px;
	height: 393px;
	margin: 0 auto;
	display: block;
}

.document_sitelink {
  margin: 1rem auto 2rem;
  width: 36rem;
}
.document_index > nav {
  columns: 2;
	padding: 2rem;
}

.document_index > nav > ul > li {
  margin: 0;
  margin-bottom: 0.75rem;
}

.document_index > nav > ul > nav > ul > li {
  margin: 0 0.75rem 0.75rem 0;
}

.document_index::before {
  top: 7%;
}

/*--買い目とオッズ------------------------------------------*/

.tips {
  width: 30rem;
}

.tips dd table {
  width: 100%;
}

.tips dd table thead th,
.tips dd table tbody th,
.tips dd table tbody td {
  width: calc(100% / 3);
}

.tips dd table thead th:first-child {
  text-align: left;
  padding-left: 2rem;
}

.tips dd table tbody th {
  text-align: left;
  padding-left: 1.5rem;
}


}