@charset "utf-8";

.targetjudgementtest_content {
  margin-bottom: 50px !important;
  text-align: center;
}
@media screen and (max-width: 767px){
  .targetjudgementtest_content {
	  margin-bottom: 30px !important;
}
}

.targetjudgementtest_header {
  font-size: 2.3em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px !important;
}
.targetjudgementtest_header span {
  font-size: 2em;
  color: #0068B7;
}

.targetjudgementtest_title {
  border: 4px solid #1D2088;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px !important;
}
.targetjudgementtest_title-text {
  font-size: 6em;
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px){
  .targetjudgementtest_header {
	  font-size: 1.5em;
}
.targetjudgementtest_header span {
	  font-size: 2em;
}
  .targetjudgementtest_title-text {
	  font-size: 3.2em;
}
}
.targetjudgementtest_title-text span{
  color: #000000;
}

.targetjudgementtest_schedule {
  text-align: right;
  margin-top: 10px !important;
}
.targetjudgementtest_schedule-caution {
  font-size: 1em;
  color: #ffffff;
  display: inline-block;
  background-color: #E60012;
  padding: 10px;
  margin-bottom: 10px !important;
}

.targetjudgementtest_about-title {
  font-size: 2em;
  color: #1D2088;
  text-align: center;
  padding: 10px;
  border-bottom: 4px solid #1D2088;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
  .targetjudgementtest_about__flex {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px !important;} }

@media screen and (max-width: 767px) {
  .targetjudgementtest_about__flex {
    text-align: center; 
	margin-bottom: 20px !important;} }

.targetjudgementtest_about__flex-text {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .targetjudgementtest_about__flex-text {
      width: calc(100% - 340px); } }
  @media screen and (max-width: 767px) {
    .targetjudgementtest_about__flex-text {
      margin-top: 15px; } }

.targetjudgementtest_about__flex-img {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .targetjudgementtest_about__flex-img {
      width: 300px; } }
  @media screen and (max-width: 767px) {
    .targetjudgementtest_about__flex-img {
      max-width: auto; }
      .targetjudgementtest_about__flex-img img {
        max-width: 240px; }
      .targetjudgementtest_about__flex-img {
        margin-top: 15px; } }

.targetjudgementtest_about-example {
  font-size: 1em;
  color: #000000;
  text-align: left;
  padding: 10px;
  border: 4px solid #9FA0A0;
  box-sizing: border-box;
  border-radius: 20px;
}

.targetjudgementtest_about-example-title {
  font-size: 1em;
  color: #FFF100;
  text-align: left;
  display: inline-block;
  background-color: #1D2088;
  padding: 6px;
  margin-bottom: 8px !important;
}

.targetjudgementtest_explanation {
  margin-bottom: 50px !important;
  font-size: 1.3em;
}
.targetjudgementtest_explanation li {
  line-height: 2.2;
  list-style:none;
}
@media screen and (max-width: 767px){
  .targetjudgementtest_explanation {
	  margin-bottom: 30px !important;
	  font-size: 1em;
}
  .targetjudgementtest_explanation li {
	  line-height: 1.5;
}	
}
.text-blue {
  color: #0068B7;
}
.text-red {
  color: #E60012;
}