@charset "UTF-8";
@import url("global.css");
.list {
  margin: 0 auto 50px;
}
.list li {
  margin-bottom: 30px;
}
.list li a, .list li > div {
  display: block;
  position: relative;
  border: 1px solid #EEE;
  padding: 15px 40px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.list li a::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002F68;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li a:hover {
  color: #FFF;
}
.list li a:hover::before {
  left: 0;
}
.list li a:hover .date {
  color: #FFF;
}
.list li a:hover i {
  color: #FFF;
}
.list li a:hover i.arrow {
  border-color: #FFF;
}
.list li .date {
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li p.title {
  font-size: 18px;
  line-height: 1.6;
}
.list li i {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 24px;
  color: #DDD;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list li i.arrow {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #DDD;
  border-right: 3px solid #DDD;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ------------------------
 entry
------------------------ */
.entry .date {
  text-align: center;
}
.entry .date h2.title {
  font-size: 30px;
  font-weight: bold;
}
.entry .date p {
  font-size: 18px;
  line-height: 1;
  color: #999;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  margin-top: 30px;
}
.entry .phbox {
  text-align: center;
  margin: 50px -10px 0;
}
.entry .phbox figure {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.entry .phbox figure > div {
  background-color: #EEE;
  padding: 10px;
}
.entry .phbox figure > div a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.67%;
  overflow: hidden;
  position: relative;
}
.entry .phbox figure > div a img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .phbox figure > div a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.entry .postbody {
  margin-top: 50px;
  text-align: center;
}
.entry .postbody .postbody_inner {
  display: inline-block;
  text-align: left;
}
.entry .postbody > p {
  text-align: justify;
}
.entry .postbody .pdfbtn {
  width: 500px;
  margin: 60px auto 0;
}
.entry .postbody .pdfbtn a {
  display: block;
  text-align: center;
  background-color: #002F68;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry .postbody .pdfbtn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry .postbody .pdfbtn a i {
  margin: 0 15px 2px;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
}
.entry .postbody .pdfbtn a:hover {
  background-color: #005ac6;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .list {
    width: auto;
    margin: 0 0 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .list {
    margin: 0 0 40px;
  }
  .list li {
    margin-bottom: 20px;
  }
  .list li a, .list li > div {
    padding: 15px 30px;
  }
  .list li p.title {
    line-height: 1.5;
  }
  .list li i {
    right: 20px;
    font-size: 20px;
  }
  .list li i.arrow {
    width: 12px;
    height: 12px;
  }

  /* ------------------------
   entry
  ------------------------ */
  .entry .date h2.title {
    font-size: 24px;
  }
  .entry .date p {
    font-size: 16px;
    margin-top: 25px;
  }
  .entry .phbox {
    margin: 40px -5px 0;
  }
  .entry .phbox figure {
    padding: 0 5px;
  }
  .entry .phbox figure > div {
    padding: 5px;
  }
  .entry .postbody {
    margin-top: 40px;
  }
  .entry .postbody .pdfbtn {
    margin: 50px auto 0;
  }
  .entry .postbody .pdfbtn a {
    line-height: 60px;
  }
  .entry .postbody .pdfbtn a::after {
    width: 12px;
    height: 12px;
  }
  .entry .postbody .pdfbtn a i {
    margin: 0 10px 2px;
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .list {
    margin: 0 0 25px;
  }
  .list li {
    margin-bottom: 10px;
  }
  .list li a, .list li > div {
    padding: 10px 25px;
  }
  .list li .date {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .list li p.title {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .list li i {
    font-size: 18px;
  }
  .list li i.arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #DDD;
    border-right: 2px solid #DDD;
  }

  /* ------------------------
   entry
  ------------------------ */
  .entry .date {
    text-align: center;
  }
  .entry .date h2.title {
    font-size: 21px;
  }
  .entry .date p {
    font-size: 15px;
    margin-top: 15px;
  }
  .entry .phbox {
    margin: 20px -2px 0;
  }
  .entry .phbox figure {
    padding: 0 2px;
  }
  .entry .phbox figure > div {
    padding: 3px;
  }
  .entry .postbody {
    margin-top: 30px;
  }
  .entry .postbody > p {
    line-height: 1.4;
  }
  .entry .postbody .pdfbtn {
    margin: 20px auto 0;
    width: auto;
  }
  .entry .postbody .pdfbtn a {
    line-height: 46px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .entry .postbody .pdfbtn a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .entry .postbody .pdfbtn a i {
    font-size: 18px;
  }
}
