@charset "UTF-8";

.pc.print-hide {
    display:none;
}
.sp-tab.tab-hide {
    display:none;
}
#nav_btn > ul > li.sp {
    display: block;
}
header #h_box.sp ul#spnav {
    position: relative;
}
header #h_box.sp ul#spnav li#lang {
    position: absolute;
    right: -13px;
    width: auto;
    background: url(../img/locale.png) no-repeat left 5px;
  /* 多言語対応 -- START -- */
  /* 言語選択部分のレイアウト崩れ */
  /* padding-left: 6px; */
  padding-left: 20px;
  /* プルダウン内の文字が見切れる */
  line-height: 1.4;
  /* 多言語対応 -- END -- */
}
header #h_box.sp ul#spnav li#lang ul a {
    border: 0;
    font-size: 12px;
}
.check .sp li.p_number.digit-3 p.answered-count {
    padding-left: 10px;
}
.check dl {
    border-bottom: none;
/*     margin: 0 0 20px; */
    padding-bottom: 40px;
}
.check dd li {
  width: 50%;
    float: left;
}
/* 多言語対応 -- START -- */
.check dd .btn_answer {
  white-space: pre-line;
  max-height: 40px;
  text-align: center;
  padding: 10px 0;
  height: 40px;
}
/* 多言語対応 -- END -- */
.check dd li:nth-child(odd):not(:last-child) .btn_answer {
  /*  border-right: none; */
  /* 多言語対応 -- START -- */
  /* 設問レイアウト */
  white-space: pre-line;
  max-height: 40px;
  text-align: center;
  padding: 10px 0;
  height: 40px;
  /* 多言語対応 -- END -- */
}
.check dd li:nth-child(even) .btn_answer {
  border-left: none;
  /* 多言語対応 -- START -- */
  /* 設問レイアウト */
  white-space: pre-line;
  max-height: 40px;
  text-align: center;
  padding: 10px 0;
  height: 40px;
  /* 多言語対応 -- END -- */
}
/* 多言語対応 -- START -- */
.check dd .btn_answer2 {
    white-space: pre-line;
    max-height: 60px;
    text-align: center;
    padding: 10px 0;
    height: 60px;
  }
  .check dd li:nth-child(odd):not(:last-child) .btn_answer2 {
    white-space: pre-line;
    max-height: 60px;
    text-align: center;
    padding: 10px 0;
    height: 60px;
  }
  .check dd li:nth-child(even) .btn_answer2 {
    border-left: none;
    white-space: pre-line;
    max-height: 60px;
    text-align: center;
    padding: 10px 0;
    height: 60px;
  }
  .check dd .btn_answer3 {
    white-space: pre-line;
    max-height: 80px;
    text-align: center;
    padding: 10px 0;
    height: 80px;
  }
  .check dd li:nth-child(odd):not(:last-child) .btn_answer3 {
    white-space: pre-line;
    max-height: 80px;
    text-align: center;
    padding: 10px 0;
    height: 80px;
  }
  .check dd li:nth-child(even) .btn_answer3 {
    border-left: none;
    white-space: pre-line;
    max-height: 80px;
    text-align: center;
    padding: 10px 0;
    height: 80px;
  }
  .check dd .btn_answer4 {
    white-space: pre-line;
    max-height: 100px;
    text-align: center;
    padding: 10px 0;
    height: 100px;
  }
  .check dd li:nth-child(odd):not(:last-child) .btn_answer4 {
    white-space: pre-line;
    max-height: 100px;
    text-align: center;
    padding: 10px 0;
    height: 100px;
  }
  .check dd li:nth-child(even) .btn_answer4 {
    border-left: none;
    white-space: pre-line;
    max-height: 100px;
    text-align: center;
    padding: 10px 0;
    height: 100px;
  }
  .check dd .btn_answer5 {
    white-space: pre-line;
    max-height: 120px;
    text-align: center;
    padding: 10px 0;
    height: 120px;
  }
  .check dd li:nth-child(odd):not(:last-child) .btn_answer5 {
    white-space: pre-line;
    max-height: 120px;
    text-align: center;
    padding: 10px 0;
    height: 120px;
  }
  .check dd li:nth-child(even) .btn_answer5 {
    border-left: none;
    white-space: pre-line;
    max-height: 120px;
    text-align: center;
    padding: 10px 0;
    height: 120px;
  }
  /* 多言語対応 -- END -- */
  
.question_cho dl:after {
    clear: both;
    content: '';
    display: block;
}

.check .c_box[section-pk^="s_"] .question_cho h3,
.check .c_box[section-pk^="s_"] .question_pro h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.question_cho dl:after,
.question_pro dl:after {
    clear: both;
    content: '';
    display: block;
}
.check .page.sp {
    margin-top: 2px;
    margin-bottom: 10px;
}
/* .check .c_box[section-pk^="s_"] dl.line3 {min-height: 240px;} */
/* .check .c_box[section-pk^="s_"] dl.line4 {min-height: 240px;} */
/* .check .c_box[section-pk^="s_"] dl.line5 {min-height: 240px;} */
/* .check .c_box[section-pk^="s_"] dl.line6 {min-height: 240px;} */
/* .check .c_box[section-pk^="s_"] dl.line7 {min-height: 240px;} */
/* .check .c_box[section-pk^="s_"] dl.line8 {min-height: 240px;} */

.results .r_profile li.date {
    margin-left: 10px;
}
.results .consultation {
    padding: 8px 0 13px;
}
.results .consultation div.sp {
    padding: 0 10px;
    text-align: center;
}
.results .consultation div.sp img{
    width: 100%;
    height: auto;
}
.results .compare th .sp_box h4,
.results .compare th.compare03 .sp_box h4 {
    width: auto;
    margin-right: 10px;
}
.results .compare .transition .tr_stpro td h4,
.results .compare .transition .tr_factor td h4 {
    color: #3a62ac;
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 2px;
}
.results .compare .transition .tr_factor th {
    width: 300px;
}
.results .compare .transition .tr_stpro tr.sp th,
.results .compare .transition .tr_stpro dt {
    background: repeating-linear-gradient(-45deg, #e9f2f9, #e9f2f9 6px, white 6px, white 12px);
    letter-spacing: 1px;
    padding: 11px 0;
/*     text-align: center; */
    border-bottom: 1px solid #5da6d7;
}
.results .compare .transition .tr_stpro tr.sp th {
    color: #469ad8;
    font-size: 1.0em;
}
.en .results .compare th.compare03 .btn input[type="button"] {
    background-position: 36% center;
}
/* 多言語対応 -- START -- */
.vi .results .compare th.compare03 .btn input[type="button"] {
    background-position: 36% center;
}
.id .results .compare th.compare03 .btn input[type="button"] {
    background-position: 36% center;
}
.tl .results .compare th.compare03 .btn input[type="button"] {
    background-position: 36% center;
}
.th .results .compare th.compare03 .btn input[type="button"] {
    background-position: 36% center;
}
/* 多言語対応 -- END -- */
.wbox ul.inputtable li dl.spread dt .subh {
    width: 100%;
}
.wbox ul.inputtable li dl.spread dd .box input[type="password"] {
    width: 100%;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    padding: 12px 10px;
    margin: 1px;
    font-size: 1.0em;
    color: #35383b;
    border-radius: 5px;
    font-family: Verdana, sans-serif;
}
/* 多言語対応 -- START -- */
.en .results .r_spnav ul {
    min-width: 2000px;
}
.vi .results .r_spnav ul {
    min-width: 2000px;
}
.id .results .r_spnav ul {
    min-width: 2000px;
}
.tl .results .r_spnav ul {
    min-width: 2000px;
}
.th .results .r_spnav ul {
    min-width: 2000px;
}
/* 多言語対応 -- END -- */
