@charset "UTF-8";
/* =============================================================================
   マッチングページ
   レイアウト
============================================================================= */
#MatchingCnt {
  padding-bottom: 28px;
}

#MatchingCnt .leftBlock {
  padding-top: 28px;
  padding-bottom: 80px;
}

#MatchingCnt .containerResult {
  margin-left: 10px;
}

/* =============================================================================
   text
============================================================================= */
.nullMessage {
  margin-bottom: 3em;
  padding: 1em;
  background: rgb(255, 179, 179);
}

/* =============================================================================
   table
============================================================================= */
.tableQuestion {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.tableQuestion thead th {
  padding: 10px;
  width: 13%;
  background: #2a9f2e;
  color: #fff;
}

.tableQuestion thead th.stepFlow {
  background-color: transparent;
  width: auto;
}

.tableQuestion tbody th,
.tableQuestion tbody td {
  padding: 10px;
  vertical-align: middle;
}

.tableQuestion tbody .oddLine th,
.tableQuestion tbody .oddLine td {
  background: #f4f4f4;
}

.tableQuestion tbody .listAnswers.noCheck th,
.tableQuestion tbody .listAnswers.noCheck td {
  background: rgb(255, 179, 179);
}

.tableQuestion tbody th {
  font-size: 107.7%;
}

.tableQuestion tbody th .questionNum {
  float: left;
  margin-right: 10px;
  width: 1.5em;
  color: #2a9f2e;
  font-size: 128.6%;
  font-weight: bold;
  font-family: verdana;
  position: relative;
}

.tableQuestion tbody th .questionText {
  overflow: hidden;
  display: block;
  padding-top: 0.14em;
  text-align: left;
  font-weight: normal;
}

.tableQuestion tbody td {
  position: relative;
  padding: 0;
  height: 100%;
  text-align: center;
}

.tableQuestion tbody td label {
  display: block;
  padding: 10px;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.borderradius .tableQuestion tbody td input {
  -ms-filter: "alpha( opacity=0 )";
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 0;
}

.borderradius .tableQuestion tbody td input:focus {
  outline: none;
}

.borderradius .tableQuestion tbody td .btnRadio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 100%;
}

.borderradius .tableQuestion tbody td .btnRadio:before,
.borderradius .tableQuestion tbody td .btnRadio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
}

.borderradius .tableQuestion tbody td .btnRadio:before {
  margin-top: -8px;
  margin-left: -8px;
  width: 12px;
  height: 12px;
  border: 2px solid #bbb;
  border-radius: 12px;
  background-color: #fff;
}

.borderradius .tableQuestion tbody td .btnRadio:after {
  margin-top: -3px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

.borderradius .tableQuestion tbody td input:focus + .btnRadio:before {
  border-color: #666;
  background-color: #c6fec8;
}

.borderradius .tableQuestion tbody td input:checked + .btnRadio:before {
  border: 2px solid #2a9f2e;
}

.borderradius .tableQuestion tbody td input:checked + .btnRadio:after {
  background: #11c417;
}

.listAnswers {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.listAnswers.noCheck th,
.listAnswers.noCheck td {
  background: rgba(255, 0, 0, 0.3);
}

/* =============================================================================
   リスト
============================================================================= */
/* ----------------------------------------------
   フローリスト
---------------------------------------------- */
.listStepFlow {
  float: left;
  border: 3px solid #eaeaea;
  background-color: #ccc;
  overflow: hidden;
}

.listStepFlow li {
  float: left;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 40px;
  line-height: 3em;
  font-size: 123.1%;
  font-weight: bold;
  color: #fff;
}

.listStepFlow .stepFlow01 {
  padding-left: 20px;
}

.listStepFlow .stepFlow04 {
  padding-right: 20px;
}

.listStepFlow li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  right: -1.1em;
  z-index: -1;
  width: 2.1em;
  height: 2.1em;
  background-color: #ccc;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.no-csstransforms .listStepFlow li {
  padding: 0 20px;
}

.no-csstransforms .listStepFlow li:after,
.listStepFlow .stepFlow04:after {
  content: none;
}

.listStepFlow li.current,
#groupQuestion01 .stepFlow01,
#groupQuestion02 .stepFlow02,
#groupQuestion03 .stepFlow03,
#groupQuestion04 .stepFlow04 {
  z-index: 1;
  background-color: #fff;
  color: #2a9f2e;
}

#groupQuestion01 .stepFlow01:after,
#groupQuestion02 .stepFlow02:after,
#groupQuestion03 .stepFlow03:after {
  background-color: #fff;
  border-color: #2a9f2e;
}

/* ----------------------------------------------
   ボタングループ
---------------------------------------------- */
.listBtnGroup {
  margin: 0;
  margin-top: 3em;
  padding: 0;
  text-align: center;
  list-style: none;
}

.listBtnGroup li {
  display: inline-block;
  margin: 0 25px;
}

/* =============================================================================
   box
============================================================================= */
.boxQuestion {
  margin: 0 auto;
  max-width: 800px;
}

.js .isPC .groupQuestion {
  display: none;
  -ms-filter: "alpha( opacity=0 )";
  opacity: 0;
  transition: opacity 200ms;
}

.js .isPC .groupQuestion.current {
  display: block;
}

.js .isPC .groupQuestion.currentAnim {
  -ms-filter: "alpha( opacity=100 )";
  opacity: 1;
}

/* ----------------------------------------------
   解析中
---------------------------------------------- */
#nowAnalyse {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#nowAnalyse:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nowAnalyseText {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#nowAnalyse .fa {
  font-size: 30px;
  color: #666;
}

/* ----------------------------------------------
   診断結果
---------------------------------------------- */
.boxResultInfo {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #effff0;
  text-align: center;
}

.boxResultInfo p {
  font-size: 123.1%;
}

.boxResultTxt {
  margin-bottom: 30px;
  text-align: left;
}

.boxResultInfo canvas {
  tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#radarChart {
  display: block;
  margin: 0 auto;
}

.isPC #spSuppleChart {
  display: none;
}

#spSuppleChart {
  margin: 20px 0;
  padding: 1em;
  border: 1px solid #666;
  text-align: left;
}

#spSuppleChart ul {
  counter-reset: section;
}

#spSuppleChart li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 1em;
  padding-left: 2em;
  width: 43%;
  font-size: 92.3%;
  color: #666;
  vertical-align: top;
}

#spSuppleChart li:before {
  counter-increment: section;
  content: "[" counter(section, upper-latin) "] : ";
  margin-left: -2em;
}

.chartLabelNum {
  display: inline-block;
  width: 2em;
}

.resultSuppleInfo {
  padding-top: 20px;
}

.resultSuppleInfo .listShare {
  float: left;
}

.resultSuppleInfo .listShare li {
  float: left;
  margin-right: 20px;
}

.resultSuppleInfo .btnChart {
  float: right;
}

.resultSuppleInfo .btnChart a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(102, 102, 102, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dbdbdb",GradientType=0 );
  font-size: 75%;
  color: #555;
  text-decoration: none;
}

/* ----------------------------------------------
   表の見方
---------------------------------------------- */
#tableDescription {
  position: relative;
  display: none; /* モーダルボックス（初期非表示） */
  text-align: left;
  width: 500px;
  max-width: 90%;
}

#tableDescriptionInner {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.titleTableDescription {
  margin: 20px 0 5px;
  font-size: 123.1%;
}

.titleTableDescription:first-child {
  margin-top: 0;
}

#tableDescription .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #666;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  text-align: center;
  cursor: pointer;
}

/* ----------------------------------------------
   おすすめ学問
---------------------------------------------- */
.boxRecommendAcademics {
  position: relative;
  display: table;
  border-spacing: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.boxRecommendAcademics .titleSub {
  margin-left: 10px;
}

.boxAcademicsRow {
  display: table-row;
}

.boxAcademics {
  position: relative;
  display: table-cell;
  width: 353px;
  border: 1px solid #d5d5d5;
  font-size: 107.7%;
}

.boxAcademics:nth-child(even) {
  clear: both;
}

.boxAcademicsInner {
  padding: 10px 10px 55px;
  border-top: none;
}

.titleAcademics {
  position: relative;
  margin: -1px -1px 0;
  border: 1px solid #5dc060;
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f3f3f3",GradientType=0 );
  font-weight: bold;
}

.titleAcademics:after {
  content: "\f138";
  display: block;
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 1.2em;
  margin-top: -0.6em;
  font-size: 142.9%;
  line-height: 1.2;
  vertical-align: top;
  color: #5dc060;
}

.titleAcademics a {
  display: block;
  padding: 10px 30px 10px 10px;
}

.textAcademics {
  display: inline;
}

.boxAcademics .btnAcademics {
  position: absolute;
  bottom: 10px;
  width: 94%;
}

.boxAcademics .btnAcademics a:after {
  content: "\f0da";
}

#Smp .boxRecommendAcademics {
  display: block;
  margin: 0;
}

#Smp .boxAcademicsRow {
  display: block;
}

#Smp .boxAcademics {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  width: auto;
}

#Smp .boxAcademics:last-child {
  margin-bottom: 0;
}

#Smp .boxAcademicsInner {
  padding: 10px;
}

#Smp .boxAcademics .btnAcademics {
  position: static;
  width: auto;
}

/* ----------------------------------------------
   おすすめ大学
---------------------------------------------- */
/*.boxRecommendSchool {
  margin-top: 30px;
}*/
/* ----------------------------------------------
   棒グラフ
---------------------------------------------- */
.bargraphLabel {
  display: inline-block;
  width: 10em;
}

.lineBargraph {
  margin-bottom: 5px;
}

.bargraph {
  display: inline-block;
  margin: 0 0.5em;
  width: 180px;
  background: #eee;
  line-height: 1;
  text-align: left;
  font-size: 123.1%;
  vertical-align: middle;
}

.bargraph span {
  display: inline-block;
  height: 1em;
  background-color: #2a9f2e;
  line-height: 1;
  vertical-align: middle;
}

.point0 span {
  width: 0;
}

.point1 span {
  width: 6.25%;
}

.point2 span {
  width: 12.5%;
}

.point3 span {
  width: 18.75%;
}

.point4 span {
  width: 25%;
}

.point5 span {
  width: 31.25%;
}

.point6 span {
  width: 37.5%;
}

.point7 span {
  width: 43.75%;
}

.point8 span {
  width: 50%;
}

.point9 span {
  width: 56.25%;
}

.point10 span {
  width: 62.5%;
}

.point11 span {
  width: 68.75%;
}

.point12 span {
  width: 75%;
}

.point13 span {
  width: 81.25%;
}

.point14 span {
  width: 87.5%;
}

.point15 span {
  width: 93.75%;
}

.point16 span {
  width: 100%;
}

.bargraphPoint {
  display: inline-block;
  width: 4em;
}

/* =============================================================================
   スマホ用スタイル
============================================================================= */
#Smp #MatchingCnt .leftBlock {
  padding-bottom: 0;
}

#Smp #MatchingCnt .pageTitleGradBox {
  margin-bottom: 0;
}

#Smp .boxQuestion {
  padding: 10px 0;
  background-color: #f4f4f4;
}

.js #Smp .boxQuestion {
  display: none;
}

.js #Smp .boxQuestion.current {
  display: block;
}

#Smp .titleQuestionNum {
  position: relative;
  margin-bottom: 30px;
  padding: 0 10px;
  border-bottom: 2px solid #2a9f2e;
  font-size: 40px;
  line-height: 1.1;
  color: #2a9f2e;
}

#Smp .titleQuestionNum img {
  margin-right: 5px;
  line-height: 1;
  vertical-align: -2px;
}

#Smp .titleQuestionNum .progress {
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding: 0.1em 1em;
  background-color: #2a9f2e;
  border-radius: 1.4em;
  font-size: 18px;
  color: #fff;
}

#Smp .titleQuestionNum .currentNum {
  font-size: 24px;
}

#Smp .areaQuestion {
  margin: 0 10px;
  padding: 2em 1em;
  background-color: #fff;
  font-size: 115.4%;
  box-sizing: content-box;
}

#Smp .listAnswers {
  margin-top: 30px;
}

#Smp .listAnswers .listAnswersItem {
  display: inline-block;
  margin: 0 7px;
  width: 86px;
  vertical-align: top;
}

#Smp .listAnswersBtn {
  display: block;
  padding: 0.5em 5px;
  border-radius: 4px;
  background-color: #33c238;
  box-shadow: -1px 1px 4px rgba(102, 102, 102, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 107.7%;
  text-decoration: none;
}

#Smp .listAnswersBtn:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

#Smp .listAnswersText {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
}

#Smp .listAnswersBtn.blur {
  background: #ccc;
}

#Smp .listAnswersBtn.selected {
  background: #2a9f2e;
}

#Smp .btnQuestionBack {
  margin-top: 15px;
  text-align: center;
}

#Smp .btnQuestionBack a {
  display: inline-block;
  padding: 0.5em 0;
  width: 86px;
  line-height: 2;
  border-radius: 4px;
  background-color: #b6b6b6;
  box-shadow: -1px 1px 4px rgba(102, 102, 102, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
  color: #fff;
  text-decoration: none;
  font-size: 107.7%;
}

/* ----------------------------------------------
   以上で質問は終了です！
---------------------------------------------- */
#Smp .titleQuestionEnd {
  margin-bottom: 30px;
  padding: 0 10px;
  border-bottom: 2px solid #2a9f2e;
  font-size: 40px;
  line-height: 1.1;
}

#Smp .btnQuestionEnd {
  margin-top: 30px;
  text-align: center;
}

#Smp .btnQuestionEnd a {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  background-color: #33c238;
  box-shadow: -1px 1px 4px rgba(102, 102, 102, 0.75);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 107.7%;
  text-decoration: none;
}

#Smp #questionEnd .listBtnGroup li {
  margin: 0 15px;
  vertical-align: top;
}

#Smp #questionEnd .btnQuestionBack a {
  padding: 0;
  line-height: 50px;
}

/* =============================================================================
   結果ページ（スマホ）
============================================================================= */
#Smp #MatchingCnt .containerResult {
  margin-left: 0;
  padding-top: 13px;
  padding-bottom: 20px;
}

#Smp .boxResultTxt,
#Smp .boxResultChart,
#Smp .boxRecommendAcademics {
  float: none;
  width: auto;
}

#Smp .boxResultChart {
  margin-top: 20px;
}

#Smp #radarChart {
  max-width: 100%;
  height: auto;
}

#Smp .boxRecommendSchool .btnSearch {
  margin-right: 0;
  margin-left: 0;
}

#Smp .btnRetry {
  margin-top: 40px;
}

#Smp #tableDescriptionInner {
  padding: 50px 20px;
}
