@charset "UTF-8";

.Content {
  padding: 0 10px;
  width: 100%;
}

.Content_Title {
  color: #000;
  font: 500 2rem / 1.2 var(--font-family-sans);
  margin: 4rem auto 2rem auto;
  text-align: center;
}



.Futsal_Title {
	/*border-bottom: solid #000000 2px;*/
	margin: 8rem 0 1rem 0;
}

@media screen and (max-width: 576px) {
	.Content_Title {
      color: #000;
      font: 500 1.2rem / 1.2 var(--font-family-sans);
      margin: 4rem auto 2rem auto;
      text-align: center;
	}
	.Futsal_Title {
		margin: 4rem 0 1rem 0;
	}
}

.Content_TitleHr {
	background-color: #000000;
	border: none;
	height: 2px;
	width: 80%;
}

.Content_OutlineWrapper {
	padding-top: 2rem;
}

.Content_Outline {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 auto 2rem auto;
  text-align: left;
}

.Content_Outline2 {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  /*margin: 0 auto 2rem auto;*/
  text-align: left;
}

.Content_Section {
  margin: 2rem auto 2rem auto;
  width: 100%;
}

.Content_Question {
  background-color: #fff2cc;
  display: flex;
  flex-wrap: wrap;
  font: 500 15px / 1.2 var(--font-family-sans);
  justify-content: left;
  margin: 0 auto 3.5rem 0;
  padding: .5rem .5rem;
  width: fit-content;
}

.Content_Answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}

.Content_Answer {
  flex: 1 0 50%;
  margin: 1rem 0 2rem 0;
  max-width: 370px;
  padding: 0 .5rem;
}

.Content_FactorForJoining {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
  white-space: nowrap;
}

.Content_Emphasis.Emphasis-Blue {
  color: #5b9bd5;
}

.Content_Emphasis.Emphasis-Green {
  color: #ed7d31;
}

.Content_Emphasis.Emphasis-Orange {
  color: #7dad47;
}

.Content_Emphasis.Emphasis-Red {
  color: #f00;
}

.Content_Resondent {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
  margin: 0 0 0 auto;
  width: fit-content;
}

.Content_Resondent::before {
  content: "（";
}

.Content_Resondent::after {
  content: "）";
}

.Content_Discoveries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0;
}

.Content_Discovery {
  align-items: center;
  border: 1px solid #d0cece;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0rem 1rem 2rem 1rem;
  max-width: 550px;
  padding: .5rem 1rem .5rem 1rem;
}

.Content_DiscoveryText {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  margin: .5rem 0 1rem 0;
}

.Content_DiscoveryResondent {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  margin: 0 0 0 auto;
  width: fit-content;
}

.Content_DiscoveryResondent::before {
  content: "（";
}

.Content_DiscoveryResondent::after {
  content: "）";
}

.Content_Charm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 750px;
}

.Content_CharmList {
  display: flex;
  flex: 1 0 fit-content;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 1rem 1rem 1rem;
  max-width: 48%;
  min-width: fit-content;
  padding: 1rem 1rem 1rem 1rem;
}

.Content_CharmList.CharmList-Blue {
  border: 1px solid #deebf7;
}

.Content_CharmList.CharmList-Green {
  border: 1px solid #e2f0d9;
}

.Content_CharmItem {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 auto 1rem auto;
  width: fit-content;
}

.Content_CharmItem:last-child {
  margin: 0 auto 0 auto;
}

.Content_Personality {
  margin: 0 0 2.5rem 0;
  width: 100%;
}

.Content_PersonalityHeading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}

.Content_PersonalityHeading.PersonalityHeading-Orange {
  color: #ed7d31;
}

.Content_PersonalityHeading.PersonalityHeading-Yellow {
  color: #fec200;
}

.Content_PersonalityHeading.PersonalityHeading-Green {
  color: #548235;
}

.Content_PersonalityHeading::before {
  content: "・";
}

.Content_PersonalityHeading::after {
  color: #000;
  content: "な人";
  font-size: 1.4rem;
}

.Content_PersonalityText {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  margin: 0 0 0 10%;
}

@media screen and (min-width: 576px) {
  .Content_Outline {
    text-align: center;
  }

  .Content_Section {
    max-width: 540px;
  }

  .Content_Discovery {
    flex: 1 0 440px;
    padding: 1rem 3rem .5rem 3rem;
  }

  .Content_DiscoveryText {
    margin: 1rem 0 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .Content_Section {
    max-width: 720px;
  }

  .Content_Question {
    font-size: 20px;
  }

  .Content_Personality {
    margin: 0 0 4rem 0;
  }

  .Content_PersonalityHeading {
    font-size: 2rem;
  }

  .Content_PersonalityHeading::after {
    font-size: 1.5rem;
  }

  .Content_PersonalityText {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .Content_Section {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .Content_Section {
    max-width: 1140px;
  }
}

.Content_Personalities {
  margin: 0;
  padding: 0;
  width: 100%;
}


.Content_MatchResults {
	text-align: center;
}


.Content_ImageWrapper {
  text-align: center;
}

.Content_ImageFigWrap {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin: 1rem 0 1rem 0;
}

.Content_Image {
  display: inline;
  margin: 0 0 2rem 0;
  max-width: 100%;
  vertical-align: middle;
}


.Content_ImagefgWrapper {
  text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 800px;
}



.Content_Imagefg {
  display: inline;
  margin: 0 auto 0 auto;
  max-width: 100%;
  /*vertical-align: middle;*/
}

.Content_figcaption {
	font: 300 var(--font-size-s) / 1.5 var(--font-family-sans);
	text-align: right;
}


.Content_Comment {
	max-width: 800px;
	margin: 0 auto 4rem auto;
}

.Content_CommentDirector {
	margin-bottom: 4rem;
}

/*吹き出し左*/
.Content_CommentPlayerSpeechBubble1 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding: 18px 30px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}

.Content_CommentPlayerSpeechBubble1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35%;
  border-style: solid;
  border-width: 50px 25px 0 25px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  transform: skew(-51deg);
  transform-origin: top;
}

.Content_CommentPlayerSpeechBubble1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35%;
  border-style: solid;
  border-width: 45.5px 22.8px 0 22.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(-51deg);
  transform-origin: top;
}


.Content_SpeechBubble_right {
	text-align: right;
}

/*吹き出し右*/
.Content_CommentPlayerSpeechBubble2 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding: 18px 30px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}

.Content_CommentPlayerSpeechBubble2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  border-style: solid;
  border-width: 50px 25px 0 25px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  transform: skew(46deg);
  transform-origin: top;
}

.Content_CommentPlayerSpeechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  border-style: solid;
  border-width: 45.5px 22.8px 0 22.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(46deg);
  transform-origin: top;
}


@media screen and (max-width: 768px) {
	.br {
		display: none;
	}
	.Content_Outline {
		text-align: left;
	}
	.Content_title {
		font-size: 1.3rem;
	}
	.Content_OutlineWrapper,.Content_ImageWrapper,.Content_Comment {
		margin: 0 1rem;
	}
}

@media screen and (max-width: 992px) {
	.Content_ImagefgWrapper {
		justify-content: space-around;
	}
}


.Img_Dl {
	pointer-events: none;
	/* SPの長押し禁止 */
     -webkit-touch-callout:none;
     -webkit-user-select:none;
     -moz-touch-callout:none;
     -moz-user-select:none;
     user-select:none;
}