@charset "utf-8";

/************************************************
 メインカラム
*************************************************/
main {
  overflow: hidden;
  margin: 0 10px;
}
@media print, screen and (min-width: 768px){
  main {
    margin: 0 30px;
  }
}

/*
main *:first-child {
  margin-top: 0 !important;
}
*/

@media print, screen and (min-width: 768px){
  .home main {
    width: 620px;
  }
}


/************************************************
 サイドメニュー
*************************************************/
aside {
  margin: 30px auto;
}

.side_box {
  margin: 30px auto;
  max-width: 300px;
}


/************************************************
 タイトル
*************************************************/
h1.page-title {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #89b737 center center;
  background-size: cover;
}
h1.page-title span {
  display: block;
  padding: 70px 0;
  background: rgba(137,183,55,0.5);
  text-shadow: 0 0 10px #000;
}

.archive_box {
  margin: 0 0 50px;
  padding: 0 10px;
  border: 1px solid #C5C5C5;
}
.archive-page-title {
  margin: 0;
  font-size: 1.4rem;
  padding: 10px 0 10px;
  text-align: center;
  border-bottom: 2px dotted #C5C5C5;
}
.detail_link {
  padding: 0 10px 10px;
}


/* ==============================================
 見出し
=============================================== */
main h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #89B737;
}
main h3 {
  font-size: 1.1rem;
  font-weight: normal;
  border-left: 5px solid #89B737;
  padding: 0 10px;
}

/* トップ用見出し
----------------------------------------------- */
.home main h2 {
  margin: 20px 0;
  height: 32px;
  color: #fff;
  font-size: 1.2rem;
  background: #89B737;
  border: none;
}
.home main h2 .left {
  float: left;
  line-height: 34px;
  padding-right: 10px;
  border-right: dashed 1px #fff;
}
.home main h2 .right {
  float: right;
  padding: 17px 0 3px 0;
  font-size: 0.7rem;
}


/* ==============================================
 テーブル
=============================================== */
main table {
  width: 100%;
  border-collapse: collapse;
  border:  1px solid #999;
}
main table td, main table th {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
table h3 {
  margin: 0 0 10px 0;
}

main table.members {
  border: none;
}
main table.members tr {
  background:#e7f0d6;
}
main table.members tr:nth-child(even) {
  background:#f3f8ea;
}
main table.members tr.title {
  color: #fff;
  text-align: left;
  background: #89B737;
}
main table.members td, main table.members th {
  border: none;
}


/* ==============================================
 ページング
=============================================== */
.paging {
  padding: 5px 0;
}
.paging a, .paging span {
  padding: 5px 10px;
  border: 1px solid #595757;
  border-radius: 5px;
}

ul#pagination {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
ul#pagination li {
  margin: 20px 0;
}
ul#pagination li.prev {
  float: right;
}
ul#pagination li.next {
  float: left;
}
ul#pagination a {
  padding: 5px 10px;
  border: 1px solid #595757;
  border-radius: 5px;
}


/* ==============================================
 カラム
=============================================== */
.two_column_box > * {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .two_column_box {
    display: flex;
    justify-content: space-between;
  }
  .two_column_box > * {
    width: 48%;
    margin-bottom: 0;
  }
  .two_column_box.ratio_46  div:nth-child(1),
  .two_column_box.ratio_37  div:nth-child(1), {
    margin-right: 20px;
  }
  .two_column_box.ratio_46  div:nth-child(1) { width: 40%; }
  .two_column_box.ratio_46  div:nth-child(2) { width: 58%; }
  .two_column_box.ratio_73  div:nth-child(1) { width: 68%; }
  .two_column_box.ratio_73  div:nth-child(2) { width: 30%; }
  .two_column_box.ratio_37  div:nth-child(1) { width: 40%; text-align: right; }
  .two_column_box.ratio_37  div:nth-child(1) img { max-width: 200px; }
  .two_column_box.ratio_37  div:nth-child(2) { width: 58%; }
  .two_column_box.ratio_37  div:nth-child(2) p { margin-top: 145px; }
}
/* ==============================================
 共同試験場の案内ページ
=============================================== */
.examination-link div div div a {
	width: 100%;
	text-decoration: none;
}
.examination-link div,
.examination-link div div,
.examination-link div div div {
	width: 100% !important;
}
@media screen and (max-width: 767px) {
.examination-link {
column-gap:0em!important;
row-gap:10px!important;
margin-bottom:0!important;
}
}