@charset "UTF-8";

.fv h2 {
	font-size: 46px;
}
@media only screen and (max-width: 768px) {
	.fv h1 {
		font-size: 21px;
	}
	.fv h2 {
		font-size: 21px;
	}
}

.underline-block {
	border-bottom: 4px #000000 solid;
	padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
	cursor: pointer;
	align-items: center;
}
.underline-block .area-marker {
	color: #FF0200;
	font-size: 32px;
	transform: rotate(0deg);
	transition: all 0.4s ease-out;
}
.underline-block .area-marker.on {
	transform: rotate(90deg);
	transition: all 0.4s ease-out;
}

@media only screen and (max-width: 768px) {
	.underline-block .product-heading__2 {
		font-size: 19px;
	}
	.underline-block {
		margin-bottom: 32px;
		border-bottom: 3px #000000 solid;
	}
	.underline-block .area-marker {
		font-size: 24px;
	}
}

.city-profile__body {
  line-height: 1.75;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .city-profile__body {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.city-profile__show-text {
  margin-bottom: 50px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .city-profile__show-text {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.city-profile__more-text {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 0 50px;
  background-image: url(../img/members/icon_more-text.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 57px auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  .city-profile__more-text {
    font-size: 14px;
    padding: 0 0 30px;
    background-size: 40px auto;
  }
}
.city-profile__more-text.is-close {
  background-image: url(../img/members/icon_close-text.png);
  padding: 50px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
}
.city-profile__more-text.is-close:before {
  font-size: 16px;
  content: "閉じる";
}
@media screen and (max-width: 768px) {
  .city-profile__more-text.is-close:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .city-profile__more-text.is-close {
    padding: 30px 0 0;
  }
}

.expand-button {
    cursor: pointer;
    text-decoration: underline;
    padding-top: 0.6em;
}
