@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}

/*****************************************
top
*****************************************/
.index .index-main-bottom {
  padding: 30px 0 54px;
}
@media (max-width: 978px) {
  .index .index-main-bottom {
    padding: 45px 0 54px;
  }
}
.index .index-main-bottom h2 {
  margin-bottom: 30px;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 978px) {
  .index .index-main-bottom h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .index .index-main-bottom h2 {
    font-size: calc(20/375*100vw);
  }
}
.index .index-main-bottom h2 * {
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.index .index-main-bottom h2 small {
  font-size: 80%;
  color: #ffffff;
}
.index .index-main-bottom h2 .yellow {
  color: #ffff00;
}
@media (max-width: 978px) {
  .index .index-main-bottom h2 .text1 {
    font-size: 80%;
  }
}
.index .index-main-flow {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}
@media (max-width: 978px) {
  .index .index-main-flow {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
}
.index .index-main-flow p {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  margin: 0 0 0;
  height: 60px;
  color: #65a9dd;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 978px) {
  .index .index-main-flow p {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
  }
}
.index .index-main-flow p:nth-child(odd) {
  background: #e5e5e5;
}
.index .index-main-flow p:nth-child(odd)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -40px;
  width: 40px;
  height: 60px;
  border-style: solid;
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #e5e5e5;
  z-index: 10;
}
@media (max-width: 978px) {
  .index .index-main-flow p:nth-child(odd)::after {
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 20px;
    height: 10px;
    border-width: 10px 10px 0 10px;
    border-color: #e5e5e5 transparent transparent transparent;
  }
}
.index .index-main-flow p:nth-child(even) {
  background: #fff;
  padding-left: 40px;
}
@media (max-width: 978px) {
  .index .index-main-flow p:nth-child(even) {
    padding-left: 0;
  }
}
.index .index-main-flow p:nth-child(even)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -40px;
  width: 40px;
  height: 60px;
  border-style: solid;
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}
@media (max-width: 978px) {
  .index .index-main-flow p:nth-child(even)::after {
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 20px;
    height: 10px;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
}
.index .index-main-flow p:last-of-type::after {
  content: none;
}
.index .btn-more-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  width: 374px;
  height: 70px;
  font-size: 2rem;
  color: #fff;
  border-radius: 70px;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}
@media (max-width: 978px) {
  .index .btn-more-lg {
    width: 88%;
    height: 60px;
    margin: 0 auto 20px;
  }
}
.index .btn-more-lg:not(:last-of-type) {
  margin-bottom: 20px;
}
.index .registrationTmps {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media (max-width: 978px) {
  .index .registrationTmps {
    flex-flow: column;
  }
}
.index .registrationTmps-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 978px) {
  .index .registrationTmps-block {
    flex-flow: column;
    margin: auto;
    width: 100%;
  }
}
.index .btn-primary:hover {
  color: #FF6A5C;
}
.index .btn-important:hover {
  color: #EF8300;
}

/*****************************************
PC-仮登録
*****************************************/
.registration {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}
@media (max-width: 978px) {
  .registration .contents {
    background: url(../images/update/sp_bg.svg) top left/100% auto;
  }
}
.registration .section {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 978px) {
  .registration .section {
    background: none;
  }
}
.registration .section.body {
  overflow: hidden;
}
@media (max-width: 978px) {
  .registration .section.body {
    background: #fff;
    margin: 30px 10px;
    width: calc(100% - 20px);
  }
}
.registration .page-title {
  position: relative;
}
@media (max-width: 978px) {
  .registration .page-title {
    background: #3B589A;
    min-height: 24px;
  }
  .registration .page-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #3b589a transparent transparent transparent;
  }
}
@media (max-width: 978px) {
  .registration .page-title .inner {
    display: none;
  }
}
.registration .catch-copy {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #464646;
}
@media (max-width: 978px) {
  .registration .catch-copy {
    font-size: 2rem;
  }
}
.registration .title-line {
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  height: 10px;
  background: url(../images/update/title-line.png) no-repeat bottom center/100% 100%;
}
@media (max-width: 978px) {
  .registration .title-line {
    margin: 0 0 20px;
  }
}
.registration .table tr {
  padding: 20px 0;
}
@media (max-width: 978px) {
  .registration .table tr {
    padding: 38px 18px;
  }
}
@media (max-width: 978px) {
  .registration .table tr.location {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.registration p {
  color: #464646;
}
.registration .text1 {
  margin-bottom: 34px;
  font-size: 1.6rem;
  color: #464646;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.form-step-list .active {
  position: relative;
  background: #65a9dd;
}
.form-step-list .active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -44px;
  width: 44px;
  height: 100%;
  border-style: solid;
  border-width: 45px 0 45px 40px;
  border-color: transparent transparent transparent #65a9dd;
  z-index: 10;
}
@media (max-width: 978px) {
  .form-step-list .active::after {
    border-width: 24.5px 0 24.5px 20px;
  }
}
.form-step-list .active dt {
  color: #fff !important;
}

.form-step-list > li {
  margin: 0;
  background: #E3E3E3;
}
@media (max-width: 978px) {
  .form-step-list > li {
    width: 50%;
  }
}

.form-step-list > li dl {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin: 0;
  font-size: 2rem;
}
@media (max-width: 978px) {
  .form-step-list > li dl {
    height: 49px;
    flex-flow: column;
    font-size: 1.2rem;
  }
}

.form-step-list > li dl dt {
  margin-right: 20px;
  color: #65a9dd !important;
}
@media (max-width: 978px) {
  .form-step-list > li dl dt {
    margin-right: 0;
  }
}

.form-step-list {
  margin-bottom: 35px;
}
@media (max-width: 978px) {
  .form-step-list {
    margin-bottom: 20px;
    display: flex;
  }
}

.form-step-list > li .step-label {
  background: none;
  text-align: center;
  display: block;
  color: #65aadd;
  font-weight: bold;
  padding: 4px 0;
}
@media (max-width: 978px) {
  .form-step-list > li .step-label {
    padding: 0;
    font-size: 1.2rem;
  }
}

.form-step-list > li.active .step-label {
  background: none;
  color: #fff;
}

.form-step-list > li.active dl dt {
  background: none;
  color: #65aadd;
}

.table tbody {
  background: #FAFAFA;
}
.table tr {
  display: flex;
  margin: auto;
  padding: 16px 0;
  width: calc(100% - 40px);
}
@media (max-width: 978px) {
  .table tr {
    flex-flow: column;
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 978px) {
  .table tr.onamae th {
    margin-left: -10px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 978px) {
  .table tr.kana th {
    margin-bottom: 10px;
    margin-left: -10px;
    padding: 0;
  }
}
.table tr.gakureki {
  flex-flow: row;
}
@media (max-width: 978px) {
  .table tr.gakureki {
    flex-flow: column;
  }
}
.table tr.gakureki th {
  display: block;
}
@media (max-width: 978px) {
  .table tr.gakureki th {
    display: flex;
    margin-bottom: 20px;
  }
}
.table tr.gakureki td {
  display: flex;
  flex-flow: column;
}
@media (max-width: 978px) {
  .table tr.gakureki label {
    margin-bottom: 18px;
    width: 100%;
  }
}
.table tr.kibo th {
  display: block;
}
@media (max-width: 978px) {
  .table tr.kibo th {
    margin-bottom: 10px;
  }
}
.table tr.kibo td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.table tr.kibo td label {
  display: inline-flex;
  align-items: center;
  padding-right: 16px;
  font-size: 1.2rem;
}
@media (max-width: 978px) {
  .table tr.kibo td label {
    margin-bottom: 18px;
  }
}
.table tr:not(:last-of-type) {
  border-bottom: 1px solid #B7B7B7;
}
.table tr th {
  display: flex;
  align-items: center;
  max-width: 363px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #464646;
  letter-spacing: 0.1em;
  border-right: none !important;
}
@media (max-width: 978px) {
  .table tr th {
    margin-bottom: 0;
  }
}
.table tr th * {
  color: #464646;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-right: none !important;
}
@media (max-width: 640px) {
  .table tr th * {
    font-size: calc(16/375*100vw);
  }
}
.table tr td {
  max-width: 550px;
  width: calc(100% - 363px);
  border: none !important;
}
@media (max-width: 978px) {
  .table tr td {
    width: 100%;
  }
}
.table tr.caption {
  padding: 0 20px;
  width: 100%;
  background: #E3E3E3;
  border: none;
}
@media (max-width: 978px) {
  .table tr.caption {
    height: 40px;
  }
}
.table tr.caption th {
  display: flex;
  align-items: center;
  height: 60px;
  color: #464646;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 978px) {
  .table tr.caption th {
    font-size: 2rem;
  }
}
.table .required {
  font-size: 1.2rem;
  color: #65A9DD;
  background: #D6ECFD;
}
.table .clm {
  display: inline-flex;
  flex-flow: column;
  font-weight: bold;
}
.table .short {
  min-width: 250px;
  min-height: 50px;
}
.table .input-mail {
  min-height: 50px;
  width: 100% !important;
}
.table label {
  padding: 0;
  font-size: 1.6rem;
  color: #777777;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.table label small {
  font-size: 1.2rem;
  font-weight: 300;
  color: #464646;
}
@media (max-width: 978px) {
  .table label small {
    display: inline-block;
    margin: 5px 0 10px;
  }
}
.table label[for=FfUserInfo_kname1] {
  margin-right: 36px;
  max-width: 250px;
}
@media (max-width: 978px) {
  .table label[for=FfUserInfo_kname1] {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.table label[for=FfUserInfo_kname2] {
  max-width: 250px;
}
@media (max-width: 978px) {
  .table label[for=FfUserInfo_kname2] {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.table label[for=FfUserInfo_fname1] {
  margin-right: 36px;
  max-width: 250px;
}
@media (max-width: 978px) {
  .table label[for=FfUserInfo_fname1] {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}
.table label[for=FfUserInfo_fname2] {
  max-width: 250px;
}
@media (max-width: 978px) {
  .table label[for=FfUserInfo_fname2] {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.table .icheckbox_flat-blue, .table .iradio_flat-blue {
  width: 30px;
  height: 30px;
  flex: none;
}
.table .iradio_flat-blue {
  background-position: -119px 0;
}
.table .iradio_flat-blue.checked {
  background-position: -147px 0;
}
.table .icheckbox_flat-blue, .table .iradio_flat-blue {
  background-size: 240px auto;
}
.table .form-control {
  min-height: 50px;
  width: 100% !important;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  border-radius: 0;
}
.table .form-control::placeholder {
  color: #DADADA;
}
@media (max-width: 978px) {
  .table .form-control {
    min-height: 40px;
  }
}
.table select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/update/arw_select.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 25px;
}
.table select.form-control::-ms-expand {
  display: none;
}
@media (max-width: 978px) {
  .table select.form-control.mikomi {
    margin-bottom: 25px;
  }
}
.table .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 20px;
  margin-left: 10px;
  padding: 0;
}
.table .jobsBox {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.table .jobsBox label {
  padding: 0 20px;
}
.table .icheckbox_flat-blue.checked {
  background-position: -29px 0;
}
.table select#FfUserInfo_job_type {
  width: 250px !important;
}
@media (max-width: 978px) {
  .table select#FfUserInfo_job_type {
    width: 100% !important;
  }
}
.table label[for=FfUserInfo_sex_0] {
  margin-right: 10px;
}
.table .txt_sm1 {
  color: #464646;
  font-weight: 300;
}
.table select#FfUserInfo_school_status {
  max-width: 250px;
}
@media (max-width: 978px) {
  .table select#FfUserInfo_school_status {
    max-width: 100%;
  }
}
.table select#FfUserInfo_graduation_year {
  max-width: 250px;
}
@media (max-width: 978px) {
  .table select#FfUserInfo_graduation_year {
    max-width: 100%;
  }
}
.table #bunkeiRikeiChk {
  display: block;
}
@media (max-width: 978px) {
  .table #bunkeiRikeiChk {
    margin-top: 10px;
  }
}
.table #bunkeiRikeiChk tr td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 0;
}
.table #bunkeiRikeiChk tbody {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.table #bunkeiRikeiChk tbody label {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  font-size: 1.2rem;
  width: auto;
}
.table .location {
  border-bottom: none !important;
}
.table .location th {
  display: block;
  color: #464646;
}
@media (max-width: 978px) {
  .table .location th {
    margin-bottom: 10px;
  }
}
.table .nowrap {
  white-space: nowrap;
}
@media (max-width: 978px) {
  .table .nowrap {
    white-space: pre-wrap;
  }
}
.table .nobdr {
  border-bottom: none !important;
}
.table .nopd {
  padding: 0 !important;
}
.table .nomr {
  margin: 0 !important;
}
.table #FfUserInfo_hum_or_sci {
  display: inline-flex;
  margin-bottom: 10px;
}

.test-step {
  background: #f9f9f9 url(../images/bg-grid.png) repeat 0 0;
}
.test-step .title-line {
  padding: 40px 0 0px;
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.1em;
  background: url(../images/update/title-line.png) no-repeat top center/100% 10px;
  color: #464646;
}
@media (max-width: 978px) {
  .test-step .title-line {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.test-step .contents {
  max-width: 1200px;
  margin: 60px auto 0;
  width: 100%;
  background: #fff;
}
@media (max-width: 978px) {
  .test-step .contents {
    margin: 30px 10px 0;
    padding: 0 10px 10px;
    width: calc(100% - 20px);
  }
}
.test-step .section {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 978px) {
  .test-step #form .section {
    padding: 0;
  }
}
.test-step .form-step-list {
  margin-bottom: 80px;
}
@media (max-width: 978px) {
  .test-step .form-step-list {
    margin-bottom: 30px;
  }
}
.test-step tr {
  padding: 40px 0;
}
@media (max-width: 978px) {
  .test-step tr {
    padding: 18px 15px;
  }
}
.test-step tr.address th {
  display: block;
}
@media (max-width: 978px) {
  .test-step tr.address th {
    margin-bottom: 15px;
    margin-left: -5px;
  }
}
.test-step tr.kiboGyosyu th {
  display: block;
}
@media (max-width: 978px) {
  .test-step tr.kiboGyosyu th {
    margin-bottom: 10px;
  }
}
.test-step tr.kiboGyosyu td {
  width: 100%;
}
.test-step tr.kiboGyosyu td label {
  margin-bottom: 18px;
  padding-right: 16px;
  font-size: 1.2rem;
}
.test-step tr.kiboGyosyu td .accordionDetail {
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.test-step tr.kiboSyokusyu th {
  display: block;
}
@media (max-width: 978px) {
  .test-step tr.kiboSyokusyu th {
    margin-bottom: 10px;
  }
}
.test-step tr.kiboSyokusyu td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.test-step tr.kiboSyokusyu td label {
  margin-bottom: 18px;
  padding-right: 16px;
  font-size: 1.2rem;
}
@media (max-width: 978px) {
  .test-step tr.kiboSyokusyu td label {
    margin-bottom: 18px;
  }
}
.test-step tr.kiboSyokusyu #jobHopeTypeSpan {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.test-step tr.etc th {
  display: block;
}
@media (max-width: 978px) {
  .test-step tr.etc th {
    margin-bottom: 10px;
  }
}
.test-step tr.etc td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
}
.test-step tr.etc td label {
  margin-bottom: 18px;
  padding-right: 16px;
  font-size: 1.2rem;
}
@media (max-width: 978px) {
  .test-step tr.etc td label {
    padding-right: 0;
    margin-bottom: 18px;
  }
}
.test-step tr.etc #otherProfile1Span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.test-step .well {
  border-bottom: none !important;
  font-size: 12px;
  line-height: 1.7;
}
@media (max-width: 978px) {
  .test-step .well {
    padding: 20px 20px;
    border-radius: 10px;
  }
}
.test-step .well ul {
  margin-bottom: 0;
}
.test-step .well li {
  font-weight: bold;
  color: #464646;
}
.test-step .well li:not(:last-of-type) {
  margin-bottom: 5px;
}
.test-step .well li:last-of-type {
  margin-bottom: 0;
}
.test-step .well .list1 {
  padding: 0;
  list-style: none;
}
.test-step .form-control.w250 {
  max-width: 250px;
}
@media (max-width: 978px) {
  .test-step .form-control.w250 {
    max-width: 100%;
  }
}
.test-step .text1 {
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #464646;
}
@media (max-width: 978px) {
  .test-step .text1 {
    margin-bottom: 30px;
    padding: 0;
    font-weight: 300;
  }
}
.test-step .text2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #464646;
}
@media (max-width: 978px) {
  .test-step .text2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.test-step .text3 {
  text-align: left;
  font-size: 1.2rem;
}
.test-step .scroll {
  overflow-y: scroll;
  overflow-x: visible;
  height: 300px;
}
.test-step .caption .title {
  padding-left: 50px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #464646;
  border-bottom: none;
  line-height: 1.5;
}
@media (max-width: 978px) {
  .test-step .caption .title {
    margin-bottom: 8px;
    font-size: 1.9rem;
    padding-left: 50px;
  }
}
.test-step .caption .inner {
  margin: auto;
  max-width: 916px;
}
.test-step .btn-primary {
  max-width: 374px;
  width: 100%;
  height: 70px;
  font-size: 2rem;
  border-radius: 70px;
}
@media (max-width: 978px) {
  .test-step .btn-primary {
    max-width: 320px;
    width: 90%;
    height: 50px;
  }
}
@media (max-width: 978px) {
  .test-step .btn-section {
    padding: 0 0 20px;
  }
}
@media (max-width: 978px) {
  .test-step label {
    display: inline-flex;
    font-size: 1.2rem;
    align-items: center;
  }
}
.test-step .accordionHead {
  font-size: 1.6rem;
}
@media (max-width: 978px) {
  .test-step .accordionHead {
    font-size: 1.2rem;
  }
}
.test-step .icheckbox_flat-blue, .test-step .iradio_flat-blue {
  width: 30px;
  height: 30px;
  flex: none;
  background-size: 240px auto;
}
.test-step .icheckbox_flat-blue.checked {
  background-position: -29px 0;
}

.accordionHead {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #BFBFBF;
  background: #EEEEEE;
  color: #464646;
}
.accordionHead::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 6px;
  background: url(../images/update/arw_accordion.svg) 100% 100% no-repeat;
  transition: 0.3s;
}
.accordionHead.open::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.accordionDetail {
  display: none;
  padding: 20px 10px;
  flex-flow: column;
}
@media (max-width: 978px) {
  .accordionDetail {
    padding: 20px 0 0;
  }
}
.accordionDetail label {
  padding-right: 15px;
  font-size: 1.2rem;
}
@media (max-width: 978px) {
  .accordionDetail label {
    margin-bottom: 18px;
  }
}

h1.title:before, h1.title:after, h2.title:before, h2.title:after, h3.title:before, h3.title:after, h4.title:before, h4.title:after, h5.title:before, h5.title:after, h6.title:before, h6.title:after {
  width: 14px;
  height: 14px;
}

.test-section {
  /* HiDPI support */
}
.test-section .box {
  padding: 0;
}
.test-section .section {
  max-width: 1124px;
  width: 100%;
}
.test-section .test-answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.test-section .test-answer li {
  padding: 0;
  border: 1px solid #eaeaea;
  max-width: 240px;
  border-radius: 5px;
}
@media (max-width: 978px) {
  .test-section .test-answer li {
    max-width: none;
    margin: auto;
    width: 88%;
  }
}
.test-section .test-answer li label {
  margin: 0;
  padding-right: 20px;
  padding-left: 13px;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #464646;
  border: none;
}
@media (max-width: 978px) {
  .test-section .test-answer li label {
    width: 100%;
  }
}
.test-section .test-answer li label.hover {
  background: #65aadd;
  color: #fff;
  font-weight: bold;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .test-section .icheckbox_flat-blue,
.test-section .iradio_flat-blue {
    background-image: url(../images/update/blue@2x.png);
  }
}

.test-question dt {
  color: #464646;
  font-weight: bold;
  font-size: 1.6rem;
  /*background: url(../images/update/line-dot.png) repeat-x left bottom/auto 6px;*/
}
@media (max-width: 978px) {
  .test-question dt {
    background: url(../images/update/line-dot.png) repeat-x left bottom/100% auto;
  }
}
.test-question dt span {
  margin-right: 40px;
  background: none;
  color: #569FD6;
  font-size: 3rem;
  font-weight: bold;
  width: auto;
  height: auto;
}
@media (max-width: 978px) {
  .test-question dt span {
    margin-right: 0;
  }
}

/*****************************************
confirm
*****************************************/
@media (max-width: 978px) {
  .confirm .section {
    margin: auto;
    width: calc(100% - 35px);
  }
}
.confirm .table caption {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 60px;
  color: #464646;
  background: #EEEEEE;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #BFBFBF;
}
@media (max-width: 978px) {
  .confirm .table caption {
    height: 40px;
  }
}
.confirm .table tbody {
  display: flex;
  flex-flow: column;
  height: 375px;
  overflow-y: scroll;
  overflow-x: visible;
}
.confirm .btn-section {
  padding: 40px 0 20px;
}
.confirm .btn-section .glyphicon-menu-right:before {
  content: none;
}
.confirm .btn-section button {
  width: 250px;
  height: 50px;
  border-radius: 70px;
  font-weight: bold;
}
.confirm .text1 {
  color: #464646;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 978px) {
  .confirm .text1 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
  }
}

.table .confirmBlock {
  display: flex;
}
@media (max-width: 978px) {
  .table .confirmBlock {
    flex-flow: column;
    padding: 16px 10px;
  }
}
.table .confirmBlock:not(:last-of-type) {
  border-bottom: 1px solid #EAEAEA !important;
}
.table .confirmBlock .confirmBlock_head {
  max-width: none;
  width: auto;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 978px) {
  .table .confirmBlock .confirmBlock_head {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.table .confirmBlock .confirmBlock_head span {
  margin-right: 22px;
  width: 43px;
  color: #569FD6;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: Gotham, sans-serif;
}
.table .confirmBlock .confirmBlock_body {
  display: flex;
  flex-flow: row;
  margin-left: auto;
  max-width: none;
  width: auto;
}
@media (max-width: 978px) {
  .table .confirmBlock .confirmBlock_body {
    margin-top: 6px;
    padding-left: 69px;
    justify-content: space-between;
    width: 100%;
  }
}
.table .confirmBlock .confirmBlock_body label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #EF8300;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-image: none;
}
.table .confirmBlock .confirmBlock_body .link {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 30px;
  padding: 0;
  color: #464646;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-image: none;
}
.table .confirmBlock .confirmBlock_body .link::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 13px;
  background: url(../images/update/arw_right.svg) center center/8px 13px no-repeat;
}
.table .confirmBlock .icheckbox_flat-blue, .table .confirmBlock .iradio_flat-blue {
  display: none;
}/*# sourceMappingURL=update.css.map */