#contents {
  overflow: hidden;
}
#main > .innerBox:first-child {
	padding-top: 0;
}
/*====================================================
////id conclusion
====================================================*/
#conclusion {
	position: relative;
}
#conclusion::before {
	background: var(--w_green);
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: 0;
		left: -50vw;
	width: 200vw;
	height: 100%;
	z-index: -1;
}
#conclusion h2 {
	border: solid 2px;
	margin-bottom: 1.5em;
	padding: .3em 1.5em;
	position: relative;
}
#conclusion .headBox h2::before,
#conclusion .headBox h2::after {
  border: solid transparent;
  border-width: 18px 10px 0;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    left: 0;
    right: 0;
  width: 0;
  height: 0;
}
#conclusion .headBox h2::before {
  border-top-color: #fff;
  bottom: -15px;
}
#conclusion .headBox h2::after {
  border-top-color: var(--green);
  bottom: -18px;
  z-index: -10;
}

#conclusion .itemBox .wp-block-group__inner-container {
	grid-gap: 2em 3vw;
}
#conclusion .itemBox td:first-child {
	width: 60%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#conclusion .itemBox td:first-child {
		width: 9em;
	}
}

@media screen and (min-width:1280px) {
	#conclusion .itemBox {
		grid-gap: 1.5em 60px;
	}
}

/*====================================================
////id detail
====================================================*/
#detail .itemBox > .wp-block-group__inner-container {
	grid-gap: 3em;
}
#detail .wp-block-table {
	overflow: scroll;
	max-height: 80vh;
}

#detail .table-outer {
}
#detail table {
	border-top: none;
	border-collapse:separate;
}
#detail table th ,
#detail table td {
	letter-spacing: 0;
	padding: .6em .8em;
}
#detail table th {
	font-size: .9em;
	text-align: center;
}
#detail table thead {
}
#detail table thead th {
	background: #fff;
	border-top: solid 1px var(--l_b_gray);
	position: -webkit-sticky;
	position: sticky;
		top: 0;
	z-index: 10;
}
#detail table thead th:first-child {
	position: -webkit-sticky;
	position: sticky;
		top: 0;
		left: 0;
	background: var(--w_green);
	z-index: 20;
}
#detail table td {
	border-bottom: 0;
}
#detail table td:first-child {
	padding-left: .1em;
	padding-right: .1em;
	position: -webkit-sticky;
	position: sticky;
		left: 0;
	width: 3.5em;
	z-index: 5;
}
#detail table th:nth-child(2) {
	width: 16em;
}
#detail table th:nth-child(3) {
	width: 3em;
}
#detail table th:nth-child(4) {
	width: 8em;
}
#detail table th:nth-child(5) {
	width: 28%;
}
#detail table th:nth-child(6) {
	width: 9em;
}
#detail table th:nth-child(7) {
}

#detail-1 tbody tr:nth-child(7) td,
#detail-2 tbody tr:nth-child(2) td,
#detail-2 tbody tr:nth-child(3) td,
#detail-2 tbody tr:nth-child(4) td,
#detail-2 tbody tr:nth-child(6) td
{
	background: transparent;
	padding: 0.6em 0.8em;
	position: unset;
}
#detail-3 tbody tr:nth-child(4) td:nth-child(4),
#detail-3 tbody tr:nth-child(4) td:nth-child(6),
#detail-3 tbody tr:nth-child(6) td:nth-child(4),
#detail-3 tbody tr:nth-child(6) td:nth-child(6),
#detail-3 tbody tr:nth-child(12) td:nth-child(4),
#detail-3 tbody tr:nth-child(12) td:nth-child(6),
#detail-3 tbody tr:nth-child(22) td:nth-child(4),
#detail-3 tbody tr:nth-child(22) td:nth-child(6)
{
	text-align: left;
}
#detail-3 tbody tr:nth-child(4) td:nth-child(5),
#detail-3 tbody tr:nth-child(6) td:nth-child(5),
#detail-3 tbody tr:nth-child(12) td:nth-child(5),
#detail-3 tbody tr:nth-child(22) td:nth-child(5)
{
	text-align: center;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#detail table {
		font-size: .8em;
		width: 80em;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#detail table {
		font-size: 1.4rem;
		width: 1200px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#detail table {
		font-size: 1.3rem;
		width: 1000px;
	}
}

@media screen and (min-width:1280px) {
	#detail .itemBox > .wp-block-group__inner-container {
		grid-gap: 60px;
	}
	#detail .wp-block-table {
		overflow-x: hidden;
	}
	#detail table {
		width: 1180px;
	}
}

/*====================================================
////id movie
====================================================*/
	#movie .youtube {
		aspect-ratio: 16 / 9;
		margin-left: auto;
		margin-right: auto;
	}
	#movie .youtube iframe{
		width: 100%;
		height: 100%;
	}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 600px;
	}
	#movie .innerBox {
		padding: 40px 0;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 1000px;
	}
	#movie .innerBox {
		padding: 80px 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
