@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
 @include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*
@mixin transition1{
	transition-property:width, height, font-size, background-color;
	transition-duration:0.5s;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
@include transition1
}
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*縦中央*/
/*横中央*/
/*上下左右*/
/*row 高さ揃える*/
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.border-title {
  font-size: 2.1rem;
  text-align: center;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.mb-sentence {
  margin-bottom: 25px;
}

.contents_box {
  margin-bottom: 40px;
}

.h4-style-b {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .border-title {
    font-size: 2.7rem;
  }
  .mb-sentence {
    margin-bottom: 30px;
  }
  .h4-style-b {
    font-size: 2.1rem !important;
    margin-bottom: 20px;
  }
  .contents_box {
    margin-bottom: 60px;
  }
}
/*///////////////////////////////
past-exam
///////////////////////////*/
#past-exam section {
  margin-bottom: 60px;
}
#past-exam .mb-s {
  margin-bottom: 30px;
}
#past-exam .main-img {
  display: block;
  margin: 0 auto 40px;
  max-width: 260px;
  width: 100%;
  height: auto;
}
#past-exam .year {
  font-size: 2rem;
  margin-bottom: 15px;
}
#past-exam .past-exam-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
#past-exam .past-exam-wrap .past-exam-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#past-exam .past-exam-wrap .past-exam-title {
  font-size: 1.9rem;
  background: #4B9E8C;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
#past-exam .past-exam-wrap .past-exam-list li {
  margin-bottom: 10px;
}
#past-exam .past-exam-wrap .past-exam-list .pdf-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  line-height: 1.4;
  opacity: 1;
  border-bottom: 1px solid rgba(191, 43, 43, 0);
}
#past-exam .past-exam-wrap .past-exam-list .pdf-link:hover {
  color: #bf2b2b;
  opacity: 0.7;
  border-bottom: 1px solid #bf2b2b;
}
#past-exam .past-exam-wrap .past-exam-list .pdf-link .pdf-icon {
  color: #bf2b2b;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  #past-exam section {
    margin-bottom: 90px;
  }
  #past-exam .mb-s {
    margin-bottom: 70px;
  }
  #past-exam .main-img {
    margin: 0 auto 60px;
    max-width: 320px;
  }
  #past-exam .year {
    font-size: 2.6rem;
  }
  #past-exam .past-exam-wrap .past-exam-box {
    width: 48%;
  }
  #past-exam .past-exam-wrap .past-exam-box:first-child {
    position: relative;
  }
  #past-exam .past-exam-wrap .past-exam-box:first-child::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ccc;
    top: 0;
    right: -4%;
  }
  #past-exam .past-exam-wrap .past-exam-title {
    font-size: 2.5rem;
  }
  #past-exam .past-exam-wrap .past-exam-list .pdf-link {
    font-size: 1.8rem;
  }
}
@media (min-width: 970px) {
  #past-exam .section1 {
    margin-bottom: 250px;
  }
}