
/*共通箇所*/
  main .pcOnly {
    display: inline-block;
  }
.fix_btn.fixed {
	z-index: 999;
}
.content {
	max-width: 800px;
	margin: auto;
	padding: 5.5rem 0 4.5rem;
}
.textindent-1 li {
  padding-left: 1.4rem;
  text-indent: -1.9rem;
  margin-bottom: .3rem;
}
.textindent-1 li .span {
	padding-right: .3rem;
}
.textindent-1 .sub_heading {
	font-weight: bold;
	text-indent: 0;
	padding-left: 0;
	margin-top: 1.5rem;
}
/*END===共通箇所*/
/*入会申込箇所のcss*/
main .cont_inner02 {
  max-width: 700px;
  margin: 5rem auto 10rem;
}
.cv_box_inner {
  padding: 0;
}
.cv_box_link {
	margin: .5rem 0 1.5rem auto;
}
/*END===入会申込箇所のcss*/


main {
	background-color: #15a8c2;
}
main>.content:nth-of-type(1) {
	padding-top: 2rem;
}
h1 {
	text-align: center;
}
.bg_blue {
	background-color: #cdedf3;
	padding: 7rem 0 4.5rem;
}
.content.tokuten {
	background-color: #fff;
    position: relative;
    padding: 5.5rem 2rem 3rem;
	border-radius: 5px;
}
.tokuten:nth-of-type(2):before,
.tokuten:nth-of-type(2):after {
	content: "";
	width: 204px;
    position: absolute;
	top: -1rem;
    height: 88px;
    display: inline-block;
}
.tokuten:nth-of-type(2):before {
	background-image: url("/entry/2025TGU/images/donfetti_left.png");
	left: 0;
}
.tokuten:nth-of-type(2):after {
	background-image: url("/entry/2025TGU/images/donfetti_right.png");
	right: 0;
}
.tokuten h2 {
	position: absolute;
    top: -3rem;
    left: 50%;
    transform: translatex(-50%);
	z-index: 99;
}
.tokuten .detail li {
	text-align: center;
}
.tokuten>.detail li + li {
	margin-top: 2rem;
}
.tokuten:nth-of-type(2) .detail li + li {
	border-top: 3px dotted #cdedf3;
	padding-top: 3.5rem;
	margin-top: 3.5rem;
}
.content .accordion dt {
	font-size: 2.8rem;
    font-weight: bold;
    color: #fff12f;
    text-align: center;
    background-color: #007b91;
    padding: 1.5rem 1rem;
    cursor: pointer;
    margin-top: 3.5rem;
	position: relative;
}
.content .accordion dt::before,
.content .accordion dt::after {
  content: "";
  position: absolute;
}
.content .accordion:nth-of-type(1) dt::before {
  top: 28%;
  right: 1rem;
  width: 34px;
  height: 34px;
  background-color: #fff12f;
  border-radius: 50px;
}
.content .accordion dt::after {
  top: 42%;
  right: 2.1rem;
  width: 8px;
  height: 8px;
  border-top: 4px solid #007b91;
  border-right: 4px solid #007b91;
  transform: rotate(135deg);
}
.content .accordion dt.active::after {
  transform: rotate(-45deg);
  top: 47%;
}
.content .accordion dd {
	display: none;
	background-color: #fff;
	padding: 2rem 2rem 3rem;
}
.content .accordion:nth-of-type(2) dt {
  color: #5b5b5b;
  background-color: #e7e7e7;
  font-size: 2.2rem;
  padding: 1rem;
}
.content .accordion:nth-of-type(2) dt::after {
  border-top: 4px solid #5b5b5b;
  border-right: 4px solid #5b5b5b;
}
.content .accordion dd h3 {
	font-size: 2.6rem;
  text-align: center;
  background-color: #cdedf3;
  padding: .5rem 1rem;
  color: #08a5c0;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.content .accordion:nth-of-type(1) dd h3 {
  background-color: #cdedf3;
  color: #08a5c0;
  position: relative;
}

.content .accordion:nth-of-type(1) dd ul li + li {
	margin-top: 4rem;
}
/*tgu_tokuten*/
.tgu_tokuten th {
	background-color: #eb2f4c;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.tgu_tokuten td {
	vertical-align: middle;
}
.tgu_tokuten td p {
	font-size: 1.8rem;
	vertical-align: middle;
}
/*END===tgu_tokuten*/

@media screen and (max-width: 800px) {
	.content {
		padding: 5.5rem 1rem 4.5rem;
	}
	.bg_blue {
		padding: 7rem 1rem 4.5rem;
	}
}
@media screen and (max-width: 659px) {
	/**/
	.textindent-1 li {
  padding-left: 1.7rem;
  text-indent: -1.4rem;
  margin-bottom: .3rem;
  font-size: 1.2rem;
}
	main .cont_inner02 {
	  margin: 1.5rem auto 4.5rem;
	}
	  .cvarea {
    margin-top: 0;
  }
	.cv_box_link {
  margin: 0.5rem 0 .8rem auto;
}
	/**/
	  main .pcOnly {
    display: none;
  }

	main > .content:nth-of-type(1) {
  padding-top: 1.5rem;
}
	.bg_blue {
       padding: 4.5rem 1rem 3rem;
  }
	.tokuten h2 {
		width: 65%;
		text-align: center;
		top: -2rem;
	}
	 .content {
    padding: 2.5rem 1rem 2.5rem;
  }
	.content.tokuten {
		padding: 3rem 1rem 1.5rem;
	}
	.tokuten > .detail li + li {
	  margin-top: 1rem;
	}
	.tokuten:nth-of-type(2)::before, 
	.tokuten:nth-of-type(2)::after {
		background-size: 9rem;
       background-repeat: no-repeat;
	}
	.tokuten:nth-of-type(2)::after {
		background-position: right top;
	}
	.tokuten:nth-of-type(2) .detail li + li {
	  border-top: 2px dotted #cdedf3;
	  padding-top: 2rem;
	  margin-top: 2rem;
	}
	.content .accordion dt {
	  font-size: 2rem;
	  padding: 1rem 1rem;
      cursor: pointer;
      margin-top: 2.5rem;
		}
	.content .accordion:nth-of-type(2) dt {
		font-size: 1.7rem;
	}
	.content .accordion:nth-of-type(1) dt::before {
		width: 26px;
		height: 26px;
	}	.content .accordion dt::after {
		width: 6px;
	    height: 6px;
	    border-top: 3px solid #007b91;
	    border-right: 3px solid #007b91;
		right: 1.85rem;
	}
	.content .accordion:nth-of-type(2) dt::after {
	  border-top: 3px solid #5b5b5b;
	  border-right: 3px solid #5b5b5b;
	}
	.content .accordion dd {
	  padding: 1rem 1rem 2rem;
	}
	.content .accordion dd h3 {
		font-size: 1.7rem;
		margin-bottom: 1rem;
	}
	.content .accordion:nth-of-type(1) dd ul li + li {
	  margin-top: 3rem;
	}
	/*tgu_tokuten*/
		.tgu_tokuten th {
		background-color: #eb2f4c;
	  color: #fff;
	  font-weight: bold;
	  font-size: 1.5rem;
	}
	.tgu_tokuten td p {
		font-size: 1.6rem;
	}
	/*END===tgu_tokuten*/
}