.myAcc01 {
	padding-bottom: 60px
}
@media only screen and (max-width:768px) {
	.myAcc01 {
		padding-bottom: 40px
	}
}
.myAcc01__item:not(:last-child) {
	margin-bottom: 15px
}
.myAcc01__title {
	width: 100%;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-size: 17px;
	font-size: 1.7rem
}
.myAcc01__title-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: none;
	background: 0 0;
	font-size: 17px;
	font-size: 1.7rem
}
.myAcc01__title-btn:not(.-notBtn) {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
@media only screen and (max-width:768px) {
	.myAcc01__title-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem
	}
}
.myAcc01__title-btn[aria-expanded=true] .myAcc01__title-icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0)
}
.myAcc01__title-cat {
	padding: 15px 40px;
	background: #e8e8e8;
	font-weight: 700;
	width: 151px;
	text-align: left
}

.myAcc01__title-cat.-type02 {
  width: 220px;
}
@media only screen and (max-width:768px) {
	.myAcc01__title-cat {
		display: block;
		width: 100%;
		padding: 5px 10px;
		text-align: left
	}
  .myAcc01__title-cat.-type02 {
    width: 100%;
  }
}
.myAcc01__title-name {
	padding: 15px 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left
}
@media only screen and (max-width:768px) {
	.myAcc01__title-name {
		display: block;
		line-height: 1.5;
		padding: 7.5px 10px 12px
	}
}
.myAcc01__title-icon {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block
}
@media only screen and (max-width:768px) {
	.myAcc01__title-icon {
		top: 17px;
		bottom: unset
	}
}
.myAcc01__title-icon:after, .myAcc01__title-icon:before {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #222;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 2px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:768px) {
	.myAcc01__title-icon:after, .myAcc01__title-icon:before {
		width: 10px
	}
}
.myAcc01__title-icon:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}
.myAcc01__defItem {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: .08em;
	line-height: 1.7
}
@media only screen and (max-width:768px) {
	.myAcc01__defItem {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: .08em;
		line-height: 1.6
	}
}
.myAcc01__defTtl {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px 15px 40px;
	background: #e8e8e8;
	font-weight: 700;
	width: 151px
}
.myAcc01__defTtl.-type02 {
  width: 220px;
}
@media only screen and (max-width:768px) {
	.myAcc01__defTtl {
		display: block;
		width: 100%;
		padding: 5px 10px
	}
  .myAcc01__defTtl.-type02 {
    width: 100%;
  }
}
.myAcc01__defTxt {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 40px
}
@media only screen and (max-width:768px) {
	.myAcc01__defTxt {
		display: block;
		line-height: 1.5;
		padding: 7.5px 10px 12px
	}
}
.myAcc01__detail {
	display: none
}
