/*
  Sub Page
*/
/*------------------------
  Common
------------------------*/
.bg-gray {
  background-color: #F6F6F6;
  overflow: hidden;
}

.wh-box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.subtitle-blue {
  color: #0071bc;
  font-size: 20px;
  font-size: 1.6680567139vw;
}

.wb-tag {
  color: #fff;
  font-size: 15px;
  font-size: 1.2510425354vw;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #99c6e4;
  line-height: 40px;
  line-height: 3.3361134279vw;
  border-radius: 20px;
  border-radius: 1.6680567139vw;
  min-width: 200px;
  min-width: 16.6805671393vw;
  margin: 2.5vw 0;
}

@media screen and (min-width: 1200px) {
  .subtitle-blue {
    font-size: 2rem;
  }
  .wb-tag {
    font-size: 1.5rem;
    line-height: 40px;
    border-radius: 20px;
    min-width: 200px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .bg-gray {
    background-color: transparent;
  }
  .subtitle-blue {
    font-size: 1.9rem;
  }
  .wb-tag {
    font-size: 1.4rem;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    margin: 30px 0 20px;
  }
}
/*------------------------
  Breadcrumbs
------------------------*/
#breadcrumbs {
  max-width: calc(1140px + 10.66vw);
  width: 100%;
  margin: 0.833vw auto -1em;
  padding: 0 5.33vw;
  font-size: 13px;
  font-size: 1.0842368641vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumbs a {
  color: #1375f4;
  text-decoration: underline;
}
#breadcrumbs a span {
  padding: 0;
}
#breadcrumbs span {
  padding: 0 0.667vw;
  position: relative;
}
#breadcrumbs span:nth-child(1) {
  padding-left: 0;
}
#breadcrumbs span a::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1px;
  height: 1em;
  background: #444;
  right: -1px;
  top: 0.3em;
  opacity: 0.3;
}

@media screen and (min-width: 1200px) {
  #breadcrumbs {
    margin: 10px auto;
    font-size: 1.3rem;
  }
  #breadcrumbs span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #breadcrumbs {
    font-size: 13px;
    font-size: 1.3118062563vw;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
/*------------------------
  Test List
------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.btn-wrap .select-box,
.btn-wrap .link-btn-box {
  width: 350px;
  width: 350px;
  width: 29.1909924937vw;
  margin: -20px 20px 20px;
  margin: -1.667vw 1.667vw 1.667vw;
  position: relative;
}
.btn-wrap .cat__list {
  width: 100%;
  border-radius: 35px;
  border-radius: 2.9190992494vw;
  font-size: 16px;
  font-size: 1.3344453711vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 70px;
  line-height: 5.8381984987vw;
  padding: 0 2.5vw;
  transition: all 0.3s;
  position: relative;
  background-color: #90d3ff;
}
.btn-wrap .cat__list::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227.3px%22%20viewBox%3D%220%200%2012%207.3%22%20style%3D%22enable-background%3Anew%200%200%2012%207.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23444444%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_152%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0L6%2C4.7L1.3%2C0L0%2C1.3l6%2C6l6-6L10.7%2C0z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px auto;
  background-position: right 2.5vw center;
  pointer-events: none;
}
.btn-wrap .cat__list:hover {
  background-color: #EAF4FA;
}
.btn-wrap .cat__list:hover::before {
  background-color: #90d3ff;
}
.btn-wrap .cat__list a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-size: 1.2510425354vw;
  font-weight: 700;
  transition: all 0.3s;
}
.btn-wrap .cat__item:hover .dropdown__list {
  display: block;
}
.btn-wrap .dropdown__list {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 70px;
  top: 5.8381984987vw;
  left: 0;
  padding-top: 5px;
  padding-top: 0.4170141785vw;
}
.btn-wrap .dropdown__item {
  background-color: #0071bc;
  height: 55px;
  height: 4.5871559633vw;
  transition: all 0.3s;
  position: relative;
}
.btn-wrap .dropdown__item:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-wrap .dropdown__item:last-child {
  border-radius: 0 0 6px 6px;
}
.btn-wrap .dropdown__item:not(:first-child)::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.btn-wrap .dropdown__item:hover {
  background-color: #1375f4;
}
.btn-wrap .dropdown__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn-wrap .link-btn-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
  height: 5.8381984987vw;
  border-radius: 35px;
  border-radius: 2.9190992494vw;
  font-weight: 700;
  padding: 0 2.5vw;
  background-color: #ffe946;
  background-repeat: no-repeat;
  background-position: right 2.5vw center;
}
.btn-wrap .link-btn-box a:hover {
  background-color: #fddf00;
}
.btn-wrap .link-btn-box a .tag {
  background-color: #fff;
  font-size: 13px;
  font-size: 1.0842368641vw;
  border-radius: 3px;
  padding: 0.2em 0.5em;
  margin-right: 0.8em;
}
.btn-wrap .link-btn-box a .link-btn-txt {
  font-size: 16px;
  font-size: 1.3344453711vw;
}

#test-list {
  margin-bottom: 100px;
  margin-bottom: 8.33vw;
  padding: 0;
}
#test-list .test-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#test-list .test-list-item {
  width: 33.333%;
  /*width: 25%;*/
  padding: 1.25vw;
}
#test-list .test-list-item a {
  display: block;
  height: 100%;
}
#test-list .test-list-item a:hover .inner {
  background-color: #e0f2fd;
}
#test-list .test-list-item a:hover .btn p {
  background-color: #1375f4;
}
#test-list .test-list-item .inner {
  background-color: #EAF4FA;
  border-radius: 6px;
  height: 100%;
  padding: 2.5vw 2.5vw 16.667vw;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 0.3s;
}
#test-list .test-list-item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
  font-size: 1.0842368641vw;
  color: #0071bc;
  font-weight: 700;
}
#test-list .test-list-item .info .time {
  padding-left: 2em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5vw auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230B71BC%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_223%22%20class%3D%22st0%22%20d%3D%22M9%2C18c-5%2C0-9-4-9-9c0-2.4%2C1-4.8%2C2.8-6.5c0.3-0.3%2C0.8-0.2%2C1%2C0.1c0.2%2C0.3%2C0.2%2C0.7%2C0%2C1%20c-3%2C2.9-3.1%2C7.7-0.2%2C10.7s7.7%2C3.1%2C10.7%2C0.2s3.1-7.7%2C0.2-10.7c-1.3-1.3-2.9-2.1-4.7-2.3v2.8C9.7%2C4.7%2C9.4%2C5%2C9%2C5.1S8.3%2C4.8%2C8.3%2C4.4%20c0%2C0%2C0%2C0%2C0-0.1V0.7C8.3%2C0.3%2C8.6%2C0%2C9%2C0c0%2C0%2C0%2C0%2C0%2C0c5%2C0%2C9%2C4%2C9%2C9S14%2C18%2C9%2C18L9%2C18z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_224%22%20class%3D%22st0%22%20d%3D%22M5.1%2C4.3l5.5%2C3.9c0.7%2C0.5%2C0.9%2C1.6%2C0.4%2C2.3c-0.5%2C0.7-1.6%2C0.9-2.3%2C0.4c0%2C0%2C0%2C0%2C0%2C0%20c-0.1-0.1-0.3-0.2-0.4-0.4L4.3%2C5.1C4.1%2C4.8%2C4.2%2C4.5%2C4.4%2C4.3C4.6%2C4.2%2C4.9%2C4.2%2C5.1%2C4.3L5.1%2C4.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#test-list .test-list-item .question-title {
  height: 95px;
  height: 7.9232693912vw;
  font-size: 20px;
  font-size: 1.6680567139vw;
  line-height: 1.6;
  margin: 40px 0 0;
  margin: 3.333vw 0 0;
}
#test-list .test-list-item .question-desc {
  height: auto;
}
#test-list .test-list-item .question-desc p {
  font-size: 15px;
  font-size: 1.2510425354vw;
}
#test-list .test-list-item .cat-icon {
  position: absolute;
  bottom: 110px;
  bottom: 9.167vw;
  left: 0;
  width: 100%;
}
#test-list .test-list-item .cat-icon img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 5vw;
}
#test-list .test-list-item .btn {
  position: absolute;
  width: 100%;
  padding: 0 4.167vw;
  left: 0;
  bottom: 40px;
  bottom: 3.333vw;
}
#test-list .test-list-item .btn p {
  display: block;
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.3344453711vw;
  font-weight: 700;
  line-height: 50px;
  line-height: 4.1701417848vw;
  border-radius: 25px;
  border-radius: 2.0850708924vw;
  transition: all 0.6s;
  -webkit-transition: all 0.3s;
}

@media screen and (min-width: 1200px) {
  .btn-wrap .select-box,
  .btn-wrap .link-btn-box {
    width: 350px;
    margin: -20px 20px 20px;
  }
  .btn-wrap .cat__list {
    width: 100%;
    border-radius: 35px;
    font-size: 1.6rem;
    line-height: 70px;
    padding: 0 30px;
  }
  .btn-wrap .cat__list::after {
    background-position: right 30px center;
  }
  .btn-wrap .cat__list a {
    font-size: 1.5rem;
  }
  .btn-wrap .dropdown__list {
    top: 70px;
    padding-top: 5px;
  }
  .btn-wrap .dropdown__item {
    height: 55px;
  }
  .btn-wrap .link-btn-box a {
    height: 70px;
    border-radius: 35px;
    padding: 0 30px;
    background-position: right 30px center;
  }
  .btn-wrap .link-btn-box a .tag {
    font-size: 1.3rem;
  }
  .btn-wrap .link-btn-box a .link-btn-txt {
    font-size: 1.6rem;
  }
  #test-list {
    margin-bottom: 100px;
    padding: 0;
  }
  #test-list .test-list-item {
    padding: 15px;
  }
  #test-list .test-list-item .inner {
    padding: 30px 30px 200px;
  }
  #test-list .test-list-item .info {
    font-size: 1.3rem;
  }
  #test-list .test-list-item .info .time {
    background-size: 18px auto;
  }
  #test-list .test-list-item .question-title {
    height: 95px;
    font-size: 1.8rem;
    margin: 40px 0 0;
  }
  #test-list .test-list-item .question-desc p {
    font-size: 1.5rem;
    margin-bottom: 25px;

  }
  #test-list .test-list-item .cat-icon {
    bottom: 110px;
    left: 0;
  }
  #test-list .test-list-item .cat-icon img {
    height: 60px;
  }
  #test-list .test-list-item .btn {
    padding: 0 50px;
    bottom: 40px;
  }
  #test-list .test-list-item .btn p {
    font-size: 1.6rem;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap .select-box,
  .btn-wrap .link-btn-box {
    width: 250px;
    margin: -20px 10px 20px;
  }
  .btn-wrap .cat__list {
    border-radius: 25px;
    line-height: 50px;
    padding: 0 20px;
  }
  .btn-wrap .cat__list::after {
    background-size: 12px auto;
    background-position: right 15px center;
  }
  .btn-wrap .cat__list a {
    font-size: 1.5rem;
  }
  .btn-wrap .dropdown__list {
    top: 50px;
    padding-top: 5px;
  }
  .btn-wrap .dropdown__item {
    height: 45px;
  }
  .btn-wrap .dropdown__item:hover {
    background-color: #1375f4;
  }
  .btn-wrap .dropdown__item a {
    font-size: 1.4rem;
  }
  .btn-wrap .link-btn-box a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 20px;
    background-position: right 15px center;
  }
  .btn-wrap .link-btn-box a .tag {
    font-size: 1.2rem;
    margin-right: 0.3em;
  }
  .btn-wrap .link-btn-box a .link-btn-txt {
    font-size: 1.5rem;
  }
  #test-list {
    margin-bottom: 50px;
    padding: 0 3.333vw;
  }
  #test-list .container {
      padding: 20px 0 0;
  }

  #test-list .test-list-row {
      margin: -20px;
  }
  #test-list .test-list-item {
    width: 100%;
    padding: 15px;
  }
  #test-list .test-list-item .inner {
    padding: 20px 25px 150px;
  }
  #test-list .test-list-item .info {
    font-size: 1.3rem;
  }
  #test-list .test-list-item .info .time {
    padding-left: 1.6em;
    background-size: 15px auto;
  }
  #test-list .test-list-item .question-title {
    height: auto;
    font-size: 1.8rem;
    margin: 25px 0 15px;
  }
  #test-list .test-list-item .question-desc {
    height: auto;
  }
  #test-list .test-list-item .question-desc p {
    font-size: 1.4rem;
  }
  #test-list .test-list-item .cat-icon {
    bottom: 80px;
  }
  #test-list .test-list-item .cat-icon img {
    height: 40px;
  }
  #test-list .test-list-item .btn {
    padding: 0 25px;
    left: 0;
    bottom: 20px;
  }
  #test-list .test-list-item .btn p {
    font-size: 1.6rem;
    line-height: 46px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 575px) {
  .btn-wrap {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .btn-wrap .select-box,
  .btn-wrap .link-btn-box {
    width: 260px;
  }
  .btn-wrap .link-btn-box {
    margin: -15px auto 0;
  }
  .btn-wrap .select-box {
    margin: 50px auto 20px;
  }
  #test-list .container {
    padding: 10px 0 0;
  }
}
/*------------------------
  Test Detail
------------------------*/
#test-detail .container {
  padding: 80px 0 100px;
  padding: 6.667vw 0 8.33vw;
}
#test-detail .heading-large {
  font-size: 34px;
  font-size: 2.8356964137vw;
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 2.5020850709vw;
}
#test-detail .test-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 70px 0;
  margin: 5.833vw 0;
}
#test-detail .test-info-row .text-box {
  width: 63.15%;
}
#test-detail .test-info-row .text-box p {
  line-height: 1.9;
}
#test-detail .test-info-row .text-box .em {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.5012510425vw;
  margin-bottom: 1.5em;
}
#test-detail .test-info-row .list-box {
  width: 36.85%;
  padding-left: 80px;
  padding-left: 6.6722268557vw;
}
#test-detail .test-info-row .list-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.417vw 0 1.25vw;
  font-size: 16px;
  font-size: 1.3344453711vw;
  line-height: 1.6;
}
#test-detail .test-info-row .list-box dl:last-child {
  margin-bottom: 0;
}
#test-detail .test-info-row .list-box dl dt {
  width: 6em;
}
#test-detail .test-info-row .list-box dl dt span {
  display: block;
  padding: 0.3em 1em;
  background-color: #0071bc;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#test-detail .test-info-row .list-box dl dd {
  width: calc(100% - 6em);
  padding: 0.3em 0 0 0.8em;
}
#test-detail .test-sample-cont {
  border: 3px solid #eee;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
}
#test-detail .test-sample-cont::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-radius: 6px;
  left: 0.833vw;
  top: 0.833vw;
}
#test-detail .test-sample-cont .wrapper {
  max-width: calc(880px + 3.75rem);
  width: 100%;
  font-size: 16px;
  font-size: 1.3344453711vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 1200px) {
  #test-detail .container {
    padding: 80px 0 100px;
  }
  #test-detail .heading-large {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  #test-detail .test-info-row {
    margin: 70px 0;
  }
  #test-detail .test-info-row .text-box .em {
    font-size: 1.8rem;
  }
  #test-detail .test-info-row .list-box {
    padding-left: 80px;
  }
  #test-detail .test-info-row .list-box dl {
    margin: 5px 0 15px;
    font-size: 1.5rem;
  }
  #test-detail .test-sample-cont .wrapper {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #test-detail .container {
    padding: 40px 0 60px;
  }
  #test-detail .heading-large {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #test-detail .test-info-row {
    margin: 25px 0 50px;
  }
  #test-detail .test-info-row .text-box {
    width: 100%;
  }
  #test-detail .test-info-row .text-box .em {
    font-size: 1.6rem;
  }
  #test-detail .test-info-row .list-box {
    width: 100%;
    padding: 20px 0 0;
  }
  #test-detail .test-info-row .list-box dl {
    margin: 5px 0 12px;
    font-size: 1.4rem;
  }
  #test-detail .test-info-row .list-box dl dt {
    width: 5.5em;
  }
  #test-detail .test-info-row .list-box dl dt span {
    padding: 0.2em 0.6em;
  }
  #test-detail .test-info-row .list-box dl dd {
    width: calc(100% - 5.5em);
    padding: 0.2em 0 0 0.6em;
  }
  #test-detail .test-sample-cont::before {
    border-radius: 3px;
    left: 8px;
    top: 8px;
  }
  #test-detail .test-sample-cont .wrapper {
    margin-bottom: 50px;
  }
}
/*------------------------
  CTA
------------------------*/
.cta-cont .form-block + p {
  color: #7A7A7A;
  margin-top: 0.8em;
}

/*------------------------
  Test Maker
------------------------*/
#test-maker {
  margin-bottom: 100px;
  margin-bottom: 8.3402835696vw;
}
#test-maker .test-maker-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.333vw;
}
#test-maker .test-maker-text {
  flex: 2;
}
#test-maker .test-maker-text p {
  line-height: 1.9;
}
#test-maker .test-maker-image {
  flex: 1;
  padding-left: 80px;
  padding-left: 6.6722268557vw;
}
#test-maker .test-maker-image img {
  max-width: 340px;
  max-width: 28.3569641368vw;
}

@media screen and (min-width: 1200px) {
  #test-maker {
    margin-bottom: 100px;
  }
  #test-maker .test-maker-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #test-maker .test-maker-image {
    padding-left: 80px;
  }
  #test-maker .test-maker-image img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #test-maker {
    margin-bottom: 60px;
  }
  #test-maker .test-maker-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  #test-maker .test-maker-text {
    width: 100%;
    flex: none;
  }
  #test-maker .test-maker-text p {
    line-height: 1.9;
  }
  #test-maker .test-maker-image {
    width: 100%;
    flex: none;
    padding: 0 0 20px;
  }
  #test-maker .test-maker-image img {
    max-width: 340px;
  }
}
/*------------------------
  Related Test
------------------------*/
#test-list.related .container {
  padding-top: 0;
}
#test-list.related h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 3.3361134279vw;
}
#test-list.related h2 .test-list__title {
  font-size: 30px;
  font-size: 2.5020850709vw;
  padding-left: 15px;
  padding-left: 1.2510425354vw;
  line-height: 1;
}
#test-list.related h2 img {
  width: 28px;
  width: 2.3352793995vw;
}
#test-list.related .test-list-item {
  width: 50%;
}
#test-list.related .test-list-item .inner {
  padding: 2.917vw 2.5vw 5.833vw;
}
#test-list.related .test-list-item .question-title {
  margin: 0;
}
#test-list.related .test-list-item .btn {
  width: 50%;
  right: 0;
  bottom: 2.5vw;
  left: auto;
  padding: 0 2.5vw;
}
#test-list.related .test-list-item .info {
  position: absolute;
  left: 2.5vw;
  bottom: 2.5vw;
}

@media screen and (min-width: 1200px) {
  #test-list.related h2 {
    margin-bottom: 40px;
  }
  #test-list.related h2 .test-list__title {
    font-size: 3rem;
    padding-left: 15px;
  }
  #test-list.related h2 img {
    width: 28px;
  }
  #test-list.related .test-list-item .inner {
    padding: 35px 30px 70px;
  }
  #test-list.related .test-list-item .btn {
    bottom: 30px;
    padding: 0 30px;
  }
  #test-list.related .test-list-item .info {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #test-list.related h2 {
    margin-bottom: 30px;
  }
  #test-list.related h2 .test-list__title {
    font-size: 1.9rem;
    padding-left: 10px;
  }
  #test-list.related h2 img {
    width: 20px;
  }
  #test-list.related .test-list-item {
    width: 100%;
  }
  #test-list.related .test-list-item .inner {
    padding: 30px 25px 80px;
  }
  #test-list.related .test-list-item .question-title {
    margin: 0 0 15px;
  }
  #test-list.related .test-list-item .btn {
    width: 180px;
    right: 0;
    bottom: 20px;
    left: auto;
    padding: 0 15px;
  }
  #test-list.related .test-list-item .btn p {
    font-size: 1.5rem;
    line-height: 40px;
    border-radius: 20px;
  }
  #test-list.related .test-list-item .info {
    position: absolute;
    left: 25px;
    bottom: 20px;
  }
}
/*------------------------
  Test Sample
------------------------*/
#test-sample .wrapper.narrow {
  max-width: calc(800px + 10.66vw);
}
#test-sample .action__row {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  #test-sample {
    word-break: break-all;
  }
  #test-sample .wb-tag {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #test-sample .wrapper.narrow {
    max-width: calc(800px + 10.66vw);
  }
  #test-sample .action__row {
    margin-bottom: 120px;
  }
}
#test-sample.result .wrapper.narrow {
  max-width: calc(1000px + 10.66vw);
  width: 96%;
  margin: 0 auto;
}

/*------------------------
  Terms
------------------------*/
#terms .container {
  padding: 50px 0 100px;
  padding: 4.167vw 0 8.333vw;
}
#terms .heading-medium {
  margin-top: 50px;
  margin-top: 4.167vw;
}
#terms p, #terms ul, #terms ol {
  font-size: 14px;
  font-size: 1.1676396997vw;
}
#terms p a, #terms p a:hover, #terms ul a, #terms ul a:hover, #terms ol a, #terms ol a:hover {
  text-decoration: underline;
}
#terms ul, #terms ol {
  margin: 1em 0 1em 1.8em;
}
#terms ul li, #terms ol li {
  margin: 1em 0;
}
#terms ul ul, #terms ul ol, #terms ol ul, #terms ol ol {
  margin-left: 1em;
}
#terms ul {
  list-style: disc;
}
#terms ul li::marker {
  font-size: 80%;
}
#terms ol {
  list-style: decimal;
}

@media screen and (min-width: 1200px) {
  #terms .container {
    padding: 50px 0 100px;
  }
  #terms .heading-medium {
    margin-top: 50px;
  }
  #terms p, #terms ul, #terms ol {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #terms .container {
    padding: 30px 0 60px;
  }
  #terms .heading-medium {
    margin-top: 40px;
  }
  #terms p, #terms ul, #terms ol {
    font-size: 1.3rem;
  }
  #terms ul li, #terms ol li {
    margin: 0.8em 0;
  }
}

/*------------------------
  Search sample test list
------------------------*/

.search-name {
  width: 360px;
  position: relative;
  display: flex;
  margin-left: 8px;
}
.search-name input {
  padding-left: 40px;
  font-size: 16px;
  color: #181C32;
  background-color: #F4F8FA;
  border: 0.0625rem solid #F4F8FA;
  box-shadow: none;
  display: block;
  width: 336px;
  font-weight: 400;
  line-height: 1.5;
  height: 45px;
  margin-right: 15px !important;
  margin-left: -12px;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.search-name svg {
  top: 12px;
  position: absolute;
  height: 2rem;
}
.link-btn-box-custom a.search-top {
  height: 45px !important;
}
.search-top {
  border-radius: 3px !important;
}
.cat__list-custom {
  height: 45px !important;
  line-height: 45px !important;
}
.select-box-custom, .search-name {
  margin: -68px 20px 20px !important;
}
div.link-btn-box-custom {
  margin: -68px 120px 20px !important;
  border-radius: 3px;
}

.select-box-custom {
  margin-right: 1px !important;
}

.dropdown__list-custom {
  top: 45px !important;
}
.btn-search {
  background-color: #009EF7;
  border-color: #009EF7;
  color: #fff;
  cursor: pointer;
  box-shadow: none !important;
  padding: 0.625rem 1.4375rem !important;
  font-weight: 700 !important;
  align-items: center !important;
  width: 64px;
  height: 45px;
  border-radius: 3px;
}

.btn-search span {
  font-size: 14px;
}

.title-ranking {
  display: block;
  width: 1325px;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
}

.image-ranking {
  max-width: 230px;
  height: 150px;
}

.ranking-test {
  width: 100%;
}

.ranking-test .btn-test {
  color: white;
  font-size: 12px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 4px;
  border-radius: 6px;
  padding-bottom: 0px;
}

.popover {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ranking-test a.btn-test-preview,
.btn-popover-preview
{
  background-color: #399EFF !important;
  font-size: 12px !important;
  height: 27px;
}

.ranking-test a.btn-test-preview:hover {
  color: #fff !important;
}

.ranking-test .btn-test-use, .btn-popover-test {
  background-color: #50CC89;
}

.ranking-test .sample-item .card .card-header, .ranking-test .sample-item .card .card-body, .ranking-test .sample-item .card .card-footer
{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border: none;
}
.ranking-test .sample-item .card .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.ranking-test .card-footer {
  padding: 0 !important;
}

.ranking-test .sample-item h3 {
  font-size: 13px;
}

.ranking-test .sample-item .card {
  padding-bottom: 0;
  border: none;
}

.ranking-test .slick-next:before, .slick-prev:before {
  color: #000 !important;
}

.ranking-test .slick-prev {
  left: 0px;
}

.ranking-test .slick-next {
  right: 0px;
}

.ranking-test .custom-my-slider .slick-track {
  margin-left: unset;
}

.ranking-test .my-slider {
  padding-left: 26px;
  margin-left: 5px;
}

.exam-same-category .exam-same-category-slider {
  padding-left: 26px;
  margin-left: 5px;
}

.exam-same-category .exam-same-category-slider {
  padding-left: 26px;
  margin-left: 5px;
}

.exam-same-category .slick-prev {
  left: 2px;
}

.exam-same-category .slick-next {
  right: 0px;
}

.exam-same-category .slick-next:before, .slick-prev:before {
  color: #000 !important;
}

.exam-same-category .slick-track {
  left: -12px;
}

.exam-same-category-slider {
  height: auto;
  overflow-y: hidden;
}
.exam-same-category-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1 ease;
  -webkit-transition: opacity 1s ease;
}

.exam-same-category-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.exam-same-category-slider .slick-track {
  margin-left: unset;
}

.slick-list-1.exam-same-category-slider .slick-list {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.card-footer, .card-header {
  background-color: transparent !important;
}

.ranking-test-industry, .ranking-test-job, .ranking-test-sample {
  width: 100%;
}
.ranking-test-industry .sample-item .card, .ranking-test-job .sample-item .card {
  padding-bottom: 0;
  border: none;
}
.ranking-test-industry .sample-category-item svg, .ranking-test-job .sample-category-item svg {
  color: #545454;
  font-size: 13px;
}
.text-sample-category {
  color: #545454 !important;
  font-size: 14px;
}
.sample-category-item .card-body, .list-sample-category .card-body, .accordion-search {
  padding: 0 !important;
}
.sample-category-item .fa-arrow-circle-right {
  color: #545454;
}

.sample-category-item {
  padding: 0px 15px;
}

.sample-item .card {
  position: relative;
  height: 100%;
  padding-bottom: 1.6875rem;
  background-color: rgba(245, 248, 250, 0.35);
  border: 1px solid #F4F8FA;
  border-radius: 0.375rem;
}

.sample-item .card .card-header, .sample-item .card .card-body {
  padding-left: 30px;
  padding-right: 30px;
}

#ranking-sample .item-sample-test .mb-24 {
  margin-bottom: 24px !important;
}

#sample-category-test .sample-item h3 {
  text-align: center;
  font-size: 17px;
  line-height: 2.8;
  min-height: 3rem;
  font-weight: 700 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.sample-item .btn {
  font-weight: 700;
  font-size: 12px;
}

#sample-category-test .card-footer {
  padding: 0;
  border-top: none;
}

.item-sample-test a {
  font-size: 14px;
}
#ranking-sample {
  padding: 0 15px;
}
#ranking-sample .bg-white {
  background-color: #fdfbfb !important;
}

.slick-slide .col-test-custom {
  width: 100% !important;
}

.my-slider {
  height: 180px;
  overflow-y: hidden;
}
.my-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1 ease;
  -webkit-transition: opacity 1s ease;
}

.my-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.search-all {
  padding: 0 15px;
  width: 100%;
}

button.accordion-button {
  background-color: #399EFF !important;
  color: white !important;
  font-weight: 700;
  font-size: 14px;
}
.accordion-item {
  border: none !important;
}
.accordion-collapse a {
  font-size: 14px;
  border: 1px solid #737373;
  padding: 6px;
}

.accordion-collapse .list-category {
  margin: 5px 0px;
}

.list-category .category-link:not(:last-child) {
  margin-right: 10px;
}

.list-category .category-link {
  line-height: 50px;
  white-space: nowrap;
  border-radius: 3px
}

.list-category .category-link:hover {
  background-color: #ffe946;
  border-color: #ffe946;
  color: #444 !important;
}

.slick-slide .sample-item h3 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700 !important;
  /*max-width: 235px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 39px;
  min-height: 48px;
  margin-bottom: -15px !important;
}

/*------------------------
  Sample popover test
------------------------*/

.popover-header {
  color: #000;
  font-weight: bold;
  background-color: #e5e2ec !important;
  border-radius: 0;
  border-bottom: none !important;
  font-size: 16px !important;
  padding: 14px 16px 0px 16px !important;
}

.popover-body
{
  background-color: #e5e2ec;
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after
{
  border-right-color: #e5e2ec !important;
  border-left-color: #e5e2ec !important;
  background-color: #fff !important;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: snow !important;
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-left > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after
{
  border-bottom-color: #e5e2ec !important;
  border-top-color: #e5e2ec !important;
  background-color: #fff !important;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-top .popover-header::before, .bs-popover-auto[data-popper-placement^=top] .popover-header::before,
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-left .popover-header::before, .bs-popover-auto[data-popper-placement^=left] .popover-header::before,
.bs-popover-left > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before
{
  border-bottom: none !important;
  border-left-color: snow !important;
  border-right-color: snow !important;
  border-top-color: snow !important;
}

.popover {
  box-shadow: unset;
  border: none !important;
}

.popover-body .card-body {
  padding-top: 0px;
}
.popover-body {
  color: #000;
  padding: 1rem 1.5rem !important;
}

.card-content {
  margin-top: 10px;
}

.card-title-sample .card-title {
  color: #545454;
  font-size: 13px;
}

.btn-test-popover {
  padding: 5px 4px 5px 4px !important;
  color: white !important;
  font-size: 12px;
  font-weight: 700;
}
.sample-description {
  font-size: 12px;
}

.accordion-button:not(.collapsed)::after {
  font-family: 'FontAwesome';
  content: '\f068' !important;
}

.accordion-button::after {
  font-family: 'FontAwesome';
  content: '\f067' !important;
  background-image: none !important;
}

#test-list .question-title {
  font-weight: bold;
}

.category-link.selected {
  background-color: #ffe946;
  border-color: #ffe946;
}

.btn-wrap .dropdown__item:has(.selected) {
  background-color: #1375f4;
}

#searchForm, .search {
  display: flex;
}

#input-search {
  margin: 0;
  padding: 0;
  width: 70px;
  background-color: #399EFF;
  border-color: #399EFF;
  color: white;
  font-weight: bold;
  margin-left: -4px !important;
}
.search-clear {
  color: #000 !important;
  background-color: #fff !important;
}

.medal {
  position: relative;
}

.medal .img-ranking, .medal .stt-ranking  {
  height: 44px;
  width: 33px;
  position: absolute;
  top: -6px;
  left: 5px;
}

.stt-ranking {
  background-color: #ccc;
  text-align: center;
  height: 30px !important;
  line-height: 30px;
  top: 5px !important;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .col-test-custom {
    flex: 0 0 auto;
    width: 20% !important;
  }
}

#take-test {
  position: fixed;
  right: -125px;
  bottom: 80px;
  cursor: pointer;
  width: 78px;
  height: 313px;
  border-radius: 10px;
  z-index: 111110;
}

#take-test a.search-top {
  height: auto !important;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-btn-txt div {
  width: 20px;
  line-height: 20px;
  padding: 8px 0px;
}

#take-test a.search-top .tag {
  width: 40px;
  margin-right: 0;
}

#test-list.test-list-sample-category {
  background-color: #EBF7FF;
  padding-bottom: 65px;
  margin-bottom: 0px;
}

#test-list.test-list-sample-category .mt-3 {
  text-align: center;
  font-size: 36px;
  padding: 40px;
  width: 100%;
  font-weight: 700;
  display: block;
}

#test-list.test-list-sample-category .test-list-item .inner {
  background-color: #fff;
  border: 1px solid #cdcdcd;
}

#test-list.test-list-sample-category .test-list-item a:hover .inner {
  background-color: #D0ECFF;
  border: 1px solid #D0ECFF;
}

#test-list.test-list-sample-category .test-list-item a:hover .inner .btn p {
  background-color: #fff;
  color: #0071BC;
}

#test-list.test-list-sample-category  .test-list-item .btn p {
  line-height: 40px;
}

#test-list.test-list-sample-category .test-list-item .inner {
  padding: 30px 30px 90px !important;
}

#test-list.test-list-sample-category .test-list-item .question-desc p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  color: #111111;
}

#test-list.test-list-sample-category .test-list-item .question-title {
  font-size: 2rem;
  margin: 10px 0 0;
}

#test-list.test-list-sample-category .test-list-item .info {
  font-size: 1.4rem;
  padding: 9px 0px;
}

#test-list.test-list-sample-category .test-list-item .question-title {
  height: unset;
}

#test-list.test-list-sample {
  background-color: #EBF7FF;
}

/*------------------------
  No62 SERAK02-18 test sample
------------------------*/
.preview_text_custom {
  padding: .5em 0.6em;
  display: flex;
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.2rem;
  color: #000;
  background-color: #ffe946;
  border-radius: 6px;
}

.preview_text_custom .icon {
  padding-left: 3.5em;
  background-repeat: no-repeat;
  background-position: left 1em center;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_6_%22%3E%20%3Cpath%20id%3D%22XMLID_12_%22%20class%3D%22st0%22%20d%3D%22M10%2C0C4.5%2C0%2C0%2C4.5%2C0%2C10s4.5%2C10%2C10%2C10s10-4.5%2C10-10S15.5%2C0%2C10%2C0z%20M10%2C1.7c4.6%2C0%2C8.3%2C3.7%2C8.3%2C8.3%20c0%2C4.6-3.7%2C8.3-8.3%2C8.3S1.7%2C14.6%2C1.7%2C10S5.4%2C1.7%2C10%2C1.7z%20M10%2C4.7c-0.7%2C0-1.2%2C0.5-1.2%2C1.2c0%2C0.7%2C0.5%2C1.2%2C1.2%2C1.2s1.2-0.5%2C1.2-1.2%20C11.2%2C5.3%2C10.7%2C4.7%2C10%2C4.7z%20M9%2C7.8v7.5h1.9V7.8H9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.test-sample-cont .header {
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.test-sample-cont .header {
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.group-info {
  padding: 0.8rem 0rem;
  border: solid #E8E8E8;
  border-width: 0 0 0px;
}

.group-info .heading--question {
  font-size: 24px;
  color: #0071BC;
  border: solid #0071BC;
  border-width: 2px 0;
  padding: 2.4rem 0;
  margin-bottom: 1.6rem;
}

.daimondai-info {
  padding: 0.8rem 0rem;
  border: solid #E8E8E8;
  border-width: 0 0 0px;
}

.daimondai-info .heading--question {
  font-size: 18px;
  border: solid lightgray;
  border-width: 1px 0;
  padding: 1.5rem 0;
  margin-bottom: 0.8rem;
}

pre {
  background-color: #23241f;
  color: #f8f8f2;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  font-family: Helvetica, Arial, sans-serif;
}