@charset "utf-8";

/*-------------------------------------------*/
/*	タイトル
/*-------------------------------------------*/
.mdl_class {
  font-size: 2.4rem;
  border-bottom: 3px solid #e5eeff;
  margin-bottom: 1.5rem;
}

/*-------------------------------------------*/
/*	対象
/*-------------------------------------------*/
.list-subject li {
  align-items: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  padding: 1rem;
}
.list-subject span {
  padding-right: 1rem;
  vertical-align: middle;
}
.list-subject img {
  display: block;
}

.sbj-imgbox {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.sbj-imgbox li {
  overflow: hidden;
  width: 25%;
}
.sbj-imgbox img {
  width: 100%;
}

/*-------------------------------------------*/
/*	流れ
/*-------------------------------------------*/
.list-flow {
  display: block;
  margin: 0 auto 6rem;
  width: 90%;
}
.list-flow > li {
  position: relative;
  text-align: center;
}
.list-flow > li:not(:last-child)::after,
.flow02 li:first-child::after {
  border: 1em solid transparent;
  content: "";
  position: absolute;
}

.list-flow strong {
  display: block;
  font-size: 2.4rem;
  padding: .25em;
}

.list-flow strong {
background: #e5eeff;
}

.list-flow ul {
  margin: 0 .5rem 1rem;
}

li[class^="flow"] li {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: .25em;
  position: relative;
}

.flow02 li a {
  background: #3e8bd4;
  color: #fff;
  padding: 0 .5em;
  text-decoration: none;
  transition: all .5s;
}

.flow02 li a:hover {
  background: #65adf2;
}


/*-------------------------------------------*/
/*	テーブル
/*-------------------------------------------*/
.tbl_rel-list {
  border-collapse: collapse;
  font-size: 1.4rem;
}

.tbl_rel-list th,
.tbl_rel-list td {
  padding: 5px;
}

.tbl_rel-list tr:first-of-type th {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
.tbl_rel-list tr:first-of-type {
  background: #3e8bd4;
}

.tbl_rel-list td.tbl_rel-list_even,
.tbl_rel-list td.tbl_rel-list_odd {
  vertical-align: text-top;
}
.tbl_rel-list td.tbl_rel-list_even {
  background: #fff;
}
.tbl_rel-list tr.tbl_rel-list_even:nth-of-type(odd){
  background: #f0f8fe;
}
.tbl_rel-list td.tbl_rel-list_odd {
  background: #f6f6f6;
}
.tbl_rel-list tr.tbl_rel-list_odd:nth-of-type(even){
  background: #f6f6f6;
}
tr.tbl_rel-list_even + tr.tbl_rel-list_odd,
tr.tbl_rel-list_odd + tr.tbl_rel-list_even {
  border-top: 2px solid #fff;
}



/*-------------------------------------------*/
/*	新着情報
/*-------------------------------------------*/
.relt_news .list_news {
  margin-bottom: 0;
}



/*-------------------------------------------*/
/*	新たな参加企業
/*-------------------------------------------*/
.list-ncom,
.list-ncom li,
.list-ncom a,
.list-ncom a strong,
.list-ncom a p,
.list-ncom a span {
  display: block;
}

.list-ncom li:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.list-ncom a {
  background: #fff;
  border: 2px solid #3e8bd4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: .5em 1em;
  width: 100%;
}
.list-ncom a:hover {
  text-decoration: none;
}
.list-ncom a:hover strong {
  text-decoration: underline;
}
.list-ncom a p {
  color: #333;
}
.list-ncom a span {
  color: #666;
  font-size: 1.4rem;
}
.list-ncom a span::after {
  content: "]";
}
.list-ncom a span::before {
  content: "[";
}

/*-------------------------------------------*/
/*	注目されている試験
/*-------------------------------------------*/
.list_rel-test,
.list_rel-test li {
  display: flex;
}
.list_rel-test {
  flex-wrap: wrap;
  line-height: 1.4;
}

.list_rel-test li {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  flex-direction: column;
  padding: 1em;
  text-align: center;
}

.list_rel-test h3 {
  font-size: 1.8rem;
  margin: 0 auto;
}
.list_rel-test strong {
  color: #555;
  display: block;
  margin: .5em auto;
}

.rt-txt {
  text-align: justify;
}

.btn_rt-txt_more a {
  background: #f1f5ff;
  border: 1px solid #2c7bca;
  border-radius: 10px;
  box-shadow: 0 0 4px #205992;
  color: #3989d7;
  display: block;
  padding: .5em 1em;
  text-align: center;
  transition: all .4s;
}
.btn_rt-txt_more a:hover {
  background: #2c7bca;
  color: #fff;
}


.more_btnlink {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}

.more_btnlink a {
  display: inline-block;
  background-color: #2c7bca;
  border: 1px solid #2c7bca;
  border-radius: 1.3em;
  box-shadow: 0 1px 1px #caddee;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: .6rem 2rem .4rem;
  text-align: center;
  text-decoration: none;
}
.more_btnlink a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

/*-------------------------------------------*/
/*	試験場
/*-------------------------------------------*/
.box_test-center {
  margin-bottom: 6rem;
}

.tc-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.tc-list th,
.tc-list td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: .25em .5em;
}
.tc-list th {
  background: #fafafa;
  text-align: left;
}
.tc-list tr td:nth-of-type(1) {
  text-align: left;
}
.tc-list tr td:nth-of-type(n + 2) {
  min-width: 3em;
  text-align: center;
}


/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (max-width: 479px) {

}

@media screen and (min-width: 480px) and (max-width: 769px) {

}

@media screen and (max-width: 769px) {

}
@media screen and (min-width: 770px) and (max-width: 959px) {

}
@media screen and (min-width: 770px) {

}

@media screen and (max-width: 959px) {
  .list-subject li:not(:first-child) {
    margin-top: 1.5rem;
  }
  .list-flow > li:not(:last-child)::after {
    border-top: 1em solid #3e8bd4;
    bottom: -3em;
    right: calc(50% - 1em);
  }
  .flow02 ul {
    padding-bottom: 1rem;
  }
  .flow02 li:first-child {
    margin-bottom: 1.5em;
  }
  .flow02 li:first-child::after {
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #3e8bd4;
    bottom: -2em;
    right: calc(50% - .5em);
  }
  .list-flow > li:not(:last-child) {
    margin-bottom: 3em;
  }
  .list_rel-test {
    flex-direction: column;
  }
  .list_rel-test li:not(:first-child) {
    margin-top: 1em;
  }
  .map-img,
  .tc-list br {
    display: none;
  }
  .tc-list td {
    border: none;
  }
  .tc-list tr td:nth-of-type(n + 2) {
    text-align: left;
  }
  .tc-list tr td:nth-of-type(2)::before {
    content: "北海道・東北：";
  }
  .tc-list tr td:nth-of-type(3)::before {
    content: "関東：";
  }
  .tc-list tr td:nth-of-type(4)::before {
    content: "中部：";
  }
  .tc-list tr td:nth-of-type(5)::before {
    content: "関西：";
  }
  .tc-list tr td:nth-of-type(6)::before {
    content: "中国：";
  }
  .tc-list tr td:last-of-type::before {
    content: "九州・沖縄：";
  }
}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {
  .list-flow {
    max-width: 90rem;
  }
  .list-subject li {
    width: 30%;
  }
  .list-flow,
  .list-flow ul {
    display: flex;
    justify-content: space-between;
  }
  .list-flow > li {
    width: 30%;
  }
  .list-flow li:not(:last-child)::after {
    border-left: 1em solid #3e8bd4;
    right: -2.8em;
    top: .5em;
  }
  .flow02 li:first-child::after {
    border-bottom: .5em solid transparent;
    border-left: .5em solid #3e8bd4;
    border-top: .5em solid transparent;
    right: -2.2em;
    top: .5em;
  }
  .tbl_rel-list {
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
    width: 98%;
  }
  .list_rel-test {
    justify-content: space-around;
  }
  .list_rel-test li {
    width: 30%;
  }
  .list_rel-test li:nth-child(n+4) {
    margin-top: 1em;
  }
  .box_test-center {
    display: flex;
    justify-content: space-between;
  }
  .map-img {
    max-width: 20vw;
    overflow: hidden;
  }
  .map-img img {
    display: block;
    height: auto;
    width: 100%;
  }
  .list-ncom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-ncom li {
    display: flex;
  }
  .list-ncom li:nth-child(-n + 2) {
    width: 47%;
  }
  .list-ncom li:nth-child(n + 3) {
    display: flex;
    width: 32%;
  }

}
