/*ベース*/
.toggle {
	display: none;
}
.Label4 {		/*タイトル*/
	width: 94%!important;
	padding: 0;
	display: block;
	color: white;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-radius: 7px;
	text-align: center;
}

@media screen and (min-width: 750px) {
.Label4 {		/*タイトル*/
	width: 94%!important;
	padding: 0;
	display: block;
	color: white;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-radius: 7px;
	font-size: 34px;
	text-align: center;
}
}

.Label4::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url('../img/acc_off.png') no-repeat center center;
    background-size: contain; /* または100% 100% */
    position: absolute;
    top: 1.6rem;
    right: 0.8rem;
}

@media screen and (min-width: 750px) {
.Label4::before {
    width: 5rem;
    height: 5rem;
    top: 1.8rem;
    right: 0.8rem;
}
}

.Label4::before img{
	width: 100%;
}


.Label4 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	width: 94%!important;
	overflow: hidden;
	margin: auto;
	margin-top: 1rem;
}

.content {		/*本文*/
	height: 0;
	overflow-x: auto;
	padding-top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	border-radius: 2rem;
}

.content img{		/*本文*/
	width: 100%;
}

.content .btn{	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}


.toggle:checked + .Label4 + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
	padding-top: 10px;
}

.toggle:checked + .Label4::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url('../img/acc_on.png') no-repeat center center;
    background-size: contain; /* または100% 100% */
    position: absolute;
    top: 1.6rem;
    right: 0.8rem;
}

@media screen and (min-width: 750px) {
.toggle:checked + .Label4::before {
    width: 5rem;
    height: 5rem;
    top: 1.8rem;
    right: 0.8rem;
}
}



.container {
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
  width: 300px;
}




.Label5 {		/*タイトル*/
	width: 100%!important;
	padding: 0;
	display: block;
	color: white;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	background-color: black;
	border-radius: 7px;
	text-align: center;
	padding-top: 1rem;
	font-size: 1.4rem;
}

@media screen and (min-width: 750px) {
.Label5 {		/*タイトル*/
	width: 100%!important;
	padding: 0;
	display: block;
	color: white;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 34px;
	text-align: center;
	padding-top: 1rem;
}
}

.Label5::before{
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background: url('../img/acc_off.png') no-repeat center center;
    background-size: contain; /* または100% 100% */
    position: absolute;
    top: .4rem;
    right: 1.4rem;
}

@media screen and (min-width: 750px) {
.Label5::before{
    width: 3rem;
    height: 3rem;
    top: .7rem;
    right: 1.4rem;
}
}

.Label5 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	width: 100%!important;
	overflow: hidden;
	margin: auto;
	margin-top: 1rem;
}

.content {		/*本文*/
	height: 0;
	overflow-x: auto;
	padding-top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

.content.bggr {
	background-color: #F7F7F7;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


.content img{		/*本文*/
	width: 100%;
}

.content .btn{	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}


.toggle:checked + .Label5 + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
	padding-top: 10px;
}


.container {
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
  width: 300px;
}

.toggle:checked + .content {
    height:auto;
    transition:all .3s;
    padding-top:10px;
    padding-bottom:10px;
	padding-top: 2rem;
}

.toggle:checked + .content + .Label5::before {
    background-image: url("../img/acc_on2.png");
}


.Label6 {		/*タイトル*/
	width: 100%!important;
	padding: 0;
	display: block;
	color: #000000;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	background-color: #EDEDED;
	border-radius: 7px;
	text-align: center;
	padding-top: 1rem;
	font-size: 1.4rem;
}

@media screen and (min-width: 750px) {
.Label6 {		/*タイトル*/
	width: 100%!important;
	padding: 0;
	display: block;
	color: #000000;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 34px;
	text-align: center;
	padding-top: 1rem;
}
}

.Label6::before{
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background: url('../img/acc_off_bk.png') no-repeat center center;
    background-size: contain; /* または100% 100% */
    position: absolute;
    top: .4rem;
    right: 1.4rem;
}

@media screen and (min-width: 750px) {
.Label6::before{
    width: 3rem;
    height: 3rem;
    top: .7rem;
    right: 1.4rem;
}
}

.Label6 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	width: 100%!important;
	overflow: hidden;
	margin: auto;
	margin-top: 1rem;
}


.content2 {		/*本文*/
	height: 0;
	overflow-x: auto;
	padding-top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

.content.wd100 {
	height: 0;
	overflow-x: auto;
	padding-top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


.content img{		/*本文*/
	width: 100%;
}

.content .btn{	
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}


.toggle:checked + .Label6 + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
	padding-top: 10px;
}


.container {
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
  width: 300px;
}

.toggle:checked + .content {
    height:auto;
    transition:all .3s;
    padding-top:10px;
    padding-bottom:10px;
	padding-top: 2rem;
}

.toggle:checked + .content + .Label6::before {
    background-image: url("../img/acc_on_bk.png");
}
