@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  exam
===================================================================*/
.cancel {
  text-decoration: line-through;
}

.exam .Main {
  background: #C08FB3;
}

.exam .head_caption h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #C08FB3));
  background: linear-gradient(transparent 70%, #C08FB3 0%);
}

.exam .oph {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.exam .oph h3 {
  text-align: center;
}

.exam .page_sec .sec_list_wrap {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.exam .page_sec .sec_list_wrap li {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 6rem;
}

.exam .page_sec .sec_list_wrap li a {
  display: block;
}

.exam .page_sec .sec_list_wrap li a img {
  display: block;
}

.exam .page_sec .sec_list_wrap li a dt {
  position: relative;
  margin-bottom: 1rem;
}

.exam .page_sec .sec_list_wrap li a dt img {
  width: 100%;
}

.exam .page_sec .sec_list_wrap li a dt::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.exam .page_sec .sec_list_wrap li a dt::after {
  display: block;
  content: "";
  color: #FFF;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  padding: .4rem 0 0 1rem;
  border: 5px solid transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.exam .page_sec .sec_list_wrap dd.title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #C08FB3;
}

.exam .page_sec .sec_list_wrap dd {
  font-size: 14px;
}

.exam .page_sec .sec_list_wrap dd span {
  font-weight: bold;
  font-size: 14px;
  color: #C08FB3;
}

.exam .page_sec .sec_list_wrap dd p {
  font-size: 20px;
  font-weight: bold;
  margin: .6rem 0;
}

.exam .con_all_wrap .note {
  font-size: 15px;
}

.exam .con_all_wrap .note.pc_none {
  margin: 0 2rem;
}

.exam .con_all_wrap .note.bg_g {
  background: #F7F7F7;
  padding: 2rem 2.6rem;
}

.exam .con_all_wrap .note .kome {
  width: auto;
  vertical-align: text-top;
}

.exam .con_all_wrap .note > span.waku {
  display: inline-block;
  color: #C08FB3;
  margin-top: 2rem;
  font-weight: bold;
  padding: .6rem 1rem;
  border: 2px solid #C08FB3;
}

.exam .con_all_wrap .note > .bold {
  font-weight: bold;
}

.exam .con_all_wrap.listcon h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #C08FB3;
  color: #C08FB3;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.exam .con_all_wrap.listcon h3 p {
  font-size: 14px;
  margin-top: 1rem;
}

.exam .con_all_wrap.listcon h4 {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 2rem;
}

.exam .con_all_wrap.listcon h4::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C08FB3;
  left: 0;
  top: .3rem;
}

.exam .con_all_wrap.listcon .con_main {
  padding: 0 2rem;
}

.exam .con_all_wrap.listcon .con_main .mention {
  font-size: 18px;
  position: relative;
  margin-bottom: 2rem;
}

.exam .con_all_wrap.listcon .con_main.w1080 .list_area li:first-child {
  border-top: 1px solid #E6E6E6;
  padding-top: 2rem;
}

.exam .con_all_wrap.listcon .con_main .list_area li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.exam .con_all_wrap.listcon .con_main .list_area dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.exam .con_all_wrap.listcon .con_main .list_area dd {
  font-size: 15px;
}

.exam .con_all_wrap.listcon .con_main .list_area dd div {
  margin-bottom: 1rem;
}

.exam .con_all_wrap.listcon .con_main .bold {
  font-weight: bold;
}

.exam .con_all_wrap.listcon .con_main a {
  color: #C08FB3;
}

.exam .con_all_wrap.listcon .con_main .btn_form a {
  color: #eb5e10;
}

.exam .con_all_wrap.listcon .con_main .table_area {
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 3rem;
}

.exam .con_all_wrap.listcon .con_main table {
  width: 774px;
  text-align: left;
}

.exam .con_all_wrap.listcon .con_main table td, .exam .con_all_wrap.listcon .con_main table th {
  border: 1px solid #E6E6E6;
  padding: 1.2rem 1.4rem;
  font-size: 15px;
}

.exam .con_all_wrap.listcon .con_main table th {
  background: #F7F7F7;
  width: 95px;
  font-size: 16px;
}

.exam .con_all_wrap.listcon .con_main table th.th_shu {
  width: 115px;
}

.exam .con_all_wrap.listcon .con_main table th.th_shu2 {
  width: 125px;
}

.exam .con_all_wrap.listcon .con_main table td.top {
  background: #424242;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.exam .con_all_wrap.listcon .con_main table td.top-1 {
  background: none;
  border: none;
}

.exam .con_all_wrap.listcon .con_main table td.td_co {
  width: 150px;
}

.exam .con_all_wrap.listcon .con_main table td.td_co {
  width: 150px;
}

.exam .con_all_wrap.listcon .con_main table td.td_la {
  width: 230px;
}

.exam .con_all_wrap.listcon .con_main table td.td_290 {
  width: 290px;
}

.exam .con_all_wrap.listcon .con_main table td.td_on {
  width: 105px;
}

.exam .con_all_wrap.listcon .con_main table td.td_to {
  width: 340px;
}

.exam .con_all_wrap.listcon .con_main table td.td_pt {
  width: 50px;
}

.exam .con_all_wrap.listcon .con_main table td.bg_col_wrap {
  width: 105px;
  position: relative;
  text-align: center;
}

.exam .con_all_wrap.listcon .con_main table td.bg_col_wrap div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}

.exam .con_all_wrap.listcon .con_main table p.bg_col {
  background: #707070;
  border: 1px solid #E6E6E6;
  color: #FFF;
  position: absolute;
  width: 100%;
  height: 38px;
  line-height: 2.3;
  top: 0;
  left: 0;
}

.exam .con_all_wrap.listcon .con_main table .tokuten {
  color: #C08FB3;
  border: 2px solid #C08FB3;
  text-align: center;
  padding: .2rem;
  font-size: 16px;
}

.exam .con_all_wrap.listcon .con_main .image_scroll_area {
  overflow: hidden;
  overflow-x: scroll;
}

.exam .con_all_wrap.listcon .con_main .image_scroll_area img {
  width: 772px;
}

.exam .con_all_wrap.listcon .con_side {
  background: #F7F7F7;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.exam .con_all_wrap.listcon .con_side li {
  font-weight: bold;
}

.exam .con_all_wrap.listcon .con_side li a {
  display: block;
  padding: 2rem;
  border-bottom: 1px solid #E6E6E6;
  border-left: 5px solid transparent;
}

.exam .con_all_wrap.listcon .con_side li:last-child a {
  border-bottom: none;
}

.exam .con_all_wrap.listcon .con_side .pdf {
  padding: 2rem;
}

.exam .con_all_wrap.listcon .con_side .pdf a {
  display: block;
  padding: 1rem;
  text-align: center;
  background: #C08FB3;
  color: #FFF;
  font-weight: bold;
  margin-top: 1rem;
}

.exam .con_all_wrap.listcon .con_side .pdf a::after {
  content: "PDF";
  background: #FFF;
  color: #C08FB3;
  font-size: 10px;
  display: inline-block;
  margin-left: .4rem;
  vertical-align: text-bottom;
  padding: .2rem .3rem;
}

.exam .brackets_sec {
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.exam .brackets_sec .brackets_wrap {
  position: relative;
  width: 100%;
  padding: 4rem 3rem;
}

.exam .brackets_sec .brackets_wrap::before, .exam .brackets_sec .brackets_wrap::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
}

.exam .brackets_sec .brackets_wrap::before {
  top: 0;
  right: 0;
  border-top: 3px solid #424242;
  border-right: 3px solid #424242;
}

.exam .brackets_sec .brackets_wrap::after {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #424242;
  border-left: 3px solid #424242;
}

.exam .brackets_sec p {
  font-size: 26px;
  font-weight: bold;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .exam .page_sec .sec_list_wrap {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .exam .page_sec .sec_list_wrap ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exam .page_sec .sec_list_wrap li {
    max-width: 540px;
    width: 50%;
  }
  .exam .page_sec .sec_list_wrap li a:hover {
    color: #C08FB3;
  }
  .exam .page_sec .sec_list_wrap li a:hover dd span {
    color: #C08FB3;
  }
  .exam .page_sec .sec_list_wrap li a:hover dt {
    position: relative;
  }
  .exam .page_sec .sec_list_wrap li a:hover dt::after {
    content: "";
    border: 5px solid #C08FB3;
    opacity: 1;
  }
  .exam .page_sec .sec_list_wrap dd.title {
    font-size: 32px;
    padding: 1rem 2rem 0;
    margin-bottom: .4rem;
  }
  .exam .page_sec .sec_list_wrap dd {
    font-size: 15px;
    padding: 0 2rem 2rem;
  }
  .exam .page_sec .sec_list_wrap dd span {
    font-size: 16px;
  }
  .exam .page_sec .sec_list_wrap dd p {
    font-size: 24px;
    padding: 1.4rem 0;
  }
  .exam .con_all_wrap .note {
    margin-bottom: 2rem;
  }
  .exam .con_all_wrap.listcon .con_all_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .exam .con_all_wrap.listcon h3 {
    font-size: 24px;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .exam .con_all_wrap.listcon .con_main {
    max-width: 834px;
    padding: 0;
    padding-right: 6rem;
  }
  .exam .con_all_wrap.listcon .con_main.w1080 {
    max-width: 1080px;
    padding-right: 0;
  }
  .exam .con_all_wrap.listcon .con_main.w1080 .list_area li:first-child {
    padding-top: 3rem;
  }
  .exam .con_all_wrap.listcon .con_main .list_area li {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .exam .con_all_wrap.listcon .con_main .list_area dl {
    width: 100%;
  }
  .exam .con_all_wrap.listcon .con_main .list_area dt {
    width: 20%;
    margin-bottom: 0;
  }
  .exam .con_all_wrap.listcon .con_main .list_area dd {
    width: 80%;
  }
  .exam .con_all_wrap.listcon .con_main .table_area {
    overflow: visible;
    margin-bottom: 2rem;
  }
  .exam .con_all_wrap.listcon .con_main table {
    width: 100%;
    max-width: 774px;
  }
  .exam .con_all_wrap.listcon .con_main .image_scroll_area {
    overflow: visible;
    max-width: 772px;
    width: 100%;
  }
  .exam .con_all_wrap.listcon .con_side {
    max-width: 246px;
    margin-bottom: 0;
    position: sticky;
    top: 134px;
  }
  .exam .con_all_wrap.listcon .con_side li {
    font-weight: bold;
  }
  .exam .con_all_wrap.listcon .con_side li a:hover {
    border-left: 5px solid #C08FB3;
    color: #C08FB3;
  }
  .exam .con_all_wrap.listcon .con_side .pdf p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .exam .con_all_wrap.listcon .con_side .pdf a:hover {
    background: #E695D1;
  }
  .exam .brackets_sec {
    padding: 0;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  .exam .brackets_sec .brackets_wrap::before, .exam .brackets_sec .brackets_wrap::after {
    width: 40px;
    height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
