/* CSS Document */
/* CSS Document */

.gaiyolist {
	margin-left: 2rem;
	margin-bottom: 15px;
}

.gaiyolist li {
	list-style-type: disc;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}
#gaiyou dd .gaiyolist:last-child {
	margin-bottom: 0;
}

.graph {
	width: 80%;
	margin: 40px auto;
}

.yakuin {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.yakuin li {
	width: 50%;
}

a.textjump {
    position: relative;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
a.textjump:after {
  content: "";
  position: absolute;
  top: 55%;
  bottom: 0;
  right: -1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  transform: translateY(-50%) rotate(45deg);
}
.torihiki {
	display: flex;
}
.torihiki li {
	width: 49%;
}

.sosiki {
	width: 60%;
	margin: 40px auto;
}


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

.gaiyolist {
	margin-left: 2rem;
	margin-bottom: 15px;
}

.gaiyolist li {
	list-style-type: disc;
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}
#gaiyou dd .gaiyolist:last-child {
	margin-bottom: 0;
}

.graph {
	width: 90%;
	margin: 20px auto;
}

.yakuin {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.yakuin li {
	width: 49%;
}
.textjump {
		width: 100%;
}
a.textjump {
    position: relative;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	width: 95%;
	display: block;
}
a.textjump:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  transform: translateY(-50%) rotate(45deg);

	
}
.torihiki {
	display: flex;
	flex-direction: column;
}
.torihiki li {
	width: auto;
}

.sosiki {
	width: 90%;
	margin: 20px auto;
}
	
}






















